Radarr/NzbDrone.Web/_backboneApp/Content/base.css

109 lines
1.8 KiB
CSS
Raw Normal View History

#localSeriesLookup {
width: 220px;
border: 0px;
background: rgb(75, 75, 75);
color: rgb(169, 169, 169);
padding: 4px;
2013-01-17 04:55:47 +00:00
font-size: 13px;
2013-01-17 00:39:42 +00:00
}
2013-01-17 05:35:20 +00:00
body {
background: #191919 url(images/background.jpg) no-repeat right top;
font-size: 13px;
color: #3C3C3C;
background-attachment: fixed;
}
#logo {
height: 135px;
background: url(images/logo.png) no-repeat left top;
background-color: #065EFE;
color: white; /**color: rgb(40, 40, 40);**/
text-transform: lowercase;
letter-spacing: -1px;
line-height: 110px;
font-family: "Segoe UI Light", "Open Sans", "Segoe UI", sans-serif;
font-weight: 100;
font-size: 110px;
}
#content {
background: white;
}
2013-01-17 00:39:42 +00:00
2013-01-21 02:47:08 +00:00
#main-region {
margin-top: 20px;
2013-01-25 20:47:44 +00:00
margin-bottom: 100px;
2013-01-21 02:47:08 +00:00
min-height: 600px;
2013-01-21 06:44:33 +00:00
}
.nz-center {
2013-01-21 03:41:37 +00:00
text-align: center;
2013-01-21 02:47:08 +00:00
}
2013-01-17 00:39:42 +00:00
.nz-center .typeahead {
text-align: left;
}
#footer-region {
2013-01-17 05:35:20 +00:00
font-size: 16px;
text-decoration: none;
font-weight: lighter;
margin: 20px 0 30px 0;
}
2013-01-17 05:35:20 +00:00
#footer-region a:hover {
2013-01-17 05:35:20 +00:00
text-decoration: underline;
}
2013-01-26 20:05:08 +00:00
.nz-spinner {
font-size: 56px;
text-align: center;
padding: 30px;
}
#notification-region .alert {
margin: 10px;
}
#notification-region i {
padding-right: 10px;
}
2013-02-01 03:15:19 +00:00
.line {
height: 4em;
line-height: 4em;
}
2013-02-10 03:42:44 +00:00
.line > [class^="icon-"], .line > [class*=" icon-"] {
margin-top: 1em;
height: 1em;
line-height: 1em;
}
2013-02-01 03:15:19 +00:00
2013-02-10 03:42:44 +00:00
.progress {
width: 125px;
position: relative;
margin-bottom: 2px;
}
2013-02-01 03:15:19 +00:00
2013-02-10 03:42:44 +00:00
.progress .bar {
position: absolute;
overflow: hidden;
}
.progress .progressbar-back-text {
position: absolute;
width: 100%;
height: 100%;
font-size: 12px;
text-align: center;
}
.progress .progressbar-front-text {
display: block;
width: 125px;
font-size: 12px;
text-align: center;
}