-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.css
More file actions
97 lines (97 loc) · 1.45 KB
/
index.css
File metadata and controls
97 lines (97 loc) · 1.45 KB
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
body {
width: 512px;
margin: 0 auto;
font-family: sans-serif;
}
h1 {
background: #F0F0F0;
border-bottom: 1px solid #CCC;
margin: 0 0 1em 0;
padding: 0.5em;
}
img {
border: 0;
}
a {
color: #00C;
}
a:visited {
color: #00C;
}
h1 a {
color: #000;
text-decoration: none;
}
h1 a:visited {
color: #000;
}
#messages {
list-style-type: none;
margin: 0;
padding: 0;
}
#messages li {
margin-bottom: 2.5em;
}
#messages .date {
float: left;
width: 6em;
margin-left: -8em;
text-align: center;
color: #999;
}
#messages .day {
font-size: x-large;
}
#messages .photo {
text-align: center;
}
#messages .text {
margin: 0.5em 0;
}
#messages .replies {
text-align: right;
}
#messages .tags {
list-style-type: none;
margin: 0 0 0 1em;
padding: 0;
float: left;
}
#messages .tags li {
display: inline;
margin-right: 0.5em;
}
#messages .tags a {
color: #999;
text-decoration: none;
border-bottom: 1px dashed #999;
}
#replies {
list-style-type: none;
margin: 0;
padding: 0;
}
#replies li {
margin-bottom: 2.5em;
background-repeat: no-repeat;
padding-left: 42px;
}
#replies .username {
font-size: larger;
}
#navigation {
background: #F0F0F0;
margin: 2em 0;
padding: 5px;
text-align: center;
}
#footer {
margin: 2em 0 0 0;
padding: 5px;
font-size: small;
text-align: center;
}
#footer a {
color: #999;
}