2013-09-21 20:59:47 +02:00
|
|
|
html, body {
|
2013-09-24 19:02:12 +02:00
|
|
|
width: 100%;
|
2013-09-24 17:38:38 +02:00
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
}
|
|
|
|
|
|
|
|
body h1,
|
|
|
|
body h2,
|
|
|
|
body h3,
|
|
|
|
body h4,
|
|
|
|
body h5 {
|
|
|
|
font-family: 'Source Sans Pro';
|
2013-09-21 20:59:47 +02:00
|
|
|
}
|
|
|
|
|
2013-09-21 19:46:26 +02:00
|
|
|
#slider {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2013-09-22 21:31:51 +02:00
|
|
|
padding: 5px;
|
2013-09-24 19:02:12 +02:00
|
|
|
max-width: 750px;
|
|
|
|
width: 100%;
|
2013-09-21 20:59:47 +02:00
|
|
|
height: 100%;
|
2013-09-21 19:46:26 +02:00
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#slider-container {
|
2013-09-24 19:02:12 +02:00
|
|
|
max-width: 1500px;
|
|
|
|
width: 1500px;
|
2013-09-21 20:59:47 +02:00
|
|
|
height: 100%;
|
2013-09-21 19:46:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#main {
|
|
|
|
float: left;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.block {
|
2013-09-25 02:33:39 +02:00
|
|
|
float:left;
|
2013-09-21 20:59:47 +02:00
|
|
|
height: 100%;
|
2013-09-24 19:02:12 +02:00
|
|
|
max-width: 750px;
|
2013-09-25 03:07:06 +02:00
|
|
|
width: 50%;
|
2013-09-22 21:31:51 +02:00
|
|
|
height: 100%;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2013-09-25 02:33:39 +02:00
|
|
|
.move {
|
2013-09-25 11:55:45 +02:00
|
|
|
-webkit-transition: margin-left 0.4s ease-in-out;
|
|
|
|
-moz-transition: margin-left 0.4s ease-in-out;
|
|
|
|
-o-transition: margin-left 0.4s ease-in-out;
|
|
|
|
-ms-transition: margin-left 0.4s ease-in-out;
|
|
|
|
transition: margin-left 0.4s ease-in-out;
|
2013-09-25 02:33:39 +02:00
|
|
|
}
|
|
|
|
|
2013-09-23 13:31:57 +02:00
|
|
|
body .form-control {
|
|
|
|
padding: 6px;
|
|
|
|
}
|
2013-09-23 22:43:27 +02:00
|
|
|
|
|
|
|
.view-title {
|
|
|
|
text-align: center;
|
|
|
|
max-width: 240px;
|
|
|
|
font-size: 25px;
|
2013-09-24 19:02:12 +02:00
|
|
|
margin: -35px auto 0 auto;
|
2013-09-23 22:43:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body .page-header {
|
2013-09-24 19:02:12 +02:00
|
|
|
margin-top: 0px;
|
|
|
|
padding: 0 10px;
|
2013-09-23 22:43:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.br {
|
|
|
|
height: 30px;
|
|
|
|
}
|
2013-11-23 13:02:55 +01:00
|
|
|
|
|
|
|
div.loader-content {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
padding: 30px;
|
|
|
|
right: 0;
|
|
|
|
z-index: 2000;
|
|
|
|
}
|