aboutsummaryrefslogtreecommitdiff
path: root/common.css
blob: 066b69f7d6ef571d4d5c334f30eb09dea42baa8e (plain) (blame)
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
.CTitle {
	font-family: 'FreeMono', 'Courier New', Courier, monospace;
}
.TText {
	font-family: 'FreeMono', 'Courier New', Courier, monospace;
}
a:link { 
color:#1194FF; 
text-decoration:none; 
}
a:visited { 
color:#20ACFF; 
text-decoration:none; 
}
a:hover { 
color:#3FBFFF; 
text-decoration:none; 
}
a:active { 
color:#CCCCFF; 
text-decoration:none; 
}
div.comment{
	border:1px solid #CCC;
	margin:1em;
}
div.author{
	text-align:right;
	padding-right:0.5em;
	padding-bottom:0.5em;
}
div.floatingl {
	left: 0px;
	bottom: -10px;
	position: fixed;
}
div.floatingr {
	right: 0px;
	bottom: -10px;
	position: fixed;
	transform: rotateY(180deg);
}