157 lines
2.4 KiB
CSS
157 lines
2.4 KiB
CSS
/*
|
|
* IngRRD (https://forge.riquer.fr/p/ingrrd/)
|
|
* Copyright (C) 2014 Vincent Riquer
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
div.container {
|
|
position: relative;
|
|
clear: both;
|
|
margin: auto;
|
|
}
|
|
|
|
div.menu {
|
|
z-index: 1000;
|
|
position: fixed;
|
|
top: 0px;
|
|
background: white;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
div.anchor {
|
|
position: relative;
|
|
top: -10.9em;
|
|
}
|
|
|
|
table.menu {
|
|
border: 1px solid black;
|
|
border-collapse: collapse;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
table.menu-nobrd {
|
|
border-collapse: collapse;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
td.menu {
|
|
border: 1px solid black;
|
|
background: white;
|
|
}
|
|
td.menu-inv {
|
|
background: black;
|
|
color: white
|
|
}
|
|
td.submenu-inv {
|
|
background: #444;
|
|
color: white
|
|
}
|
|
div.updating {
|
|
position: relative;
|
|
background: orange;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: larger;
|
|
}
|
|
|
|
div.main {
|
|
position: absolute;
|
|
top: 8.9em;
|
|
}
|
|
|
|
div.maingraph {
|
|
position: absolute;
|
|
top: 10.5em;
|
|
}
|
|
|
|
table.curlevel {
|
|
width: 100%;
|
|
background: white;
|
|
text-align: center;
|
|
}
|
|
|
|
tr.curlevel {
|
|
background: lightgreen;
|
|
}
|
|
|
|
a.AP {
|
|
color: rgb(105, 105, 0);
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
tr.nextlevel {
|
|
background: lightgrey;
|
|
}
|
|
|
|
td.curlevel {
|
|
color: rgb(105, 105, 0);
|
|
font-weight: bold;
|
|
}
|
|
|
|
td.curbadge {
|
|
width: 145px;
|
|
}
|
|
|
|
table.level {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
th.level,td.level {
|
|
text-align: right;
|
|
}
|
|
|
|
th.AP,td.AP {
|
|
text-align: right;
|
|
}
|
|
|
|
th.badge,td.badge {
|
|
/* width: 170px;*/
|
|
}
|
|
|
|
a.badge {
|
|
color: black;
|
|
text-decoration: none;
|
|
}
|
|
|
|
img.badge {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
img.nobadge {
|
|
width: 30px;
|
|
height: 30px;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
img.minibadge {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
img.nominibadge {
|
|
width: 20px;
|
|
height: 20px;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
span.missing {
|
|
color: red;
|
|
font-weight: bold;
|
|
}
|