bouncer_r/php/css content.css, NONE, 1.1 screen.css, 1.2, 1.3 layout.css, 1.1, 1.2

David Farning (dfarning) fedora-extras-commits at redhat.com
Tue Aug 2 00:33:33 UTC 2005


Author: dfarning

Update of /cvs/fedora/bouncer_r/php/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21424/php/css

Modified Files:
	layout.css 
Added Files:
	content.css screen.css 
Log Message:
cvs cleanup for fedora initial commit


--- NEW FILE content.css ---
    h1, h2, h3, h4, h5, h6 {
        margin: 1em 0 0.2em 0;
        border-bottom: 1px solid #ccc;
        font-family: arial, verdana, sans-serif;
    }
    li h1, li h2, li h3, li h4, li h5, li h6 {
        border: none;
    }

    h1 { font-size: 160%; font-weight: normal; }
    h2 { font-size: 150%; font-weight: normal; }
    h3 { font-size: 120%; }
    h4 { font-size: 100%; }
    h5 { font-size: 90%; }
    h6 { font-size: 90%; border: 0; }

/* Navigation */

        :link { color: #039; }
        :visited { color: #636; }
        :link:hover, :visited:hover { color: #333; }
        :link:active, :link:active { color: #000; }


Index: screen.css
===================================================================
RCS file: screen.css
diff -N screen.css
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ screen.css	2 Aug 2005 00:33:31 -0000	1.3
@@ -0,0 +1,120 @@
+/*  nav  */
+ul#nav li a {
+    font-weight:bold;
+}
+ul#nav li ul li a {
+    font-weight:normal;
+}
+.logout {
+    color:#f00;
+}
+
+/*  forms  */
+.label-login{
+    display: inline;
+    float: left;
+    width: 6em;
+    padding-right: 1ex;
+    text-align: left;
+}
+.label-small {
+    display: inline;
+    float: left;
+    width: 8em;
+    padding-right: 1ex;
+    text-align:right;
+}
+.label-medium{
+    display: inline;
+    float: left;
+    width: 14em;
+    padding-right: 1ex;
+    text-align:right;
+}
+.label-large{
+    display: inline;
+    float: left;
+    width: 20em;
+    padding-right: 1ex;
+    text-align:right;
+}
+.button1 {
+    background-color:#9c9;
+    cursor:pointer;
+}
+.button1:hover {
+    background-color:#fff;
+    border:inset 2px #999;
+}
+
+/*  lists  */
+.list {
+    margin-top:.5em;
+}
+.list td {
+    padding:.2em;
+    text-align:left;
+}
+.list td label {
+    border-bottom:1px dashed #999;
+    font-weight:normal;
+}
+.list th {
+    background:#eee;
+    border:1px solid #000;
+    font-weight:bold;
+    padding:0;
+}
+.list th a {
+    display:block;
+    padding:.2em 1.2em .2em .2em;
+    text-align:left;
+}
+.list th a:hover {
+    background-color:#fff;
+}
+.row1 {
+    background:#ddd;
+}
+.row2 {
+    background:#ccc;
+}
+.row1:hover, .row2:hover {
+    background-color:#fff;
+}
+.sort-desc {
+    background:#ccf url(../img/up.gif) no-repeat right;
+}
+.sort-asc {
+    background:#ccf url(../img/down.gif) no-repeat right;
+}
+
+/*  stats table  */
+.stats tbody th { 
+    background:#eee;
+    border:1px solid #000;
+    padding:.5em; 
+    text-align:right;
+}
+.stats thead th { 
+    background:#eee;
+    border:1px solid #000;
+    padding:.5em; 
+    text-align:center;
+}
+.stats tbody tr td {
+    padding:.5em;
+}
+.stats thead th.total {
+    background:#9c9;
+    border:1px solid #000;
+}
+.stats tbody th.total {
+    background:#9c9;
+    border:1px solid #000;
+    text-align:right;
+}
+.stats tbody td.total {
+    background:#cfc;
+    font-weight:bold;
+}


Index: layout.css
===================================================================
RCS file: /cvs/fedora/bouncer_r/php/css/layout.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- layout.css	1 Aug 2005 20:39:19 -0000	1.1
+++ layout.css	2 Aug 2005 00:33:31 -0000	1.2
@@ -195,14 +195,14 @@
 	border-bottom: 1px solid #34548f;
 }
 #fedora-side-nav ul li a {
-	padding-left: 18px;
+	padding-left: 12px;
 	color: #a7b2c9;
 }
 #fedora-side-nav ul li a:hover {
 	background-color: #46659e;
 }
 #fedora-side-nav ul ul li a {
-	padding-left: 36px;
+	padding-left: 18px;
 }
 #fedora-side-nav strong a {
 	font-weight: normal;




More information about the fedora-extras-commits mailing list