Revision: 1876
http://znc.svn.sourceforge.net/znc/?rev=1876&view=rev
Author: cflakes
Date: 2010-04-04 14:24:25 +0000 (Sun, 04 Apr 2010)
Log Message:
-----------
Miscellaneous fixes and improvements to the look of dark-clouds and forest.
Modified Paths:
--------------
trunk/webskins/dark-clouds/pub/dark-clouds.css
trunk/webskins/forest/pub/forest.css
Modified: trunk/webskins/dark-clouds/pub/dark-clouds.css
===================================================================
--- trunk/webskins/dark-clouds/pub/dark-clouds.css 2010-04-04 14:11:22 UTC (rev 1875)
+++ trunk/webskins/dark-clouds/pub/dark-clouds.css 2010-04-04 14:24:25 UTC (rev 1876)
@@ -78,7 +78,7 @@
.subsection .info {
display: block;
- margin: 5px 0 2px 0;
+ margin: 2px 0 2px 0;
font-size: 80%;
}
@@ -135,13 +135,10 @@
/* LINKS */
-a:link,
-a:active,
-a:visited,
-a:hover {
+a {
font-family: verdana;
font-size: 12px;
- color: #fff;
+ color: #EC8E00;
text-decoration: none;
}
@@ -149,6 +146,20 @@
text-decoration: underline;
}
+table thead td a {
+ color: #000;
+ text-decoration: underline;
+}
+
+table thead td a:hover {
+ color: #000;
+ text-decoration: none;
+}
+
+#menu a, #logoutbox a, #footerbar a {
+ color: #000;
+}
+
/* !LINKS */
#wrapper {
@@ -179,26 +190,11 @@
#infobar {
width: 800px;
height: 20px;
+ line-height: 20px;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}
-.successbar,
-.errorbar {
- width: 790px;
- height: 20px;
- border-bottom: 1px solid #000;
- border-right: 1px solid #000;
- background: #900;
- padding: 2px 5px;
- font-weight: bold;
-}
-
-.successbar {
- background: #070;
-}
-
-
#infobar_ident {
float: left;
padding-left: 5px;
@@ -209,7 +205,6 @@
text-align: right;
padding-right: 5px;
border-left: 1px solid #000000;
- height: 100%;
width: 250px;
float: right;
}
@@ -231,6 +226,21 @@
font-style: italic;
}
+.successbar,
+.errorbar {
+ width: 790px;
+ height: 20px;
+ border-bottom: 1px solid #000;
+ border-right: 1px solid #000;
+ background: #900;
+ padding: 2px 5px;
+ font-weight: bold;
+}
+
+.successbar {
+ background: #070;
+}
+
#subpage {
padding: 10px;
}
@@ -262,6 +272,10 @@
#menu li.parent span.title {
display: block;
+ text-align: left;
+ padding-left: 3px;
+ background-color: #333;
+ font-weight: bold;
}
#menu .title,
@@ -280,14 +294,7 @@
border: none;
}
-#menu .title {
- text-align: left;
- padding-left: 3px;
- background-color: #333;
- font-weight: bold;
-}
-
-#menu .item.active {
+#menu .modtitle.active {
background-color: #D49712;
font-weight: bold;
}
@@ -307,10 +314,6 @@
text-decoration: none;
}
-#menu a {
- color: #000;
-}
-
/* !MENU */
#footerbar {
@@ -318,6 +321,7 @@
background-color: #D49712;
border-top: 1px solid #000000;
height: 20px;
+ line-height: 20px;
text-align: right;
padding-right: 5px;
}
Modified: trunk/webskins/forest/pub/forest.css
===================================================================
--- trunk/webskins/forest/pub/forest.css 2010-04-04 14:11:22 UTC (rev 1875)
+++ trunk/webskins/forest/pub/forest.css 2010-04-04 14:24:25 UTC (rev 1876)
@@ -10,7 +10,7 @@
background-image: url('forest-header.png');
}
-#menu .item.active {
+#menu .modtitle.active {
background-color: #049712;
font-weight: bold;
}
@@ -18,3 +18,7 @@
#footerbar {
background-color: #049712;
}
+
+a {
+ color: #049712;
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|