2016-02-28 12:11:12 +01:00
|
|
|
nav, header, .pageheader {
|
2016-01-12 02:47:38 +01:00
|
|
|
display: none;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
display: table;
|
|
|
|
table-layout: fixed;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 801px) {
|
|
|
|
main {
|
|
|
|
left: -14rem !important;
|
2016-01-12 02:47:38 +01:00
|
|
|
right: -14rem !important;
|
|
|
|
width: calc(100% + 14rem) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 802px) {
|
|
|
|
section#region_2 * {
|
|
|
|
font-size: 1.05rem;
|
|
|
|
}
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#profile-photo-wrapper {
|
|
|
|
display:none;
|
|
|
|
}
|
2016-01-12 02:47:38 +01:00
|
|
|
|
|
|
|
section#region_2 * {
|
|
|
|
font-size: 1.15rem;
|
|
|
|
}
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
aside#region_1 {
|
|
|
|
width: 14rem;
|
|
|
|
min-width: 14rem;
|
|
|
|
max-width: 14rem;
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: top;
|
2016-01-12 02:47:38 +01:00
|
|
|
padding: 7px 7px 0px 7px;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
aside#region_1 * {
|
|
|
|
font-size: 0.8rem;
|
|
|
|
line-height: 1.45;
|
|
|
|
}
|
|
|
|
|
|
|
|
aside input[type='text'] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
section#region_2wrap {
|
|
|
|
width: 100%;
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: top;
|
2016-01-12 02:47:38 +01:00
|
|
|
padding: 17px 10px 200px 10px;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
section#region_2 {
|
|
|
|
max-width: 36rem;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
section#region_2 * {
|
|
|
|
text-align: justify;
|
|
|
|
line-height: 1.55;
|
|
|
|
}
|
|
|
|
|
2016-01-12 02:47:38 +01:00
|
|
|
ul.nojustify li, .nojustify {
|
|
|
|
text-align: initial;
|
|
|
|
}
|
|
|
|
|
2015-08-23 22:38:18 +02:00
|
|
|
section#region_2 p + p {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
aside#region_3 {
|
|
|
|
width: 14rem;
|
|
|
|
min-width: 14rem;
|
|
|
|
max-width: 14rem;
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: top;
|
2016-01-12 02:47:38 +01:00
|
|
|
padding: 7px 7px 0px 7px;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
aside#region_3 * {
|
|
|
|
font-size: 0.8rem;
|
|
|
|
line-height: 1.45;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 1.39em !important;
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 1.18em !important;
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 *, h2 * {
|
|
|
|
font-size: 1em !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget, .pmenu {
|
|
|
|
border-bottom: none !important;
|
|
|
|
}
|