summaryrefslogtreecommitdiffstats
path: root/assets/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/default.css')
-rw-r--r--assets/css/default.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index a7496981..aebd563c 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -32,6 +32,29 @@ a.pure-button-primary:hover {
color: #fff;
}
+div.thumbnail {
+ position: relative;
+}
+
+img.thumbnail {
+ width: 100%;
+ left: 0;
+ top: 0;
+}
+
+.length {
+ z-index: 100;
+ position: absolute;
+ background-color: rgba(35, 35, 35, 0.75);
+ color: #fff;
+ border-radius: 2px;
+ padding: 2px;
+ font-size: 16px;
+ font-family: sans-serif;
+ right: 0.5em;
+ bottom: -0.5em;
+}
+
/*
* Navbar
*/