blob: 8084580a40d195c5bdf4430b47a8528871a09b4f (
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
|
#container{
width:640;
}
#pagejump_next{
float:right;
}
#logo{
}
#searchbar{
clear:both;
}
#searchbar_input{
width:40%;
}
.tag_link{
font-size: 10px;
color: #ffffff;
background: #228B22;
text-decoration: none;
padding:0 3px;
border:0px solid;
border-radius:4px;
}
.issue_unit .tag_link{
font-size: 10px;
color: #ffffff;
background: #228B22;
text-decoration: none;
padding:0 3px;
border:0px solid;
border-radius:4px;
}
.issue_unit{
/*margin-top: 10px;*/
padding: 3px;
}
.issue_unit_odd{
background: #f7f7f7;
}
.issue_unit_even{
background: #ffffff;
}
|