add 3box-woodwork, reorganize
This commit is contained in:
parent
3ce8833e04
commit
e4c7bc25ae
8 changed files with 20 additions and 42 deletions
|
@ -1,19 +1,30 @@
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
background-color: #FFF;
|
background-color: #F4A460;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
float: left;
|
float: left;
|
||||||
|
background-color: #F4A460;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
min-height: 85vh;
|
min-height: 85vh;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
}
|
||||||
|
|
||||||
|
.left {
|
||||||
|
width: 30%;
|
||||||
color: #000;
|
color: #000;
|
||||||
text-align: center;
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right {
|
||||||
|
color: #000;
|
||||||
|
width: 60%;
|
||||||
|
border-left-style: solid;
|
||||||
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pad {
|
.pad {
|
||||||
|
@ -25,14 +36,7 @@ body {
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #000;
|
color: #000;
|
||||||
text-align: center;
|
background-color: #F4A460;
|
||||||
}
|
|
||||||
|
|
||||||
.nav {
|
|
||||||
text-align: center;
|
|
||||||
word-spacing: 5px;
|
|
||||||
color: #000;
|
|
||||||
padding-top: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
|
@ -13,11 +13,12 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav">
|
<div class="column left">
|
||||||
<br/>
|
<div class="pad">
|
||||||
{DIRECTORY_A}
|
{DIRECTORY_SLASH_P}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column right">
|
||||||
<div class="pad">
|
<div class="pad">
|
||||||
{PAGE_CONTENT}
|
{PAGE_CONTENT}
|
||||||
</div>
|
</div>
|
|
@ -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>
|
|
Loading…
Reference in a new issue