[pLog-svn] r1131 - plog/trunk/styles

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Feb 18 21:48:41 GMT 2005


Author: oscar
Date: 2005-02-18 21:48:40 +0000 (Fri, 18 Feb 2005)
New Revision: 1131

Modified:
   plog/trunk/styles/admin.css
Log:
one possible implementation of the "Manage", "control center" and "administration" pages using the changes introduced in the MenuRenderer class. The top level entries are shown in a bigger size with an underline on top, while individual entries are shown in grey and bolded. 

I've used the same styles that are used in the #info CSS class, only changed the selectors (btw, I had never seen so many css selectors together :))

Modified: plog/trunk/styles/admin.css
===================================================================
--- plog/trunk/styles/admin.css	2005-02-18 21:46:49 UTC (rev 1130)
+++ plog/trunk/styles/admin.css	2005-02-18 21:48:40 UTC (rev 1131)
@@ -689,4 +689,50 @@
 .pager
 {
 float:left;
+}
+
+/**
+ * styles for the 'manage' page and similar.
+ */
+#content .menuTop
+{
+    list-style-type : none;
+    padding-left: 45px;
+    padding-right: 45px;
+    margin: 0px;
+}
+
+#content .menuTop ul
+{
+ padding: 0px;
+ margin: 0px;
+}
+
+#content .menuTop .Level_1 
+{
+    font-family      : trebuchet ms, tahoma, sans-serif;
+    font-size        : 1.1em;
+    font-weight      : bold;
+    letter-spacing   : 0.08em;
+    border-bottom    : 1px solid #DEDEDE;
+    padding-top      : 10px;
+    text-align       : left;
+}
+
+#content .menuTop .Level_0
+{
+    padding-left: 10px;
+}
+
+#content .menuTop .Level_0 a
+{
+    color           : #888888;
+    text-decoration : none;
+    font-weight: bold;
+}
+
+#content .menuTop .Level_0 a:hover
+{
+    color           : #5583BE;
+    text-decoration : none;
 }
\ No newline at end of file




More information about the pLog-svn mailing list