Hola gente, nunca hago este tipo de Post, solo posteo Documentales como muchos sabrán, pero esta vez me dieron ganas de compartir con ustedes una modificación que le hice a Taringa con mis conocimientos de Css.
La sección que modifiqué es la nueva opción que se implementó en los shouts que se llama

Instalamos la Extensión para Google Chrome "Stylebot" y eligiendo la opción "Anadir a Chrome" Clic para ver Imagen
Después de haber instalado la extensión, nos tiene que aparecer algo como esto Ver Imagen
y en Taringa/mi le damos clic en ese Icono "css"
Y por último damos clic en "Edit Css" Ver Imagen
Pegamos el código de Abajo y damos clic en "Save" Ver Imagen
i.icon.joined {
background-position: left center;
opacity: 1;
background-image: url(http://k37.kn3.net/9FE92CE72.png);
background-repeat: no-repeat;
}
div.list-element.overflow:hover {
background-color: #CCECF9;
}
a.activity-see-more.hide {
background-color: #CCECF9;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-left: 230px;
border-style: solid;
border-color: #ccc;
border-width: 2px;
-webkit-box-shadow: 5px 5px 2px #000000;
-moz-box-shadow: 5px 5px 2px #000000;
box-shadow: 5px 5px 2px #000000;
width: 130px;
height: 20px;
}
i.icon.s-like {
background-position: left center;
opacity: 1;
background-image: url( http://k43.kn3.net/37AA7C2E4.png);
background-repeat: no-repeat;
}
i.icon.favorite {
background-position: left center;
opacity: 1;
background-image: url(http://k45.kn3.net/64AE993B3.png);
background-repeat: no-repeat;
}
i.icon.respam {
background-position: left center;
opacity: 1;
background-image: url(http://k43.kn3.net/62BCEAA4E.png);
background-repeat: no-repeat;
}
i.icon.s-comment {
background-position: left center;
opacity: 1;
background-image: url( http://k40.kn3.net/04A2A95E4.png
);
background-repeat: no-repeat;
}
div.list.small-list.activity-log.hide {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
border-style: solid;
border-color: #ccc;
border-width: 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 5px 5px 2px #000000;
-moz-box-shadow: 5px 5px 2px #000000;
box-shadow: 5px 5px 2px #000000;
padding-top: 8px;
padding-right: 10px;
padding-left: 8px;
float: left;
left: -10px;
padding-bottom: 38px;
}
div.list-element.overflow {
font-weight: bold;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: ridge 2px #ccc;
margin-top: 4px;
padding-bottom: 15px;
padding-top: 15px;
}
a.button-action-s.pointer.hastipsy:hover {
background-color: #ccc;
}
div.require-login.button-action-s.action-favorite.hastipsy.pointer:hover {
background-color: #ccc;
}
i.icon.s-like-color {
background-position: left center;
opacity: 1;
background-image: url( http://k43.kn3.net/37AA7C2E4.png);
}
div.require-login.button-action-s.action-vote.hastipsy:hover {
background-color: #ccc;
}
div.require-login.button-action-s.action-reshout.hastipsy.pointer:hover {
background-color: #ccc;
}
a.button-action-s.button-action-comentar.button-action-s:hover {
background-color: #ccc;
}
a.button-action-s.action-activity.hastipsy:hover {
background-color: #ccc;
}
a.date {
color: #000;
font-weight: bold;
}




…




