aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
blob: 74e0a75c044ecddebadae543dff1282036f963e5 (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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body {
	font: 16px/1.4 Arial, Helvetica, sans-serif;
	min-width: 800px;
	max-width: 1300px;
	margin: 0 auto 1em auto;
	background: #fff;
	color: #111;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
}

pre, code, tt {
	font-size: 14px;
}

td pre {
	margin-top: 0;
}

h1#title {
	text-align: center;
	border-top: 8px solid #d00;
	padding-top: 0.5em;
	font-size: 2.4em;
	margin-top: 0;
	margin-bottom: 1em;
}

h2.heading {
	font-size: 1.5em;
	text-align: center;
	border-top: 6px solid #5F5ABF;
	padding-top: 0.5em;
	margin-top: 2em;
	margin-bottom: 1.3em;
}

p#footer {
	text-align: center;
	font-size: smaller;
	color: #666;
	border-top: 1px solid #ccc;
	padding-top: 0.6em;
}

p {
	text-align: justify;
	hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
}

p.intro {
	font-size: 18px;
	color: #d00;
	margin: 0 1.8em;
}
p.intro cite {
	font-size: 14px;
	color: black;
	opacity: 0.8;
	font-style: normal;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0em 2em;
	width: 50%;
	vertical-align: top;
}

td.heading-cell {
	padding: 0;
}

tr + tr {
	//border-top: 1px dashed #ccc;
}

tr.heading-row, tr.heading-row + tr {
	border-top: 0;
}

td + td {
	//border-left: 1px dashed #ccc;
}

td h3 {
	width: 100%;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.entry .date, .entry .from {
	font-size: 12px;
}
.entry .subject {
	font-size: 14px;
}
.entry {
	margin-bottom: 1em;
}

#p5p h3 { border-bottom: 3px solid #34A630; }
#p5p a { color: #2F722F; }

#blogs h3 { border-bottom: 3px solid #3075A6; }
#blogs a { color: #253174; }

#reddit h3 { border-bottom: 3px solid #33CBCD; }
#reddit a { color: #177A7C; }

#perlmonks h3 { border-bottom: 3px solid #000066; }
#perlmonks a { color: #111169; }

#cpan h3 { border-bottom: 3px solid #CC3333; }
#cpan a { color: #A33C3C; }

#irc h3 { border-bottom: 3px solid #CCC433; }
#irc a { color: #8F8A2D; }