-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
112 lines (109 loc) · 1.98 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
109
110
111
112
/*
* Theme by Tom Dooner, Computer Science '13
* Version 1.2
*
* Please, someone, help me make this pretty.
*
* Official Source:
* https://github.com/ted27/cwru-reddit
*
*/
/*
* ==========================================================================
* Global Styles
* ==========================================================================
*/
#header a {
color: #0A304E;
}
.content {
margin-top: 12px;
}
/*
* ==========================================================================
* Header Styles
* ==========================================================================
*/
#header {
background-color: #0A304E;
border-bottom: 1px solid #0A304E;
}
#header #sr-header-area {
border: 0;
background-color: #0A304E;
color: darkgrey;
}
.sr-list a, .dropdown .selected {
color: #CCC !important;
}
.redditname a {
font-weight: 400;
letter-spacing: -1px;
font-size: 28px;
line-height: 28px;
font-variant: normal;
color: #0A304E;
}
#header-img {
margin: 15px 0 0;
width: 267px;
/* TODO: A better way? */
position: relative;
top: 3px;
}
#header-bottom-left {
background-image: url(%%img-hospital%%);
height: 115px;
}
/*
* Header "hot - new - controversial - top - saved"
*/
.tabmenu {
margin-left: 40px;
}
.tabmenu li {
font-weight: normal;
margin: 0;
}
.tabmenu li:before {
content: "-";
padding: 0 4px;
}
.tabmenu li:first-child:before {
content: "";
}
.tabmenu li.selected a {
background: none; border: none;
color: black;
font-weight: 700;
}
.tabmenu li a {
background: none; border: none;
font-size: 1.5em;
line-height: 1.4em;
font-weight: 400;
color: #0A304E;
}
.tabmenu li a:hover {
font-weight: 800;
}
/*
* Header username area
*/
#header-bottom-right {
border-top-left-radius: 0;
background: none;
font-size: 14px;
line-height: 17px;
}
#header-bottom-right .separator {
color: white;
opacity: 0.5;
}
/*
* For Reddit enhancement suite:
*/
.res-navTop {
background-color: white !important;
opacity: 0.9;
}