Skip to content
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 @@ -28,7 +28,8 @@ nav .menu li a:hover{background:rgba(0,0,0,0.1)}
.posts{padding:.5em;}
.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{float:right;position:relative;}
.posts .post .acciones .datos:after{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #444;content:" ";position:absolute;right:43px;top:20px}
.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 .estrellita{text-decoration:none;}
.posts .post .acciones .datos .estrellita:after{color:#fcb92d;content:"\e601";font-family:"iconitos";font-size:1.1em}
Expand Down
10 changes: 10 additions & 0 deletions css/puls4.styl
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,16 @@ nav

.datos
float right
position relative

&:after
border-left 7px solid transparent
border-right 7px solid transparent
border-top 7px solid gris_oscuro
content " "
position absolute
right 43px
top 20px

.comentarios
background gris_oscuro
Expand Down