- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Sep 2006 06:30:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv12893
Modified Files:
base.css tabtastic.css
Log Message:
slightly more web20ish look for front page
Index: tabtastic.css
===================================================================
RCS file: /sources/public/2002/css-validator/tabtastic.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tabtastic.css 15 Jun 2006 11:17:48 -0000 1.1
+++ tabtastic.css 4 Sep 2006 06:29:58 -0000 1.2
@@ -1,12 +1,6 @@
-.tabset_tabs { margin:0; padding:0; list-style-type:none; position:relative; z-index:2; white-space:nowrap; }
-.tabset_tabs li { margin:0; padding:0; display:inline;}
-.tabset_tabs a { border:1px solid #eef; text-decoration:none; padding:0 0.6em; border-left-width:0; border-bottom:none; padding-top: .4em; }
-.tabset_tabs a:hover { color:#424242 ! important; background-color: #E8F4FF ! important; text-decoration:none; }
-.tabset_tabs a.active { color:#424242 ! important; background-color:#dfebf7 ! important; border-color:#005A9C; border-left-width:1px; cursor:default; border-bottom:white; padding-top:.4em; padding-bottom:1px;}
-
-.tabset_tabs li.firstchild a { border-left-width:1px }
+/* specific style triggered by javascript */
-.tabset_content { border: 1px solid #005A9C; background-color: #dfebf7; position:relative; z-index:1; padding:0.5em 1em; display:none; }
+.tabset_content { display:none; }
.tabset_label { display:none }
.tabset_content_active { display:block }
Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/base.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- base.css 15 Jun 2006 11:14:52 -0000 1.3
+++ base.css 4 Sep 2006 06:29:58 -0000 1.4
@@ -45,7 +45,7 @@
padding: 4px 0 0 0;
height: 55px;
margin-bottom: 0;
- margin-top: 4px;
+ margin-top: 12px;
border: 0;
}
@@ -220,14 +220,14 @@
/* generic style for form fields */
fieldset {
border: 1px solid #005A9C;
- background-color: #dfebf7;
+ background-color: transparent;
color: #11111A;
margin-bottom: 3em;
margin-left: 0;
}
fieldset legend {
font-weight: bold;
- background-color: #dfebf7;
+ background-color: white;
color: #11111A;
border: 1px solid #005A9C;
padding: .5em;
@@ -250,6 +250,66 @@
padding: 0.2em 2em;
border: 2px outset #005A9C;
}
+
+/* home page fieldsets */
+
+.tabset_tabs {
+ margin:0;
+ padding:0;
+ list-style-type:none;
+ position:relative;
+ z-index:2;
+ white-space:nowrap;
+}
+
+.tabset_tabs li {
+ margin:0;
+ padding:0;
+ display:inline;
+}
+
+.tabset_tabs a {
+ border: 0;
+ border-left: 1px solid #ADDBFE;
+ text-decoration:none;
+ padding: 0 0.6em;
+ padding-top: .4em;
+ background: white;
+ font-weight: bold;
+}
+
+.tabset_tabs a:hover {
+ color:#424242 ! important;
+ background: #E1F0FD url(images/sm_gradient_hover.gif) 0 0 repeat-x;
+ text-decoration:none;
+}
+
+.tabset_tabs a.active {
+ color:#424242 ! important;
+ background-color: #8FCFFD !important;
+ background: #8FCFFD url(images/sm_gradient_active.gif) 0 0 repeat-x;
+ border-color: #ADDBFE;
+ border-left-width:1px;
+ cursor:default;
+ border-bottom: white;
+ padding-top:.4em;
+ padding-bottom:1px;
+ color: #fffff0 !important;
+ }
+
+.tabset_tabs li.firstchild a {
+ border-left: 1px solid white !important;
+}
+
+.tabset_content {
+ border: 1px solid #ADDBFE;
+ background-color: #8FCFFD;
+ position:relative;
+ z-index:1;
+ padding:0.5em 1em;
+ border-left: 1px solid white;
+}
+
input {
vertical-align: middle;
}
@@ -278,7 +338,7 @@
p.toggle {
color: #005A9C;
- background-color: #dfebf7;
+ background-color: transparent;
}
p.toggle:hover {
text-decoration: underline;
@@ -289,9 +349,10 @@
display:none;
}
fieldset.moreoptions {
+border-color: white;
border-style: dotted;
margin-bottom: 0;
-padding-left: 0;
+padding-left: .3em;
}
fieldset.moreoptions div {
margin-left: .5em;
Received on Monday, 4 September 2006 06:30:15 UTC