2015-08-23 22:38:18 +02:00
|
|
|
header #banner {
|
|
|
|
position: fixed;
|
2015-10-24 13:04:14 +02:00
|
|
|
top: 0px;
|
|
|
|
width: 33%;
|
|
|
|
margin-left: 33%;
|
|
|
|
margin-right: 33%;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
#blog-banner {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#blog-banner .widget {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
display: table;
|
|
|
|
table-layout: fixed;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav.navbar {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav-backer {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
aside#region_1 {
|
2015-10-24 13:04:14 +02:00
|
|
|
min-width: 285px;
|
|
|
|
max-width: 285px;
|
2015-08-23 22:38:18 +02:00
|
|
|
display: table-cell;
|
2015-10-24 13:04:14 +02:00
|
|
|
width: 285px;
|
2015-08-23 22:38:18 +02:00
|
|
|
margin-left: 10px;
|
2015-10-24 13:04:14 +02:00
|
|
|
vertical-align: top;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
aside input[type='text'] {
|
|
|
|
width: 174px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
section {
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-right: 15px;
|
|
|
|
width: 100%;
|
|
|
|
display: table-cell;
|
|
|
|
padding: 0 10px 200px 10px;
|
2015-10-24 13:04:14 +02:00
|
|
|
vertical-align: top;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#region_3 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|