Changeset 1139
- Timestamp:
- 09/13/08 01:18:25 (2 months ago)
- Files:
-
- traduc/branches/bv81x/manuel/Makefile (modified) (1 diff)
- traduc/branches/bv81x/manuel/stylesheets/table.css (modified) (2 diffs)
- traduc/branches/bv82x/manuel/Makefile (modified) (1 diff)
- traduc/branches/bv82x/manuel/stylesheets/table.css (modified) (2 diffs)
- traduc/trunk/postgresql/Makefile (modified) (1 diff)
- traduc/trunk/postgresql/stylesheets/table.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traduc/branches/bv81x/manuel/Makefile
r1137 r1139 77 77 cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html 78 78 cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../images@images@g" *.html 79 cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e 's@border="1"@border="0"@g' *.html 79 80 80 81 for filename in `find $(BASEDIR)/$(WEB_OUTPUT) -name "*.html"`; do \ traduc/branches/bv81x/manuel/stylesheets/table.css
r1137 r1139 7 7 } 8 8 9 div.tblBasic table {9 div.tblBasic table, div.table-contents table { 10 10 background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_lft.png) top left no-repeat; 11 11 margin-bottom: 15px; 12 12 } 13 13 14 div.tblBasic table th {14 div.tblBasic table th, div.table-contents table th { 15 15 padding-top: 20px; 16 16 border-bottom: 1px solid #EFEFEF; … … 18 18 } 19 19 20 div.tblBasic table td {20 div.tblBasic table td, div.table-contents table td { 21 21 border-bottom: 1px solid #EFEFEF; 22 22 } 23 23 24 24 div.tblBasic table th, 25 div.tblBasic table td { 25 div.tblBasic table td, 26 div.table-contents table th, 27 div.table-contents table td { 26 28 padding: 8px 11px; 27 29 color: #555555; 28 30 } 29 31 30 div.tblBasic table tr.lastrow td { 32 div.tblBasic table tr.lastrow td, 33 div.table-contents table tr.lastrow td { 31 34 border-bottom: none; 32 35 padding-bottom: 13px; 33 36 } 34 37 35 div.tblBasic table tr.lastrow td.colFirst { 38 div.tblBasic table tr.lastrow td.colFirst, 39 div.table-contents table tr.lastrow td.colFirst { 36 40 background: url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_lft.png) bottom left no-repeat; 37 41 } 38 42 39 div.tblBasic table.tblBasicGrey th.colLast { 43 div.tblBasic table th.colLast, 44 div.table-contents table th.colLast { 40 45 background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat; 41 46 } 42 47 43 div.tblBasic table.tblBasicGrey tr.lastrow td.colLast { 48 div.tblBasic table tr.lastrow td.colLast, 49 div.table-contents table tr.lastrow td.colLast { 44 50 background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_rgt.png) bottom right no-repeat; 45 51 } 46 52 47 div.tblBasic table.tblBasicGrey tr.firstrow td.colLast { 53 div.tblBasic table tr.firstrow td.colLast, 54 div.table-contents table tr.firstrow td.colLast { 48 55 background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat; 49 56 } traduc/branches/bv82x/manuel/Makefile
r1137 r1139 66 66 cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html 67 67 cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../images@images@g" *.html 68 cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e 's@border="1"@border="0"@g' *.html 68 69 69 70 for filename in `find $(BASEDIR)/$(WEB_OUTPUT) -name "*.html"`; do \ traduc/branches/bv82x/manuel/stylesheets/table.css
r1137 r1139 7 7 } 8 8 9 div.tblBasic table {9 div.tblBasic table, div.table-contents table { 10 10 background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_lft.png) top left no-repeat; 11 11 margin-bottom: 15px; 12 12 } 13 13 14 div.tblBasic table th {14 div.tblBasic table th, div.table-contents table th { 15 15 padding-top: 20px; 16 16 border-bottom: 1px solid #EFEFEF; … … 18 18 } 19 19 20 div.tblBasic table td {20 div.tblBasic table td, div.table-contents table td { 21 21 border-bottom: 1px solid #EFEFEF; 22 22 } 23 23 24 24 div.tblBasic table th, 25 div.tblBasic table td { 25 div.tblBasic table td, 26 div.table-contents table th, 27 div.table-contents table td { 26 28 padding: 8px 11px; 27 29 color: #555555; 28 30 } 29 31 30 div.tblBasic table tr.lastrow td { 32 div.tblBasic table tr.lastrow td, 33 div.table-contents table tr.lastrow td { 31 34 border-bottom: none; 32 35 padding-bottom: 13px; 33 36 } 34 37 35 div.tblBasic table tr.lastrow td.colFirst { 38 div.tblBasic table tr.lastrow td.colFirst, 39 div.table-contents table tr.lastrow td.colFirst { 36 40 background: url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_lft.png) bottom left no-repeat; 37 41 } 38 42 39 div.tblBasic table.tblBasicGrey th.colLast { 43 div.tblBasic table th.colLast, 44 div.table-contents table th.colLast { 40 45 background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat; 41 46 } 42 47 43 div.tblBasic table.tblBasicGrey tr.lastrow td.colLast { 48 div.tblBasic table tr.lastrow td.colLast, 49 div.table-contents table tr.lastrow td.colLast { 44 50 background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_rgt.png) bottom right no-repeat; 45 51 } 46 52 47 div.tblBasic table.tblBasicGrey tr.firstrow td.colLast { 53 div.tblBasic table tr.firstrow td.colLast, 54 div.table-contents table tr.firstrow td.colLast { 48 55 background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat; 49 56 } traduc/trunk/postgresql/Makefile
r1137 r1139 71 71 cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html 72 72 cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../images@images@g" *.html 73 cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e 's@border="1"@border="0"@g' *.html 73 74 74 75 for filename in `find $(BASEDIR)/$(WEB_OUTPUT) -name "*.html"`; do \ traduc/trunk/postgresql/stylesheets/table.css
r1137 r1139 7 7 } 8 8 9 div.tblBasic table {9 div.tblBasic table, div.table-contents table { 10 10 background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_lft.png) top left no-repeat; 11 11 margin-bottom: 15px; 12 12 } 13 13 14 div.tblBasic table th {14 div.tblBasic table th, div.table-contents table th { 15 15 padding-top: 20px; 16 16 border-bottom: 1px solid #EFEFEF; … … 18 18 } 19 19 20 div.tblBasic table td {20 div.tblBasic table td, div.table-contents table td { 21 21 border-bottom: 1px solid #EFEFEF; 22 22 } 23 23 24 24 div.tblBasic table th, 25 div.tblBasic table td { 25 div.tblBasic table td, 26 div.table-contents table th, 27 div.table-contents table td { 26 28 padding: 8px 11px; 27 29 color: #555555; 28 30 } 29 31 30 div.tblBasic table tr.lastrow td { 32 div.tblBasic table tr.lastrow td, 33 div.table-contents table tr.lastrow td { 31 34 border-bottom: none; 32 35 padding-bottom: 13px; 33 36 } 34 37 35 div.tblBasic table tr.lastrow td.colFirst { 38 div.tblBasic table tr.lastrow td.colFirst, 39 div.table-contents table tr.lastrow td.colFirst { 36 40 background: url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_lft.png) bottom left no-repeat; 37 41 } 38 42 39 div.tblBasic table.tblBasicGrey th.colLast { 43 div.tblBasic table th.colLast, 44 div.table-contents table th.colLast { 40 45 background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat; 41 46 } 42 47 43 div.tblBasic table.tblBasicGrey tr.lastrow td.colLast { 48 div.tblBasic table tr.lastrow td.colLast, 49 div.table-contents table tr.lastrow td.colLast { 44 50 background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_rgt.png) bottom right no-repeat; 45 51 } 46 52 47 div.tblBasic table.tblBasicGrey tr.firstrow td.colLast { 53 div.tblBasic table tr.firstrow td.colLast, 54 div.table-contents table tr.firstrow td.colLast { 48 55 background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat; 49 56 }

