2017-07-02 23:55:22 +02:00
|
|
|
/* phpBB3 Style Sheet
|
2017-07-02 20:36:07 +02:00
|
|
|
--------------------------------------------------------------
|
2017-07-05 09:50:46 +02:00
|
|
|
Style name: prosilver (the default phpBB 3.1.x style)
|
|
|
|
|
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
|
|
|
|
|
|
|
|
@import url("normalize.css");
|
|
|
|
|
@import url("base.css");
|
|
|
|
|
@import url("utilities.css");
|
2017-07-02 23:55:22 +02:00
|
|
|
@import url("common.css");
|
|
|
|
|
@import url("links.css");
|
|
|
|
|
@import url("content.css");
|
|
|
|
|
@import url("buttons.css");
|
|
|
|
|
@import url("cp.css");
|
|
|
|
|
@import url("forms.css");
|
2017-07-05 09:50:46 +02:00
|
|
|
@import url("icons.css");
|
2017-07-02 23:55:22 +02:00
|
|
|
@import url("colours.css");
|
2017-07-05 09:50:46 +02:00
|
|
|
@import url("responsive.css");
|
2017-07-05 11:07:36 +02:00
|
|
|
@import url("debianforum.css");
|
2017-07-05 19:48:35 +02:00
|
|
|
|
|
|
|
|
|
2017-07-09 18:49:51 +02:00
|
|
|
#debianforum_outer {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* #debianforum_content { */
|
|
|
|
|
#page-body {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
#debianforum_nav {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.debianforumde-sidebar {
|
|
|
|
|
width: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#debianforum-outer {
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 480px) {
|
|
|
|
|
.page-body {
|
|
|
|
|
/* margin-left: 160px;
|
|
|
|
|
margin-right: 16px;
|
|
|
|
|
padding-left: 15px; */
|
|
|
|
|
flex:1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.debianforumde-sidebar {
|
|
|
|
|
width: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#debianforum_outer {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* #debianforum_content { */
|
|
|
|
|
#page-body {
|
|
|
|
|
/* background-color: red; */
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
#debianforum_nav {
|
|
|
|
|
/* background-color: blue; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.debianforumde-sidebar {
|
|
|
|
|
width: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#debianforum-outer {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2017-07-05 19:48:35 +02:00
|
|
|
|