2013-01-17 02:59:24 +01:00
|
|
|
|
#localSeriesLookup {
|
|
|
|
|
width: 220px;
|
|
|
|
|
border: 0px;
|
|
|
|
|
background: rgb(75, 75, 75);
|
|
|
|
|
color: rgb(169, 169, 169);
|
|
|
|
|
padding: 4px;
|
2013-01-17 05:55:47 +01:00
|
|
|
|
font-size: 13px;
|
2013-01-17 01:39:42 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-01-17 06:35:20 +01:00
|
|
|
|
body {
|
2013-01-17 02:59:24 +01:00
|
|
|
|
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 01:39:42 +01:00
|
|
|
|
|
2013-01-21 03:47:08 +01:00
|
|
|
|
#main-region {
|
2013-01-22 06:40:26 +01:00
|
|
|
|
margin-top: 20px;
|
2013-01-25 21:47:44 +01:00
|
|
|
|
margin-bottom: 100px;
|
2013-01-21 03:47:08 +01:00
|
|
|
|
min-height: 600px;
|
2013-01-21 07:44:33 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nz-center {
|
2013-01-21 04:41:37 +01:00
|
|
|
|
text-align: center;
|
2013-01-21 03:47:08 +01:00
|
|
|
|
}
|
2013-01-17 01:39:42 +01:00
|
|
|
|
|
2013-01-17 06:35:20 +01:00
|
|
|
|
#footer {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
margin: 20px 0 30px 0;
|
2013-01-17 02:59:24 +01:00
|
|
|
|
}
|
2013-01-17 06:35:20 +01:00
|
|
|
|
|
|
|
|
|
#footer a:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
2013-01-26 21:05:08 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.nz-spinner {
|
|
|
|
|
font-size: 56px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 30px;
|
|
|
|
|
}
|