The following files exists in this folder. Click to view.
config.php
images/
index.php
pages/
placeholder.php
source.php
src/
stylesheet.css
html {
/*overflow-y:scroll;*/
}
body {
width:100%;
margin:0;
background-color:#FEFAEC;
font-family:"Myriad Pro", "Calibri", sans-serif;
font-size:14px;
}
/**********DIVS************/
.header {
height:130px;
position:relative;
top:0px;
left:0px;
}
.postContainer {
width:450px;
left:280px;
top:180px;
position:absolute;
text-align:justify;
padding-bottom:80px;
}
.rightColumn {
width:220px;
position:absolute;
left:950px;
top:200px;
padding-bottom:50px;
}
/************IMAGES************/
.logo {
margin:20px 0 0 20px; /*top right bottom left*/
border:none;
}
.line {
margin:20px 10px 0 0; /*top right bottom left*/
left:920px;
top:2px;
position:absolute;
}
/**************LISTS**************/
.tagList {
list-style-type:none;
padding:0px;
margin:50px 0 0 40px; /*top right bottom left*/
width:180px;
position:absolute;
top:200px;
}
.menuList {
list-style-type:none;
padding:0px;
position:absolute;
left:950px;
top:5px;
}
.list {
list-style-type:none;
padding:0px;
}
/**************TYPOGRAPHY****************/
a {
color:black;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.menuList li {
margin:0 0 10px 0; /*top right bottom left*/
}
.list li {
margin:5px 0 0 20px; /*top right bottom left*/
}
.postContainer .post a {
color:#7C7357;
}
h2 {
font-size:55px;
font-weight:normal;
text-align:left;
}
h3 {
font-size:18px;
font-weight:normal;
text-align:left;
}
.commentSeparator {
font-size:20px;
margin-left:auto;
margin-right:auto;
font-weight:bold;
}
.postContainer .comment {
font-style:italic;
font-size:12px;
text-align:left;
float:left;
clear:left;
margin:8px 0 0 0; /*top right bottom left*/
}
.postContainer .date {
font-size:12px;
text-align:right;
float:right;
clear:right;
margin:8px 0 0 0; /*top right bottom left*/
}
.postContainer .tags {
font-size:12px;
float:left;
clear:left;
margin:8px 0 8px 0; /*top right bottom left*/
}
.postContainer .edit {
font-size:12px;
font-weight:bold;
float:right;
clear:right;
margin:8px 0 8px 0; /*top right bottom left*/
}
.postContainer .author {
float:right;
text-align:right;
font-size:16px;
height:40px;
clear:both;
width:100%;
margin:-30px 0 50px 0; /*top right bottom left*/
}
.postContainer .author a, .postContainer .edit a, .postContainer .comment a {
text-decoration:none;
}
.postContainer .author a:hover, .postContainer .edit a:hover, .postContainer .comment a:hover {
text-decoration:underline;
}
.loginName {
position:absolute;
text-align:right;
left:590px;
top:4.5px;
width:300px;
}
.error {
color:#F27240;
width:100%;
}
/*****************OTHER GOODIES****************/
hr {
background-color:#B2A57D;
height:2px;
border:none;
clear:both;
margin:0px;
}
textarea {
width:99%;
height:100px;
border: 1px solid #B2A57D;
margin:0 0 8px 0; /*top right bottom left*/
}
.textbox {
border: 1px solid #B2A57D;
margin:2px 0 5px 0; /*top right bottom left*/
width:48%;
}
.textboxLong {
border: 1px solid #B2A57D;
margin:2px 0 5px 0; /*top right bottom left*/
width:99.5%;
}
.button {
background-color:#FEFAEC;
border: 1px solid #B2A57D;
margin:0px 0 10px 0; /*top right bottom left*/
cursor:pointer;
}