Files
CouchPotatoServer/couchpotato/static/style/main.css
T
2011-05-28 23:21:58 +02:00

336 lines
7.3 KiB
CSS

/* @override http://localhost:5000/static/style/main.css */
html {
color: #fff;
font-size: 12px;
line-height: 1.5;
font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
height: 100%;
text-shadow: 0 1px 0 #000;
}
body {
margin: 0;
padding: 0;
background: #4e5969;
overflow-y: scroll;
height: 100%;
}
body.noscroll { overflow: hidden; }
#clean {
background: transparent !important;
}
pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
input, textarea {
font-size: 12px;
font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
a img {
border:none;
}
a {
text-decoration:none;
color: #fff;
outline: 0;
cursor: pointer;
}
a:hover { color: #f3f3f3; }
.page {
display: none;
width: 960px;
margin: 0 auto;
line-height: 24px;
padding: 0 0 20px;
}
.page.active { display: block; }
.page .noticeMe {
background-color: lightgoldenrodyellow;
display: block;
padding: 20px 10px;
margin: 0 -10px 40px;
font-size: 19px;
text-align: center;
}
.content {
clear:both;
padding: 80px 10px 10px;
}
.footer {
text-align:center;
padding: 50px 0 0 0;
color: #999;
font-size: 10px;
clear: both;
}
.footer .check {
color: #333;
}
#toTop {
background: black;
position: fixed;
bottom: 0;
right: 0;
padding: 10px 10px 10px 40px;
background: #f7f7f7 url('../images/toTop.gif') no-repeat 10px center;
border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
-webkit-border-radius: 5px 0 0 0;
}
form {
padding:0;
margin:0;
}
.spinner{
background: #4e5969 url('../images/spinner.gif') no-repeat center;
}
.button {
background: #5082bc url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeNpi/v//vwMTAwPDfzjBgMpFI/7hFSOT9Y8qRuF3JLoHAQIMAHYtMmRA+CugAAAAAElFTkSuQmCC") repeat-x;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
cursor: pointer;
}
/*** Icons ***/
.icon.delete {
background: url('../images/delete.png') no-repeat;
display: inline-block;
}
/*** Navigation ***/
.header {
background: #4e5969;
padding:10px;
height: 60px;
box-shadow: 0 0 30px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 30px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
position: fixed;
width: 99%;
z-index: 2;
}
.header > div {
width: 960px;
margin: 0 auto;
overflow: hidden;
}
.header .navigation {
display: inline-block;
width: 75%;
margin: 0;
padding: 0;
}
.header .navigation li {
color: #fff;
display: inline-block;
font-size:20px;
font-weight: bold;
margin: 0;
text-align: center;
}
.header .navigation li a {
display: block;
padding: 15px;
}
.header .navigation li:first-child a { padding-left: 10px; }
.header .navigation li a.logLink { font-size: 13px; padding: 23px 20px 15px; }
.header .navigation li a#showConfig {
background: url('../../media/images/gear.png') no-repeat center;
height: 35px;
width: 10px;
}
.header .navigation li span {
display: block;
margin-top: 5px;
}
.header .navigation li.disabled {
color: #e5e5e5;
}
.header .navigation li a:link, .header .navigation li a:visited {
color: #fff;
}
.header .navigation li a:hover, .header .navigation li a:active {
color: #b1d8dc;
}
/*** Global Styles ***/
.check {
display: inline-block;
vertical-align: middle;
height: 16px;
width: 16px;
cursor: pointer;
}
.check.highlighted { background-color: #424c59; }
.check.checked {
background-image: url('../images/checks.png');
background-position: -2px 0;
}
.check input {
display: none !important;
}
.select {
cursor: pointer;
display: inline-block;
}
.select .selection {
display: inline-block;
padding: 0 30px 0 20px;
border-radius:30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
box-shadow: 0 1px 1px rgba(0,0,0,0.35), inset 0 1px 0px rgba(255,255,255,0.20);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.35), inset 0 1px 0px rgba(255,255,255,0.20);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.35), inset 0 1px 0px rgba(255,255,255,0.20);
background: url('../images/checks.png') no-repeat 94% -53px, -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #406db8),
color-stop(1, #5b9bd1)
);
background: url('../images/checks.png') no-repeat 94% -53px, -moz-linear-gradient(
center top,
#5b9bd1 0%,
#406db8 100%
);
}
.select .selection .selectionDisplay {
display: inline-block;
padding-right: 15px;
border-right: 1px solid rgba(0,0,0,0.2);
box-shadow: 1px 0 0 rgba(255,255,255,0.15);
-moz-box-shadow: 1px 0 0 rgba(255,255,255,0.15);
-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.15);
}
.select .menu {
clear: both;
overflow: hidden;
font-weight: bold;
}
.select .list {
display: none;
background: #282d34;
border: 1px solid #1f242b;
position: absolute;
margin: 28px 0 0 0;
box-shadow: 0 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
border-radius:3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
z-index: 3;
}
.select.active .list {
display: block;
}
.select .list ul {
display: block;
width: 100% !important;
}
.select .list li {
padding: 2px 33px 2px 20px;
display: block;
}
.select .list li.highlighted {
background: rgba(255,255,255,0.1);
}
.select input { display: none; }
.inlay {
color: #fff;
border: 0;
border-radius:3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #282d34;
box-shadow: inset 0 1px 8px rgba(0,0,0,0.25), 0 1px 0px rgba(255,255,255,0.25);
-moz-box-shadow: inset 0 1px 8px rgba(0,0,0,0.25), 0 1px 0px rgba(255,255,255,0.25);
-webkit-box-shadow: inset 0 1px 8px rgba(0,0,0,0.25), 0 1px 0px rgba(255,255,255,0.25);
}
.inlay.light {
background: #47515f;
outline: none;
box-shadow: inset 0 1px 8px rgba(0,0,0,0.05), 0 1px 0px rgba(255,255,255,0.15);
-moz-box-shadow: inset 0 1px 8px rgba(0,0,0,0.05), 0 1px 0px rgba(255,255,255,0.15);
-webkit-box-shadow: inset 0 1px 8px rgba(0,0,0,0.05), 0 1px 0px rgba(255,255,255,0.15);
}
.inlay:focus {
background: #3a4350;
outline: none;
}
.onlay, .inlay .selected, .inlay > li:hover {
border-radius:3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #252930;
box-shadow: inset 0 1px 0px rgba(255,255,255,0.20), 0 0 3px rgba(0,0,0, 0.2);
-moz-box-shadow: inset 0 1px 0px rgba(255,255,255,0.20), 0 0 3px rgba(0,0,0, 0.2);
-webkit-box-shadow: inset 0 1px 0px rgba(255,255,255,0.20), 0 0 3px rgba(0,0,0, 0.2);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(55,62,74)),
color-stop(1, rgb(73,83,98))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(55,62,74) 0%,
rgb(73,83,98) 100%
);
}