1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00
Sonarr/NzbDrone.Web/_backboneApp/Content/base.css

88 lines
1.4 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 07:55:47 +03:00
font-size: 13px;
2013-01-17 03:39:42 +03:00
}
2013-01-17 08:35:20 +03: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 03:39:42 +03:00
2013-01-21 05:47:08 +03:00
#main-region {
margin-top: 20px;
2013-01-25 23:47:44 +03:00
margin-bottom: 100px;
2013-01-21 05:47:08 +03:00
min-height: 600px;
2013-01-21 09:44:33 +03:00
}
.nz-center {
2013-01-21 06:41:37 +03:00
text-align: center;
2013-01-21 05:47:08 +03:00
}
2013-01-17 03:39:42 +03:00
.nz-center .typeahead {
text-align: left;
}
#footer-region {
2013-01-17 08:35:20 +03:00
font-size: 16px;
text-decoration: none;
font-weight: lighter;
margin: 20px 0 30px 0;
}
2013-01-17 08:35:20 +03:00
#footer-region a:hover {
2013-01-17 08:35:20 +03:00
text-decoration: underline;
}
2013-01-26 23:05:08 +03: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 06:15:19 +03:00
.line {
height: 4em;
line-height: 4em;
}
.line > [class^="icon-"], .line > [class*=" icon-"] {
margin-top: 1em;
height: 1em;
line-height: 1em;
}