mirror of
https://github.com/Screenly/Anthias.git
synced 2026-02-28 04:26:29 -05:00
79 lines
2.2 KiB
CSS
79 lines
2.2 KiB
CSS
body {
|
|
margin-top: 60px;
|
|
margin-bottom: 60px; }
|
|
|
|
.navbar .container ul.nav li > a {
|
|
text-shadow: 0 1px 0 #000; }
|
|
.navbar .container a.brand {
|
|
text-shadow: 0 1px 0 #000; }
|
|
.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/wireload-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 #wireload-logo {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 10px; }
|
|
#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: #0678f9;
|
|
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; }
|
|
section table {
|
|
width: 100%; }
|
|
|
|
.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 }
|