www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www layout.css


From: Matt Lee
Subject: www layout.css
Date: Wed, 07 Oct 2009 19:58:18 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        09/10/07 19:58:18

Modified files:
        .              : layout.css 

Log message:
        updates for the karltmp page here

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.35&r2=1.36

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- layout.css  6 Oct 2009 18:52:25 -0000       1.35
+++ layout.css  7 Oct 2009 19:58:10 -0000       1.36
@@ -345,3 +345,56 @@
 
 .c { text-align: center; }
 
+.listing,
+.stx table {
+    /* The default table for document listings. Contains name, document types, 
modification times etc in a file-browser-like fashion */
+    border-collapse: collapse;
+    border-left: 1px solid #666666;
+    border-bottom: 1px solid #666666;
+    margin: 1em 0em 1em 0em;
+}
+.listing th,
+.stx table th {
+    background: DarkRed;
+    color: white;
+    font-weight: bold !important;
+    border-top: 1px solid #666666;
+    border-bottom: 1px solid #666666;
+    border-right: 1px solid #666666;
+    font-weight: normal;
+    padding: 1em;
+    text-transform: ;
+}
+
+.listing td a { display: block; }
+
+.listing .top {
+    border-top: 1px solid #666666;
+    text-align: right ! important;
+    padding: 0em 0em 1em 0em;
+}
+.listing .odd {
+    /*every second line should be shaded */
+    background-color: transparent;
+}
+.listing .even {
+    background-color: #ededed;
+}
+.listing .listingCheckbox {
+    text-align: center;
+}
+.listing td,
+.stx table td {
+    border-right: 1px solid #666666;
+    padding: 1em;
+    text-align: center;
+                line-height: 1.3em
+}
+.listing a:hover {
+    text-decoration: underline;
+}
+.listing img {
+    vertical-align: middle;
+}
+
+.listing { width: 100%; }
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]