-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.css
122 lines (100 loc) · 1.83 KB
/
header.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
113
114
115
116
117
118
119
120
121
122
#menu {
position: fixed;
top: 30px;
left: 0px;
z-index: 80;
}
#menuleft, #menuright {
width: 100px;
height: 60px;
background-color: white;
text-align: right;
float: left;
font-family: 'Helvetica Neue', Helvetica, Arial !important;
font-size: 15px;
font-weight: 300;
line-height: 24px;
}
#menu a, a:visited {
text-decoration: none !important;
color: #336699;
}
#menuleft {
}
#menuright {
margin-left: 3px;
text-align: left;
opacity: .6;
}
#red, #black {
font-size: medium !important;
display: block;
margin-right: 10px;
margin-top: 30px;
}
#red, #red a {
color: #EA2001 !important;
z-index:1;
}
#black, #black a, #black a:visited {
color: #000000 !important;
z-index:128;
background-color: transparent !important;
position: relative;
bottom: 54px;
}
#menulist {
margin-left: 5px;
margin-top: 2px;
padding: 0;
list-style-type: none;
font-size: 12px;
font-weight: bold;
line-height: 14px;
}
.menuli {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
.entry-title, .entry-content {
padding-top: 0px;
}
.entry-header {
text-shadow: 3px 3px 0 black,
-1px -1px 0 black,
1px -1px 0 black,
-1px 1px 0 black,
1px 1px 0 black;
height: 288px;
padding-top: 0;
overflow: hidden;
width: 1000px;
}
.entry-header h1 a, .entry-header h1 a:hover, .entry-header h1 a:visited, .entry-header div a, .entry-header div a:hover, .entry-header div a:visited {
color: white;
text-decoration: none;
}
.entry-header h1 a {
display: block;
width: 1000px;
}
.entry-header div a {
height: 400px;
width: 1000px;
vertical-align: top;
display: block;
}
.entry-header h1 {
font-size: 40px;
margin-bottom: 0;
padding-bottom: 0;
line-height: 1;
}
#main {
padding-top: 0;
}
.post {
padding: 0;
border: 0;
}