Adds a new theme called "Index"
adds an option to use textarea in theme settings. Merged most Basic, Recent and Frameset theme functions in one. you can add a video picture icon and quote in the homepage. @ctrlcctrlv feel free to add suggestions and fix bladly formed code or let me know and I will try to fix. i installed it on my demo site: https://hikichan.com/
This commit is contained in:
84
templates/themes/index/index.css
Normal file
84
templates/themes/index/index.css
Normal file
@@ -0,0 +1,84 @@
|
||||
.box-wrap {
|
||||
max-width: 670px;
|
||||
min-width: 300px;
|
||||
margin: 30px auto;
|
||||
padding: 0;
|
||||
}
|
||||
.box {
|
||||
background: white;
|
||||
border: 1px solid #98E;
|
||||
width: 330px;
|
||||
margin: 8px 0;
|
||||
padding: 0;
|
||||
}
|
||||
.box h2 {
|
||||
padding: 3px 7px;
|
||||
font-size: 12pt;
|
||||
}
|
||||
.box ul {
|
||||
padding: 2px 15px;
|
||||
}
|
||||
.box ul li {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
}
|
||||
.mainBox {
|
||||
background: transparent;
|
||||
border: 1px solid #008080;
|
||||
width: 100%;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.mainBox h2 {
|
||||
background: #59A;
|
||||
color: white;
|
||||
}
|
||||
.box.image {
|
||||
background: transparent;
|
||||
border: none;
|
||||
width: 100%;
|
||||
min-height: 250px;
|
||||
max-height: 700px;
|
||||
overflow: hidden auto;
|
||||
}
|
||||
.box.image h2 {
|
||||
background: #9C6;
|
||||
color: #060;
|
||||
}
|
||||
.box img {
|
||||
float: left;
|
||||
margin: 10px auto;
|
||||
width: auto !important;
|
||||
height: 100px !important;
|
||||
}
|
||||
.icon {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 100px;
|
||||
}
|
||||
.imageofnow {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 300px;
|
||||
}
|
||||
.videoofnow {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 500px;
|
||||
max-height: 300px;
|
||||
}
|
||||
.quoteofnow {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
font-family: -WEBKIT-PICTOGRAPH;
|
||||
}
|
||||
.description {
|
||||
text-align: center;
|
||||
font-weight: bolder;
|
||||
}
|
||||
.boardlinksurl {
|
||||
float: left;
|
||||
margin-right: 100px;
|
||||
}
|
Reference in New Issue
Block a user