Dotclear

source: admin/style/scss/partials/_markup.scss @ 3355:5619cd4c8c5d

Revision 3355:5619cd4c8c5d, 3.1 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Switch admin CSS to Sass/Compass?, 1st step

Line 
1/* ------------------------------------------------------------------ titres */
2
3
4/* fil d'ariane */
5
6#content > h2 {
7    padding: 0 1em .5em 1em;
8    margin: 0 -1em 1em -1em;
9    background: #fff url(bg_h2.png) repeat-x center bottom;
10}
11
12h2 a:link,
13h2 a:visited {
14    color: #676e78;
15    border-color: #000;
16}
17
18
19/* page courante dans le fil d'ariane */
20
21.page-title {
22    color: #d30e60;
23}
24
25.page-title img {
26    padding-left: .5em;
27    vertical-align: middle;
28}
29
30
31/* autres titres */
32
33#main-menu h3 {
34    font-weight: bold;
35}
36
37.fieldset h3,
38.fieldset h4,
39.pretty-title {
40    color: #D33800;
41    font-size: 1em;
42    font-weight: bold;
43}
44
45.fieldset h3 {
46    font-size: 1.17em;
47}
48
49.fieldset h3.smart-title,
50.fieldset h4.smart-title,
51.smart-title {
52    font-size: 1em;
53    text-transform: uppercase;
54    font-weight: bold;
55    color: #333;
56    text-shadow: 0 1px 0 rgba(200, 200, 200, 0.6)
57}
58
59#entry-sidebar h5 {
60    font-weight: normal;
61    color: #333;
62}
63
64.entry-status img.img_select_option {
65    padding-left: 4px;
66    vertical-align: text-top;
67}
68
69h4 label,
70h5 label {
71    color: #333;
72}
73
74h2:first-child,
75h3:first-child,
76h4:first-child,
77h5:first-child,
78ul:first-child,
79p:first-child {
80    margin-top: 0;
81}
82
83
84/* ---------------------------------------------------------------- tableaux */
85
86
87/*   Pour autoriser le scroll sur les petites largeurs
88     envelopper les tableaux dans une div.table-outer */
89
90.table-outer {
91    width: 100%;
92    overflow: auto;
93}
94
95table {
96    font-size: 1em;
97    border-collapse: collapse;
98    margin: 0 0 1em 0;
99    width: 100%;
100}
101
102caption {
103    color: #333;
104    font-weight: bold;
105    text-align: left;
106    margin-bottom: .5em;
107}
108
109th {
110    border-width: 1px 0 1px 0;
111    border-style: solid;
112    border-color: #dfdfdf;
113    background: #eef1ec;
114    padding: .4em 1em .4em .5em;
115    vertical-align: top;
116    text-align: left;
117}
118
119td {
120    border-width: 0 0 1px 0;
121    border-style: solid;
122    border-color: #e3e3e3;
123    padding: .4em 1em .4em .5em;
124    vertical-align: top;
125}
126
127
128/* ---------------------------------------------------------- autres balises */
129
130p {
131    margin: 0 0 1em 0;
132}
133
134hr {
135    height: 1px;
136    border-width: 1px 0 0;
137    border-color: #dfdfdf;
138    background: #dfdfdf;
139    border-style: solid;
140}
141
142hr.clearer {
143    clear: both;
144}
145
146pre,
147code,
148#debug {
149    font: 100% $monospace;
150}
151
152code {
153    background: #fefacd;
154}
155
156pre {
157    white-space: pre;
158    white-space: -moz-pre-wrap;
159    white-space: pre-wrap;
160    white-space: pre-line;
161    word-wrap: break-word;
162}
163
164abbr {
165    cursor: help;
166}
167
168input,
169textarea,
170select,
171option,
172optgroup,
173legend,
174label {
175    font-size: 1em;
176}
177
178
179/* ------------------------------------------------------------------ liens */
180
181a,
182a:link,
183a:visited {
184    color: #2373A8;
185    text-decoration: none;
186    border-bottom: 1px dotted #999;
187    background-color: inherit;
188    outline: 0;
189}
190
191a:hover,
192a:active {
193    border-bottom-style: solid;
194}
195
196a img,
197a:link img,
198a:visited img {
199    border: none;
200    background: inherit;
201}
202
203h1 a:link,
204h1 a:visited {
205    border: none;
206}
207
208.discrete a {
209    color: #333;
210}
211
212a:link {
213    transition: .5s;
214}
215
216a:focus,
217a:focus img {
218    outline: 2px solid #bee74b;
219    border-bottom: none;
220    text-decoration: none;
221}
Note: See TracBrowser for help on using the repository browser.

Sites map