- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Dec 2007 08:01:02 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv10873/style
Modified Files:
base.css docs.css
Log Message:
moving translations page style to docs css
Index: docs.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/docs.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- docs.css 4 Sep 2006 07:00:00 -0000 1.1
+++ docs.css 5 Dec 2007 08:00:59 -0000 1.2
@@ -100,3 +100,72 @@
span.balise > span.string {color:purple;}
ul.instructions, ol.instructions { margin-left: 18px; }
+
+/***** translation status page *******/
+
+ol.translations_instructions {
+ list-style-type: decimal;
+ list-style-position: inside;
+}
+ul.translations_instructions {
+ list-style-type: circle;
+}
+
+/* translation summary table */
+table#translation_summary {
+ border-collapse: collapse;
+ border: 1px solid #ccc;
+}
+table#translation_summary td, table#translation_summary th{
+ border-top: 0px solid #ddd;
+ border-bottom: 1px solid #ccc;
+ border-left: 1px solid #eee;
+ padding: 6px;
+ text-align: center;
+ border-collapse: collapse;
+}
+table#translation_summary th {
+ background-color: #eee;
+ color: #11111A;
+ border-right: 1px solid #ccc;
+ padding: .3em .5em;
+ line-height: 120%;
+}
+
+table#translation_summary th#properties {
+width: 15em;
+padding: 0 !important;
+padding-top: .5em;
+}
+table#translation_summary th.property_name {
+padding: .2em 0 0 0 !important;
+}
+
+table#translation_summary th p {
+/*width: 100%;*/
+font-size: xx-small;
+margin: 0;
+margin-top: .5em;
+padding: .5em;
+padding-bottom: .4em;
+
+}
+
+.table_translation_missing {
+ background-color: #F55;
+}
+.table_translation_missing a, .table_translation_missing a:link, .table_translation_missing a:visited {
+ background-color: #F55;
+ text-decoration: none;
+ color: yellow;
+}
+
+.table_translation_missing a:hover, .table_translation_missing a:active {
+ background-color: #F55;
+ text-decoration: underline;
+ color: #5589E3;
+}
+
+.table_translation_ok {
+ background-color: #89E5A7;
+}
Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/base.css,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- base.css 27 Nov 2007 07:00:45 -0000 1.22
+++ base.css 5 Dec 2007 08:00:59 -0000 1.23
@@ -109,65 +109,6 @@
padding: 6px;
}
- /* translation summary table */
-table#translation_summary {
- margin: 1em 10%;
- border-collapse: collapse;
- border: 1px solid #ccc;
-}
-table#translation_summary td, table#translation_summary th{
- border-top: 0px solid #ddd;
- border-bottom: 1px solid #ccc;
- border-left: 1px solid #eee;
- padding: 6px;
- text-align: center;
- border-collapse: collapse;
-}
-table#translation_summary th {
- background-color: #eee;
- color: #11111A;
- border-right: 1px solid #ccc;
- padding: .3em .5em;
- line-height: 120%;
-}
-
-table#translation_summary th#properties {
-width: 15em;
-padding: 0 !important;
-padding-top: .5em;
-}
-table#translation_summary th.property_name {
-padding: .2em 0 0 0 !important;
-}
-
-table#translation_summary th p {
-/*width: 100%;*/
-font-size: xx-small;
-margin: 0;
-margin-top: .5em;
-padding: .5em;
-padding-bottom: .4em;
-
-}
-
-.table_translation_missing {
- background-color: #F55;
-}
-.table_translation_missing a, .table_translation_missing a:link, .table_translation_missing a:visited {
- background-color: #F55;
- text-decoration: none;
- color: yellow;
-}
-
-.table_translation_missing a:hover, .table_translation_missing a:active {
- background-color: #F55;
- text-decoration: underline;
- color: #5589E3;
-}
-
-.table_translation_ok {
- background-color: #89E5A7;
-}
/* @end */
Received on Wednesday, 5 December 2007 08:01:14 UTC