PluginProbe
Statify / 2.0.2
Statify v2.0.2
2.0.2 2.0.1 trunk 0.7 0.8 0.9 1.0 1.2.8 1.3.0 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 All 32 releases
statify / css / settings.css

settings.css in Statify 2.0.2, at css/settings.css

36 lines 635 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Danger Zone Section */
2 .statify-danger-zone {
3 border: 2px solid #d63638;
4 padding: 15px;
5 background: #fff;
6 border-radius: 4px;
7 margin-top: 20px;
8 }
9
10 .statify-danger-zone h3 {
11 margin-top: 0;
12 color: #b32d2e;
13 font-size: 1.1em;
14 }
15
16 .statify-danger-zone p {
17 margin-bottom: 10px;
18 }
19
20 .statify-danger-zone .button {
21 color: #d63638;
22 border-color: #b32d2e;
23 }
24
25 .statify-danger-zone .button:hover,
26 .statify-danger-zone .button:focus {
27 background: #d63638;
28 border-color: #b32d2e;
29 box-shadow: 0 0 0 1px #b32d2e;
30 color: #fff;
31 }
32
33 .statify-danger-zone .button:disabled {
34 cursor: not-allowed;
35 }
36