aboutsummaryrefslogtreecommitdiffstats
path: root/web/page_square.css
blob: 6699a35d4b81317ec71f8337e9957ccd024c75f1 (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
div.square_rank{
    width:100%;
}
div.square_rank > table.list{
    width:62%;
    margin:6px auto 0px auto;
    font-size:20px;
    text-align:left;
    border-spacing:0px;
    border-collapse:collapse;
}
div.square_rank tr.head{
    height:32px;
}
div.square_rank tr.item{
    height:32px;
}
div.square_rank th.rank,div.square_rank td.rank{
    width:64px;
}
div.square_rank th.name,div.square_rank td.name{
    width:auto;
}
div.square_rank th.rate,div.square_rank td.rate{
    width:128px;
}
div.square_rank th.score,div.square_rank td.score{
    width:64px;
}
div.square_rank a.link{
    width:100%;
    height:100%;
    text-decoration:none;
    color:#E9E9E9;
    display:block;
}
div.square_rank a.link:hover{
    text-decoration:underline;
}

div.square_problem{
    width:100%;
}
div.square_problem > table.list{
    width:62%;
    margin:6px auto 0px auto;
    font-size:20px;
    text-align:left;
    border-spacing:0px;
    border-collapse:collapse;
}
div.square_problem tr.head{
    height:32px;
}
div.square_problem tr.item{
    height:32px;
    border-left:#333333 5px solid; 
    cursor:pointer;
}
div.square_problem tr:hover.item{
    background-color:#36454F;
}
div.square_problem th.blank,div.square_problem td.blank{
    width:8px;
}
div.square_problem th.id,div.square_problem td.id{
    width:64px;
}
div.square_problem th.name,div.square_problem td.name{
    width:auto;
}
div.square_problem th.rate,div.square_problem td.rate{
    width:128px;
}
div.square_problem a.link{
    width:100%;
    height:100%;
    text-decoration:none;
    color:#E9E9E9;
    display:block;
}
div.square_problem a:hover.link{
    text-decoration:underline;
}

div.square_scoreboard{
    padding:6px 6px;
    overflow:auto;
}
div.square_scoreboard > table.list{
    width:100%;
    font-size:20px;
    text-align:left;
    border-spacing:0px;
    border-collapse:collapse;
}
div.square_scoreboard tr.head{
    height:32px;
}
div.square_scoreboard tr.item{
    height:32px;
}
div.square_scoreboard th.rank,div.square_scoreboard td.rank{
    width:64px;
    border:#333333 1px solid;
}
div.square_scoreboard th.name,div.square_scoreboard td.name{
    width:192px;
    border:#333333 1px solid;
}
div.square_scoreboard th.problem,div.square_scoreboard td.problem{
    width:104px;
    font-size:16px;
    text-align:center;
    border:#333333 1px solid;
}
div.square_scoreboard a.link{
    width:100%;
    height:100%;
    text-decoration:none;
    color:#E9E9E9;
    display:block;
}
div.square_scoreboard a.link:hover{
    text-decoration:underline;
}

div.squaremg_square{
    width:31%;
    float:left;
}
div.squaremg_square > div.head{
    font-size:32px;
    padding:0px 0px 6px 0px;
}
div.squaremg_square > div.squarelist{
    margin:6px 0px 0px 0px;
}
div.squaremg_square > div.squarelist > div.head{
    font-size:24px;
    border-bottom:#2E8B57 3px solid;
}
div.squaremg_square > div.squarelist > table.list{
    width:100%;
    margin:6px 0px 0px 0px;
    text-align:left;
    border-spacing:0px;
    border-collapse:collapse;
}
div.squaremg_square > div.squarelist tr.item{
    height:36px;
}
div.squaremg_square > div.squarelist tr:hover.item{
    color:#FFFFFF;
}
div.squaremg_square > div.squarelist td.name{
    width:auto;
    font-size:16px;
}
div.squaremg_square > div.squarelist td.time{
    width:256px;
    font-size:16px;
}
div.squaremg_square > div.squarelist td.button{
    width:96px;
}