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