Dotclear

source: admin/style/install.css @ 951:6eac89a5f2a5

Revision 951:6eac89a5f2a5, 3.6 KB checked in by franck <carnet.franck.paul@…>, 13 years ago (diff)

some border-radius with vendor prefix missing

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

Sites map