mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-12-15 08:31:18 -08:00
fad09cf0eb
* Updated copyright year * Updated
90 lines
1.5 KiB
CSS
90 lines
1.5 KiB
CSS
/*
|
||
* TorrentPier – Bull-powered BitTorrent tracker engine
|
||
*
|
||
* @copyright Copyright (c) 2005-2024 TorrentPier (https://torrentpier.com)
|
||
* @link https://github.com/torrentpier/torrentpier for the canonical source repository
|
||
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
|
||
*/
|
||
|
||
.menu-root {
|
||
padding-right: 13px;
|
||
white-space: nowrap;
|
||
background: transparent url(../images/menu_open.gif) no-repeat right;
|
||
}
|
||
|
||
.menu-alt1 {
|
||
padding-right: 0;
|
||
background: transparent;
|
||
}
|
||
|
||
img.menu-alt1 {
|
||
width: 9px;
|
||
height: 9px;
|
||
}
|
||
|
||
a.menu-root, a.menu-root:visited, a.menu-root:hover {
|
||
text-decoration: none !important;
|
||
}
|
||
|
||
.menu-sub {
|
||
position: absolute;
|
||
display: none;
|
||
z-index: 1000;
|
||
}
|
||
|
||
.menu-sub table {
|
||
background: #FFFFFF;
|
||
border: 1px solid #92A3A4;
|
||
}
|
||
|
||
.menu-sub table th {
|
||
background: #71869F;
|
||
color: #F0F8FF;
|
||
font-weight: bold;
|
||
font-size: 11px;
|
||
}
|
||
|
||
.menu-sub table td {
|
||
background: #E7E7E7;
|
||
font-size: 11px;
|
||
}
|
||
|
||
.menu-sub table td.cat {
|
||
background: #B5BEC3;
|
||
}
|
||
|
||
.menu-sub legend {
|
||
font-weight: bold;
|
||
}
|
||
|
||
.menu-sub label {
|
||
display: block;
|
||
padding-right: 2px;
|
||
margin-right: 1px;
|
||
}
|
||
|
||
.menu-sub label:hover {
|
||
background: #D1D7DC;
|
||
color: #993300;
|
||
}
|
||
|
||
.menu-a {
|
||
background: #FFFFFF;
|
||
border: 1px solid #92A3A4;
|
||
}
|
||
|
||
.menu-a a {
|
||
color: #0000A0;
|
||
background: #E7E7E7;
|
||
padding: 4px 10px 5px;
|
||
margin: 1px;
|
||
display: block;
|
||
text-decoration: none !important;
|
||
}
|
||
|
||
.menu-a a:hover {
|
||
color: #0000FF;
|
||
background: #D1D7DC;
|
||
text-decoration: none !important;
|
||
}
|