1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/view/css/choklet_bannertwo.css

65 lines
796 B
CSS
Raw Normal View History

header #banner {
position: fixed;
top: 0px;
width: 33%;
margin-left: 33%;
margin-right: 33%;
}
#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 {
min-width: 285px;
max-width: 285px;
display: table-cell;
width: 285px;
margin-left: 10px;
vertical-align: top;
}
aside input[type='text'] {
width: 174px;
}
section {
margin-left: 15px;
margin-right: 15px;
width: 100%;
display: table-cell;
padding: 0 10px 200px 10px;
vertical-align: top;
}
#region_3 {
display: none;
}