UNPKG

1.32 kBCSSView Raw
1body {
2 background:#F7F4E9 url(/images/body.png) repeat-x top center;
3}
4small {
5 color:#888
6}
7
8th,#navigation,.active,input[type=submit],.pagination a:hover,.date td a:hover {
9 background:#434A48;
10 color:#fff
11}
12
13input#deleteButton[type=button] {
14 background:#aa0000;
15 color:#fff;
16}
17
18select, textarea, input, td, #content, #foot {
19 background:#fff url(/images/gradient.png) repeat-x 0 -28px
20}
21tr {
22 background-position:0 -18px;
23}
24#content {
25 background-position:0 1px;
26}
27
28.active, th, #head, #navigation a, input[type=submit] {
29 color:#fff;
30}
31
32.right {
33 float:right;
34}
35
36input, select, textarea {
37 border-color:#ddd
38}
39
40h1,h2,h3,h4,h5,h6 {
41 border-color:#ddd
42}
43
44a {
45 color:#888
46}
47a.edit {
48 background-image:url(/images/edit.png)
49}
50a.delete {
51 background-image:url(/images/trash.png)
52}
53
54#head {
55 background:#313230
56}
57
58#navigation a:hover {
59 background:#383E3C
60}
61#navigation .active {
62 background:#687370
63}
64
65.box,.box > .utils a {
66 background:#fff;
67 border-color:#eee
68}
69.box > h2 {
70 background:url(/images/box-h2.png) repeat-x bottom center #fff
71}
72
73.error,.success,.info,.error a,.success a,.info a {
74 color:#fff
75}
76.error {
77 background:#901830
78}
79.success {
80 background:#C2EFC2
81}
82
83.glow-sortable-dropindicator {
84 background:#eee
85}