Add code colour palette
This commit is contained in:
parent
130b5a567d
commit
8bb628c597
6 changed files with 250 additions and 0 deletions
56
3box/3box-code/dist/style.css
vendored
Normal file
56
3box/3box-code/dist/style.css
vendored
Normal file
|
@ -0,0 +1,56 @@
|
|||
body {
|
||||
margin: 0;
|
||||
font-family: Verdana, sans-serif;
|
||||
background-color: #372204;
|
||||
}
|
||||
|
||||
.column {
|
||||
float: left;
|
||||
background-color: #372204;
|
||||
overflow-x: hidden;
|
||||
z-index: 1;
|
||||
min-height: 85vh;
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.left {
|
||||
width: 30%;
|
||||
color: #6dff79;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.right {
|
||||
color: #6dff79;
|
||||
width: 60%;
|
||||
border-left-style: solid;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.pad {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.head {
|
||||
float: left;
|
||||
border-bottom-style: solid;
|
||||
width: 100%;
|
||||
color: #6dff79;
|
||||
background-color: #372204;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #6dff79;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #6dff79;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #6dff79;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #6dff79;
|
||||
}
|
28
3box/3box-code/template.html
Executable file
28
3box/3box-code/template.html
Executable file
|
@ -0,0 +1,28 @@
|
|||
<!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="column left">
|
||||
<div class="pad">
|
||||
{DIRECTORY_SLASH_P}
|
||||
</div>
|
||||
</div>
|
||||
<div class="column right">
|
||||
<div class="pad">
|
||||
{PAGE_CONTENT}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
52
linear/linear-code/dist/style.css
vendored
Normal file
52
linear/linear-code/dist/style.css
vendored
Normal file
|
@ -0,0 +1,52 @@
|
|||
body {
|
||||
margin: 0;
|
||||
font-family: Verdana, sans-serif;
|
||||
background-color: #372204;
|
||||
}
|
||||
|
||||
.column {
|
||||
float: left;
|
||||
overflow-x: hidden;
|
||||
z-index: 1;
|
||||
min-height: 85vh;
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
color: #6dff79;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pad {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.head {
|
||||
float: left;
|
||||
border-bottom-style: solid;
|
||||
width: 100%;
|
||||
color: #6dff79;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nav {
|
||||
text-align: center;
|
||||
word-spacing: 5px;
|
||||
color: #6dff79;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #6dff79;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #6dff79;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #6dff79;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #6dff79;
|
||||
}
|
27
linear/linear-code/template.html
Executable file
27
linear/linear-code/template.html
Executable file
|
@ -0,0 +1,27 @@
|
|||
<!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>
|
58
roundbox/roundbox-code/dist/style.css
vendored
Normal file
58
roundbox/roundbox-code/dist/style.css
vendored
Normal file
|
@ -0,0 +1,58 @@
|
|||
body {
|
||||
margin: 0;
|
||||
font-family: Verdana, sans-serif;
|
||||
background-color: #372204;
|
||||
}
|
||||
|
||||
.column {
|
||||
float: left;
|
||||
overflow-x: hidden;
|
||||
z-index: 1;
|
||||
min-height: 85vh;
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
color: #6dff79;
|
||||
border: solid;
|
||||
border-radius: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pad {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.head {
|
||||
float: left;
|
||||
border: solid;
|
||||
border-radius: 15px;
|
||||
width: 100%;
|
||||
color: #6dff79;
|
||||
text-align: center;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.nav {
|
||||
text-align: center;
|
||||
word-spacing: 5px;
|
||||
color: #6dff79;
|
||||
border: solid;
|
||||
border-radius: 15px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #6dff79;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #6dff79;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #6dff79;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #6dff79;
|
||||
}
|
29
roundbox/roundbox-code/template.html
Executable file
29
roundbox/roundbox-code/template.html
Executable file
|
@ -0,0 +1,29 @@
|
|||
<!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>
|
||||
{DIRECTORY_A}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<br/><br/>
|
||||
<br/><br/>
|
||||
|
||||
<div class="column">
|
||||
<div class="pad">
|
||||
{PAGE_CONTENT}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue