aboutsummaryrefslogtreecommitdiffstats
path: root/toj/jcs/notice.css
blob: 44c790eb222ad6cb17a1d40bfedb57f82806b987 (plain) (blame)
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
div.notice_list_box{
    width:0px;
    position:absolute;
    left:auto;
    right:0px;
    top:32px;
    overflow:hidden;
    z-index:100;
}
ul.notice_list{
    width:256px;
    height:100%;
    margin:0px 0px;
    padding:0px 0px;
    background-color:#1C1C1C;
    opacity:0;
    position:absolute;
    left:auto;
    right:-256px;
    top:0px;
    z-index:2;
    overflow-x:hidden;
    overflow-y:auto;
    list-style:none;
}
ul.notice_list > li.item{
    width:auto;
    height:96px;
    padding:0px 0px 0px 6px;
}
ul.notice_list > li:hover.item{
    color:#FFFFFF;
    background-color:rgba(255,255,255,0.2);
}
ul.notice_list > li.item div.head{
    padding:16px 0px 6px 0px;
    font-weight:bold;
    font-size:20px;
}
ul.notice_list > li.item div.content{
    font-size:16px;
    word-break:break-all;
    overflow:hidden;
}
ul.notice_list a.item{
    width:100%;
    height:100%;
    color:#91989F;
    text-decoration:none;
    position:relative;
    top:0px;
    left:50%;
    cursor:pointer;
    display:block;
}
ul.notice_list a.item_h{
    color:#E9E9E9;
}