Actualiza estilos para las notas y los snippets
El "Archivo de notas" y los "Marcadores" se han integrado en un único bloque llamado "Notas rápidas". Y para los snippets se han descargado las versiones más recientes de Prismjs del plugin Highlighting Code Block. Se ajustan los estilos para tener en cuenta estos cambios.
This commit is contained in:
parent
d375f803ac
commit
1932537e7e
4 changed files with 90 additions and 366 deletions
|
@ -53,7 +53,7 @@ div.container_wrap_first {
|
|||
div.container_wrap_first > div.container:first-child {
|
||||
background-color: #fff;
|
||||
}
|
||||
body.category-archivo div.container_wrap_first > div.container:first-child {
|
||||
body.category-blog div.container_wrap_first > div.container:first-child {
|
||||
background: #fff url(images/notebook.jpg) repeat-y left top;
|
||||
padding-left: 68px;
|
||||
}
|
||||
|
@ -475,12 +475,12 @@ span[data-avia-tooltip] {
|
|||
padding: 4%;
|
||||
background-color: black;
|
||||
}
|
||||
/* Marcadores posts */
|
||||
article.category-marcadores .entry-content-wrapper div.entry-content {
|
||||
/* Notas rápidas posts */
|
||||
article.category-notes .entry-content-wrapper div.entry-content {
|
||||
border-left: 7px solid #ccc;
|
||||
padding-left: 20px;
|
||||
}
|
||||
article.category-marcadores > .entry-content-wrapper > div.entry-content::before {
|
||||
article.category-notes > .entry-content-wrapper > div.entry-content::before {
|
||||
display: block;
|
||||
content: "";
|
||||
width: 56px;
|
||||
|
@ -490,21 +490,27 @@ article.category-marcadores > .entry-content-wrapper > div.entry-content::before
|
|||
margin-left: -56px;
|
||||
background: transparent url(images/clip.png) no-repeat 0 0;
|
||||
}
|
||||
article.category-marcadores .entry-content-wrapper p {
|
||||
article.category-notes .entry-content-wrapper p {
|
||||
font-size: 1.1em;
|
||||
line-height: 1.5em;
|
||||
text-align: left;
|
||||
color: #999999 !important;
|
||||
}
|
||||
/* Quotes posts */
|
||||
article.type-quote .post-meta-infos {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
}
|
||||
article.type-quote .post-meta-infos > time,
|
||||
article.type-quote .post-meta-infos > span {
|
||||
display: none;
|
||||
}
|
||||
article.type-quote .post-meta-infos > span.blog-categories {
|
||||
display: block;
|
||||
text-indent: -1.325em;
|
||||
margin-top: 1.4em;
|
||||
position: absolute;
|
||||
bottom: 5em;
|
||||
white-space: nowrap;
|
||||
text-indent: -9999px;
|
||||
}
|
||||
article.type-quote .post-meta-infos span.blog-categories a:before {
|
||||
content: "— ";
|
||||
|
@ -512,7 +518,7 @@ article.type-quote .post-meta-infos span.blog-categories a:before {
|
|||
article.type-quote .post-meta-infos span.blog-categories a {
|
||||
font-size: 1.4em;
|
||||
color: #797979;
|
||||
padding-left: 4px;
|
||||
padding-left: 9999px;
|
||||
}
|
||||
article.type-quote .entry-content-wrapper div.entry-content {
|
||||
padding-left: 60px;
|
||||
|
@ -609,16 +615,21 @@ li.comment {
|
|||
}
|
||||
#commentform p > input[type="text"] {
|
||||
margin-bottom: 5px;
|
||||
width: 220px !important;
|
||||
}
|
||||
#commentform label {
|
||||
position: absolute !important;
|
||||
left: 230px;
|
||||
font-size: 14px;
|
||||
margin-top: .2em;
|
||||
/* margin-top: .2em;*/
|
||||
line-height: 1.4em;
|
||||
color: #777;
|
||||
}
|
||||
#commentform label .required {
|
||||
display: inline;
|
||||
}
|
||||
#commentform input[type='checkbox'] {
|
||||
margin-top: 1em;
|
||||
margin-top: .8em;
|
||||
}
|
||||
#commentform p.comment-form-av-privatepolicy {
|
||||
margin: 0 !important;
|
||||
|
@ -628,6 +639,9 @@ li.comment {
|
|||
margin-top: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
#commentform p.comment-form-av-privatepolicy label {
|
||||
display: inline;
|
||||
}
|
||||
#commentform p.comment-form-av-privatepolicy label a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -711,15 +725,31 @@ div.lwptoc_item > div.lwptoc_itemWrap span.lwptoc_item_label:before {
|
|||
display: flex !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
.hcb_wrap.hcb_wrap pre {
|
||||
padding: 0 !important;
|
||||
}
|
||||
.hcb_wrap.hcb_wrap code {
|
||||
border-radius: 0;
|
||||
border: 1px solid #e1e1e1 !important;
|
||||
border-left: 10px solid #358ccb !important;
|
||||
background-color: rgb(252, 252, 252) !important;
|
||||
padding: .5em 1.5em !important;
|
||||
}
|
||||
.hcb_wrap .line-numbers .line-numbers-rows {
|
||||
padding: .5em 0 !important;
|
||||
top: 0 !important;
|
||||
}
|
||||
.hcb_wrap .line-numbers code {
|
||||
padding-left: 3.8em !important;
|
||||
}
|
||||
.hcb_wrap .line-highlight {
|
||||
margin-top: 0 !important;
|
||||
margin-top: .5em !important;
|
||||
width: 100% !important;
|
||||
background: linear-gradient(to right, hsla(24, 20%, 49%, .2), #fcfcfc00) !important;
|
||||
z-index: 10;
|
||||
}
|
||||
.hcb_wrap .undefined-numbers .line-highlight {
|
||||
margin-top: 9px !important;
|
||||
}
|
||||
.hcb_wrap .undefined-numbers code {
|
||||
padding-top: 9px !important;
|
||||
padding-bottom: 9px !important;
|
||||
.hcb_wrap .line-numbers .line-highlight {
|
||||
margin-top: -0.5em !important;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -1311,7 +1341,7 @@ body.tax-quote_author_tag .quote-author a:hover {
|
|||
div.container_wrap_first {
|
||||
background: #fff;
|
||||
}
|
||||
body.category-archivo div.container_wrap_first > div.container:first-child,
|
||||
body.category-blog div.container_wrap_first > div.container:first-child,
|
||||
body.archive.tag div.container_wrap_first > div.container:first-child,
|
||||
body.page-id-121962 div.container_wrap_first > div.container:first-child {
|
||||
background: #fff;
|
||||
|
@ -1363,8 +1393,8 @@ body.tax-quote_author_tag .quote-author a:hover {
|
|||
.page-id-5502 .avia-content-slider.avia-builder-el-2 .slide-entry-excerpt {
|
||||
font-size: 100%;
|
||||
}
|
||||
/* Marcadores posts */
|
||||
article.category-marcadores > .entry-content-wrapper > div.entry-content::before {
|
||||
/* Notas rápidas posts */
|
||||
article.category-notes > .entry-content-wrapper > div.entry-content::before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@ -1489,7 +1519,7 @@ body.tax-quote_author_tag .quote-author a:hover {
|
|||
#top .alternate_color.title_container .main-title a {
|
||||
color: #ff3300 !important;
|
||||
}
|
||||
body.category-archivo div.container_wrap_first > div.container:first-child,
|
||||
body.category-blog div.container_wrap_first > div.container:first-child,
|
||||
body.archive.tag div.container_wrap_first > div.container:first-child,
|
||||
body.page-id-121962 div.container_wrap_first > div.container:first-child {
|
||||
background: #fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue