| 
webmaster@0
 | 
     1 html {background:#eee;min-height:100.05%;} | 
| 
webmaster@0
 | 
     2  | 
| 
webmaster@0
 | 
     3 body { | 
| 
webmaster@0
 | 
     4 	margin:15px auto; | 
| 
webmaster@0
 | 
     5 	width:596px; | 
| 
webmaster@0
 | 
     6 	background:#fff; | 
| 
webmaster@0
 | 
     7 	border:1px #333 solid; | 
| 
webmaster@0
 | 
     8 	min-height:200px; | 
| 
webmaster@0
 | 
     9 } | 
| 
webmaster@0
 | 
    10  | 
| 
webmaster@0
 | 
    11 h3 {width:100%;text-align:center;display:none;} | 
| 
webmaster@0
 | 
    12  | 
| 
webmaster@0
 | 
    13 /* Formulaire : Styles généraux */ | 
| 
webmaster@0
 | 
    14 form {padding:1em;} | 
| 
webmaster@0
 | 
    15  | 
| 
webmaster@0
 | 
    16 select {background:#f9f9f9; width:100%;} | 
| 
webmaster@0
 | 
    17  | 
| 
webmaster@0
 | 
    18 input, textarea { | 
| 
webmaster@0
 | 
    19 	background:#f9f9f9; | 
| 
webmaster@0
 | 
    20 	border:1px #999 dashed; | 
| 
webmaster@0
 | 
    21 	margin-top:10px; | 
| 
webmaster@0
 | 
    22 	width:100%; | 
| 
webmaster@0
 | 
    23 } | 
| 
webmaster@0
 | 
    24  | 
| 
webmaster@0
 | 
    25 textarea{height:120px;} | 
| 
webmaster@0
 | 
    26  | 
| 
webmaster@0
 | 
    27 /* Style sur les listes */ | 
| 
webmaster@0
 | 
    28  | 
| 
webmaster@0
 | 
    29 ul {margin:0px 15px; padding:0px; border-left:2px solid #999;} | 
| 
webmaster@0
 | 
    30 li {padding:2px 15px;margin:2px 0px;list-style:circle inside;} | 
| 
webmaster@0
 | 
    31  | 
| 
webmaster@0
 | 
    32 li:hover, li.Pinned {list-style:disc inside;background:#F9F9F9;border:black dashed;border-width:1px 1px 1px 0px;padding:1px 15px;} | 
| 
webmaster@0
 | 
    33  | 
| 
webmaster@0
 | 
    34 /* Le menu */ | 
| 
webmaster@0
 | 
    35 ul#Menu {margin:0px;padding:0px;border-width:0px;} | 
| 
webmaster@0
 | 
    36 ul#Menu li:last-child {border-right-width:0px;} | 
| 
webmaster@0
 | 
    37 ul#Menu li {display:block;float:left;padding:10px !important;margin:0px !important;border:1px #666 solid;border-left-width:0px;border-top:0px;} | 
| 
webmaster@0
 | 
    38 ul#Menu li:hover {background:#DEC;} | 
| 
webmaster@0
 | 
    39 ul#Menu li.Actif {background:#EEE;} | 
| 
webmaster@0
 | 
    40 ul#Menu div {display:block;padding-top:130px;width:128px;text-align:center;text-decoration:none;color:#333;background-repeat:no-repeat;} | 
| 
webmaster@0
 | 
    41  | 
| 
webmaster@0
 | 
    42 div#Brouillons	{background:url(icons/connect.png);} | 
| 
webmaster@0
 | 
    43 div#Posts	    	{background:url(icons/network.png);} | 
| 
webmaster@0
 | 
    44 div#Designs    	{background:url(icons/pictures.png);} | 
| 
webmaster@0
 | 
    45 div#ToDo	    	{background:url(icons/todo.png);} | 
| 
webmaster@0
 | 
    46 div#Infos		{width:100%;text-align:center;font-size:small;clear:both;} | 
| 
webmaster@0
 | 
    47  | 
| 
webmaster@0
 | 
    48 div[id^="Gest"]  {clear:both;padding:15px 3px;display:none;} | 
| 
webmaster@0
 | 
    49  | 
| 
webmaster@0
 | 
    50 li > .Admin {display:block;text-indent:-1000px;font-size:0.8em;} | 
| 
webmaster@0
 | 
    51 li:hover > .Admin, li.Pinned > .Admin {display:block;width:100%;text-align:right;font-size:0.8em;text-indent:0px;} | 
| 
webmaster@0
 | 
    52 .Admin a, div#GestPosts a {text-decoration:none;color:#666;font-style:italic;} | 
| 
webmaster@0
 | 
    53 .Admin a:hover, div#GestPosts a:hover {border-bottom:1px black dashed;} | 
| 
webmaster@0
 | 
    54  | 
| 
webmaster@0
 | 
    55 div#GestPosts > ul, div#GestPosts > ul > li {margin:0px;padding:2px;list-style:none;border-width:0px;} | 
| 
webmaster@0
 | 
    56 div#GestPosts > ul > li:hover {background:transparent;border-width:0px;padding:2px;} | 
| 
webmaster@0
 | 
    57  | 
| 
webmaster@0
 | 
    58  | 
| 
webmaster@0
 | 
    59  | 
| 
webmaster@0
 | 
    60 .Add {margin-bottom:15px;} | 
| 
webmaster@0
 | 
    61 .Add a {color:#333;text-decoration:none;border-bottom:1px black dashed;} | 
| 
webmaster@0
 | 
    62 .Add form {display:none;} | 
| 
webmaster@0
 | 
    63  | 
| 
webmaster@0
 | 
    64  | 
| 
webmaster@0
 | 
    65 #Infos a {text-decoration:none;color:#999;} | 
| 
webmaster@0
 | 
    66  | 
| 
webmaster@0
 | 
    67 #pubComment {white-space:pre;text-align:left;} | 
| 
webmaster@0
 | 
    68  | 
| 
webmaster@0
 | 
    69 /* | 
| 
webmaster@0
 | 
    70 	Formattage  des erreurs envoyés par le DOMParser | 
| 
webmaster@0
 | 
    71 */ | 
| 
webmaster@0
 | 
    72 parsererror, sourcetext {font-size:1em !important;font-weight:normal;background:transparent;} | 
| 
webmaster@0
 | 
    73  | 
| 
webmaster@0
 | 
    74 parsererror {border:1px black dotted;overflow:auto !important;} | 
| 
webmaster@0
 | 
    75  | 
| 
webmaster@0
 | 
    76 /* Tests */ | 
| 
webmaster@0
 | 
    77  | 
| 
webmaster@0
 | 
    78 option | 
| 
webmaster@0
 | 
    79 { | 
| 
webmaster@0
 | 
    80 	background:white; | 
| 
webmaster@0
 | 
    81 	vertical-align:center; | 
| 
webmaster@0
 | 
    82 	border-bottom:1px black solid; | 
| 
webmaster@0
 | 
    83 	padding:2px; | 
| 
webmaster@0
 | 
    84 } | 
| 
webmaster@0
 | 
    85  | 
| 
webmaster@0
 | 
    86 option img | 
| 
webmaster@0
 | 
    87 { | 
| 
webmaster@0
 | 
    88 	vertical-align:middle; | 
| 
webmaster@0
 | 
    89 	padding:0 2em; | 
| 
webmaster@0
 | 
    90 } | 
| 
webmaster@0
 | 
    91  | 
| 
webmaster@0
 | 
    92 select | 
| 
webmaster@0
 | 
    93 { | 
| 
webmaster@0
 | 
    94 	height:2em; | 
| 
webmaster@0
 | 
    95 } |