-
Notifications
You must be signed in to change notification settings - Fork 2
/
_imageboard.scss
executable file
·68 lines (63 loc) · 1.03 KB
/
_imageboard.scss
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
.yotsublue
{
line-height:1.2em;
font-family:arial,helvetica,sans-serif;
font-size:10pt;
background:#EEF2FF;
overflow:auto;
.reply {
color:#000;
border:1px solid #B7C5D9;
border-left:none;
border-top:none;
background:#D6DAF0;
overflow:auto;
float:left;
margin:2px;
padding:2px;
}
a {
color: #34345C;
&:visited { color: #34345C; }
}
font: {
family: arial, helvetica, sans-serif;
size: 10pt;
}
img {
border:none;
float:left;
vertical-align:top;
margin:0 20px;
padding:0;
}
blockquote {
border: none;
padding: 0;
}
}
.doubledash
{
color:#B7C5D9;
vertical-align:top;
clear:both;
float:left;
}
.greentext
{
color:#789922;
}
.commentpostername
{
color:#117743;
font-weight:800;
background:inherit;
}
.yotsublue a.quotejs:active,.yotsublue a.quotejs:link,.yotsublue a.quotejs:visited
{
text-decoration:none;
}
.yotsublue a:hover,.quotelink,.yotsublue a.quotejs:hover
{
color:#D00;
}