Dotclear

source: admin/style/install.css @ 269:7c43963066ea

Revision 269:7c43963066ea, 3.4 KB checked in by kozlika, 14 years ago (diff)

On a dit rouge, l'étoile…

Line 
1/*
2     loader.css
3     Simple CSS rules for NetInstall
4     
5     (c) 2008 - Olivier Meunier & contributors - All rights reserved.
6     Please see http://dotclear.net/ for more details.
7*/
8body.install {
9     font: 0.875em Helvetica,Arial,sans-serif;
10     color: #000;
11     background-color: #fff;
12     line-height: 1.5em;
13}
14body.install #content {
15     width:32em;
16     margin:1em auto;
17}
18body.install #main {
19     padding:1em 2em;
20     border:1px #ccc solid;
21     -moz-border-radius:8px;
22     -webkit-border-radius:8px;
23     border-radius: 8px;
24}
25body.install h1,h2 {
26     font-family: Helvetica,arial,sans-serif;
27}
28body.install h1 {
29     background: url(install/w-logo.png) no-repeat top center;
30     font-size:1.8em;
31     font-weight:normal;
32     text-align:center;
33     color: #666;
34     padding-top: 70px;
35     margin: 0 0 0.75em 0;
36}
37body.install h2 {
38     color: #ff6000;
39}
40body.install h3 {
41     margin-top:0;
42}
43body.install label {
44     color: #555;
45}
46
47body.install .msg {
48     padding:10px 10px 10px 60px;
49     -moz-border-radius:8px;
50     -webkit-border-radius:8px;
51}
52body.install .warning {
53     background: #ffc url(install/important.png) no-repeat 10px 10px;
54}
55body.install .notice {
56     background: #eef url(install/note.png) no-repeat 10px 10px;
57}
58a, a:link, a:visited {
59     color: #2373A8;
60     text-decoration: none;
61     border-bottom: 1px dotted #f90;
62}
63a:hover, a:active, a:focus {
64     text-decoration: underline;
65}
66
67div.error, p.error, div.message, p.message, div.static-msg, p.static-msg {
68     padding: 0.5em 0.5em 0.5em 60px;
69     margin-bottom: 1em;
70     -moz-border-radius: 8px;
71     -webkit-border-radius: 8px;
72}
73p.error, p.message, p.static-msg {
74     padding-top: 1em;
75     padding-bottom: 1em;
76}
77div.error, p.error {
78     background: #e5bfbf url(install/process_warning.png) no-repeat 5px 5px;
79     color: #600;
80}
81div.message, p.message, div.static-msg, p.static-msg {
82     background: #666 url(install/note.png) no-repeat 5px 5px;
83     color: #fff;
84}
85div.message a, p.message a, div.static-msg a, p.static-msg a {
86     color: #fff;
87}
88label {
89     display : block;
90}
91label input, label select, label span {
92     display : block;
93}
94
95label.required {
96     font-weight : bold;
97}
98label.required abbr {
99     color: #dd0000;
100     font-size: 1.3em;
101}
102
103form {
104     display : block;
105     margin : 0;
106     padding : 0;
107}
108
109fieldset {
110     display : block;
111     margin : 0 0 1em 0;
112     padding : 1em 0.5em;
113     border-width : 1px 0;
114     border-style: solid;
115     border-color: #ccc;
116     background: #f5f5f5;
117}
118legend {
119     font-weight : bold;
120     padding: 0.2em 0.6em;
121     border-width: 1px;
122     border-style: solid;
123     border-color: #ccc;
124     background: #f5f5f5;
125     margin-bottom: 0.5em;
126}
127a#obfus {
128     color: #fff;
129     background-color: #666;
130     padding: 0 10px;
131     -moz-border-radius: 2px;
132     -webkit-border-radius: 2px;
133}
134
135input[type=submit]{
136     font-size: 1.05em;
137     display: inline-block;
138     outline: none;
139     cursor: pointer;
140     text-align: center;
141     text-decoration: none;
142     padding: .1em .5em;
143     text-shadow: 0 1px 1px rgba(0,0,0,.3);
144     -webkit-border-radius: .2em;
145     -moz-border-radius: .2em;
146     border-radius: .2em;
147     margin-bottom: .1em;
148     color: #fff;
149     border: 1px solid #2373A8;
150     background: #2373A8;
151     background: -webkit-gradient(linear, left top, left bottom, from(#2C8FD1), to(#2373A8));
152     background: -moz-linear-gradient(top,  #2C8FD1,  #2373A8);
153     width: 100%;
154}
155input[type=submit]:hover,
156input[type=submit]:focus {
157     background: #2373A8;
158     background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1));
159     background: -moz-linear-gradient(top,  #2373A8,  #2C8FD1);
160     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2373A8', endColorstr='#2C8FD1');
161     border: 1px solid #2C8FD1;
162}
Note: See TracBrowser for help on using the repository browser.

Sites map