CVS: tmda-cgi/display/themes/TMDA-X styles.css, 1.2, 1.3 theme.ini, 1.2, 1.3

Jim Ramsay <[email protected]> Fri, 19 Mar 2004 06:45:47 -0800
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda-cgi/display/themes/TMDA-X
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13168

Modified Files:
	styles.css theme.ini 
Log Message:
Now comes in 3 sizes: Small, Medium, Large (adjusts sub-link size now too)


Index: styles.css
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/TMDA-X/styles.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- styles.css	18 Mar 2004 17:54:17 -0000	1.2
+++ styles.css	19 Mar 2004 14:45:45 -0000	1.3
@@ -150,7 +150,7 @@
   text-decoration: none;
 }
 
-a.sidebarMainLinkSmall:link
+a.sidebarMainLinkMedium:link
 {
   font-family: Impact, Lucida, sans-serif;
   font-size: 20pt;
@@ -159,7 +159,7 @@
   background: #000000;
   text-decoration: none;
 }
-a.sidebarMainLinkSmall:visited
+a.sidebarMainLinkMedium:visited
 {
   font-family: Impact, Lucida, sans-serif;
   font-size: 20pt;
@@ -168,7 +168,7 @@
   background: #000000;
   text-decoration: none;
 }
-a.sidebarMainLinkSmall:active
+a.sidebarMainLinkMedium:active
 {
   font-family: Impact, Lucida, sans-serif;
   font-size: 20pt;
@@ -177,7 +177,7 @@
   background: #000000;
   text-decoration: none;
 }
-a.sidebarMainLinkSmall:hover
+a.sidebarMainLinkMedium:hover
 {
   font-family: Impact, Lucida, sans-serif;
   font-size: 20pt;
@@ -187,9 +187,81 @@
   text-decoration: none;
 }
 
+a.sidebarMainLinkSmall:link
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 18pt;
+  font-weight: normal;
+  color: #FFFFFF;
+  background: #000000;
+  text-decoration: none;
+}
+a.sidebarMainLinkSmall:visited
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 18pt;
+  font-weight: normal;
+  color: #FFFFFF;
+  background: #000000;
+  text-decoration: none;
+}
+a.sidebarMainLinkSmall:active
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 18pt;
+  font-weight: normal;
+  color: #76B2F6;
+  background: #000000;
+  text-decoration: none;
+}
+a.sidebarMainLinkSmall:hover
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 18pt;
+  font-weight: normal;
+  color: #F6FE02;
+  background: #000000;
+  text-decoration: none;
+}
 
+a.SidebarSubLinkLarge:link
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 14pt;
+  font-weight: normal;
+  color: #FFFFFF;
+  background: #000000;
+  text-decoration: none;
+}
+a.sidebarSubLinkLarge:visited
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 14pt;
+  font-weight: normal;
+  color: #FFFFFF;
+  background: #000000;
+  text-decoration: none;
+}
+a.sidebarSubLinkLarge:active
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 14pt;
+  font-weight: normal;
+  color: #76B2F6;
+  background: #000000;
+  text-decoration: none;
+}
+a.sidebarSubLinkLarge:hover
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 14pt;
+  font-weight: normal;
+  color: #F6FE02;
+  background: #000000;
+  text-decoration: none;
+}
 
-a.sidebarSubLink:link
+a.SidebarSubLinkMedium:link
 {
   font-family: Impact, Lucida, sans-serif;
   font-size: 12pt;
@@ -198,7 +270,7 @@
   background: #000000;
   text-decoration: none;
 }
-a.sidebarSubLink:visited
+a.sidebarSubLinkMedium:visited
 {
   font-family: Impact, Lucida, sans-serif;
   font-size: 12pt;
@@ -207,7 +279,7 @@
   background: #000000;
   text-decoration: none;
 }
-a.sidebarSubLink:active
+a.sidebarSubLinkMedium:active
 {
   font-family: Impact, Lucida, sans-serif;
   font-size: 12pt;
@@ -216,7 +288,7 @@
   background: #000000;
   text-decoration: none;
 }
-a.sidebarSubLink:hover
+a.sidebarSubLinkMedium:hover
 {
   font-family: Impact, Lucida, sans-serif;
   font-size: 12pt;
@@ -226,6 +298,68 @@
   text-decoration: none;
 }
 
+a.sidebarSubLinkSmall:link
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 11pt;
+  font-weight: normal;
+  color: #FFFFFF;
+  background: #000000;
+  text-decoration: none;
+}
+a.sidebarSubLinkSmall:visited
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 11pt;
+  font-weight: normal;
+  color: #FFFFFF;
+  background: #000000;
+  text-decoration: none;
+}
+a.sidebarSubLinkSmall:active
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 11pt;
+  font-weight: normal;
+  color: #76B2F6;
+  background: #000000;
+  text-decoration: none;
+}
+a.sidebarSubLinkSmall:hover
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 11pt;
+  font-weight: normal;
+  color: #F6FE02;
+  background: #000000;
+  text-decoration: none;
+}
+
+.sidebarActiveLarge
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 14pt;
+  color: #76B2F6;
+  background: #000000;
+  text-decoration: none;
+}
+.sidebarActiveMedium
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 12pt;
+  color: #76B2F6;
+  background: #000000;
+  text-decoration: none;
+}
+.sidebarActiveSmall
+{
+  font-family: Impact, Lucida, sans-serif;
+  font-size: 11pt;
+  color: #76B2F6;
+  background: #000000;
+  text-decoration: none;
+}
+
 a:link
 {
   font-family: sans-serif;
@@ -264,15 +398,6 @@
   padding-right: 5px;
 }
 
-.sidebarActive
-{
-  font-family: Impact, Lucida, sans-serif;
-  font-size: 12pt;
-  color: #76B2F6;
-  background: #000000;
-  text-decoration: none;
-}
-
 .corner
 {
   padding: 0px

Index: theme.ini
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/TMDA-X/theme.ini,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- theme.ini	18 Mar 2004 17:54:17 -0000	1.2
+++ theme.ini	19 Mar 2004 14:45:45 -0000	1.3
@@ -1,6 +1,6 @@
 [Theme]
 Info = &copy;2003 Jim Ramsay, based on the Official TMDA Logo
-SidebarSize = Large
+SidebarSize = Medium
 
 [ViewPending]
 EmailClass = sans