Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 17 additions & 13 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -955,12 +955,15 @@ footer .blog-post{
}
.entry-info, .entry-content {
line-height: 30px;
padding: 20px;
padding: 0px 20px 20px 20px;
}
.entry-title {
padding:0 20px 20px;
word-wrap: break-word;
}
.post-header {
position:relative;
}
.post-header .entry-title, .post-header .entry-info, .post-header .entry-content {
line-height: 30px;
padding: 20px 0 0 20px;
Expand Down Expand Up @@ -990,6 +993,9 @@ footer .blog-post{
}
.catagory-type {
margin: 10px auto 20px;
position: absolute;
top: 0;
left: 20px;
}
.catagory-type a {
background: none repeat scroll 0 0 #333;
Expand All @@ -1006,13 +1012,19 @@ footer .blog-post{
}
.post-header > figure {
float: right;
padding: 0;
width: 75%;
padding: 0px;
width: 100%;
}

.post-header > figure > img {
width: 100%;
height: auto;
}
.entry-info {
float: left;
font-size: 14px;
width: 100%;
margin-top: 20px;
}
.entry-author, .entry-standard, .entry-date, .entry-tag {
color: #ffc800;
Expand Down Expand Up @@ -1048,6 +1060,8 @@ article .post.shown, .no-js article .post, .no-cssanimations article .post {
.no-sidebar-full-width .hentry, .no-sidebar-content-centered .hentry {
margin: 0 0 3.2%;
}


/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
Expand Down Expand Up @@ -1635,16 +1649,6 @@ iframe#wp-custom-header-video {
.meta-info {
margin: 65px 0 0;
}
.catagory-type {
position: absolute;
}
.catagory-type a {
position: relative;
z-index: 999;
}
.catagory-type a:hover {
color:#ffc800;
}
.post-header > figure, .post-header .entry-info {
width: 100%;
margin-bottom:10px;
Expand Down