Creación de dos widgets para simular una entrada cuando se usa el editor avanzado
This commit is contained in:
parent
b3c7dfd29a
commit
e90481b6a2
2 changed files with 202 additions and 5 deletions
|
@ -28,6 +28,7 @@ div .av_one_fourth {
|
|||
.related_posts {
|
||||
padding-right: 0;
|
||||
margin-right: 0px !important;
|
||||
border-top-width: 0;
|
||||
}
|
||||
body.tag .content {
|
||||
padding-top: 12px;
|
||||
|
@ -171,11 +172,12 @@ body.home .content {
|
|||
.entry-content-wrapper {
|
||||
line-height: 1.42857;
|
||||
}
|
||||
.entry-content-wrapper .post-title,
|
||||
.entry-content-header .post-title,
|
||||
#top .flex_column .template-blog .post-title {
|
||||
color: #ff3300;
|
||||
text-transform: none !important;
|
||||
font-size: 41px !important;
|
||||
line-height: 1em;
|
||||
color: #ff3300;
|
||||
}
|
||||
.entry-content-wrapper h2,
|
||||
.entry-content-wrapper h3,
|
||||
|
@ -298,6 +300,10 @@ footer.entry-footer {
|
|||
margin-bottom: 30px;
|
||||
}
|
||||
/* Comments */
|
||||
.comment_container h3 {
|
||||
color: #e9146c;
|
||||
font-size: 28px;
|
||||
}
|
||||
#top .comment_text {
|
||||
font-size: 16px;
|
||||
} /*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue