Initial commit
[2ch-be.git] / dev-test / old_dev / css / style1.css
blobe638af619527ef85a9bcfe38ac03b77ef0a04dc3
1 .user-actions {
2 /* Following, make the combo's class = "is-following"
3 so only the "Following" text is shown */
4 /* Not following, make the combo's class = "not-following"
5 so only the "Follow" text is shown */ }
7 .user-actions.is-following:hover > button#btnFollow {
8 color: #fff;
9 background-color: #d9534f;
10 border-color: #d43f3a;
12 .user-actions.is-following {
14 /* when hover, only the "Unfollow" text is shown */ }
15 .user-actions.is-following .is-following {
16 display: block; }
17 .user-actions.is-following .to-follow {
18 display: none; }
19 .user-actions.is-following .to-unfollow {
20 display: none; }
21 .user-actions.is-following:hover {
22 /* the button color changes to red */ }
23 .user-actions.is-following:hover .is-following {
24 display: none; }
25 .user-actions.is-following:hover .to-follow {
26 display: none; }
27 .user-actions.is-following:hover .to-unfollow {
28 display: block; }
29 .user-actions.not-following {
30 /* when hover, nothing changes */ }
31 .user-actions.not-following .is-following {
32 display: none; }
33 .user-actions.not-following .to-follow {
34 display: block; }
35 .user-actions.not-following .to-unfollow {
36 display: none; }
38 .has-error .help-block, .has-error .control-label, .has-error .error, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
39 color: #a94442;
41 .unread{
42 background: whitesmoke;
44 p.bg-primary, p.bg-success, p.bg-info, p.bg-danger {
45 padding: 15px;
47 body
49 background:#f5f5f5;
50 scrollbar-arrow-color:#4D4D4D;
51 scrollbar-base-color:#f5f5f5;
54 textarea{
55 resize:none;
58 #list li{
59 padding:0;
61 #list li a{
62 display: block;
63 height: 100%;
65 .well
67 margin:auto;
68 width:40%;
69 background:white;
70 margin-top:10%;
71 word-wrap: break-word;
75 .mdes{
76 width:60%;
77 padding:1%;
80 .r{
81 background-color:lightblue;
82 color:#4D4D4D;
85 .scroll{
86 height:100px;
87 overflow-y:auto;
89 .cuzdropdown-menu{
90 padding:2px;
91 min-width:35px !important;
93 .b{
94 border:0;
95 box-shadow:none !important;
98 .s{
99 background-color:lightgreen;
100 color:#4D4D4D;
103 .statst{
105 border:solid;
106 border-width:1px;
107 padding-top:0%;
111 .desb{
112 display:inline-block;
114 .pagination{
116 width:100%;
117 padding-right:3%;
118 margin-bottom:3px;
120 #pageMessage{
121 width:100%;
123 .pagination2{
124 max-height:300px;
125 overflow-y:auto;
126 width:100%;
127 padding-right:3%;
128 margin-bottom:3px;
131 .cuz
133 margin-top:5%;
134 margin-left:3%;
137 .change
139 color:white;
142 .panel2
144 width:80%;
145 margin-left:20%;
146 padding-bottom:3%;
147 padding-left:2%;
148 padding-right:2%;
149 padding-top:2%;
152 .panel3
154 padding:3%;
157 .panel4{
158 padding:3% 3% 0% 3%;
161 .panel6{
162 padding:1% 3% 0% 3%;
165 .panel5{
166 margin-top:5%;
167 padding:1.5%;
169 /*.panel6{
170 padding:1%;
172 .textpanel{
173 margin-top: .5em;
174 margin-bottom:5%;
179 width:18%;
180 padding:.5%;
183 .ic2
185 width:50px;
186 padding:3%;
189 .ic4
191 width:50px;
194 .ic3{
195 width: 50px;
196 margin: 10%;
199 .pic
201 width:100%;
202 padding:.5%;
205 .pic2{
206 width: 100%;
207 padding: .5%;
210 color:#969696;
212 .text
214 margin-right:3%;
217 .right{
218 text-align:right;
221 .info
223 padding:3%;
224 width:80%;
225 margin-left:20%
228 .hrw
230 margin-top:2%;
231 margin-bottom:2%;
234 .back
236 color:white;
239 .change:hover, .back:hover
241 text-decoration:none;
242 color:white;
245 .nondec:hover{
246 text-decoration:none;
249 .pad{
250 padding:3%;
253 .pad2{
254 padding-bottom:3%;
257 .pad3{
258 padding-top:10px;
259 padding-left:15px;
260 padding-right:15px;
262 .pad-left{
263 padding-left:1%;
264 background-color:whitesmoke;
266 .pad-right{
267 padding-right:1%;
268 background-color:whitesmoke;
270 .margin-right{
271 margin-right:10%;
273 .back:active, .nondec:active, .change:active{
274 text-decoration:none;
277 .back:active, .nondec:active, .change:visited{
278 text-decoration:none;
281 .just{
282 text-align:justify;
285 .bottom{
286 margin-bottom:1%;
289 .maxWidth{
290 width: 100%;
291 border: 1px solid rgb(204, 204, 204);
292 padding: .4em;
295 #SendForm{
296 display:none;
299 .top{
300 margin-top:1em;
303 .txt{
304 word-wrap: break-word;
307 .wordwrap_ {
308 white-space: pre; /* CSS 2.0 */
309 white-space: pre-wrap; /* CSS 2.1 */
310 white-space: pre-line; /* CSS 3.0 */
311 white-space: -pre-wrap; /* Opera 4-6 */
312 white-space: -o-pre-wrap; /* Opera 7 */
313 white-space: -moz-pre-wrap; /* Mozilla */
314 word-wrap: break-word; /* IE 5+ */
318 .limit{
319 width:50%;
320 white-space: word-wrap;
321 text-overflow: ellipsis;
322 display: block;
323 overflow: hidden;
324 height:1.5em;
326 .nomarg{
327 margin-bottom:0;
329 .fxmrgn{
330 margin-bottom:3px;
333 ::-webkit-scrollbar {
334 width: 9px;
337 ::-webkit-scrollbar-track {
338 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
339 border-radius: 10px;
342 ::-webkit-scrollbar-thumb {
343 border-radius: 10px;
344 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
347 .overflow{
348 overflow:hidden;
349 max-height:250px;
350 overflow-y:auto;
353 .lialign{
354 display:inline;
355 margin-right:2px;
358 .space{
359 padding-right:0px !important;
360 padding-left:0px !important;
363 .buttonfix
364 height:15px;
366 .dropdownfix{
367 padding-left:3px !important;
368 padding-right:3px !important;
370 .margrf{
371 margin-right:30px !important;
373 .pos_absolute{
374 min-width:200px !important;
375 padding:5px !important;
376 position:absolute !important;
378 .fixpadd{
379 padding-right:10px !important;
380 padding-left:10px !important;
383 .inline{
384 display:inline-flex;
386 /*try*/
387 .opt{
388 list-style:none;