-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththerevoltpress.org.css
More file actions
23 lines (23 loc) · 891 Bytes
/
therevoltpress.org.css
File metadata and controls
23 lines (23 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
* {
background: #222 !important;
background-color: #222 !important;
background-image: none !important;
color: #ddd !important;
border: none !important;
font-family: Sans !important;
}
.tborder { background-color: #111 !important; background: #111 !important; border-radius: 5px !important; box-shadow: 0px 0px 10px #000 !important; }
img[src="http://therevoltpress.org/images/columnsdivider.jpg"] { display: none; }
textarea, input[type="text"], input[type="password"] {
background: #ddd !important; color: #222 !important; box-shadow: inset 0px 0px 4px #000 !important; border: 1px solid #101010 !important; border-radius: 4px !important;
}
textarea, input[type="text"]:focus, input[type="password"]:focus {
box-shadow: inset 0px 0px 3px #000 !important;
}
.page {
max-width: 100% !important;
overflow: auto !important;
}
#news:first-child .page {
overflow: hidden !important;
}