Dotclear

source: admin/style/install.css @ 3731:3770620079d4

Revision 3731:3770620079d4, 3.6 KB checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Simplify licence block at the beginning of each file

Line 
1html {
2     font-size: 62.5%;
3}
4body.install {
5     font: 1.2rem/1.5 Arial,Helvetica,sans-serif;
6     color: #333;
7     background: #fff;
8     margin: 0;
9     padding: 0;
10}
11body.install #content {
12     width:32em;
13     margin:1em auto;
14}
15body.install #main {
16     padding:1em 2em;
17     border:1px #ccc solid;
18     border-radius: 8px;
19}
20body.install h1,h2 {
21     font-family: arial,Helvetica,sans-serif;
22}
23body.install h1 {
24     background: url(install/w-logo.png) no-repeat top center;
25     font-size:1.8em;
26     font-weight:normal;
27     text-align:center;
28     color: #666;
29     padding-top: 70px;
30     margin: 0 0 0.75em 0;
31}
32body.install h2 {
33     color: #f90;
34}
35body.install h3 {
36     margin-top:0;
37}
38body.install label {
39     color: #555;
40}
41
42body.install .msg {
43     padding:10px 10px 10px 60px;
44     border-radius:8px;
45}
46body.install .warning {
47     background: #ffc url(install/important.png) no-repeat 10px 10px;
48}
49body.install .notice {
50     background: #eef url(install/note.png) no-repeat 10px 10px;
51}
52a, a:link, a:visited {
53     color: #2373A8;
54     text-decoration: none;
55     border-bottom: 1px dotted #f90;
56}
57a:hover, a:active, a:focus {
58     text-decoration: underline;
59}
60
61div.error, p.error, div.message, p.message, div.static-msg, p.static-msg {
62     padding: 0.5em 0.5em 0.5em 60px;
63     margin-bottom: 1em;
64     border-radius: 8px;
65}
66p.error, p.message, p.static-msg {
67     padding-top: 1em;
68     padding-bottom: 1em;
69}
70div.error, p.error {
71     background: #e5bfbf url(install/process_warning.png) no-repeat 5px 5px;
72     color: #600;
73}
74div.message, p.message, div.static-msg, p.static-msg {
75     background: #666 url(install/note.png) no-repeat 5px 5px;
76     color: #fff;
77}
78div.message a, p.message a, div.static-msg a, p.static-msg a {
79     color: #fff;
80}
81label {
82     display : block;
83}
84label input, label select, label span {
85     display : block;
86}
87
88label.required {
89     font-weight : bold;
90}
91label.required abbr {
92     color: #900;
93     font-size: 1.3em;
94}
95
96form {
97     display : block;
98     margin : 0;
99     padding : 0;
100}
101
102fieldset {
103     display : block;
104     margin : 0 0 1em 0;
105     padding : 1em 0.5em;
106     border-width : 1px 0;
107     border-style: solid;
108     border-color: #ccc;
109     background: #f5f5f5;
110}
111legend {
112     font-weight : bold;
113     padding: 0.2em 0.6em;
114     border-width: 1px;
115     border-style: solid;
116     border-color: #ccc;
117     background: #f5f5f5;
118     margin-bottom: 0.5em;
119}
120a#obfus {
121     color: #fff;
122     background-color: #666;
123     padding: 0 10px;
124     border-radius: 2px;
125}
126
127input[type=submit]{
128     font-size: 1.05em;
129     display: inline-block;
130     outline: none;
131     cursor: pointer;
132     text-align: center;
133     text-decoration: none;
134     padding: .1em .5em;
135     text-shadow: 0 1px 1px rgba(0,0,0,.3);
136     border-radius: .2em;
137     margin-bottom: .1em;
138     color: #fff;
139     border: 1px solid #2373A8;
140     background: #2373A8;
141     background: -webkit-gradient(linear, left top, left bottom, from(#2C8FD1), to(#2373A8));
142     background: -moz-linear-gradient(top,  #2C8FD1,  #2373A8);
143     width: 100%;
144}
145input[type=submit]:hover,
146input[type=submit]:focus {
147     background: #2373A8;
148     background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1));
149     background: -moz-linear-gradient(top,  #2373A8,  #2C8FD1);
150     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2373A8', endColorstr='#2C8FD1');
151     border: 1px solid #2C8FD1;
152}
153
154
155/* --------------------------------------------------------------- password indcator */
156.pw-table {
157     display: block;
158     margin-bottom: .25em;
159}
160.pw-cell {
161     display: block;
162     margin-bottom: .25em;
163}
164#pwindicator {
165     display: block;
166     vertical-align: bottom;
167     padding-left: 1.5em;
168}
169#pwindicator .bar {
170     height: 6px;
171     margin-bottom: 4px;
172}
173.pw-very-weak .bar {
174     background: #900;
175     width: 30px;
176}
177.pw-weak .bar {
178     background: #c00;
179     width: 60px;
180}
181.pw-mediocre .bar {
182     background: #f90;
183     width: 90px;
184}
185.pw-strong .bar {
186     background: #080;
187     width: 120px;
188}
189.pw-very-strong .bar {
190     background: #0c0;
191     width: 150px;
192}
Note: See TracBrowser for help on using the repository browser.

Sites map