added tag cloud styles (4 levels) and margin-bottom for figure

This commit is contained in:
Natalia Ventre
2012-02-09 18:28:22 -02:00
parent 0e03fdd699
commit 3aadb9fb78

View File

@@ -16,6 +16,7 @@
figure {
position: relative;
margin: 0 0 (@line * 1px) 0;
}
figure img, figure object, figure embed, figure video {
@@ -23,6 +24,11 @@ figure img, figure object, figure embed, figure video {
display: block;
}
figcaption{
margin-top: @line * 1px;
color: lighten(@black, 60%);
}
// Elastic Object & Iframe Embedded Videos http://webdesignerwall.com/tutorials/css-elastic-videos
.video-container {
@@ -102,6 +108,25 @@ b, strong{
}
.tagcloud li{
list-style: none;
margin-bottom: @line / 8px;
}
.tagcloud a{
color: @black;
display: block;
background-color: lighten(@link, 50%);
padding: (@line / 8px) (@line / 4px);
.small;
.rounded();
.border-box;
&:hover{
text-decoration:none;
background-color: lighten(@link, 30%);
}
}
// Four-column grid active
// ----------------------------------------
// Margin | # 1 2 3 4 | Margin
@@ -109,10 +134,7 @@ b, strong{
.wrapper {
padding: 0 (@line/2)/@em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
.border-box;
}
@@ -251,6 +273,19 @@ code{
color: lighten(@black, 40%);
}
.tag-1 a{
width: 100%;
}
.tag-2 a{
width: 75%;
}
.tag-3 a{
width: 50%;
}
.tag-4 a{
width: 25%;
}
// Eight-column grid active
// ----------------------------------------------------------------------