[Trad] [svn:pgfr] r1139 - in traduc: branches/bv81x/manuel branches/bv81x/manuel/stylesheets branches/bv82x/manuel branches/bv82x/manuel/stylesheets trunk/postgresql trunk/postgresql/stylesheets

admin at listes.postgresql.fr admin at listes.postgresql.fr
Sam 13 Sep 01:18:25 CEST 2008


Author: gleu
Date: 2008-09-13 01:18:25 +0200 (Sat, 13 Sep 2008)
New Revision: 1139

Modified:
   traduc/branches/bv81x/manuel/Makefile
   traduc/branches/bv81x/manuel/stylesheets/table.css
   traduc/branches/bv82x/manuel/Makefile
   traduc/branches/bv82x/manuel/stylesheets/table.css
   traduc/trunk/postgresql/Makefile
   traduc/trunk/postgresql/stylesheets/table.css
Log:
Am?\195?\169lioration visuelle des tableaux dans la documentation.


Modified: traduc/branches/bv81x/manuel/Makefile
===================================================================
--- traduc/branches/bv81x/manuel/Makefile	2008-09-11 22:53:34 UTC (rev 1138)
+++ traduc/branches/bv81x/manuel/Makefile	2008-09-12 23:18:25 UTC (rev 1139)
@@ -76,6 +76,7 @@
 	cp img/*.png $(BASEDIR)/$(WEB_OUTPUT)/images
 	cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s at ../stylesheets at stylesheets@g" *.html
 	cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s at ../images at images@g" *.html
+	cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e 's at border="1"@border="0"@g' *.html
 
 	for filename in `find $(BASEDIR)/$(WEB_OUTPUT) -name "*.html"`; do \
 	  recode iso-8859-15..utf-8 $$filename; \

Modified: traduc/branches/bv81x/manuel/stylesheets/table.css
===================================================================
--- traduc/branches/bv81x/manuel/stylesheets/table.css	2008-09-11 22:53:34 UTC (rev 1138)
+++ traduc/branches/bv81x/manuel/stylesheets/table.css	2008-09-12 23:18:25 UTC (rev 1139)
@@ -6,45 +6,52 @@
         margin: 25px 0 .5em 0;
 }
 
-div.tblBasic table {
+div.tblBasic table, div.table-contents table {
         background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_lft.png) top left no-repeat;
         margin-bottom: 15px;
 }
 
-div.tblBasic table th {
+div.tblBasic table th, div.table-contents table th {
         padding-top: 20px;
         border-bottom: 1px solid #EFEFEF;
         vertical-align: bottom;
 }
 
-div.tblBasic table td {
+div.tblBasic table td, div.table-contents table td {
         border-bottom: 1px solid #EFEFEF;
 }
 
 div.tblBasic table th,
-div.tblBasic table td {
+div.tblBasic table td,
+div.table-contents table th,
+div.table-contents table td {
         padding: 8px 11px;
         color: #555555;
 }
 
-div.tblBasic table tr.lastrow td {
+div.tblBasic table tr.lastrow td,
+div.table-contents table tr.lastrow td {
         border-bottom: none;
         padding-bottom: 13px;
 }
 
-div.tblBasic table tr.lastrow td.colFirst {
+div.tblBasic table tr.lastrow td.colFirst,
+div.table-contents table tr.lastrow td.colFirst {
         background: url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_lft.png) bottom left no-repeat;
 }
 
-div.tblBasic table.tblBasicGrey th.colLast {
+div.tblBasic table th.colLast,
+div.table-contents table th.colLast {
         background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat;
 }
 
-div.tblBasic table.tblBasicGrey tr.lastrow td.colLast {
+div.tblBasic table tr.lastrow td.colLast,
+div.table-contents table tr.lastrow td.colLast {
         background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_rgt.png) bottom right no-repeat;
 }
 
-div.tblBasic table.tblBasicGrey tr.firstrow td.colLast {
+div.tblBasic table tr.firstrow td.colLast,
+div.table-contents table tr.firstrow td.colLast {
         background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat;
 }
 

Modified: traduc/branches/bv82x/manuel/Makefile
===================================================================
--- traduc/branches/bv82x/manuel/Makefile	2008-09-11 22:53:34 UTC (rev 1138)
+++ traduc/branches/bv82x/manuel/Makefile	2008-09-12 23:18:25 UTC (rev 1139)
@@ -65,6 +65,7 @@
 	cp img/*.png $(BASEDIR)/$(WEB_OUTPUT)/images
 	cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s at ../stylesheets at stylesheets@g" *.html
 	cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s at ../images at images@g" *.html
+	cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e 's at border="1"@border="0"@g' *.html
 
 	for filename in `find $(BASEDIR)/$(WEB_OUTPUT) -name "*.html"`; do \
 	  recode iso-8859-15..utf-8 $$filename; \

Modified: traduc/branches/bv82x/manuel/stylesheets/table.css
===================================================================
--- traduc/branches/bv82x/manuel/stylesheets/table.css	2008-09-11 22:53:34 UTC (rev 1138)
+++ traduc/branches/bv82x/manuel/stylesheets/table.css	2008-09-12 23:18:25 UTC (rev 1139)
@@ -6,45 +6,52 @@
         margin: 25px 0 .5em 0;
 }
 
-div.tblBasic table {
+div.tblBasic table, div.table-contents table {
         background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_lft.png) top left no-repeat;
         margin-bottom: 15px;
 }
 
-div.tblBasic table th {
+div.tblBasic table th, div.table-contents table th {
         padding-top: 20px;
         border-bottom: 1px solid #EFEFEF;
         vertical-align: bottom;
 }
 
-div.tblBasic table td {
+div.tblBasic table td, div.table-contents table td {
         border-bottom: 1px solid #EFEFEF;
 }
 
 div.tblBasic table th,
-div.tblBasic table td {
+div.tblBasic table td,
+div.table-contents table th,
+div.table-contents table td {
         padding: 8px 11px;
         color: #555555;
 }
 
-div.tblBasic table tr.lastrow td {
+div.tblBasic table tr.lastrow td,
+div.table-contents table tr.lastrow td {
         border-bottom: none;
         padding-bottom: 13px;
 }
 
-div.tblBasic table tr.lastrow td.colFirst {
+div.tblBasic table tr.lastrow td.colFirst,
+div.table-contents table tr.lastrow td.colFirst {
         background: url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_lft.png) bottom left no-repeat;
 }
 
-div.tblBasic table.tblBasicGrey th.colLast {
+div.tblBasic table th.colLast,
+div.table-contents table th.colLast {
         background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat;
 }
 
-div.tblBasic table.tblBasicGrey tr.lastrow td.colLast {
+div.tblBasic table tr.lastrow td.colLast,
+div.table-contents table tr.lastrow td.colLast {
         background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_rgt.png) bottom right no-repeat;
 }
 
-div.tblBasic table.tblBasicGrey tr.firstrow td.colLast {
+div.tblBasic table tr.firstrow td.colLast,
+div.table-contents table tr.firstrow td.colLast {
         background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat;
 }
 

Modified: traduc/trunk/postgresql/Makefile
===================================================================
--- traduc/trunk/postgresql/Makefile	2008-09-11 22:53:34 UTC (rev 1138)
+++ traduc/trunk/postgresql/Makefile	2008-09-12 23:18:25 UTC (rev 1139)
@@ -70,6 +70,7 @@
 	cp img/*.png $(BASEDIR)/$(WEB_OUTPUT)/images
 	cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s at ../stylesheets at stylesheets@g" *.html
 	cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s at ../images at images@g" *.html
+	cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e 's at border="1"@border="0"@g' *.html
 
 	for filename in `find $(BASEDIR)/$(WEB_OUTPUT) -name "*.html"`; do \
 	  recode iso-8859-15..utf-8 $$filename; \

Modified: traduc/trunk/postgresql/stylesheets/table.css
===================================================================
--- traduc/trunk/postgresql/stylesheets/table.css	2008-09-11 22:53:34 UTC (rev 1138)
+++ traduc/trunk/postgresql/stylesheets/table.css	2008-09-12 23:18:25 UTC (rev 1139)
@@ -6,45 +6,52 @@
         margin: 25px 0 .5em 0;
 }
 
-div.tblBasic table {
+div.tblBasic table, div.table-contents table {
         background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_lft.png) top left no-repeat;
         margin-bottom: 15px;
 }
 
-div.tblBasic table th {
+div.tblBasic table th, div.table-contents table th {
         padding-top: 20px;
         border-bottom: 1px solid #EFEFEF;
         vertical-align: bottom;
 }
 
-div.tblBasic table td {
+div.tblBasic table td, div.table-contents table td {
         border-bottom: 1px solid #EFEFEF;
 }
 
 div.tblBasic table th,
-div.tblBasic table td {
+div.tblBasic table td,
+div.table-contents table th,
+div.table-contents table td {
         padding: 8px 11px;
         color: #555555;
 }
 
-div.tblBasic table tr.lastrow td {
+div.tblBasic table tr.lastrow td,
+div.table-contents table tr.lastrow td {
         border-bottom: none;
         padding-bottom: 13px;
 }
 
-div.tblBasic table tr.lastrow td.colFirst {
+div.tblBasic table tr.lastrow td.colFirst,
+div.table-contents table tr.lastrow td.colFirst {
         background: url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_lft.png) bottom left no-repeat;
 }
 
-div.tblBasic table.tblBasicGrey th.colLast {
+div.tblBasic table th.colLast,
+div.table-contents table th.colLast {
         background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat;
 }
 
-div.tblBasic table.tblBasicGrey tr.lastrow td.colLast {
+div.tblBasic table tr.lastrow td.colLast,
+div.table-contents table tr.lastrow td.colLast {
         background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_rgt.png) bottom right no-repeat;
 }
 
-div.tblBasic table.tblBasicGrey tr.firstrow td.colLast {
+div.tblBasic table tr.firstrow td.colLast,
+div.table-contents table tr.firstrow td.colLast {
         background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat;
 }
 



More information about the Trad mailing list