equal
deleted
inserted
replaced
365 |
365 |
366 div.content a[href ^="irc://"]:hover, div#messageBox a[href ^="irc://"]:hover { |
366 div.content a[href ^="irc://"]:hover, div#messageBox a[href ^="irc://"]:hover { |
367 color: #6488ad; |
367 color: #6488ad; |
368 } |
368 } |
369 |
369 |
|
370 div.content a.no_external, div#messageBox a.no_external { |
|
371 background-image: none; |
|
372 padding-right: 0px; |
|
373 } |
|
374 |
370 /* Form controls */ |
375 /* Form controls */ |
371 input { |
376 input { |
372 border: 1px solid #353535; |
377 border: 1px solid #353535; |
373 background-color: #262626; |
378 background-color: #262626; |
374 color: #b6b6b6; |
379 color: #b6b6b6; |
375 font-size: 8pt; |
380 font-size: 8pt; |
376 font-family: arial, helvetica, sans-serif; |
381 font-family: arial, helvetica, sans-serif; |
377 padding: 2px; |
382 padding: 2px; |
|
383 } |
|
384 |
|
385 div#messageBox input[type ^="text"], div#messageBox input[type ^="password"] { |
|
386 background-color: #f4f4f4; |
|
387 color: #202020; |
|
388 border: 1px solid #aaa; |
|
389 } |
|
390 |
|
391 div#messageBox input[type ^="text"]:focus, div#messageBox input[type ^="password"]:focus { |
|
392 background-color: #fff; |
|
393 border-color: #888; |
378 } |
394 } |
379 |
395 |
380 /* Footer */ |
396 /* Footer */ |
381 div#footer { |
397 div#footer { |
382 margin: 7px 0 0 0; |
398 margin: 7px 0 0 0; |