-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
36 lines (35 loc) · 1.16 KB
/
style.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
body.mainpage, body.subback
{ background: #ba9 fixed;
background-image: url('ba.png');
background-image: image('ba.webp' format('webp'), 'ba.png'); }
div.thread_list, div.thread, div#threadform, table
{ border: 4px double black;
padding: 0.5em;
margin: 0.5em; }
.threadlinks { text-align: right; }
.thread_list, #threadform, table { background: #cfc; }
.thread_list * li { display: inline; counter-increment: threads; padding-right: 1em; }
.thread_list * li:before { content: counter(threads) ". "; }
.thread { background: #eee; }
.thread_head a { color: red; }
.thread_head { font-size: large; }
.post_head { font-size: small; }
.trip { color: green; }
.comment { padding-left: 2em; }
.post { margin: 1em; }
th, td { border: 1px solid black; }
textarea
{ height: 10em;
width: 40em; }
blockquote { margin: 0; color: #060; }
.spoiler { background: #000; color: #000; }
.spoiler:hover { color: #fff; }
@font-face
{ font-family: IPAMonaPGothic2;
src: url('ipagp-mona.ttf'); }
.aa
{ text-align: left;
font-family: IPAMonaPGothic, Mona, 'MS PGothic',
YOzFontAA97, IPAMonaPGothic2 !important; }
.o{ text-decoration: overline; }
.s{ text-decoration: line-through; }