Format
This commit is contained in:
parent
0205411e8c
commit
aab33cf83b
@ -462,8 +462,17 @@ template {
|
||||
|
||||
/* Main
|
||||
----------------------------------*/
|
||||
body {background-color:#bebebe;font-family: Verdana, Arial, sans-serif;font-size:11px;text-align:center; /* pour corriger le bug de centrage IE */ }
|
||||
#global {width:900px; margin:0 auto; text-align:left;}
|
||||
body {
|
||||
background-color:#bebebe;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size:11px;
|
||||
text-align:center; /* pour corriger le bug de centrage IE */
|
||||
}
|
||||
#global {
|
||||
width:900px;
|
||||
margin:0 auto;
|
||||
text-align:left;
|
||||
}
|
||||
#content {float:right;clear:both;width:680px;padding:0;margin:0;padding-top:20px;}
|
||||
#center {background-color:#fff;padding:5px 0;}
|
||||
#footer {clear:both;text-align:center;margin-top:15px;}
|
||||
@ -475,8 +484,8 @@ div.paragraph {margin:5px;padding:5px;}
|
||||
a:link {color: #9c093a; text-decoration:none;}
|
||||
a:visited {color: #0000CC; text-decoration:none;}
|
||||
a:hover {color: #000066; text-decoration:none;}
|
||||
.StyleInfoLib {font-family: Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;color:#535353; vertical-align:top;line-height:18px;}
|
||||
.StyleInfoData {font-family: Arial, Helvetica, sans-serif;font-size:11px;color:#535353;line-height:18px;}
|
||||
.StyleInfoLib {font-family: Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;color:#535353; vertical-align:top;}
|
||||
.StyleInfoData {font-family: Arial, Helvetica, sans-serif;font-size:11px;color:#535353;}
|
||||
.StyleInfoDataActif {font-family: Arial, Helvetica, sans-serif;font-size:11px;line-height:16px;}
|
||||
table.identite {border-collapse:separate;border-spacing:4px;}
|
||||
table.data {width:100%;}
|
||||
@ -766,10 +775,22 @@ table.greffe td.saisie { border-top: 1px dashed; }
|
||||
|
||||
/* Form
|
||||
----------------------------------*/
|
||||
.infoTitle { clear:both; float:left; width:180px; margin-left:30px; padding:0 10px 5px 0; }
|
||||
.infoData { float:left; width:320px; margin:2px 0;}
|
||||
div.submit{ clear:both; text-align:center; }
|
||||
|
||||
.infoTitle {
|
||||
clear:both;
|
||||
float:left;
|
||||
width:180px;
|
||||
margin-left:30px;
|
||||
padding:0 10px 5px 0;
|
||||
}
|
||||
.infoData {
|
||||
float:left;
|
||||
width:320px;
|
||||
margin:2px 0;
|
||||
}
|
||||
div.submit {
|
||||
clear:both;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.fa-hover a:hover {
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user