aboutsummaryrefslogtreecommitdiffstats
path: root/Just-Read
diff options
context:
space:
mode:
authorNatalia Ventre <natalia.ventre@gmail.com>2012-02-09 18:29:19 -0200
committerNatalia Ventre <natalia.ventre@gmail.com>2012-02-09 18:29:19 -0200
commit30b9d90eb26a576dea1f4b30bc9aa4de16e737d3 (patch)
treeaa27c1c695df76688cf105ef12d8f0279dda1474 /Just-Read
parent3aadb9fb788d08155d8cd713f122efb23d74466a (diff)
downloadpelican-themes-30b9d90eb26a576dea1f4b30bc9aa4de16e737d3.zip
pelican-themes-30b9d90eb26a576dea1f4b30bc9aa4de16e737d3.tar.gz
pelican-themes-30b9d90eb26a576dea1f4b30bc9aa4de16e737d3.tar.bz2
compiled changes made in LESS files
Diffstat (limited to 'Just-Read')
-rw-r--r--Just-Read/static/css/main.css50
1 files changed, 49 insertions, 1 deletions
diff --git a/Just-Read/static/css/main.css b/Just-Read/static/css/main.css
index 3cb6c6a..f5d4c6a 100644
--- a/Just-Read/static/css/main.css
+++ b/Just-Read/static/css/main.css
@@ -52,6 +52,12 @@ img {
.clearfix {
*zoom: 1;
}
+.border-box {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -o-box-sizing: border-box;
+ box-sizing: border-box;
+}
.sans, .fancy-font {
font-family: 'Droid Sans', sans-serif;
}
@@ -60,6 +66,7 @@ img {
}
figure {
position: relative;
+ margin: 0 0 24px 0;
}
figure img,
figure object,
@@ -68,6 +75,10 @@ figure video {
max-width: 100%;
display: block;
}
+figcaption {
+ margin-top: 24px;
+ color: #999999;
+}
.video-container {
position: relative;
padding-bottom: 56.25%;
@@ -147,6 +158,31 @@ h4, h5, h6 {
b, strong {
font-weight: 700;
}
+.tagcloud li {
+ list-style: none;
+ margin-bottom: 3px;
+}
+.tagcloud a {
+ color: #000000;
+ display: block;
+ background-color: #ffffff;
+ padding: 3px 6px;
+ font-size: 12px;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+ -moz-background-clip: padding;
+ -webkit-background-clip: padding-box;
+ background-clip: padding-box;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -o-box-sizing: border-box;
+ box-sizing: border-box;
+}
+.tagcloud a:hover {
+ text-decoration: none;
+ background-color: #c5efec;
+}
.wrapper {
padding: 0 0.75em;
-webkit-box-sizing: border-box;
@@ -291,6 +327,18 @@ code {
display: inline;
color: #666666;
}
+.tag-1 a {
+ width: 100%;
+}
+.tag-2 a {
+ width: 75%;
+}
+.tag-3 a {
+ width: 50%;
+}
+.tag-4 a {
+ width: 25%;
+}
@media screen and (min-width: 45em) {
header .wrapper {
width: 75%;
@@ -480,4 +528,4 @@ code {
thead {
display: table-header-group;
}
-}
+} \ No newline at end of file