Files
Anthias/static/css/screenly.css
2017-08-08 11:54:06 +01:00

231 lines
5.1 KiB
CSS

body {
margin-top: 60px;
margin-bottom: 60px; }
.splash {
margin-top: 0px; }
.splash .logo-container {
padding: 20px 0px 40px 0px; }
.splash .logo-container img {
width: 450px; }
.splash .wireload-link span {
font-size: 16px; }
.splash .wireload-link a img {
width: 150px; }
.navbar .container ul.nav li > a {
text-shadow: 0 1px 0 #000; }
.navbar .container a.brand {
text-shadow: 0 1px 0 #000;
padding: 4px 20px 4px 20px; }
.navbar .container a.brand img {
height: 32px; }
.navbar .container a.brand span {
font-size: 15px; }
.navbar .container li.update-available a {
font-weight: bold;
text-shadow: #555 0px 1px 1px !important; }
#footer {
height: 40px;
background: url(../img/screenly-bg.jpeg);
border-top: 1px #ccc solid;
-webkit-box-shadow: 0 -2px 9px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 -2px 9px rgba(0, 0, 0, 0.05);
box-shadow: 0 -2px 9px rgba(0, 0, 0, 0.05);
opacity: 0.9;
z-index: 10;
position: fixed;
bottom: 0;
width: 100%;
text-shadow: #fff 0px 1px 1px; }
#footer .container {
position: relative; }
#footer .container #screenly-logo {
position: absolute;
right: 0;
top: 10px;
color: #535d79;
font-weight: bold;
text-decoration: none; }
#footer .container .copy {
position: absolute;
left: 0;
top: 10px;
color: #535d79;
font-size: 12px; }
h1.page-header .pull-right {
font-weight: normal; }
section .header {
background: #0b7eff;
color: #fff;
padding: 6px 9px;
margin-bottom: 9px;
background-color: #0779f9;
background-image: -moz-linear-gradient(top, #0b7eff, #0071f1);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b7eff), to(#0071f1));
background-image: -webkit-linear-gradient(top, #0b7eff, #0071f1);
background-image: -o-linear-gradient(top, #0b7eff, #0071f1);
background-image: linear-gradient(to bottom, #0b7eff, #0071f1);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0B7EFF', endColorstr='#FF0071F1', GradientType=0);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
font-weight: bold;
text-shadow: #555 0px 1px 1px !important;
text-transform: uppercase; }
.modal form {
margin-bottom: 0; }
.popover .popover-title {
font-weight: bold; }
.popover .btn-large {
width: 60px; }
#request-error {
z-index: 10000; }
#request-error .alert {
position: fixed;
margin-left: 240px;
margin-top: 2px;
width: 400px; }
#add-form .uri-text {
padding-top: 5px;
margin-left: 0px;
overflow: hidden; }
.modal-footer .status {
float: left;
margin-top: 6px; }
.modal-footer .progress {
margin-top: 4px;
margin-bottom: 0px;
width: 69%; }
#backup-section {
margin-bottom: 50px; }
#backup-section .progress {
margin-top: 5px;
width: 50%;
margin-bottom: 5px;
display: inline-block; }
#assets table td {
line-height: 32px; }
form .control-group .controls select {
margin-bottom: 9px; }
input[name="file_upload"] {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
top: 0;
left: 0; }
.controls {
position: relative;
width: auto; }
.filedrop {
position: relative;
border: 4px dashed #ccc;
padding: 50px;
text-align: center;
color: #888;
border-radius: 12px; }
#file_upload_label {
position: absolute;
top: 5px;
left: 105px;
right: 0;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
.accordion-inner {
padding: 9px 0 0 0; }
.accordion-group {
border: none; }
.unrotated {
-webkit-transition: all 0.15s linear;
-webkit-transform: rotate(0deg);
-moz-transition: all 0.15s linear;
-moz-transform: rotate(0deg);
-ms-transition: all 0.15s linear;
-ms-transform: rotate(0deg);
-o-transition: all 0.15s linear;
-o-transform: rotate(0deg);
transition: all 0.15s linear;
transform: rotate(0deg); }
.rotated {
-webkit-transition: all 0.15s linear;
-webkit-transform: rotate(90deg);
-moz-transition: all 0.15s linear;
-moz-transform: rotate(90deg);
-ms-transition: all 0.15s linear;
-ms-transform: rotate(90deg);
-o-transition: all 0.15s linear;
-o-transform: rotate(90deg);
transition: all 0.15s linear;
transform: rotate(90deg); }
.nocache-toggle {
padding-top: 0 !important; }
.advanced-accordion {
display: none; }
.modal-body {
max-height: 600px !important; }
.ui-sortable-helper {
background: #fff; }
.asset-icon {
margin-left: 5px; }
#inactive-assets img {
display: none; }
.asset_row_name {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 320px;
min-width: 320px; }
.asset_row_btns {
padding: 6px 8px 10px 8px !important; }
.table td {
vertical-align: middle !important; }
.table .asset-toggle {
text-align: center; }
.table .processing-message {
width: 117px;
margin-bottom: 2px; }
.is_enabled-toggle {
margin: 5px 0 5px 0 !important; }
#subscribe-popover {
position: relative;
margin-top: -252px;
width: 250px; }
/*# sourceMappingURL=screenly.css.map */