summaryrefslogtreecommitdiff
path: root/html_template/unbiased.css
blob: ade390b34e17c5bad65dffb46fa9b6be02015286 (plain)
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
a:link, a:visited, a:hover, a:active {
			color: #00f;
			text-decoration:none;
		    }

#page-header{
    text-align:center;
    padding:.5em 0 1em;
    margin-bottom:1em;
    border-bottom:1px solid #000;
}

.title{
    font-size:3em;
}

#title-1{
    font-style:italic;
    color:#d00;
}

#title-2{
    color:#00d;
}

#subtitle{
    font-size:1.25em;
}

#timestamp{
    margin:.5em 0 0 0;
    font-size:.8em;
}

#page-container{
    width:1150px;
    padding:0 1em;
    margin-left:auto;
    margin-right:auto;
}

#top-stories{
    width:1150px;
    margin-left:auto;
    margin-right:auto;
    font-size:1.25em;
}

.top-story{
    width:350px;
    float:left;
    margin:0 .5em;
}

.top-stories-img{
    width:350px;
    height:200px;
    overflow:hidden;
}

.top-stories-img img{
    width:100%;
    display:block;
    vertical-align:text-bottom;
}

.top-stories-desc{
    font-size:.8em;
    padding-top:.5em;
}

#middle-stories{
    clear:both;
    width:1000px;
    margin:0 auto;
}

.middle-story{
    margin:2em 5px;
    width:45%;
    float:left;
    height:100px;
}

.middle-story img{
    vertical-align:middle;
    height:100px;
    float:left;
    margin-right:1em;
}

.middle-stories-hed{
    font-size:1.1em;
}

.middle-story p{
    display:block;
}

#sources{
    clear:both;
    padding-top:4em;
    font-size:.8em;
}