avik 2005/05/13 07:35:28
Modified: src/documentation/skins/poi-site/css mysite.css
Log:
extra styles
Revision Changes Path
1.2 +35 -0
jakarta-poi/src/documentation/skins/poi-site/css/mysite.css
Index: mysite.css
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/documentation/skins/poi-site/css/mysite.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysite.css 11 Oct 2003 18:21:00 -0000 1.1
+++ mysite.css 13 May 2005 14:35:28 -0000 1.2
@@ -86,3 +86,38 @@
.logoImage {
}
+
+.frame {
+ border: solid black 1px;
+ margin: 1em 3em;
+}
+
+.frame .label {
+ background: #369;
+ color: white;
+ font-weight: bold;
+ padding: 5px 10px;
+}
+.frame .content {
+ padding: 5px 10px;
+ background: #F0F0FF;
+ color: black;
+ line-height: 120%;
+ font-size: 90%;
+}
+.warning .label {
+ background: #C00;
+ color: white;
+}
+.warning .content {
+ background: #FFF0F0;
+ color: black;
+}
+.fixme .label {
+ background: #C6C600;
+}
+
+.codefrag {
+ font-family: "Courier New", Courier, monospace;
+ font-size: 110%;
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/