mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
display:flex fuer Seitenleite, wenns funktioniert: cae hat schuld.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
<div id=debianforum_nav>
|
||||||
<a id="navijump" name="navijump" accesskey="n"></a><div class="menuitem" style="margin-bottom:3px;" title="WILLKOMMEN!">Willkommen!</div>
|
<a id="navijump" name="navijump" accesskey="n"></a><div class="menuitem" style="margin-bottom:3px;" title="WILLKOMMEN!">Willkommen!</div>
|
||||||
<div class="menusubitem"><a href="{U_INDEX}" title="Startseite">Startseite</a></div>
|
<div class="menusubitem"><a href="{U_INDEX}" title="Startseite">Startseite</a></div>
|
||||||
<div class="menusubitem"><a href="//wiki.debianforum.de/debianforum.de/JabberChat" title="Chat">Chat</a></div>
|
<div class="menusubitem"><a href="//wiki.debianforum.de/debianforum.de/JabberChat" title="Chat">Chat</a></div>
|
||||||
@@ -29,3 +30,4 @@
|
|||||||
<div class="menusubitem"><a href="{U_SEARCH_NEW}" title="{L_SEARCH_NEW}">{L_SEARCH_NEW}</a></div><!-- ENDIF -->
|
<div class="menusubitem"><a href="{U_SEARCH_NEW}" title="{L_SEARCH_NEW}">{L_SEARCH_NEW}</a></div><!-- ENDIF -->
|
||||||
<div class="menusubitem"><a href="{U_SEARCH_UNANSWERED}" title="{L_SEARCH_UNANSWERED}">unbeantw. Beiträge</a></div>
|
<div class="menusubitem"><a href="{U_SEARCH_UNANSWERED}" title="{L_SEARCH_UNANSWERED}">unbeantw. Beiträge</a></div>
|
||||||
<div class="menusubitem"><a href="{U_SEARCH_ACTIVE_TOPICS}" title="{L_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></div>
|
<div class="menusubitem"><a href="{U_SEARCH_ACTIVE_TOPICS}" title="{L_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></div>
|
||||||
|
</div>
|
||||||
|
|||||||
@@ -1,13 +1,15 @@
|
|||||||
<!-- EVENT overall_footer_content_after -->
|
<!-- EVENT overall_footer_content_after -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="debianforumde-sidebar">
|
<div class="debianforumde-sidebar">
|
||||||
<!-- INCLUDE debianforumde_sidebar_menu.html -->
|
<!-- INCLUDE debianforumde_sidebar_menu.html -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div> <!-- debianforum outer ende -->
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- EVENT overall_footer_page_body_after -->
|
<!-- EVENT overall_footer_page_body_after -->
|
||||||
|
|
||||||
|
|||||||
@@ -120,6 +120,8 @@
|
|||||||
|
|
||||||
<!-- EVENT overall_header_page_body_before -->
|
<!-- EVENT overall_header_page_body_before -->
|
||||||
|
|
||||||
|
<div id=debianforum-outer>
|
||||||
|
|
||||||
<a id="start_here" class="anchor"></a>
|
<a id="start_here" class="anchor"></a>
|
||||||
<div id="page-body" class="page-body" role="main">
|
<div id="page-body" class="page-body" role="main">
|
||||||
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
|
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
|
||||||
|
|||||||
@@ -148,38 +148,8 @@ a:hover { text-decoration: underline; }
|
|||||||
|
|
||||||
.page-body {
|
.page-body {
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
clear: both;
|
|
||||||
float:right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.debianforumde-sidebar {
|
|
||||||
margin-top:4px;
|
|
||||||
margin-left:8px;
|
|
||||||
width: 150px;
|
|
||||||
float:left;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 680px) {
|
|
||||||
.page-body {
|
|
||||||
margin: 4px 0;
|
|
||||||
clear: both;
|
|
||||||
float:right;
|
|
||||||
/* margin-left: 160px;
|
|
||||||
margin-right: 16px;
|
|
||||||
padding-left: 15px; */
|
|
||||||
width:85%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.debianforumde-sidebar {
|
|
||||||
margin-top:4px;
|
|
||||||
margin-left:8px;
|
|
||||||
width: 150px;
|
|
||||||
left: 15px;
|
|
||||||
position: absolute;
|
|
||||||
top: 140px;
|
|
||||||
float:left;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* *************** */
|
/* *************** */
|
||||||
|
|||||||
@@ -22,4 +22,66 @@
|
|||||||
@import url("debianforum.css");
|
@import url("debianforum.css");
|
||||||
|
|
||||||
|
|
||||||
|
#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;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user