Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tarea de la clase 2 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion css/puls4.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ nav .menu li a:hover{background:rgba(0,0,0,0.1)}
.posts .post{background:#fff;border-radius:0 0 .5em .5em;box-shadow:2px 2px 10px rgba(0,0,0,0.5);color:#7a7a7a;margin-bottom:.5em;}
.posts .post .acciones{border-top:3px solid #22bce0;padding:.5em;overflow:hidden;}
.posts .post .acciones .datos{float:right;}
.posts .post .acciones .datos .comentarios{background:#444;border-radius:3px;color:#fff;margin:0 1em 0 0;padding:2px 5px;text-decoration:none}
.posts .post .acciones .datos .comentarios{background:#444;border-radius:3px;color:#fff;margin:0 1em 0 0;padding:2px 5px;text-decoration:none;}
.posts .post .acciones .datos .comentarios:after{color:#444;content:"\e602";font-family:"iconitos";font-size:1em;position:relative;top:15px}
.posts .post .acciones .datos .estrellita{text-decoration:none;}
.posts .post .acciones .datos .estrellita:after{color:#fcb92d;content:"\e601";font-family:"iconitos";font-size:1.1em}
.posts .post .acciones .votos{float:left;}
Expand Down
8 changes: 8 additions & 0 deletions css/puls4.styl
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,14 @@ nav
margin 0 1em 0 0
padding 2px 5px
text-decoration none
&:after
color gris_oscuro
content "\e602"
font-family "iconitos"
font-size 1em
position relative
top 15px


.estrellita
text-decoration none
Expand Down