forked from denverpost/autoproducer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
executable file
·108 lines (107 loc) · 2.28 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
#header h1 {
display:block;
text-align:center;
width:100%;
font-size:2em;
margin:.5em 0;
}
/* admin table */
.tablehead {
margin: -1rem -1.25rem 1rem;
border-bottom:5px solid rgba(0,0,0,0.2);
padding:1em 0 .5em;
}
#admin .lightsrow {
margin:.25em -0.9375em;
padding:.5em 0;
}
#admin .lightsrow > div:last-child {
text-align:center;
}
#admin div.status-1 {
border:2px solid rgba(255,215,0,1);
}
#admin div.status-2 {
border:2px solid rgba(255,140,0,1);
}
#admin div.status-3 {
border:2px solid rgba(255,215,0,1);
}
#admin div.status-4 {
border:2px solid rgba(0,168,0,1);
}
#admin div.status-5 {
border:2px solid rgba(160,80,45,1);
}
#admin div.nostatus {
border:2px solid rgba(0,0,0,0.15);
}
.title-div a { font-weight: bold; }
#wrapper label {
font-size:1.15em;
line-height:1.4;
}
#wrapper .add-new-tag label {text-align:right;padding-top:.5em;}
#wrapper .add-new-tag input[type="text"] {
font-size:1.15em;
height:3.0625rem;
padding:1rem 2rem 1.0625rem 2rem;
}
#wrapper input[type="checkbox"] {
-webkit-appearance: none;
background-color: #fafafa;
border: 1px solid #cacece;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
padding: 1.25em;
border-radius: 3px;
display: inline-block;
position: relative;
overflow:hidden;
margin:0 0 .5rem;
}
#wrapper input[type="checkbox"]:active,
#wrapper input[type="checkbox"]:checked:active {
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
#wrapper input[type="checkbox"]:checked {
background-color: #e9ecee;
border: 1px solid #adb8c0;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
color: #565656;
}
#wrapper input[type="checkbox"]:checked:after {
content: '\00D7';
font-size: 4em;
position: absolute;
font-weight:bold;
outline:none;
top: -0.02em;
left: -0.01em;
line-height:.5;
color: #565656;
}
a.winner1:after {
content:"\2605";
color:gold;
float:left;
margin-right: .25em;
display:inline-block;
font-size:120%;
}
footer {
border-top:1px solid #ddd;
padding: 1em 0;
}
img.nav-logo {
height: 35px;
padding: 10px 25px 0px 10px;
}
img.footer-logo {
margin-bottom: 30px;
}
.clear {
width:100%;
height:0;
clear:both;
display:block;
}