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

61 lines
1.1 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
2013-01-17 05:35:20 +00:00
#footer {
font-size: 16px;
text-decoration: none;
font-weight: lighter;
margin: 20px 0 30px 0;
}
2013-01-17 05:35:20 +00:00
#footer a:hover {
text-decoration: underline;
}
2013-01-26 20:05:08 +00:00
.nz-spinner {
font-size: 56px;
text-align: center;
padding: 30px;
}