-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathiealternate.css
92 lines (78 loc) · 1.37 KB
/
iealternate.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
/*
THEME NAME: Overstand Theme based on Futurosity
THEME URI: http://www.fakeblog.de/wordpress-theme-overstand
DESCRIPTION: Eine Art Zeitungs-Theme für deinen Blog. Klares Design und vor allem Bold.
VERSION: 0.01
AUTHOR: Floyd Celluloyd
AUTHOR URI: http://www.fakeblog.de/
*/
#wrapper {
height: 2000px;
}
#nav-above{
width:265px;
margin-left:15px;
}
.author-desc{
width:265px;
margin:0 0 0 15px;
}
.author-links{
width:265px;
margin-left:15px;
}
/*.left-col{
width:290px;
}*/
.sidebar{
margin-left:-20px;
width:150px;
}
.single .author{
width:265px;
margin-left:15px;
}
.single .excerpt{
width:265px;
margin-left:15px;
}
.single .entry-content ol,.single .entry-content ul {
list-style-image:url(images/pfeil_listen_ie.gif);
}
/*.single .entry-content p:first-line {
font-variant:small-caps;
text-transform:uppercase;
} */
/*.single .entry-content p:first-letter {
color:black;
display:inline;
float:left;
font-size:40px;
line-height:44px;
margin-right:10px;
}*/
h2.latest{
/*border-top:1px solid silver;
font-weight:700;
background-color:#000000;
padding-left:14px;
text-transform:uppercase;
font-size:25px;*/
height:10px;
}
img.post-image{
border:1px solid silver;
margin:24px 10px 5px 15px;
padding:2px;
width:190px;
}
#header h1 {
font-size:25px;
}
div.three-col {
height: 100%;
}
#footer {
position: absolute;
bottom: 0;
}