source: extensions/SmiliesSupport/smiliessupport_page.css @ 4193

Last change on this file since 4193 was 3304, checked in by patdenice, 15 years ago

New extension added:
Smilies Support (2.0.a)

File size: 312 bytes
Line 
1div #smiliesdiv {   
2    position:absolute; 
3        z-index:1000; 
4        width:10px;
5        visibility:hidden; 
6}
7
8.smiliestable {
9    background: buttonface;
10    border-top: 1px solid;
11    border-left: 1px solid;
12    border-bottom: 1px solid;
13    border-right: 1px solid;
14    margin: 1;
15}
16
17#smiliesdiv IMG {
18  cursor: pointer;
19}
Note: See TracBrowser for help on using the repository browser.