fb4d122a2a
Not doing individual commits for this, tons of changes for tons of different aspects across multiple files.
237 lines
7.6 KiB
CSS
Executable file
237 lines
7.6 KiB
CSS
Executable file
/**
|
|
* Pterodactyl - Panel
|
|
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
* of this software and associated documentation files (the "Software"), to deal
|
|
* in the Software without restriction, including without limitation the rights
|
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
* copies of the Software, and to permit persons to whom the Software is
|
|
* furnished to do so, subject to the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in all
|
|
* copies or substantial portions of the Software.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
* SOFTWARE.
|
|
*/
|
|
@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono);
|
|
body{font-size:13px}
|
|
.navbar{margin-top:30px}
|
|
@media (min-width:768px){.container{width:750px}}
|
|
@media (min-width:992px){.container{width:970px}}
|
|
@media (min-width:1200px){.container{width:970px}}
|
|
.form-control{padding:4px 8px;font-size:13px;line-height:1.4}
|
|
.footer{margin-top:15px;font-size:10px;color:#999}
|
|
.nopad{margin-top:0!important}
|
|
.alert-success{
|
|
background-image: url('../images/check-square.png') !important;
|
|
background-size: 13px;
|
|
background-repeat: no-repeat;
|
|
background-position: 15px 17px;
|
|
background-color:#f3f8f3;
|
|
color:#474a54;
|
|
border-left: 4px solid #50af51 !important;
|
|
border:0;
|
|
padding-left:40px;
|
|
}
|
|
.alert-success hr{border-top-color:rgba(0,0,0,0)}
|
|
.alert-success .alert-link{color:#e6e6e6}
|
|
.alert-info{
|
|
background-image: url('../images/info-circle.png') !important;
|
|
background-size: 13px;
|
|
background-repeat: no-repeat;
|
|
background-position: 15px 17px;
|
|
background-color:#f4f8fa;
|
|
color:#474a54;
|
|
border-left: 4px solid #5bc0de !important;
|
|
border:0;
|
|
padding-left:40px;
|
|
}
|
|
.alert-info hr{border-top-color:rgba(0,0,0,0)}
|
|
.alert-info .alert-link{color:#e6e6e6}
|
|
.alert-warning{
|
|
background-image: url('../images/exclamation-circle.png') !important;
|
|
background-size: 13px;
|
|
background-repeat: no-repeat;
|
|
background-position: 15px 17px;
|
|
background-color:#fcf8f2;
|
|
color:#474a54;
|
|
border-left: 4px solid #f0ad4e !important;
|
|
border:0;
|
|
padding-left:40px;
|
|
}
|
|
.alert-warning hr{border-top-color:rgba(0,0,0,0)}
|
|
.alert-warning .alert-link{color:#e6e6e6}
|
|
.alert-danger{
|
|
background-image: url('../images/exclamation-triangle.png') !important;
|
|
background-size: 13px;
|
|
background-repeat: no-repeat;
|
|
background-position: 15px 17px;
|
|
background-color:#fdf7f7;
|
|
color:#474a54;
|
|
border-left: 4px solid #d9534f !important;
|
|
border:0;
|
|
padding-left:40px;
|
|
}
|
|
.alert-danger hr{border-top-color:rgba(0,0,0,0)}
|
|
.alert-danger .alert-link{color:#d9534f}
|
|
.graph-yaxis{text-align:center;position:absolute;margin-top:-45px;margin-left:30px;-ms-transform:rotate(270deg);-moz-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg);-ms-transform-origin:left top 0;-moz-transform-origin:left top 0;-webkit-transform-origin:left top 0;transform-origin:left top 0}
|
|
.centered{text-align:center}
|
|
.console{font:85% 'Droid Sans Mono',monospace;color:#333;height:300px!important;text-wrap:normal;overflow-y:scroll;overflow-x:hidden;border:0;resize:none}
|
|
.console[readonly=readonly]{background:#fefefe;cursor:default}
|
|
.ajax_loading_box{position:absolute;background:rgba(255,255,255,.8);width:100%;z-index:9999;display:none}
|
|
.ajax_loading_box i{font-size:30px;color:rgba(0,0,0,.6);position:absolute}
|
|
.btn-xxs{padding:2px 6px;font-size:10px;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:2px}
|
|
.form-control{height:36px}
|
|
.input-group-addon{font-size:12px;}
|
|
.input-sm {
|
|
height: 30px;
|
|
padding: 4px 8px !important;
|
|
font-size: 12px !important;
|
|
border-radius: 2px;
|
|
}
|
|
.input-loader {
|
|
display: none;
|
|
position:relative;
|
|
top: -23px;
|
|
float: right;
|
|
right: 5px;
|
|
color: #cccccc;
|
|
height: 0;
|
|
}
|
|
pre{display:block;padding:12px 12px;margin:0;font-size:12px;color:#c7254e;background-color:#f9f2f4;border:1px solid #c7254e;border-radius:0;white-space:pre}
|
|
.badge.label-danger {background: #d9534f !important;}
|
|
.close {color:#000;opacity:0.2;font-size:1.6em;}
|
|
.close:hover {color:#000;opacity:0.5;}
|
|
.filename {outline: none;width:450px;background: transparent;margin-left:-5px;padding:0;border: 0px;font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight: 250;line-height: 1.1;font-size: 19px;color: #aaa}
|
|
form .text-muted {margin: 0 0 -5.5px}
|
|
.tab-pane.active .panel.panel-default {border-top:0 !important}
|
|
.tabs_with_panel > li.active > a {background-color: #f5f5f5 !important}
|
|
.tabs_with_panel > li > a {background: transparent;}
|
|
.label{border-radius: .25em;padding: .2em .6em .3em;}
|
|
kbd{border-radius: .25em}
|
|
.modal-open .modal {padding-left: 0px !important;padding-right: 0px !important;overflow-y: scroll;}
|
|
tr.align-middle > *,
|
|
th.align-middle > *,
|
|
.align-middle {
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
/**
|
|
* Pillboxes
|
|
*/
|
|
.fuelux .pillbox {
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
li.btn.btn-default.pill {
|
|
padding: 1px 5px;
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
color:#fff;
|
|
background-color:#008cba;
|
|
border-color:#0079a1;
|
|
}
|
|
|
|
li.btn.btn-default.pill:active,li.btn.btn-default.pill:focus,li.btn.btn-default.pill:hover {
|
|
background-color:#006687;
|
|
border-color:#004b63
|
|
}
|
|
|
|
|
|
.fuelux .pillbox>.pill-group .form-control {
|
|
height: 26px !important;
|
|
}
|
|
|
|
.fuelux .pillbox .pillbox-input-wrap {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.fuelux .checkbox.highlight.checked label, .fuelux .checkbox.highlight label {
|
|
width: 100%;
|
|
}
|
|
|
|
.fuelux .input-group-btn .dropdown-menu {
|
|
max-height:250px;
|
|
overflow-y:scroll;
|
|
}
|
|
|
|
.btn-allocate-delete {
|
|
height:34px;
|
|
width:34px;
|
|
padding:0;
|
|
}
|
|
|
|
@media (max-width:992px){
|
|
.btn-allocate-delete {
|
|
margin-top:22px;
|
|
}
|
|
}
|
|
|
|
.text-disabled {
|
|
color: #999;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.text-disabled code {
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.muted {
|
|
filter: alpha(opacity=20);
|
|
opacity: 0.2;
|
|
}
|
|
|
|
.muted-hover:hover {
|
|
filter: alpha(opacity=100);
|
|
opacity: 1;
|
|
}
|
|
|
|
.use-pointer {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.dropdown-menu > li.bg-danger {
|
|
background-color:#fdf7f7;
|
|
color:#474a54;
|
|
border-left: 4px solid #d9534f !important;
|
|
}
|
|
|
|
.dropdown-menu > li.bg-info {
|
|
background-color:#fcf8f2;
|
|
color:#474a54;
|
|
border-left: 4px solid #f0ad4e !important;
|
|
}
|
|
|
|
.dropdown-menu > li.bg-success {
|
|
background-color:#f4f8fa;
|
|
color:#474a54;
|
|
border-left: 4px solid #5bc0de !important;
|
|
}
|
|
|
|
.dropdown-menu > li.bg-warning {
|
|
background-color:#fdf7f7;
|
|
color:#474a54;
|
|
border-left: 4px solid #d9534f !important;
|
|
}
|
|
|
|
.dropdown-menu > li.bg-default {
|
|
border-left: 4px solid #bbbbbb !important;
|
|
}
|
|
|
|
.dropdown-menu > li.bg-danger > a,
|
|
.dropdown-menu > li.bg-info > a,
|
|
.dropdown-menu > li.bg-success > a,
|
|
.dropdown-menu > li.bg-warning > a,
|
|
.dropdown-menu > li.bg-default > a {
|
|
padding-left: 11px !important;
|
|
}
|
|
/*.bg-danger:active,.bg-danger:focus,.bg-danger:hover{color:#fff;background-color:#d32a0e;border-color:#b1240c}
|
|
.bg-danger.disabled,.bg-danger.disabled:active,.bg-danger.disabled:focus,.bg-danger.disabled:hover,.bg-danger[disabled]{background-color:#f04124;border-color:#ea2f10}*/
|