lmc/linodes/ip_swap/ip_swap.css

88 lines
2.0 KiB
CSS

/*
* This file is part of Linode Manager Classic.
*
* Linode Manager Classic is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Linode Manager Classic 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Linode Manager Classic. If not, see <https://www.gnu.org/licenses/>.
*/
@import url('/global.css');
#ip-swap {
padding: 0px 15px 15px;
}
p {
margin-top: 30px;
text-align: center;
}
#select-table tbody tr td:first-of-type {
font-weight: bold;
text-align: right;
width: 200px;
}
#swap-table tr td:nth-of-type(5) {
text-align: right;
}
#swap-table tbody:not(.lmc-tbody-head) td:nth-of-type(2) {
text-align: center;
}
#swap-table tbody:not(.lmc-tbody-head) td:nth-of-type(3) {
font-size: 30px;
padding: 0;
text-align: center;
}
#swap-table tbody:not(.lmc-tbody-head) td:nth-of-type(4) {
text-align: center;
}
#swap-table tbody.lmc-tbody-head tr:nth-of-type(1) td:nth-of-type(2) {
background-color: #FFF;
}
#swap-table tbody.lmc-tbody-head tr:nth-of-type(2) td:nth-of-type(2) {
text-align: center;
}
#swap-table tbody.lmc-tbody-head tr:nth-of-type(2) td:nth-of-type(3) {
background-color: #FFF;
}
#swap-table tbody.lmc-tbody-head tr:nth-of-type(2) td:nth-of-type(4) {
text-align: center;
}
#swap-table thead tr:nth-of-type(1) td:nth-of-type(2) {
background-color: #FFF;
}
#swap-table thead tr:nth-of-type(2) td:nth-of-type(2) {
text-align: center;
}
#swap-table thead tr:nth-of-type(2) td:nth-of-type(3) {
background-color: #FFF;
}
#swap-table thead tr:nth-of-type(2) td:nth-of-type(4) {
text-align: center;
}
table {
margin-bottom: 20px;
}