[Cpan-forum-commit] rev 56 - in trunk: templates www
svn at pti.co.il
svn at pti.co.il
Wed Feb 2 01:13:20 IST 2005
Author: gabor
Date: 2005-02-02 01:13:20 +0200 (Wed, 02 Feb 2005)
New Revision: 56
Modified:
trunk/templates/footer.tmpl
trunk/www/style.css
Log:
make the css standard
Modified: trunk/templates/footer.tmpl
===================================================================
--- trunk/templates/footer.tmpl 2005-02-01 22:58:27 UTC (rev 55)
+++ trunk/templates/footer.tmpl 2005-02-01 23:13:20 UTC (rev 56)
@@ -10,6 +10,10 @@
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88" /></a>
+ <a href="http://jigsaw.w3.org/css-validator/"><img
+ style="border:0;width:88px;height:31px"
+ src="http://jigsaw.w3.org/css-validator/images/vcss"
+ alt="Valid CSS!" /></a>
</p>
</body>
</html>
Modified: trunk/www/style.css
===================================================================
--- trunk/www/style.css 2005-02-01 22:58:27 UTC (rev 55)
+++ trunk/www/style.css 2005-02-01 23:13:20 UTC (rev 56)
@@ -11,7 +11,7 @@
}
#pageHeader {
- background: MidnightBlue;
+ background: #eeeeee;
margin-top: 10px;
margin-left: 25px;
margin-bottom: 0px;
@@ -20,7 +20,7 @@
padding: 0px 10px 0px 10px;
font-size: 30pt;
font-weight: bold;
- color: white;
+ color: #555555;
}
#pageTitle {
@@ -29,9 +29,10 @@
height: 18px;
padding: 0px 0px 0px 20px;
font-size: 12pt;
- color: MidnightBlue;
+ color: #333333;
margin-bottom: 20px;
- border: MidnightBlue solid thin;
+ border: solid thin;
+ border-color: #333333;
}
.navigation {
@@ -61,7 +62,8 @@
#posts_table {
margin: 10px 0px 10px 0px;
- border: MidnightBlue solid thin;
+ border: solid thin;
+ border-color: #333333;
}
.posts_head {
@@ -91,14 +93,14 @@
.threads_odd TD {
background: #dddddd;
border-style: solid;
- border-width: 1;
+ border-width: 2px;
border-color: yellow;
}
.threads_even TD {
/* background: #dddddd;*/
border-style: solid;
- border-width: 1;
+ border-width: 2px;
border-color: yellow;
}
@@ -146,11 +148,11 @@
height: 18px;
padding: 0px 0px 0px 20px;
font-size: 12pt;
- color: MidnightBlue;
+ color: #333333;
margin-bottom: 20px;
- border: MidnightBlue solid thin;
+ border: solid thin;
+ border-color: #333333;
}
-}
#posting_rules {
@@ -204,7 +206,6 @@
.text {
background: #eeeeee;
white-space: pre;
- width: 80%;
}
.code {
background: #dddddd;
More information about the Cpan-forum-commit
mailing list