html, body {
margin: 0;
padding: 0;
height: 100%;
}
#header {
display: none;
width: 100%;
background-color: #000000;
border-bottom: 2px solid #999999;
font-family: Geneva,verdana,sans-serif;
font-size: 23px;
font-weight: bold;
line-height: 35px;
padding-top: 5px;
}
#header span {
padding: 10px 0 0 5px;
}
#header img {
float: right;
padding: 0 5px 0 0;
}
#header a {
color: #eee;
text-decoration: none;
font-size: 35px;
font-weight: normal;
}
.top #header {
display: block;
}
.top div.pfc-hook {
margin-right: 0;
height: calc(100% - 78px);;
}
div.pfc-hook {
padding-top: 30px;
margin-right: 30px;
height: calc(100% - 40px);;
}
div.pfc-content {
height: 100%;
}
div.pfc-content div.pfc-mobile-tabs {
left: 0px;
right: 0px;
}
div.pfc-content div.pfc-users {
background-color: rgba(255,255,255,0.5);
right: 0px;
bottom: 50px;
}
div.pfc-content div.pfc-messages {
background-color: rgba(255,255,255,0.5);
left: 0px;
bottom: 50px;
}
div.pfc-content div.pfc-topic {
right: 0px;
left: 0px;
margin-top: -2px;
height: 31px;
background: #994217 url("/wiki/lib/tpl/dokuwiki/images/main_block.png") no-repeat scroll 0px -240px;
border: 0px none;
}
div.pfc-content div.pfc-footer {
left: 0px;
right: 0px;
height: 3px;
background: #994217 url("/wiki/lib/tpl/dokuwiki/images/main_block.png") no-repeat scroll 0px -240px;
border: 0px none;
}
div.pfc-content div.pfc-footer ul li {
margin-right: 0px;
}
div.pfc-content div.pfc-compose {
background-color: transparent;
left: 0px;
right: 0px;
}
div.pfc-content div.pfc-compose textarea {
background-color: rgba(255,255,255,0.5);
border-bottom: 0;
resize: none;
padding: 10px 10px 0;
height: 35px;
}
div.pfc-content div.pfc-compose textarea:focus {
outline: 0;
}
@media (max-width: 750px) {
div.pfc-content div.pfc-messages {
right: 0px;
}
}