Skip to content

Commit

Permalink
Mise à jour des feuilles de style CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
darkixion authored and gleu committed Sep 20, 2010
1 parent fbe8f23 commit 281b15c
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 59 deletions.
106 changes: 81 additions & 25 deletions stylesheets/fixed.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@

div#pgSideWrap {
margin-top: -6px;
padding-top: 10px;
}

div#pgSideWrap h2 {
display: block;
margin-top: 0;
}

div#pgSideWrap form {
margin: 1ex;
}

dt {
Expand All @@ -35,8 +45,26 @@ table {
width: 100%;
}

div.admonhead h3.admontitle {
padding-top: 5px;
margin-top: 0;
}

div.titlepage {
margin-top: 6ex;
}

div.tip,
div.note,
div.caution,
div.important,
div.warning {
margin: 2ex 0;
}


div.tip {
border-left: 10px solid #77FFFF;
border-color: #77FFFF;
background-color: #E3FFFD;
}

Expand All @@ -45,18 +73,14 @@ div.tip div.admonbody p {
padding-bottom: 5px;
}

div.tip div.admonhead h3.admontitle {
padding-top: 5px;
}

div.tip div.admonhead img {
float:left;
padding-right:5px;
padding-top:2px;
}

div.note {
border-left: 10px solid #FFFF99;
border-color: #FFFF99;
background-color: #FFFFc8;
}

Expand All @@ -65,18 +89,14 @@ div.note div.admonbody p {
padding-bottom: 5px;
}

div.note div.admonhead h3.admontitle {
padding-top: 5px;
}

div.note div.admonhead img {
float:left;
padding-right:5px;
padding-top:2px;
}

div.caution {
border-left: 10px solid #FAC85C;
border-color: #FAC85C;
background-color: #FCE8BC;
}

Expand All @@ -85,18 +105,14 @@ div.caution div.admonbody p {
padding-bottom: 5px;
}

div.caution div.admonhead h3.admontitle {
padding-top: 5px;
}

div.caution div.admonhead img {
float:left;
padding-right:5px;
padding-top:2px;
}

div.important, div.warning {
border-left: 10px solid #DF421E;
border-color: #DF421E;
background-color: #FFF0F0;
}

Expand All @@ -105,32 +121,71 @@ div.important div.admonbody p, div.warning div.admonbody p {
padding-bottom: 5px;
}

div.important div.admonhead h3.admontitle, div.warning div.admonhead h3.admontitle {
padding-top: 5px;
}

div.important div.admonhead img, div.warning div.admonhead img {
float:left;
padding-right:5px;
padding-top:2px;
}

div.warning div.admonhead,
div.warning div.admonbody
{
margin: 0 2ex;
}

pre.programlisting,
pre.userinput,
pre.screen,
pre.synopsis,
div.tip,
div.warning,
div.caution,
div.important,
div.note,
.table-contents table,
div.tblBasic,
div#pgSideNav {
-moz-box-shadow: 3px 3px 5px #DFDFDF;
-webkit-box-shadow: 3px 3px 5px #DFDFDF;
-khtml-box-shadow: 3px 3px 5px #DFDFDF;
-o-box-shadow: 3px 3px 5px #DFDFDF;
box-shadow: 3px 3px 5px #DFDFDF;
}

pre.programlisting,
pre.userinput,
pre.screen,
pre.synopsis,
div.tip,
div.important,
div.warning,
div.caution,
div.note,
div.tblBasic {
color: black;
border-width: 1px 1px 1px 10px;
border-style: solid;
padding: 1ex 2ex;
overflow: auto;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
}

pre.programlisting, pre.userinput, pre.screen, pre.synopsis {
font-size: 1.2em;
border-left: 10px solid #bbb;
border-color: #bbb;
background-color: #eee;
padding-left:10px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
}

tt.filename {
font-size: 1.0em;
}

div.navfooter table {
width: 100%;
width: auto;
border: 0px solid #6495ed;
border-collapse: collapse;
/* margin:auto; */
Expand Down Expand Up @@ -173,3 +228,4 @@ div.navfooter table td.center{
vertical-align: top;
width: 6%;
}

7 changes: 7 additions & 0 deletions stylesheets/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
PostgreSQL.org - Global Styles
*/

pre,
tt {
font-size: 1.1em;
}

body {
margin: 10px;
padding: 0;
Expand All @@ -22,6 +27,7 @@ h2 {
font-size: 1.2em;
margin: 1.2em 0em 1.2em 0em;
font-weight: bold;
display: inline;
}

h3 {
Expand Down Expand Up @@ -119,3 +125,4 @@ dd {




3 changes: 2 additions & 1 deletion stylesheets/navigationclasses.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
background: none;
background-color: #F5F5F5;
margin: 0;
padding: 0;
padding: 1ex;
list-style: none;
}

Expand Down Expand Up @@ -247,3 +247,4 @@ p.code {
color: Black;
}


75 changes: 42 additions & 33 deletions stylesheets/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,48 @@
*/

div.tblBasic h2 {
margin: 25px 0 .5em 0;
margin: 25px 0 .5em 0;
}

div.tblBasic {
border: 2px solid #A7C6DF;
margin-bottom: 4ex;
}

div.table-contents {
margin-right: 2ex;
}

div.tblBasic table, div.table-contents table {
background: #F5F5F5 url(http://docs.postgresql.fr/theme/img/nav_tbl_top_lft.png) top left no-repeat;
margin-bottom: 15px;
margin-bottom: 15px;
background-color: transparent;
}

div.tblBasic table
{
margin: 0;
}

div.table-contents table {
margin: 2ex 0 2ex 2ex;
background-color: #E0ECEF;
border: 2px solid #A7C6DF;
border-collapse: collapse;
}

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.table-contents table td {
border-bottom: 1px solid #EFEFEF;
div.tblBasic table td:hover {
background-color: #EFEFEF;
}

div.table-contents table td,
div.table-contents table th
{
border: 1px solid #A7C6DF;
}

div.tblBasic table th,
Expand All @@ -29,37 +55,19 @@ div.table-contents table td {
color: #555555;
}

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.table-contents table tr.lastrow td.colFirst {
background: url(http://docs.postgresql.fr/theme/img/nav_tbl_btm_lft.png) bottom left no-repeat;
}

div.tblBasic table th.colLast,
div.table-contents table th.colLast {
background: #F5F5F5 url(http://docs.postgresql.fr/theme/img/nav_tbl_top_rgt.png) top right no-repeat;
}

div.tblBasic table tr.lastrow td.colLast,
div.table-contents table tr.lastrow td.colLast {
background: #F5F5F5 url(http://docs.postgresql.fr/theme/img/nav_tbl_btm_rgt.png) bottom right no-repeat;
div.tblBasic table th,
div.table-contents table th {
vertical-align: middle;
}

div.tblBasic table tr.firstrow td.colLast,
div.table-contents table tr.firstrow td.colLast {
background: #F5F5F5 url(http://docs.postgresql.fr/theme/img/nav_tbl_top_rgt.png) top right no-repeat;
div.table-contents table td {
background-color: #FFF;
}

div.tblBasic table th.colMid,
div.tblBasic table td.colMid,
div.tblBasic table th.colLast,
div.tblBasic table td.colLast {
background-color: #F5F5F5 ;
div.tblBasic table tr.lastrow td,
div.table-contents table tr.lastrow td {
border-bottom: none;
padding-bottom: 13px;
}

div.tblBasic table th.colLastC,
Expand All @@ -86,3 +94,4 @@ div.tblBasic table td.colLastRT {
text-align: right;
vertical-align: top;
}

0 comments on commit 281b15c

Please sign in to comment.