torrentpier/styles/templates/default/css/menus.css
Roman Kelesidis fad09cf0eb
Updated copyright year (#1201)
* Updated copyright year

* Updated
2023-12-12 22:14:01 +07:00

90 lines
1.5 KiB
CSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* 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;
}