add 3box-woodwork, reorganize

This commit is contained in:
abbie 2021-09-20 16:21:35 +01:00
parent 3ce8833e04
commit e4c7bc25ae
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87
8 changed files with 20 additions and 42 deletions

View file

@ -1,19 +1,30 @@
body {
margin: 0;
font-family: Verdana, sans-serif;
background-color: #FFF;
background-color: #F4A460;
}
.column {
float: left;
background-color: #F4A460;
overflow-x: hidden;
z-index: 1;
min-height: 85vh;
height: auto !important;
height: 100%;
width: 100%;
}
.left {
width: 30%;
color: #000;
text-align: center;
left: 0;
}
.right {
color: #000;
width: 60%;
border-left-style: solid;
right: 0;
}
.pad {
@ -25,14 +36,7 @@ body {
border-bottom-style: solid;
width: 100%;
color: #000;
text-align: center;
}
.nav {
text-align: center;
word-spacing: 5px;
color: #000;
padding-top: 15px;
background-color: #F4A460;
}
a:link {

View file

@ -13,11 +13,12 @@
</div>
</div>
<div class="nav">
<br/>
{DIRECTORY_A}
<div class="column left">
<div class="pad">
{DIRECTORY_SLASH_P}
</div>
</div>
<div class="column">
<div class="column right">
<div class="pad">
{PAGE_CONTENT}
</div>

View file

@ -1,27 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{SITE_NAME}</title>
<link rel="stylesheet" type="text/css" href="http://{SITE_DOMAIN}/ewfm_theme/style.css">
</head>
<body>
<div class="head">
<div class="pad">
<h1>{PAGE_TITLE}</h1>
</div>
</div>
<div class="nav">
<br/>
{DIRECTORY_A}
</div>
<div class="column">
<div class="pad">
{PAGE_CONTENT}
</div>
</div>
</body>
</html>