Files
VestaCP/web/css/main.css

1252 lines
20 KiB
CSS
Raw Normal View History

2013-07-11 12:58:48 +03:00
body {
font-family: Arial, Helvetica, sans-serif;
2014-07-30 15:44:06 +03:00
background-color: #75b0c5;
2013-07-11 12:58:48 +03:00
margin: 0;
padding: 0;
border: 0;
}
form {
margin: 0;
}
2014-02-04 11:23:09 +02:00
table {
border-collapse: collapse;
}
td {
padding: 0;
}
2014-07-30 15:44:06 +03:00
label {
cursor: pointer;
}
2014-02-04 11:23:09 +02:00
2014-10-05 14:49:10 +03:00
label:hover {
color: #469DC5;
}
label:active {
color: #F79B44;
}
2013-07-11 12:58:48 +03:00
.hidden {
display: none;
}
.top {
width: 1000px;
}
2014-07-30 15:44:06 +03:00
.top.small .submenu{
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
}
.top .nav-logo .logo-container{
background-color: #fff;
width: 167px;
}
.top.small-logo .nav-logo .logo-container{
position: fixed;
}
.top.small-logo .nav-logo img{
margin: 29px 0 -4px 10px;
padding: 0 0 10px;
}
2013-07-11 12:58:48 +03:00
.top-menu {
2013-08-01 11:27:55 +03:00
height: 24px;
2013-11-26 15:53:13 +02:00
background-color: #505050;
2014-07-30 15:44:06 +03:00
width: 1000px;
position: fixed;
z-index: 10;
2013-07-11 12:58:48 +03:00
}
.top-link {
float: left;
2013-11-07 15:13:44 +02:00
color: #f1f1f1;
2013-07-11 12:58:48 +03:00
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
2013-08-01 11:27:55 +03:00
line-height: 22px;
padding: 0 20px 2px;
2013-07-11 12:58:48 +03:00
}
.top-link:hover {
color: #fff;
2013-11-07 12:51:18 +02:00
background-color: #f79b44;
2013-07-11 12:58:48 +03:00
}
2014-07-30 15:44:06 +03:00
.top-link:active {
2014-06-14 11:54:46 +03:00
color: #333;
2014-07-30 15:44:06 +03:00
background-color: #eee;
2013-07-11 12:58:48 +03:00
}
.top-selected-link {
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
2013-08-01 11:27:55 +03:00
line-height: 22px;
padding: 0 20px 2px;
2013-11-07 22:05:01 +02:00
color: #333;
2014-07-30 15:44:06 +03:00
background-color: #eee;
2013-07-11 12:58:48 +03:00
}
.top-selected-link:hover {
color: #fff;
2013-11-07 12:51:18 +02:00
background-color: #f79b44;
2013-07-11 12:58:48 +03:00
}
.top-selected-link:active {
2013-11-07 12:51:18 +02:00
color: #2361a1;
2014-07-30 15:44:06 +03:00
background-color: #eee;
2013-07-11 12:58:48 +03:00
}
.top-user {
float: left;
2013-08-01 11:27:55 +03:00
line-height: 22px;
padding: 0 4px 2px;
2013-07-11 12:58:48 +03:00
text-decoration: none;
2013-11-07 12:51:18 +02:00
color: #ffd62e;
2013-07-11 12:58:48 +03:00
font-size: 10pt;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.top-user:hover {
2014-10-05 14:49:10 +03:00
color: #6DB8D3;
2013-07-11 12:58:48 +03:00
}
2014-07-30 15:44:06 +03:00
.top-user:active {
2013-07-11 12:58:48 +03:00
color: #fff;
background-color: #f79b44;
}
.top-logout {
float: left;
color: #f0f0f0;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
2013-08-01 11:27:55 +03:00
line-height: 22px;
2014-10-06 21:39:02 +03:00
padding: 0 4px 2px 4px;
margin: 0 14px 2px 0;
2013-07-11 12:58:48 +03:00
}
.top-logout:hover {
color: #fff;
2013-07-31 17:19:21 +03:00
background-color: #f79b44;
2013-07-11 12:58:48 +03:00
}
.top-logout:active {
color: #fff;
2013-07-31 17:19:21 +03:00
background-color: #999;
2013-07-11 12:58:48 +03:00
}
2014-07-30 15:44:06 +03:00
.main-menu{
display: block;
float: left;
margin-bottom: 1px;
}
2013-07-11 12:58:48 +03:00
.nav-logo {
float: left;
2014-07-30 15:44:06 +03:00
height: 139px;
2013-07-11 12:58:48 +03:00
width: 167px;
2014-07-30 15:44:06 +03:00
margin: 0 0 0px;
}
.nav-logo img{
margin: 56px 0 0 10px;
2013-07-11 12:58:48 +03:00
}
.nav-lnk {
text-decoration: none;
color: #222;
float:left;
}
.nav-lnk:active {
color: #f79b44;
}
.nav-block {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
2013-07-31 11:11:34 +03:00
height: 111px;
2013-07-11 12:58:48 +03:00
width: 119px;
float:left;
cursor: pointer;
2014-07-30 15:44:06 +03:00
padding-bottom: 2px;
2013-07-11 12:58:48 +03:00
}
.nav-block:hover {
2013-07-31 11:11:34 +03:00
height:108px;
2014-07-30 15:44:06 +03:00
padding-bottom: 0;
2013-07-11 12:58:48 +03:00
}
.nav-selected-block {
2014-07-30 15:44:06 +03:00
padding-bottom: 0;
2013-07-11 12:58:48 +03:00
font-family: Arial, Helvetica, sans-serif;
margin: 0;
2014-10-05 14:49:10 +03:00
color: #3A89AE;
/* color: #1677A5;*/
2013-07-31 11:11:34 +03:00
height: 108px;
2013-07-11 12:58:48 +03:00
width: 119px;
float: left;
cursor: pointer;
}
.nav-selected-block:hover {
2013-07-31 11:11:34 +03:00
height:108px;
2013-07-11 12:58:48 +03:00
}
.nav-selected-block:active {
color: #f79b44;
}
2014-07-30 15:44:06 +03:00
.top .nav-block .marker,
.top .nav-selected-block .marker {
-webkit-transition: background .1s ease-in-out;
-moz-transition: background .1s ease-in-out;
-o-transition: background .1s ease-in-out;
transition: background .1s ease-in-out;
padding: 0;
height: 4px;
margin: 12px 0 0 0;
width: 100%;
background-color: #fff;
2013-07-11 12:58:48 +03:00
}
2014-07-30 15:44:06 +03:00
.top .nav-selected-block .marker {
background-color: #777;
border-bottom: 1px solid #777;
}
.top.small .marker{
position: fixed;
top: 66px;
width: 119px;
}
.nav-block:hover .marker{
background-color: #f79b44;
border-bottom: 1px solid #f79b44;
}
.nav-selected-block:hover .marker{
background-color: #f79b44;
border-bottom: 1px solid #f79b44;
}
.nav-header, .nav-selected-header {
background-color: #FFF;
2013-07-11 12:58:48 +03:00
font-size: 16pt;
font-weight: bold;
2014-07-30 15:44:06 +03:00
height: 27px;
letter-spacing: -1px;
margin: 0;
padding: 16px 0 0 6px;
position: fixed;
top: 24px;
width: 113px;
z-index: 10;
}
.top.small .nav-header, .top.small .nav-selected-header{
height: 38px;
2013-07-11 12:58:48 +03:00
}
.nav-counters {
padding: 1px 0 0 6px;
2014-07-30 15:44:06 +03:00
margin: 65px 0 0 0;
2013-07-11 12:58:48 +03:00
height: 58px;
line-height: 1.4em;
font-size: 9pt;
2014-06-14 11:54:46 +03:00
font-family: Arial, Helvetica, sans-serif;
2014-10-05 14:49:10 +03:00
// color: #333;
color: #666;
2013-07-11 12:58:48 +03:00
decoration: none;
2014-07-30 15:44:06 +03:00
overflow: hidden;
2013-07-11 12:58:48 +03:00
}
.submenu {
font-family:Arial, Helvetica, sans-serif;
vertical-align: middle;
float: left;
width: 1000px;
2014-07-30 15:44:06 +03:00
border-bottom: 1px solid #e1e8e8;
border-top: 1px solid #e1e8e8;
background-color: #fff;
margin-bottom: -1px;
}
.top.small .submenu{
position: fixed;
top: 82px;
}
.submenu .wrapper{
padding: 11px 10px 14px 10px;
2013-07-11 12:58:48 +03:00
}
.submenu-button-block {
float: left;
}
2013-10-23 22:56:14 +03:00
.submenu-button-main {
width: 130px;
height: 28px;
2013-10-23 22:56:14 +03:00
cursor: pointer;
2013-11-07 12:51:18 +02:00
color: #fafafa;
background-color: #f79b44;
border: 1px solid #f79b44;
2013-10-23 22:56:14 +03:00
border-radius: 3px 3px 3px 3px;
padding: 0;
font-size: 9pt;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}
2014-04-07 23:45:43 +03:00
.submenu-button-select {
2014-07-30 15:44:06 +03:00
width: 28px;
2014-04-07 23:45:43 +03:00
height: 28px;
cursor: pointer;
color: #555;
background-color: #fafafa;
border: 1px solid #ccc;
border-radius: 3px 3px 3px 3px;
padding: 0;
font-size: 9pt;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}
.submenu-button-search {
width: 96px;
height: 28px;
2013-07-11 12:58:48 +03:00
cursor: pointer;
color: #555;
background-color: #fafafa;
border: 1px solid #ccc;
border-radius: 3px 3px 3px 3px;
padding: 0;
font-size: 9pt;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}
2013-10-23 22:56:14 +03:00
@-moz-document url-prefix() {
.submenu-button-main {
padding-bottom: 2px;
}
}
2013-07-11 12:58:48 +03:00
@-moz-document url-prefix() {
2014-04-07 23:45:43 +03:00
.submenu-button-select {
padding-bottom: 2px;
}
}
@-moz-document url-prefix() {
.submenu-button-search {
2013-07-11 12:58:48 +03:00
padding-bottom: 2px;
}
}
2013-10-23 22:56:14 +03:00
.submenu-button-main:hover {
2014-10-05 14:49:10 +03:00
border: 1px solid #6DB8D3;
background-color: #6DB8D3;
2014-07-30 15:44:06 +03:00
-webkit-transition: background .1s ease-in-out;
-moz-transition: background .1s ease-in-out;
-o-transition: background .1s ease-in-out;
transition: background .1s ease-in-out;
2013-10-23 22:56:14 +03:00
}
2014-04-07 23:45:43 +03:00
.submenu-button-select:hover {
2014-10-05 14:49:10 +03:00
border: 1px solid #6DB8D3;
background-color: #6DB8D3;
2014-07-30 15:44:06 +03:00
color: #fff;
2014-04-07 23:45:43 +03:00
}
.submenu-button-search:hover {
2014-10-05 14:49:10 +03:00
border: 1px solid #6DB8D3;
background-color: #6DB8D3;
2014-07-30 15:44:06 +03:00
color: #fff;
2013-07-11 12:58:48 +03:00
}
2013-10-23 22:56:14 +03:00
.submenu-button-main:active {
border: 1px solid #ccc;
background-color: #ccc;
2013-10-23 22:56:14 +03:00
}
2014-04-07 23:45:43 +03:00
.submenu-button-select:active {
color: #fff;
2014-10-05 14:49:10 +03:00
border: 1px solid #ccc;
background-color: #ccc;
2014-04-07 23:45:43 +03:00
}
.submenu-button-search:active {
2014-10-05 14:49:10 +03:00
border: 1px solid #ccc;
background-color: #ccc;
2013-07-11 12:58:48 +03:00
}
2013-10-23 22:56:14 +03:00
2013-07-11 12:58:48 +03:00
.submenu-select-block {
float:left;
2014-02-04 11:23:09 +02:00
padding-left: 30px;
2013-07-11 12:58:48 +03:00
}
.submenu-select-link {
2014-07-30 15:44:06 +03:00
color: #6a6a6a;
2013-07-11 12:58:48 +03:00
display: block;
float: left;
font-size: 8pt;
letter-spacing: 0.1em;
margin: 7px 7px 0 0;
text-decoration: none;
padding: 0 4px
2013-07-11 12:58:48 +03:00
}
.submenu-select-link:hover {
2014-06-16 12:28:13 +03:00
color: #fff;
background-color: #f79b44;
2013-07-11 12:58:48 +03:00
}
.submenu-select-link:active {
color: #fff;
2014-06-16 12:28:13 +03:00
background-color: #777;
2013-07-11 12:58:48 +03:00
}
.submenu-select-dropdown {
font-family:Arial, Helvetica, sans-serif;
font-size: 9pt;
2014-07-30 15:44:06 +03:00
color: #333;
2013-07-11 12:58:48 +03:00
display: block;
float: left;
height: 28px;
2013-07-11 12:58:48 +03:00
margin: 0 4px 0 0;
min-width: 138px;
2014-07-30 15:44:06 +03:00
background-color: #fff;
border: 1px solid #ccc;
2013-07-12 10:37:34 +03:00
border-radius: 3px 3px 3px 3px;
2014-10-05 14:49:10 +03:00
padding: 0px 0px 2px 4px;
2013-07-11 12:58:48 +03:00
}
2014-07-30 15:44:06 +03:00
.submenu-select-dropdown:hover {
border: 1px solid #909090;
}
.submenu-select-dropdown:focus {
border: 1px solid #f79b44;
background-color: #fffcd2;
color: #333;
}
2013-07-12 10:37:34 +03:00
.submenu-select-dropdown option {
padding: 5px 5px 5px 8px;
}
2014-07-30 15:44:06 +03:00
2013-07-11 12:58:48 +03:00
.submenu-search-block {
display: block;
text-align: right;
float: right;
}
.submenu-search-field {
border: 1px solid #d3d3d3;
border-radius: 3px 3px 3px 3px;
color: #333;
font-size: 14px;
background-color: #fff;
float: left;
2014-10-05 14:49:10 +03:00
padding: 0px 5px 0px 5px;
height: 26px;
2014-04-07 23:45:43 +03:00
width: 232px;
2013-07-11 12:58:48 +03:00
margin: 0 4px 0 0;
}
2014-04-07 23:45:43 +03:00
.submenu-search-field:hover {
2014-07-30 15:44:06 +03:00
border: 1px solid #909090;
2014-04-07 23:45:43 +03:00
}
.submenu-search-field:focus {
border: 1px solid #f79b44;
2014-07-30 15:44:06 +03:00
background-color: #FFFCD2;
color: #333;
2014-04-07 23:45:43 +03:00
}
2013-07-11 12:58:48 +03:00
.bottom {
background-color: #ebe9dc;
color: #555;
margin: 30px 0 0 0;
padding: 4px 20px 8px 0;
margin-left: auto;
margin-right: auto;
font-size: 8pt;
text-align: center;
vertical-align:top;
line-height: 0.8em;
border-top: 4px solid #d3d3d3;
}
.bottom a:link {
font-size: 8pt;
text-decoration: none;
color: #555;
}
.bottom a:visited {
text-decoration: none;
color: #555;
}
.bottom a:hover {
text-decoration: underline;
color: #7fa1cb;
}
.vst {
2014-10-05 14:49:10 +03:00
padding: 0px 2px 0 2px;
margin: 5px 7px 0 7px;
2013-07-11 12:58:48 +03:00
text-decoration: none;
color: #999;
2014-07-30 15:44:06 +03:00
font-size: 11pt;
2013-07-11 12:58:48 +03:00
float: left;
}
.vst:hover {
2014-10-05 14:49:10 +03:00
color: #f79b44;
2013-07-11 12:58:48 +03:00
text-decoration: underline;
}
.vst:active {
color: #fff;
background-color: #f79b44;
}
.vst-selected {
2014-07-30 15:44:06 +03:00
padding: 5px 7px 0 7px;
2013-07-11 12:58:48 +03:00
margin: 0;
text-decoration: none;
2013-10-26 15:00:20 +03:00
color: #2361a1;
2014-07-30 15:44:06 +03:00
font-size: 11pt;
2013-07-11 12:58:48 +03:00
float: left;
}
.vst-selected:hover {
text-decoration: underline;
}
.vst-selected:active {
color: #fff;
background-color: #f79b44;
}
.data {
width: 1000px;
border-collapse:collapse;
margin-left: auto;
margin-right: auto;
font-family:Arial, Helvetica, sans-serif;
color: #e5a907;
font-size: 12pt;
text-align: left;
vertical-align:top;
2014-07-30 15:44:06 +03:00
margin: 1px 0 0 0;
2013-07-11 12:58:48 +03:00
behavior:url("/css/csshover3.htc");
2014-07-30 15:44:06 +03:00
background-color: #fff
2013-07-11 12:58:48 +03:00
}
.data a {
text-decoration: none;
}
2014-07-30 15:44:06 +03:00
.data-row.selected, .data-row.selected.suspended{
background-color: #e4e9e9;
2013-07-11 12:58:48 +03:00
}
.datarowhover {
margin: 0;
background-color: #f7f6ed;
}
.data-null {
margin: 0;
height: 10px;
border-top:1px dotted #d3d3d3;
}
.data-spacer {
margin: 0;
}
.data-add {
margin: 0;
2014-10-05 14:49:10 +03:00
background-color: #eceff1;
2013-07-11 12:58:48 +03:00
border-bottom: 1px solid #e9e9e9;
}
2014-10-05 14:49:10 +03:00
.mode-add .data-add {
background-color: #f7f6ed;
}
2013-07-11 12:58:48 +03:00
.data-dotted {
text-align: left;
vertical-align:top;
2014-02-04 11:23:09 +02:00
border-top: 1px dotted #d3d3d3;
2013-07-11 12:58:48 +03:00
padding: 0 0 26px 0;
margin: 0;
}
.data-dotted td {
margin: 0;
}
.data-col1 {
text-align: left;
2014-02-04 11:23:09 +02:00
padding: 0;
width: 173px;
2013-07-11 12:58:48 +03:00
}
.data-col1 tr td {
2014-02-04 11:23:09 +02:00
padding:2px 0 6px 26px;
2013-07-11 12:58:48 +03:00
}
.data-col1 tr:first-child td {
2014-02-04 11:23:09 +02:00
padding:24px 0 0 26px;
2013-07-11 12:58:48 +03:00
}
.data-col2 {
text-align: left;
overflow: hidden;
2014-02-04 11:23:09 +02:00
width: 827px;
2013-07-11 12:58:48 +03:00
}
.data-col5 {
text-align: left;
overflow: hidden;
2014-02-04 11:23:09 +02:00
width: 817px;
table-layout: fixed;
2013-07-11 12:58:48 +03:00
white-space: nowrap;
}
.data-date {
2014-10-05 14:49:10 +03:00
letter-spacing: 0.1em;
2013-07-11 12:58:48 +03:00
font-size: 8pt;
2014-08-28 09:36:14 +03:00
color: #333;
2013-07-11 12:58:48 +03:00
}
.data-active {
font-size: 8pt;
letter-spacing: 0.1em;
color: #81a64f;
}
.data-suspended {
font-size: 8pt;
letter-spacing: 0.1em;
color: #de5543;
}
.data-controls {
float: right;
height: 16px;
border-left: 1px solid #d3d3d3;
font-size: 8pt;
2014-07-30 15:44:06 +03:00
padding: 6px 11px 2px;
2013-07-11 12:58:48 +03:00
letter-spacing: 0.1em;
2014-07-30 15:44:06 +03:00
color: #3e7c91;
2013-07-11 12:58:48 +03:00
text-decoration: none;
cursor: pointer;
}
2014-07-30 15:44:06 +03:00
.data-controls.edit{
font-weight: bold;
letter-spacing: 0;
}
2013-07-11 12:58:48 +03:00
.data-controls:hover {
color: #fff;
background-color: #f79b44;
2014-08-28 09:36:14 +03:00
border-left: 1px solid #f79b44;
2013-07-11 12:58:48 +03:00
}
2014-10-05 14:49:10 +03:00
.data-controls.do_delete:hover {
background-color: #FF6947;
}
2013-07-11 12:58:48 +03:00
.data-controls:active {
2014-07-30 15:44:06 +03:00
background-color: #999;
2013-07-11 12:58:48 +03:00
}
2014-07-30 15:44:06 +03:00
2013-07-11 12:58:48 +03:00
.data-controls img {
border: 0px;
}
2014-07-30 15:44:06 +03:00
.ch-toggle {
cursor: pointer;
}
2013-07-11 12:58:48 +03:00
.data-count {
font-family: Arial, Helvetica, sans-serif;
2014-06-16 12:28:13 +03:00
color: #505050;
2013-07-11 12:58:48 +03:00
font-size: 8pt;
2014-06-16 12:28:13 +03:00
padding: 20px 0 20px 174px;
2013-07-11 12:58:48 +03:00
}
2014-08-28 09:36:14 +03:00
.chart {
color: #222;
2013-07-11 12:58:48 +03:00
font-size: 10pt;
2014-08-28 09:36:14 +03:00
padding: 4px 0;
2013-07-11 12:58:48 +03:00
}
2014-08-28 09:36:14 +03:00
.mini-info {
color: #222;
2013-07-11 12:58:48 +03:00
font-size: 8pt;
2014-08-28 09:36:14 +03:00
padding: 4px 0 4px 1px;
}
.bar {
width:160px;
height:7px;
font-size:0;
background-color: #d0d0d0;
}
.fill {
height:7px;
background-color: #8bc34a;
border-right: 1px #8bc34a solid;
}
.mini {
height:5px;
2013-07-11 12:58:48 +03:00
}
.username {
color: #222;
2014-08-28 09:36:14 +03:00
font-size: 16pt;
font-weight: bold;
padding: 1px 0 0 0;
2013-07-11 12:58:48 +03:00
}
.domain {
2014-08-28 09:36:14 +03:00
color: #333;
font-size: 16pt;
padding: 2px 0 2px 0;
font-weight: bold;
2013-07-11 12:58:48 +03:00
}
2014-07-30 15:44:06 +03:00
.suspended .domain {
color: #777;
}
.domain.hostname {
font-size: 16pt;
}
2013-07-11 12:58:48 +03:00
.cron {
color: #222;
font-size: 18px;
2014-02-04 11:23:09 +02:00
padding: 1px 0 2px 0;
2013-07-11 12:58:48 +03:00
}
.log {
color: #222;
font-size: 12pt;
2014-02-04 11:23:09 +02:00
padding: 1px 0 2px 0;
2013-07-11 12:58:48 +03:00
}
.aliases {
font-size: 12pt;
2014-08-28 09:36:14 +03:00
color: #90a4ae;
2013-07-11 12:58:48 +03:00
padding: 0 0 0 8px;
2014-08-28 09:36:14 +03:00
font-weight: normal;
2013-07-11 12:58:48 +03:00
}
.nginx-ext {
color: black;
vertical-align:top;
font-size: 10pt;
}
.fullname {
2014-08-28 09:36:14 +03:00
font-size: 12pt;
font-weight: normal;
color: #90a4ae;
2013-07-11 12:58:48 +03:00
}
.counter-name {
2014-08-28 09:36:14 +03:00
vertical-align: top;
2014-06-16 12:28:13 +03:00
line-height: 1.2em;
2013-07-11 12:58:48 +03:00
font-size: 10pt;
2014-10-05 14:49:10 +03:00
color: #666;
2014-02-04 11:23:09 +02:00
padding: 2px 4px 1px 0;
2014-08-28 09:36:14 +03:00
white-space: nowrap;
2013-07-11 12:58:48 +03:00
}
.cron-counter-name {
2014-08-28 09:36:14 +03:00
vertical-align: top;
2013-07-11 12:58:48 +03:00
line-height: 0.8em;
font-size: 8pt;
2014-02-04 11:23:09 +02:00
padding: 4px 0 0 0;
2014-10-05 14:49:10 +03:00
color: #666;
2013-07-11 12:58:48 +03:00
}
.counter-value {
2014-08-28 09:36:14 +03:00
vertical-align: top;
2014-06-16 12:28:13 +03:00
line-height: 1.2em;
2013-07-11 12:58:48 +03:00
font-size: 10pt;
2014-10-05 14:49:10 +03:00
color: #555;
2014-02-04 11:23:09 +02:00
padding: 2px 0 1px 2px;
2013-07-11 12:58:48 +03:00
}
.log-counter-value {
vertical-align:top;
font-size: 12pt;
2014-10-05 14:49:10 +03:00
color: #7E7D7F;
2013-07-11 12:58:48 +03:00
}
.cron-counter-value {
vertical-align:top;
line-height: 1.2em;
font-size: 12pt;
2014-10-05 14:49:10 +03:00
color: #7E7D7F;
2013-07-11 12:58:48 +03:00
}
.name {
font-size: 12pt;
color: #777;
padding: 0 0 0 10px;
}
.vst-ok {
font-size: 12pt;
2014-08-28 09:36:14 +03:00
color: #558b2f;
2013-07-11 12:58:48 +03:00
padding: 4px;
}
2014-07-30 15:44:06 +03:00
.vst-ok a {
color: #33691e;
2014-10-05 14:49:10 +03:00
color: #558b2f;
2013-07-11 12:58:48 +03:00
}
2014-07-30 15:44:06 +03:00
.vst-ok a:hover {
background: #f79b44;
color: #fff;
2013-07-11 12:58:48 +03:00
}
.vst-error {
font-size: 12pt;
color: #de6c5d;
padding: 4px;
font-weight: bold;
}
.vst-text {
color: #222;
font-size: 12pt;
}
.vst-textinput {
background-color: #fff;
border: 1px solid #c0c0c0;
border-radius: 3px 3px 3px 3px;
color: #555;
2013-07-15 16:33:59 +03:00
font-size: 12pt;
2013-07-11 12:58:48 +03:00
padding: 5px;
width: 360px;
2014-04-07 23:45:43 +03:00
height: 90px;
2013-07-15 16:33:59 +03:00
font-family:Arial, Helvetica, sans-serif;
2014-10-05 14:49:10 +03:00
padding: 9px 1px 6px 14px;
2013-07-11 12:58:48 +03:00
}
.vst-textinput:hover {
2014-07-30 15:44:06 +03:00
border: 1px solid #909090;
2013-07-11 12:58:48 +03:00
}
.vst-textinput:focus {
border: 1px solid #f79b44;
2014-07-30 15:44:06 +03:00
background-color: #fffcd2;
color: #333;
2013-07-11 12:58:48 +03:00
}
.vst-textinput:disabled {
background-color: #f1f1f1;
}
.vst-input {
background-color: #fff;
border: 1px solid #c0c0c0;
border-radius: 3px 3px 3px 3px;
color: #555;
font-size: 14pt;
2014-10-05 14:49:10 +03:00
padding: 7px 3px 9px 14px;
2013-07-11 12:58:48 +03:00
width: 360px;
height: 28px;
2014-02-04 11:23:09 +02:00
margin: 2px 6px 0 0;
2014-10-05 14:49:10 +03:00
font-family: Arial;
2013-07-11 12:58:48 +03:00
}
.vst-input:hover {
2014-07-30 15:44:06 +03:00
border: 1px solid #909090;
2013-07-11 12:58:48 +03:00
}
.vst-input:focus {
border: 1px solid #f79b44;
2014-07-30 15:44:06 +03:00
background-color: #fffcd2;
color: #333;
2013-07-11 12:58:48 +03:00
}
.vst-input:disabled {
background-color: #f1f1f1;
}
2014-07-30 15:44:06 +03:00
.vst-input.long{
width: 580px;
}
2013-07-11 12:58:48 +03:00
.vst-list {
font-family:Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #555;
2014-10-05 14:49:10 +03:00
height: 43px;
min-width: 138px;
2014-02-04 11:23:09 +02:00
margin: 2px 6px 0 0;
2014-10-05 14:49:10 +03:00
padding: 8px 1px 6px 10px;
2013-07-11 12:58:48 +03:00
}
2014-10-05 14:49:10 +03:00
.vst-list option {
padding: 6px 1px 6px 15px;
}
/*
2013-07-11 12:58:48 +03:00
@-moz-document url-prefix() {
.vst-list {
padding-top: 2px;
}
}
2014-10-05 14:49:10 +03:00
*/
2013-07-11 12:58:48 +03:00
.vst-checkbox {
padding: 5px;
font-size: 12pt;
2013-07-15 16:33:59 +03:00
border: 1px solid #f7f6ed;
2014-07-30 15:44:06 +03:00
margin: 2px 6px 0 3px;
2013-07-11 12:58:48 +03:00
}
.vst-checkbox:hover {
border: 1px solid #f79b44;
}
.button {
2014-07-30 15:44:06 +03:00
filter:chroma(color=#000);
2013-07-11 12:58:48 +03:00
cursor: pointer;
border-radius: 3px 3px 3px 3px;
2014-07-30 15:44:06 +03:00
font-size: 13px;
2013-07-11 12:58:48 +03:00
font-weight: bold;
2014-07-30 15:44:06 +03:00
padding: 1px 16px 3px 16px;
2013-07-11 12:58:48 +03:00
width: 108px;
height: 34px;
2014-07-30 15:44:06 +03:00
color: #fafafa;
border: 1px solid #f79b44;
background-color: #f79b44;
2013-07-11 12:58:48 +03:00
}
.button:hover {
2013-11-21 11:55:38 +02:00
color: #fff;
2014-10-05 14:49:10 +03:00
border: 1px solid #6DB8D3;
background-color: #6DB8D3;
// font-size: 14px;
// line-height: 28px;
// color: #FFF;
2013-07-11 12:58:48 +03:00
}
.button:active {
border: 1px solid #ccc;
background-color: #ccc;
2013-07-11 12:58:48 +03:00
}
2013-11-23 12:25:17 +02:00
.login-button {
2014-07-30 15:44:06 +03:00
filter:chroma(color=#000);
2013-11-23 12:25:17 +02:00
cursor: pointer;
border-radius: 3px 3px 3px 3px;
font-size: 14px;
font-weight: bold;
padding: 2px 16px;
width: 108px;
height: 34px;
color: #fff;
2014-07-30 15:44:06 +03:00
background-color: #f79b44;
border: 1px solid #f79b44;
2013-11-23 12:25:17 +02:00
}
.login-button:hover {
2014-10-06 21:39:02 +03:00
border: 1px solid #adaeae;
background-color: #adaeae;
2013-11-23 12:25:17 +02:00
}
.login-button:active {
border: 1px solid #ccc;
background-color: #ccc;
}
2014-01-22 11:59:20 +02:00
.optional {
padding:0 0 0 6px;
font-size: 10pt;
color:#555;
}
.generate {
2014-10-05 14:49:10 +03:00
color: #3A89AE;
2013-07-11 12:58:48 +03:00
text-decoration: underline;
2014-01-22 11:59:20 +02:00
cursor: pointer;
2014-10-05 14:49:10 +03:00
margin-left: -3px;
padding: 0 3px;
2013-07-11 12:58:48 +03:00
}
2014-01-22 11:59:20 +02:00
.generate:hover {
2014-06-14 11:54:46 +03:00
background-color: #f79b44;
color: #fff;
2013-07-11 12:58:48 +03:00
}
2014-01-22 11:59:20 +02:00
.generate:active {
2014-06-14 11:54:46 +03:00
background-color: #999;
2013-07-11 12:58:48 +03:00
}
.vst-advanced {
2014-10-05 14:49:10 +03:00
color: #3A89AE;
2013-07-11 12:58:48 +03:00
font-size: 10pt;
letter-spacing: 0.1em;
text-decoration: none;
padding: 0 2px;
border-bottom: 1px solid #f79b44;
}
.vst-advanced:hover {
2014-06-16 12:28:13 +03:00
color: #fff;
background-color: #f79b44;
2013-07-11 12:58:48 +03:00
}
.vst-advanced:active {
color: #fff;
2014-06-16 12:28:13 +03:00
background-color: #777;
2013-07-11 12:58:48 +03:00
}
2014-07-30 15:44:06 +03:00
.fixed {
2013-07-11 12:58:48 +03:00
position: fixed;
border: none;
top: -3px;
border-bottom: 1px solid #d3d3d3;
background-color: #fff;
}
2014-07-30 15:44:06 +03:00
*html .fixed {
2013-07-11 12:58:48 +03:00
position:absolute;
position:fixed;
_position:absolute;
top:0;
_top:expression( eval(document.body.scrollTop) + 'px' );
}
2014-07-30 15:44:06 +03:00
#vstobjects {
padding-top: 193px;
min-height: 372px;
2013-07-11 12:58:48 +03:00
}
.login {
font-family:Arial, Helvetica, sans-serif;
margin: 80px 0 80px 0;
padding: 0;
background-color: #fff;
text-align: left;
vertical-align:top;
width: 500px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.login-box {
text-align: left;
vertical-align:top;
color: #222;
}
.login-bottom {
text-align: right;
vertical-align:top;
2014-06-14 11:54:46 +03:00
width: 474px;
2013-07-11 12:58:48 +03:00
height: 50px;
margin: 0;
2014-06-14 11:54:46 +03:00
padding: 0 26px 0 0;
2013-07-11 12:58:48 +03:00
}
2014-07-30 15:44:06 +03:00
.vestacp {
2013-07-11 12:58:48 +03:00
font-size: 8pt;
2014-06-14 11:54:46 +03:00
color: #505050;
2013-07-11 12:58:48 +03:00
text-align: right;
}
.error {
font-size: 10pt;
2014-07-30 15:44:06 +03:00
color: #de6c5d;
2013-07-11 12:58:48 +03:00
}
.hint {
2014-10-05 14:49:10 +03:00
font-size: 12pt;
color: #777;
font-style: italic;
}
2014-07-30 15:44:06 +03:00
.step-top {
padding-top: 42px;
}
.step-bottom {
padding-bottom: 20px;
}
.step-left {
padding-left: 50px;
}
.input-label {
padding-top: 20px;
}
.additional-control {
2014-10-05 14:49:10 +03:00
margin-left: 17px;
2014-07-30 15:44:06 +03:00
color: #2361a1;
border-bottom: 1px solid #f79b44;
font-size: 10pt;
letter-spacing: 0.1em;
cursor: pointer;
}
.additional-control:hover {
2014-10-05 14:49:10 +03:00
background-color: #f79b44;
color: #fff;
2014-07-30 15:44:06 +03:00
}
.additional-control:active {
color: #fff;
2014-10-05 14:49:10 +03:00
background-color: #aaa;
}
.additional-control.do_delete:hover{
background-color: #FF6D3C;
}
.additional-control.do_delete:active{
background-color: #aaa;
2014-07-30 15:44:06 +03:00
}
.ftp-path-prefix {
color: #848483;
font-size: 13px;
}
.ftp-path-value {
color: #333;
font-size: 13px;
font-weight: bold;
}
.data .suspended {
background: url(/images/disabled_bg.png);
}
.timer-container .refresh-timer {
2014-10-05 14:49:10 +03:00
border: 2px solid #9f9f9f;
2014-07-30 15:44:06 +03:00
border-radius: 14px;
height: 14px;
width: 14px;
margin: 10px;
float: left;
margin: 7px 10px 0 0;
}
.timer-container .refresh-timer.paused{
border: 2px solid #9f9f9f;
}
.timer-container .refresh-timer.paused .loader-half.right,
.timer-container .refresh-timer.paused .loader-half.dark{
2014-10-05 14:49:10 +03:00
background-color: #9d9f9f;
2014-07-30 15:44:06 +03:00
}
.timer-container .loader-half {
border-radius: 0 14px 14px 0;
height: 14px;
width: 7px;
float: left;
}
.timer-container .loader-half.left {
border-radius: 14px 0 0 14px;
background-color: #fff;
}
.timer-container .loader-half.right {
margin-left: 7px;
2014-10-05 14:49:10 +03:00
background-color: #9f9f9f;
2014-07-30 15:44:06 +03:00
}
.timer-container .loader-half.dark{
2014-10-05 14:49:10 +03:00
background-color: #9f9f9f;
2014-07-30 15:44:06 +03:00
}
.timer-container .movement{
float: left;
width: 14px;
height: 14px;
position: absolute;
}
.timer-container .movement.left {
z-index: 10;
}
.timer-container .movement.right{
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
.timer-container .timer-button{
cursor: pointer;
text-decotation: underline;
margin: 11px 0 0 38px;
width: 15px;
float: left;
height: 10px;
}
.timer-container .timer-button.pause{
background: url(/images/pause.png) no-repeat ;
}
.timer-container .timer-button.play{
background: url(/images/start.png) no-repeat;
}
2014-10-06 21:39:02 +03:00
.confirmation {
vertical-align: top;
text-align: center;
line-height: 1.2em;
font-size: 10pt;
color: #555;
padding: 2px 0 1px 2px;
}