-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfutaba.css
66 lines (66 loc) · 1010 Bytes
/
futaba.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
/* from php4chan */
.header {
margin:0px;
background:#f0e0d6;
padding:0px;
border: 2px solid #d9bfb7;
width: 100%;
padding-left: 0px;
}
h1 {
margin:20px;
font-size: 35px;
}
.infoBox {
background:#ea8;
border:1px solid #800;
padding:0 5px;
}
body {
color: maroon;
font-size: 10pt;
padding:0px;
margin:0px;
background: #ffe;
}
.postName {
color: #117743;
font-weight: 700;
}
.reply {
margin:8px;
padding:5px;
background:#f0e0d6;
border: 2px solid #d9bfb7;
width: 600px;
}
#postBox {
margin:8px;
background:#f0e0d6;
padding:5px;
width: 600px;
}
.futaba {
background-color: #ea8;
color: #800;
font-weight: 700;
padding: 0 5px;
font-size: 10pt;
}
th {
background-color: #6080f6;
border: 1px solid #000;
}
.posts {
word-wrap: break-word;
word-break: break-all;
background: #D6D6F6;
}
textarea {
width:320px;
height:100;
resize:none;
}
img {
max-width: 400px;
}