Skip to content

Instantly share code, notes, and snippets.

@finiteautomata
Created September 10, 2013 15:24
Show Gist options
  • Save finiteautomata/6511031 to your computer and use it in GitHub Desktop.
Save finiteautomata/6511031 to your computer and use it in GitHub Desktop.
(qlub)jperez@devartis11:~/qlub$ diff custom.css html/css/custom.css
466c466
< .bx-wrapper {margin-bottom:20px;}
---
> .bx-wrapper {margin-bottom:30px;}
539,564d538
< .ico-fotos {
< width:232px;
< height:230px;
< display:inline-block;
< position:absolute;
< left:50%;
< margin-left:-116px;
< top:160px;
< background:url(../img/overs.png) -200px 0px;
< }
< a:hover .ico-fotos {
< background-position:-450px 0px;
< }
< .ico-youtube {
< width:172px;
< height:172px;
< display:inline-block;
< position:absolute;
< left:50%;
< margin-left:-85px;
< top:160px;
< background:url(../img/overs.png) -200px -300px;
< }
< a:hover .ico-youtube {
< background-position:-400px -300px;
< }
620,625d593
< .musica .ico-mas {
< background-position:-100px 0px;
< }
< .musica a:hover .ico-mas {
< background-position:0px 0px;
< }
1152,1168d1119
< .musica .volver {
< color:#105097;
< font:24px 'Raleway';
< background:#FFF;
< position:absolute;
< top:27px;
< left:0px;
< padding:0 0 1px 10px;
< width:190px;
< cursor:pointer;
< z-index:5;
< }
< .musica .historia-nav .nav li a.active {
< font-size:16px;
< }
< .musica .historia-nav {margin:0 0 18px 0;}
< .musica .historia-nav .nav {padding-left:200px;}
1296,1301c1247
< .review {padding:10px;}
< .review .volanta {text-transform:uppercase;font-weight:bold;margin-bottom:0px;}
< .review h2 {margin-top:0px;}
< .review .btn {font-size:12px;box-shadow: -3px 3px 0px rgba(0, 0, 0, 0.2);}
< .comparti .caption {position:absolute;bottom:60px;padding:0 40px 0 20px}
< .comparti .caption h2 {font:800 26px 'Open Sans';}
---
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment