source: extensions/whois_online/online.css @ 4193

Last change on this file since 4193 was 3319, checked in by vdigital, 15 years ago

+ Add Whois Online to depository

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1select.CleaningList { width: 100%; height:90px; }
2select.categoryList { height:90px; }
3td.right { text-align: right; }
4a .thumbbar {display: inline-block; color:#f70; background-color:#f70; width: 16px; }
5a:hover .thumbbar {display: inline-block; color:#f33; background-color:#f33; width: 16px; border: 1px solid #ff3363; }
6a.other { color: #666; text-decoration: none;   border-bottom: none; }
7a.other:hover { text-decoration: none; border-bottom: none; }
8/* tables */
9.table2 thead tr .header {
10        background-image: url(icons/bg.gif); background-repeat: no-repeat;
11        background-position: center right; cursor: pointer;
12}
13.table2 thead tr .headerSortUp { background-image: url(icons/asc.gif); }
14.table2 thead tr .headerSortDown { background-image: url(icons/desc.gif); }
15.table2 thead tr .ns { background-image: none !important; }
16a.ws2 { display: inline-block; text-align: center; padding: 0px 1px; min-width: 21px; overflow: hidden; margin-left: 0px; margin-right: 1px; color: #666; background-color: #111; }
17a.ws2:hover { color: #f33; background-color: #f33; border-bottom: 1px solid #ff3363;}
18a.ws1 { display: inline-block; text-align: center; padding: 0px 1px; min-width: 21px; overflow: hidden; margin-left: 0px; margin-right: 1px; color: #666; background-color: #222; }
19a.ws1:hover { color: #f33; background-color: #f33; border-bottom: 1px solid #ff3363;}
20a.ws { color: #111; background-color: #f33 !important; }
Note: See TracBrowser for help on using the repository browser.