99 lines
1.7 KiB
CSS
99 lines
1.7 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');
|
||
|
|
||
|
#add-button {
|
||
|
display: block;
|
||
|
font-size: 16px;
|
||
|
font-weight: bold;
|
||
|
margin: 0 auto;
|
||
|
padding: 5px;
|
||
|
}
|
||
|
|
||
|
#datacenters {
|
||
|
font-size: 18px;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-size: 18px;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
.instance-category {
|
||
|
padding-top: 10px;
|
||
|
}
|
||
|
|
||
|
.instance-category p {
|
||
|
color: #808080;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
.instance-type {
|
||
|
background-color: #F7F7F7;
|
||
|
border: 1px solid #DDD;
|
||
|
border-radius: 5px;
|
||
|
cursor: pointer;
|
||
|
display: inline-block;
|
||
|
margin: 10px;
|
||
|
padding: 10px;
|
||
|
text-align: center;
|
||
|
width: 135px;
|
||
|
}
|
||
|
|
||
|
.instance-type h3 {
|
||
|
border-bottom: 1px solid #D4D4D4;
|
||
|
color: #333;
|
||
|
margin: 0;
|
||
|
padding-bottom: 2px;
|
||
|
}
|
||
|
|
||
|
.instance-type p {
|
||
|
color: #666;
|
||
|
font-size: 13px;
|
||
|
margin: 10px 0px 0px 0px;
|
||
|
}
|
||
|
|
||
|
.instance-type-active {
|
||
|
background-color: #5FABFF;
|
||
|
}
|
||
|
|
||
|
.instance-type-active p {
|
||
|
color: #FFF;
|
||
|
}
|
||
|
|
||
|
#instances {
|
||
|
padding: 15px;
|
||
|
}
|
||
|
|
||
|
#location {
|
||
|
padding: 15px;
|
||
|
}
|
||
|
|
||
|
#right-links {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
#submit {
|
||
|
padding: 15px;
|
||
|
}
|