Update classes and rename body-wrapper and footer identifiers

This commit is contained in:
Blade of Darkness 2022-05-01 10:42:04 +02:00
parent 2150385169
commit a35e660df0
2 changed files with 6 additions and 6 deletions

View File

@ -15,12 +15,12 @@ require 'php/procedures.php'; # interact with variables in the execution environ
<link rel="stylesheet" type="text/css" href="<?php echo $mightycms['theme'] ?>" />
</head>
<body>
<div class="mw-body-wrapper">
<div id="body-wrapper">
<div id="header"><?php require 'divs-mw/header.php' ?></div>
<div id="mw-content-wrapper"><?php echo $mightycms['m_content'] ?></div>
<div id="mw-sidebar"><?php require 'divs-mw/sidebar.php' ?></div>
</div>
<div class="mw-footer">
<div id="footer">
<?php require 'divs-mw/footer.php' ?>
</div>
</body>

View File

@ -24,7 +24,7 @@ UL.header
LI.header{display:inline; padding:12px}
/* Global */
.mw-body-wrapper, .mw-footer{width:80%; margin:auto; overflow:hidden}
#body-wrapper, #footer{width:80%; margin:auto; overflow:hidden}
ul{margin:0; padding:0}
/* Main-col */
@ -41,7 +41,7 @@ ul{margin:0; padding:0}
width:30%;
margin: 14px 0 0 0;
}
.mw-footer{padding:20px 0 20px 0; margin-top:20px; text-align: center}
#footer{padding:20px 0 20px 0; margin-top:20px; text-align: center}
/* Text */
body, a{color:#de3247; text-shadow: 0 0 2px #fff, 0 1px 1px #000}
@ -61,7 +61,7 @@ a:hover{color:#fff}
{float:none; text-align:center; width:100%}
UL.header{margin-top: 0}
#header{height:100%}
.mw-body-wrapper, .mw-footer{width:95%}
#body-wrapper, #footer{width:95%}
}
/* #header, #mw-content-wrapper, #mw-sidebar, .mw-footer{background-color:#00141A} */
/* #header, #mw-content-wrapper, #mw-sidebar, #footer{background-color:#00141A} */