-
Notifications
You must be signed in to change notification settings - Fork 11
/
riichi.css
executable file
·154 lines (133 loc) · 3.31 KB
/
riichi.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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
body {
background-color:white;
margin:10px 15% 0% 15%;
padding:0px;
font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
}
a {
color:#002469;
text-decoration:none;
}
a:link {color:#333;font-weight:bold;}
a:visited {color:#666; text-decoration:none;font-weight:bold;}
a:hover {text-decoration:none; color:#CD192A;background-color:transparent;font-weight:bold;}
a:active {color:blue}
/* ---------------------------------------------------------------------------Header */
#pagetitle {
text-align: center;
font-size:300%;
font: Verdana;
margin:0px 0px 10px 0px;
padding:0px;
font-weight:900;
color:#333;
}
#pagetitle a:link{text-decoration:none; color:#666;font-weight:900;}
#pagetitle a:visited{text-decoration:none;color:#666;font-weight:900;}
#pagetitle a:hover{text-decoration:none;background-color: transparent;font-weight:900;}
p.author {
text-align: right;
font-size:70%;
font: Verdana;
margin:0px 0px 0px 0px;
padding:0px 5%;
font-weight:900;
color:#333;
}
/* ---------------------------------------------------------------------------Content */
#content {
position:relative;
width:auto;
min-width:50%;
margin:0% 5% 20px 5%;
border:1px solid #777;
background-color:#ddd;
padding:0px 10px 10px 20px;
line-height:150%;
}
#content h1 {
color:#444;
/* color:#002469;*/
}
#content h2 {
font-size:130%;
color:#CD192A;
}
p.booklink {
text-align: left;
font-size:140%;
font: Verdana;
margin:0px 0px 0px 0px;
padding:5px 3%;
font-weight:100;
color:#333;
}
span.download_count{
text-align: right;
font-size:85%;
font: Verdana;
margin:0px 0px 0px 0px;
padding:0px 5%;
font-weight:500;
}
/* --------------------------------------------------------------------------- Footer */
#Copyright {
position:relative;
bottom:10px;
left: 10px;
clear:both;
margin:0% -3% 0px 5%;
font-weight:800;
color:#222;
}
#Copyright address{
font:10px/20px verdana, arial, helvetica, sans-serif;
}
#Copyright a{text-decoration:none;background-color:transparent;color:black}
#Copyright a:hover{text-decoration:none;background-color:transparent;color:black}
#Copyright a:visited{text-decoration:none;background-color:transparent;color:black}
/* --------------------------------------------------------------------------- Misc. */
.quote {
margin-left: 20px;
}
/* Display "LaTeX" nicely (hacked from Bernd Beber's webpage) */
span.TEX {letter-spacing: -0.125em;}
span.TEX span.E {position:relative;top:0.5ex;left:-0.0417em;}
a span.TEX span.E {text-decoration: none;}
span.LATEX span.A{position:relative; top:-0.5ex; left:-0.4em; font-size:85%;}
span.LATEX span.TEX{position:relative; left: -0.4em;}
.phead {
font: Verdana;font-size:110%;
font-weight: bold;
margin-right: 20px;
}
.expln {
position:relative;
width:auto;
margin:10px 20px 10px 20px;
border:1px dashed gray;
background-color:#e8e8e8;
padding:10px;
}
.codefrag {
font-family: "Courier New", Courier, monospace;
}
.codefrag2 {
font-family: "Courier New", Courier, monospace;
background-color:#eee;
}
table {
font-size:100%;
margin:12px 3px 10px;
padding:0px;
background:transparent;
border:1px solid transparent;
line-height:150%;
}
table td {
vertical-align:top;
}
table td.main {
padding:12px 30px 0 30px;
width:100%;
}