]> git.aero2k.de Git - dfde-theme.git/commitdiff
display:flex fuer Seitenleite, wenns funktioniert: cae hat schuld.
authoreggy <eggy@localhost>
Sun, 9 Jul 2017 16:49:51 +0000 (18:49 +0200)
committereggy <eggy@localhost>
Sun, 9 Jul 2017 16:49:51 +0000 (18:49 +0200)
template/debianforumde_sidebar_menu.html
template/overall_footer.html
template/overall_header.html
theme/common.css
theme/stylesheet.css

index 923090ab04a640ef037f72f46a993067cf88fffe..db71ebdd6cf8179a4a05e85b8da5f119946ed91e 100644 (file)
@@ -1,3 +1,4 @@
+<div id=debianforum_nav>\r
 <a id="navijump" name="navijump" accesskey="n"></a><div class="menuitem" style="margin-bottom:3px;" title="WILLKOMMEN!">Willkommen!</div>\r
 <div class="menusubitem"><a href="{U_INDEX}" title="Startseite">Startseite</a></div>\r
 <div class="menusubitem"><a href="//wiki.debianforum.de/debianforum.de/JabberChat" title="Chat">Chat</a></div>\r
@@ -29,3 +30,4 @@
 <div class="menusubitem"><a href="{U_SEARCH_NEW}" title="{L_SEARCH_NEW}">{L_SEARCH_NEW}</a></div><!-- ENDIF -->\r
 <div class="menusubitem"><a href="{U_SEARCH_UNANSWERED}" title="{L_SEARCH_UNANSWERED}">unbeantw. Beitr&auml;ge</a></div>\r
 <div class="menusubitem"><a href="{U_SEARCH_ACTIVE_TOPICS}" title="{L_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></div>\r
+</div>\r
index 43156aed80ca3eb051328ef7d8fe349fa4db1acd..57e01f48064c169e8158d11ada98daf206ded910 100644 (file)
@@ -1,13 +1,15 @@
                <!-- EVENT overall_footer_content_after -->
        </div>
 
-</div>
-</div>
 
 <div class="debianforumde-sidebar">
 <!-- INCLUDE debianforumde_sidebar_menu.html -->
 </div>  
 
+</div>  <!-- debianforum outer ende -->
+
+</div>
+</div>
 
 <!-- EVENT overall_footer_page_body_after -->
 
index 6de82427aca3568480b07932249bfd3adaa710d9..c793877b22410117ea97b4b7d68fe96d5289e9f6 100644 (file)
 
        <!-- EVENT overall_header_page_body_before -->
 
+       <div id=debianforum-outer> 
+
        <a id="start_here" class="anchor"></a>
        <div id="page-body" class="page-body" role="main">
                <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
index 5a56989c1525c5d7b6d09035adae714e013281e8..b88cd802e0ae5e7c50b4a18bd3e18c5df5ad547a 100644 (file)
@@ -148,38 +148,8 @@ a:hover    { text-decoration: underline; }
 
 .page-body {
                    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;
-       }  
-}
 
 
 /* *************** */
index 12dec39f8812c5f5b667bb439b9fe0f043468edc..9d41d8234371c7656fae7afd00368b5a300edf29 100644 (file)
 @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;
+
+}
+
+
+
+}