Dotclear

source: admin/style/install.css @ 1065:fe4840b56b20

Revision 1065:fe4840b56b20, 3.2 KB checked in by franck <carnet.franck.paul@…>, 13 years ago (diff)

No more vendor prefixes for border-radius, addresses #1367

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

Sites map