Personalizar los enlaces de los comentarios de Blogger (Responder, Eliminar, Respuestas, Añadir comentario, y Cargar más) – World – Virtual

En esta entrada vamos a vercómo personalizar los enlaces de los comentarios anidados, es decir, los enlaces deResponder, Eliminar, Respuestas, Añadir comentario, yCargar más.
Muchas plantillas pasan desapercibidos esos enlaces y algunas veces pueden ser poco visibles, así que quien quiera resaltarlos o decorarlos en esta entrada verá cómo hacerlo.
He preparado 5 estilos distintos para copiar y pegar, pero por supuesto se pueden modificar y personalizar al gusto de cada quien.

Para poner cualquiera de estos 5 diseños sólo entra enPlantilla | Edición de HTML y antes de/b:skin pega el código de los estilos que prefieras.


/* Enlaces de los Comentarios
----------------------------------------------- */
.comments .comment .comment-actions a, .comments .thread-toggle a, .comments .continue a, .comments .comments-content .loadmore a {
width: 100%;
display: inline;
color: #666;/* Color del enlace */
background: #f5f5f5;/* Color de fondo */
border-left: 2px solid #009ecf;/* Color del borde izquierdo */
border-radius: 10px;/* Borde redondeado */
text-decoration: none;
padding: 4px 8px;
margin-right: 5px;
white-space: nowrap;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
font-family: Arial;
}
.comments .continue {border-top:none}
.comments .comment .comment-actions a:hover, .comments .thread-toggle a:hover, .comments .continue a:hover {
text-decoration:none;
position: relative;
top: 1px;
left: 1px;
}
.comments .comments-content .loadmore a {
display:block;
text-align: center;
font-size: 26px;
font-weight: normal;
font-family: Arial;
margin-right:auto;
margin-left:auto;
margin-top:0px;
max-width:180px;
}




/* Enlaces de los Comentarios
----------------------------------------------- */
.comments .comment .comment-actions a, .comments .thread-toggle a, .comments .continue a, .comments .comments-content .loadmore a {
width: 100%;
display: inline;
color: #fff;/* Color del enlace */
background: #009ecf;/* Color de fondo */
border-radius: 2px;/* Borde redondeado */
text-decoration: none;
padding: 3px 6px;
margin-right: 5px;
white-space: nowrap;
vertical-align: middle;
font-size: 11px;
font-weight: normal;
font-family: Arial;
}
.comments .continue {border-top:none}
.comments .comment .comment-actions a:hover, .comments .thread-toggle a:hover, .comments .continue a:hover {
text-decoration:none;
position: relative;
top: 1px;
left: 1px;
}
.comments .comments-content .loadmore a {
display:block;
text-align: center;
font-size: 22px;
font-weight: bold;
font-family: Arial;
margin-right:auto;
margin-left:auto;
margin-top:0px;
max-width:180px;
}




/* Enlaces de los Comentarios
----------------------------------------------- */
.comments .comment .comment-actions a, .comments .thread-toggle a, .comments .continue a, .comments .comments-content .loadmore a {
width: 100%;
display: inline;
color: #777;/* Color del enlace */
/* Fondo gradiente */
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #d6d6d6) );
background:-moz-linear-gradient( center top, #ededed 5%, #d6d6d6 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#d6d6d6');
background-color:#ededed;/* Color de fondo */
border:1px solid #d6d6d6;/* Color del borde */
border-radius: 4px;/* Borde redondeado */
box-shadow:inset 0px 0px 3px 0px #fff;
text-shadow:1px 1px 0px #fff;
text-decoration: none;
padding: 3px 7px;
margin-right: 5px;
white-space: nowrap;
vertical-align: middle;
font-size: 11px;
font-weight: normal;
font-family: Arial;
}
.comments .continue {border-top:none}
.comments .comment .comment-actions a:hover, .comments .thread-toggle a:hover, .comments .continue a:hover {
text-decoration:none;
position: relative;
top: 1px;
left: 1px;
}
.comments .comments-content .loadmore a {
display:block;
text-align: center;
font-size: 24px;
font-weight: bold;
font-family: Arial;
margin-right:auto;
margin-left:auto;
margin-top:0px;
max-width:180px;
}




/* Enlaces de los Comentarios
----------------------------------------------- */
.comments .comment .comment-actions a, .comments .thread-toggle a, .comments .continue a, .comments .comments-content .loadmore a {
width: 100%;
display: inline;
color: #fff;/* Color del enlace */
background-color:#ff5bb0;/* Color de fondo */
border:1px solid #ee1eb5;/* Color del borde */
border-top-left-radius:37px;/* Borde redondeado */
border-top-right-radius:0px;
border-bottom-right-radius:37px;/* Borde redondeado */
border-bottom-left-radius:0px;
text-decoration: none;
padding: 3px 12px;
margin-right: 5px;
white-space: nowrap;
vertical-align: middle;
font-family:Times New Roman;
font-size:13px;
font-weight:bold;
font-style:italic;
}
.comments .continue {border-top:none}
.comments .comment .comment-actions a:hover, .comments .thread-toggle a:hover, .comments .continue a:hover {
text-decoration:none;
position: relative;
top: 1px;
left: 1px;
}
.comments .comments-content .loadmore a {
display:block;
text-align: center;
font-family:Times New Roman;
font-size:24px;
font-weight:bold;
font-style:italic;
margin-right:auto;
margin-left:auto;
margin-top:0px;
max-width:180px;
}




/* Enlaces de los Comentarios
----------------------------------------------- */
.comments .comment .comment-actions a, .comments .thread-toggle a, .comments .continue a, .comments .comments-content .loadmore a {
width: 100%;
display: inline;
color: #fff;/* Color del enlace */
/* Color del enlace */
background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
background-color:#fe1a00;/* Color de fondo */
border:1px solid #d83526;/* Color del borde */
border-radius:4px;/* Borde redondeado */
box-shadow: 0px 10px 14px -7px #f29c93;
text-decoration: none;
text-shadow:0px 1px 0px #b23e35;
padding: 5px 9px;
margin-right: 5px;
white-space: nowrap;
vertical-align: middle;
font-family:Times New Roman;
font-size:13px;
font-weight:bold;
font-style:italic;
}
.comments .continue {border-top:none}
.comments .comment .comment-actions a:hover, .comments .thread-toggle a:hover, .comments .continue a:hover {
text-decoration:none;
position: relative;
top: 1px;
left: 1px;
}
.comments .comments-content .loadmore a {
display:block;
text-align: center;
font-size: 24px;
font-weight: bold;
font-family: Arial;
margin-right:auto;
margin-left:auto;
margin-top:0px;
max-width:180px;
}


Dentro de los códigos verás encolor verde dónde puedes modificar los estilos principales.
En todos los casos los botones tendrán un efecto "push" al pasar el cursor sobre ellos, si quieres añadir más estilos al pasar el cursor puedes hacerlo agregando los estilos debajo de:
.comments .comment .comment-actions a:hover, .comments .thread-toggle a:hover, .comments .continue a:hover {
Ahí puedes cambiar lo que quieras, ya sea el color de fondo, de texto, etc.

Si quisieras personalizar cada enlace de forma individual también puedes hacerlo. Por ejemplo, si quisieras sólo el enlace de "Responder" y "Eliminar" (recuerda que el enlace "Eliminar" sólo es visible para los administradores del blog) entonces puedes hacerlo de esta forma:
.comments .comment .comment-actions a {
... Aquí los estilos ...
}
Para el enlace de "Respuestas" sería así:
.comments .thread-toggle a {
... Aquí los estilos ...
}
Para el enlace de "Añadir comentario" sería así:
.comments .continue a {
... Aquí los estilos ...
}
Y para el enlace "Cargar más" así:
.comments .comments-content .loadmore a {
... Aquí los estilos ...
}

De esta forma tan simple podemos personalizar esos pequeños detalles de la plantilla a los que muchas veces no le ponemos toda la atención pero que son parte importante para los que buscan atraer comentaristas a su blog.

MESOTHELIOMA LAW FIRMDONATE CAR TO CHARITY CALIFORNIAHARDDRIVE DATA RECOVERY SERVICESDONATE A CAR IN MARYLAND DONATING A CAR IN MARYLAND,DONATE CARS ILLINOIS,CRIMINAL DEFENSE ATTORNEYS FLORIDA ,BEST CRIMINAL LAWYER IN ARIZONASTRUCTURED ANNUITY SETTLEMENT,ASBESTOS LAWYERS,NUNAVUT CULTURE,DAYTON FREIGHT LINES ,Bextra Bankruptcy Dental Plan Private JetMundial FootballFIFA World Cup Vestidos de Perros y gatosHosting Dominio web movilSelling annuity payments for cashSelling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlementStructured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

Donate Car To Charity CALIFORNIA DONATE CAR FOR TAX CREDITDONATE CARS IN MADONATE YOUR CAR SACRAMENTOHOW TO DONATE A CAR IN CALIFORNIA DONATE YOUR CAR FOR KIDS,CAR INSURANCE QUOTES COLORADO ,NUNAVUT CULTURE,DAYTON FREIGHT LINESHARDDRIVE DATA RECOVERY SERVICES,DONATE A CAR IN MARYLAND,MOTOR REPLACEMENTS,CHEAP DOMAIN REGISTRATION HOSTING,DONATING A CAR IN MARYLANDUn dia en Mundial Football MESOTHELIOMA LAW FIRM FIFA World Cup,DONATE CAR TO CHARITY CALIFORNIA , and STRUCTURED ANNUITY SETTLEMENT ,ANNUITY SETTLEMENTS, habia mucha monja pero fui a NUNAVUT CULTURE, DAYTON FREIGHT LINES and BUSINESS VOIP SOLUTIONS,CAR INSURANCE COMPANIES pero for you ONLINE CRIMINAL JUSTICE DEGREE ,PERSONAL INJURY LAW FIRM, Virtual data rooms and future now Automobile accident attorney and pero mas aya del visita and Mesothelioma law firm CHEAP CAR INSURANCE IN VIRGINIA,Selling annuity payments for cashSelling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlement,Structured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

Donate a Car in Maryland Met auto New social media platforms Massage school Dallas Texas mesothelioma claim Casino Donate your car for kids Php programmers Online Christmas cards Hire php developer google affiliate car insurance quotes colorado Casino reviews Best social media platforms for business structured settlement quote home phone internet bundle Donate Car for Tax Credit Hard drive Data Recovery Services Better Conference Calls Seo services asbestos lung cancer Donate Your Car for Kids mesothelioma lawyer dallas motorcycle accident attorney chicago Dwi lawyer Photo Christmas cards Social media management Hire php developers Italian cooking school Online casino Email Bulk Service DUI lawyer Injury Lawyers Mobile casino Royalty Free Images Stock NUNAVUT CULTURE mesothelioma symptoms lawsuit mesothelioma Make money online Australia mesothelioma survival rates PHD IN COUNSELING EDUCATION business voip solutions Gas/Electricity DALLAS MESOTHELIOMA ATTORNEYS earthlink business internet online colledges refinance with poor credit miami personal injury attorney Live casino compare life assurance Seo company Motor Insurance Quotes low credit line credit cards Personal Injury Lawyers Service business software sell annuity payment donate your car for kids Hire php programmers Online Classes sell structured settlement calculator mesothelioma attorney Criminal lawyer Best social media platforms Criminal defense lawyer Php programmers for hire Dayton Freight Lines saskatchewan auto insurance Business finance group car donate Bankruptcy lawyer ONLINECLASSES uk homeowner loans WordPress themes for designers car accident lawyers los angeles firm law mesothelioma Car Insurance Quotes SELL ANNUITY PAYMENT MOTOR REPLACEMENTS quotes car Computer science classes online accident attorney orange county Home phone internet bundle mesothelioma charities Cheap Domain Registration Hosting Seo companies PHD on Counseling Education Social media platforms for business att call conference Adobe illustrator classes donating used cars to charity Social media tools Donate your car for money primary pulmonary hypertension Home Phone Internet Bundle Dallas mesothelioma attorneys Car Insurance Companies structured settlemen car accident lawyers west palm beach auto accident lawyer san francisco Custom WordPress theme designer cheap auto insurance in va Donate your car Sacramento BEST CRIMINAL LAWYER IN ARIZONA buy gift card Social media campaigns Best Seo company business voice mail service yahoo web hosting CAR DONATE ASBESTOS LAWYERS Proud Italian cook Car Insurance Quotes Utah Business management software CHEAP AUTO INSURANCE IN VA Structures Annuity Settlement

Share: