aboutsummaryrefslogtreecommitdiff
path: root/lib/style
blob: 7be863f5ecf0fd301c6a4e7a042bebb67ca21403 (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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
body {
	color: black;
	background-color: gray;
	font-family: lexend, vga8, sans-serif;
	margin: 2% 6%;
	margin-right: 9em;
}
#atl {
	border: 4px solid #8888cc;
	background-color: #eaffff;
}
#atl ::selection { background: #9eeeee; }
#atl img {
	float: left;
	margin: 5px 10px 5px 5px;
}
#atl h1 {
	font-family: lexend, vga8, sans-serif;
	font-weight: 400;
	text-align: left;
}
#main {
	border: 4px solid #99994c;
	background-color: #ffffea;
	padding: 1em;
	margin: 5px 0 5px 0;
}
#main ::selection { background: #eeee9e; }
h1 {
	text-align: center;
	font-weight: 300;	
}
h2, h3, h4 { 
	margin: 2pt;
	margin-top: 1em;
}
hr { border: 1px solid #428a42; }
/* ul { margin: 1pt; } This breaks IE */
li { padding: 1pt; }
p.para {
}
pre {
	margin-left: 2em;
	border : 2px 
}
code, pre {
	font-family: roboto, vga8, monospace;
}
a {
	text-decoration-style: dotted;
	color: inherit;
}
a:hover {
	text-decoration: none;
	background-color: black;
	color: white;
}
div.banner {
	margin: 0;
	line-height: 1.1;
	text-align: center;
	position: absolute;       /* Fallback if 'fixed' is not supported */
	top: 2%;
	right: 1em;
	left: auto;
	width: 6.5em;
	z-index: 1000;
}
div.banner ul {
	margin: 0px; 
	list-style-type: none;
	list-style-position: outside;
	padding: 0.1em 0.1em;
	font-family: vga8, sans-serif;
	background-color: #eaffea;
	border: 2px solid #88cc88;
	color: black;
}
.banner ul li { margin: 0px; }
.banner ul a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	font-weight: 400;
}
.banner ul a:hover {
	color: #eaffea;
	background-color: #448844;
}
.banner img {
	border: 0px;
	padding: 4pt;
}
.banner_sep { display: none; /* hide from non-css browsers */ }
blockquote {
	position: relative;
	width: 70%;
	padding: 1em 1.5em;
	margin: 2em auto;
	color: black;
	background: #ffffca;
	overflow: hidden;
}
blockquote::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #eeee4c #ffffea;
	background: #eeee4c;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3), -1px 1px 2px rgba(0,0,0,0.2);
	display: block;
	width: 0;
}
.footer_sep {
	border: 0px solid black;
	/*border-bottom: 1px solid black;*/
	padding-top: 5pt;

}
.footer {
	color: white;
	text-align: center;
	padding: 2pt;
	font-size: 80%;
}
.footer a {
	text-decoration: none;
}
.footer img { border: none; }
/* dissabled stuff */
#top_sidebar_link { display: none; }
* { cursor: url(/pic/cursor.png), auto; }
@font-face {
	font-family: "vga8";
	src: url(/lib/font/vga8.ttf) format("truetype");
}
@font-face {
	font-family: "lexend";
	src: url(/lib/font/lexend.ttf) format("truetype");
}
@font-face {
	font-family: "roboto";
	src: url(/lib/font/roboto.ttf) format("truetype");
}