style.css
2.63 KB
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
.private-proposals .proposal {
background: url(/images/hachure.png);
opacity: 0.5;
filter: alpha(opacity=25);
zoom: 1;
}
.proposal {
width: 100%;
min-width: 272px;
vertical-align: top;
margin: 12px 13px 12px 0;
}
.article-body-proposals-discussion-plugin_discussion .actions,
.article-body-proposals-discussion-plugin_topic .actions {
margin: 10px 0 25px 0;
}
.proposal .content, .proposal .score, .proposal .topic {
display: inline-block;
border-color: rgb(201, 201, 201);
padding: 5px;
vertical-align: middle;
height: 100%;
}
.proposal .topic {
border-right: 0;
text-align: center;
width: 24%;
}
.proposal .score {
width: 5%;
text-align: center;
}
.proposal .content:hover, .proposal .topic:hover {
background: rgb(230, 230, 230);
}
.proposal .title {
font-weight: bold;
font-size: 12px;
}
#article .proposal a:visited, #article .proposal a {
color: rgb(70, 70, 70);
text-decoration: none;
width: 100%;
display: inline-block;
}
.proposal .content {
width: 84%;
color: rgb(83, 83, 83);
vertical-align: top;
position: relative;
}
form .proposals-discussion-plugin textarea {
width: 98%;
}
form .proposals-discussion-plugin .abstract textarea {
height: 60px;
}
form .proposals-discussion-plugin .body textarea {
height: 400px;
}
.topic-color {
width: 100%;
height: 5px;
}
.topics .topic {
background-color: rgb(233, 233, 233);
margin: 5px 0;
height: 25px;
}
#article .proposal .topic a {
font-weight: bold;
color: #888a85;
width: 100%;
height: 100%;
}
.proposals_list .filters {
float: right;
margin-top: 4px;
}
#article .proposals_list .filters a {
text-decoration: none;
border-left: 1px solid rgb(185, 185, 185);
padding: 0 5px;
color: #555753;
}
.proposals_list .filters a.selected {
font-weight: bold;
}
#content .proposals_list h5 {
float: left;
margin: 0;
}
.topics .topic-item {
width: 48%;
float: left;
margin: 6px;
height: 450px;
font-size: 10px;
box-shadow: 5px 5px 5px -2px #ddd;
}
#content .topic-item h2, #article .article-body-proposals-discussion-plugin_topic h2 {
background-color: #C4C4C4;
margin: 0;
}
#content .topic-item h2 a, #article .article-body-proposals-discussion-plugin_topic h2 a {
text-decoration: none;
padding: 10px;
display: inline-block;
width: 94%;
color: white;
}
.topic-item .topic-content, #article .article-body-proposals-discussion-plugin_topic .topic-content {
padding: 5px 7px 5px 2px;
position: relative;
height: 86%;
overflow: hidden;
}
.topic-content .description {
font-size: 11px;
}
#article-header > h1 {
display: none;
}
.proposal .content .social {
position: absolute;
top: -18px;
}