Author: cdupoirieux
Date: Thu Dec 15 02:03:33 2005
New Revision: 356999
URL: http://svn.apache.org/viewcvs?rev=356999&view=rev
Log:
Improve management of note, warning and fixme,
Correct fonts size problems.
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.basic.css
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.basic.css
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.basic.css?rev=356999&r1=356998&r2=356999&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.basic.css
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.basic.css
Thu Dec 15 02:03:33 2005
@@ -56,35 +56,40 @@
line-height: 120%;
font-size: 90%;
}
-.warning .label {
- background: #C00;
- color: white;
-}
-.warning .content {
- background: #FFF0F0;
- color: black;
-}
-.fixme .label {
- background: #C6C600;
-}
+/*
+ * Notes, Warnings, Fixme ...
+ */
.note, .warning, .fixme {
border: solid black 1px;
margin: 1em 3em;
}
+.fixme { border-color: #CC6600;}
+.note { border-color: #006699;}
+.warning { border-color: #990000;}
-.note .label {
- background: #369;
+/* Label */
+.note .label { background: #336699; }
+.warning .label { background: #CC0000; }
+.fixme .label { background: #C6C600; }
+
+.note .label, .warning .label, .fixme .label {
color: white;
font-weight: bold;
padding: 5px 10px;
}
-.note .content {
- background: #F0F0FF;
+
+/* Content */
+.note .content { background: #F0F0FF; }
+.warning .content { background: #FFF0F0; }
+.fixme .content { background: #FFFFBF; }
+
+.note .content, .warning .content, .fixme .content {
color: black;
line-height: 120%;
font-size: 90%;
padding: 5px 10px;
}
+
/**
* Typography
*/
@@ -96,16 +101,16 @@
#content {
font-family: Georgia, Palatino, Times, serif;
- font-size: 95%;
+ /* font-size: 95%; */
}
#nav-main {
- font-size: 70%;
+ font-size: 90%;
}
#menu {
font-size: 80%;
}
#footer {
- font-size: 70%;
+ font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css?rev=356999&r1=356998&r2=356999&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css
Thu Dec 15 02:03:33 2005
@@ -32,7 +32,6 @@
border-bottom: solid 1px black;
border-top: solid 1px black;
padding: 0px 200px;
-/* font-size: 75%;*/
z-index:10;
}
@@ -117,7 +116,6 @@
margin: 0;
right: 10px;
height: 42px;
- font-size: 70%;
white-space: nowrap;
text-align: right;
color: #000000;
@@ -160,9 +158,6 @@
background-position: bottom right;
background-image:
url(../themes/images/roundcorner-b-r-15-bgffffff-strokeE5E4D9-fgE5E4D9.png);
}
-.search-input input {
- font-size: 100%;
-}
#header .search-field {
float: left;
@@ -236,7 +231,7 @@
padding-top: 3px;
padding-bottom:3px;
color: #000000;
- font-size : 60%;
+ font-size : 80%;
font-weight: bold;
text-align:right;
}
@@ -328,7 +323,7 @@
z-index: 20;
border-color: #000000;
background-color: #E5E4D9;
- font-size : 70%;
+ font-size : 90%;
color: #000000;
}
@@ -463,7 +458,6 @@
padding: 20px 20px 20px 200px;
margin: 0;
font : small Verdana, Helvetica, sans-serif;
- font-size : 80%;
}
#content ul {
@@ -520,9 +514,6 @@
.boxed { background-color: #E5E4D9;}
.underlined_5 { border-bottom: solid 5px #E5E4D9;}
.underlined_10 { border-bottom: solid 10px #E5E4D9;}
-.fixme { border-color: #CC6600;}
-.note { border-color: #006699;}
-.warning { border-color: #990000;}
.code { border-color: #CFDCED;}
@@ -530,8 +521,6 @@
.trail {
position: relative; /* IE bugfix cont'd */
- font-size: 70%;
- text-align: right;
float: right;
margin: -10px 5px 0px 5px;
padding: 0;