cvs: pearweb /public_html/css style.css
[email protected] ("Helgi ?ormar ?orbj?rnsson")
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <cvsdufuz1209264228@cvsserver> |
dufuz Sun Apr 27 02:43:48 2008 UTC
Modified files:
/pearweb/public_html/css style.css
Log:
use a new header color that was gotten from the Tango color schema
stop using the box-0 image
add some alternative link colors but not enable them, need to test more
kill textcell and headrow infavor of more CSS magic
http://cvs.php.net/viewvc.cgi/pearweb/public_html/css/style.css?r1=1.64&r2=1.65&diff_format=u
Index: pearweb/public_html/css/style.css
diff -u pearweb/public_html/css/style.css:1.64 pearweb/public_html/css/style.css:1.65
--- pearweb/public_html/css/style.css:1.64 Wed Apr 16 22:30:14 2008
+++ pearweb/public_html/css/style.css Sun Apr 27 02:43:47 2008
@@ -1,4 +1,4 @@
-/* $Id: style.css,v 1.64 2008/04/16 22:30:14 dufuz Exp $ */
+/* $Id: style.css,v 1.65 2008/04/27 02:43:47 dufuz Exp $ */
/* ========= Main Content Holders ========= */
body {
@@ -43,7 +43,7 @@
/* HEADER */
#header {
- background-color: #449922;
+ background-color: #4e9a06;
}
#header img {
@@ -269,7 +269,7 @@
margin-bottom: 1.5em;
margin-left: 1em;
padding-left: 1em;
- list-style: url(/gifs/box-0.gif) square;
+ list-style: square;
}
li.side_page {
@@ -551,20 +551,30 @@
a:link, a:visited {
color: #006600;
+ /*color: #3465a4;
+ color: #4e9a06;*/
text-decoration: none;
}
a:hover {
color: #003300;
+ /*color: #729fcf;
+ color: #73d216;*/
+ text-decoration: underline;
+}
+
+.Project {
+ width: 100%;
}
-th.headrow {
+.Project th {
font-weight: bold;
padding-bottom: 4px;
font-size: 108%;
text-align: left;
border-bottom: 1px solid #000;
white-space: nowrap;
+ width: 50%;
}
th.others {
@@ -572,22 +582,15 @@
text-align: left;
}
-td.textcell {
+.Project td {
vertical-align: top;
padding-left: 1.2em;
padding-bottom: 1em;
+ width: 50%;
}
-td.textcell p {
- margin-top: 0em;
-}
-
-td.textcell ul, td.ulcell ul {
- margin-top: 0px;
-}
-
-td.ulcell {
- vertical-align: top;
+.Project td p, .Project td ul {
+ margin-top: 0;
}
em {