base theme added

This commit is contained in:
Your Name
2018-10-27 10:31:59 +09:00
parent 4b05b480de
commit 4f6002a359
26 changed files with 4200 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
/*
section {
left: 0px;
width: 800px;
margin-left: auto;
margin-right: auto;
}
body {background-color: #d00 !important;}
.page-content-wrapper {background: #fff;
color: #000;
border-radius: 20px;
box-shadow: 5px 5px 5px #111;
}
h3.page-title {
padding-top: 30px;
color: #033}
.page-body {padding: 40px;}
.page-body strong {color: #033;}
.nav-links {margin-top: 5px;}
*/