2017-07-02 23:55:22 +02:00
|
|
|
/* phpBB3 Style Sheet
|
2017-07-02 20:36:07 +02:00
|
|
|
--------------------------------------------------------------
|
2017-07-18 16:48:26 +02:00
|
|
|
Style name: prosilver (the default phpBB 3.2.x style)
|
2017-07-05 09:50:46 +02:00
|
|
|
Based on style:
|
|
|
|
|
Original author: Tom Beddard ( http://www.subblue.com/ )
|
|
|
|
|
Modified by: phpBB Limited ( https://www.phpbb.com/ )
|
2017-07-02 20:36:07 +02:00
|
|
|
--------------------------------------------------------------
|
2017-07-02 23:55:22 +02:00
|
|
|
*/
|
2017-07-05 09:50:46 +02:00
|
|
|
|
2017-07-18 16:48:26 +02:00
|
|
|
@import url("normalize.css?v=3.2");
|
|
|
|
|
@import url("base.css?v=3.2");
|
|
|
|
|
@import url("utilities.css?v=3.2");
|
|
|
|
|
@import url("common.css?v=3.2");
|
|
|
|
|
@import url("links.css?v=3.2");
|
|
|
|
|
@import url("content.css?v=3.2");
|
|
|
|
|
@import url("buttons.css?v=3.2");
|
|
|
|
|
@import url("cp.css?v=3.2");
|
|
|
|
|
@import url("forms.css?v=3.2");
|
|
|
|
|
@import url("icons.css?v=3.2");
|
|
|
|
|
@import url("colours.css?v=3.2");
|
|
|
|
|
@import url("responsive.css?v=3.2");
|
2017-07-18 18:03:33 +02:00
|
|
|
|
2017-07-18 20:03:51 +02:00
|
|
|
@import url("debianforum.css?v=3.2");
|
2017-07-05 19:48:35 +02:00
|
|
|
|
|
|
|
|
|
2017-08-15 19:43:50 +02:00
|
|
|
#debianforum-contact-icons {
|
|
|
|
|
background-color: "#ff0000";
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
font-size:0;
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
background-image: url("./images/icons_contact.png");
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.debianforum-contact-icon {
|
|
|
|
|
background-image: url("./images/icons_contact.png");
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
display: block;
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
font-size:0;
|
|
|
|
|
}
|
|
|
|
|
.contact-icons a {
|
|
|
|
|
border-bottom: 1px dotted;
|
|
|
|
|
border-right: 1px dotted;
|
|
|
|
|
display: block;
|
|
|
|
|
/*float: left;*/
|
|
|
|
|
padding: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-07-09 18:49:51 +02:00
|
|
|
|
|
|
|
|
/* #debianforum_content { */
|
|
|
|
|
#page-body {
|
2017-07-18 20:03:51 +02:00
|
|
|
/*flex: 1;*/
|
2017-07-09 18:49:51 +02:00
|
|
|
}
|
|
|
|
|
#debianforum_nav {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.debianforumde-sidebar {
|
|
|
|
|
width: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#debianforum-outer {
|
2017-08-19 08:06:24 +02:00
|
|
|
/* display: flex; */
|
2017-07-09 18:49:51 +02:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 480px) {
|
|
|
|
|
.page-body {
|
|
|
|
|
/* margin-left: 160px;
|
|
|
|
|
margin-right: 16px;
|
|
|
|
|
padding-left: 15px; */
|
2017-07-18 20:03:51 +02:00
|
|
|
/* flex:1; */
|
2017-08-19 08:06:24 +02:00
|
|
|
}
|
2017-07-09 18:49:51 +02:00
|
|
|
|
|
|
|
|
.debianforumde-sidebar {
|
|
|
|
|
width: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#debianforum_outer {
|
2017-08-21 15:53:29 +02:00
|
|
|
/* display: flex; */
|
2017-07-09 18:49:51 +02:00
|
|
|
}
|
2017-08-12 23:22:14 +02:00
|
|
|
|
2017-07-09 18:49:51 +02:00
|
|
|
/* #debianforum_content { */
|
|
|
|
|
#page-body {
|
2017-08-21 15:53:29 +02:00
|
|
|
/* overflow:hidden; */
|
2017-07-09 18:49:51 +02:00
|
|
|
/* background-color: red; */
|
2017-07-18 20:03:51 +02:00
|
|
|
/* flex: 1; */
|
2017-07-09 18:49:51 +02:00
|
|
|
}
|
|
|
|
|
#debianforum_nav {
|
|
|
|
|
/* background-color: blue; */
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-21 15:53:29 +02:00
|
|
|
.debianforum_nav:after {
|
|
|
|
|
content: ".";
|
|
|
|
|
display: block;
|
|
|
|
|
clear: both;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
height: 0;
|
|
|
|
|
overflow:hidden;
|
|
|
|
|
}
|
2017-07-09 18:49:51 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#debianforum-outer {
|
2017-08-21 15:53:29 +02:00
|
|
|
/* display: flex; */
|
2017-07-22 14:58:07 +02:00
|
|
|
/* flex-direction: row-reverse; */
|
2017-07-09 18:49:51 +02:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2017-07-05 19:48:35 +02:00
|
|
|
|
2017-07-22 22:36:33 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
.debianforumde-sidebar {
|
|
|
|
|
visibility: hidden;
|
2017-08-19 08:06:24 +02:00
|
|
|
width: 1px;
|
|
|
|
|
height: 1px;
|
2017-07-22 22:36:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2017-08-21 15:53:29 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#DebianforumLeisteUnten {
|
|
|
|
|
overflow:hidden;
|
|
|
|
|
clear:both;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|