diff --git a/categories.html b/categories.html index 969beaa..598d778 100644 --- a/categories.html +++ b/categories.html @@ -20,7 +20,7 @@ - + diff --git a/categories/head.html b/categories/head.html index 55aeca0..f33bcad 100644 --- a/categories/head.html +++ b/categories/head.html @@ -20,7 +20,7 @@ - + diff --git a/themes/style/y/img/squares.png b/themes/style/y/img/squares.png new file mode 100644 index 0000000..1348003 Binary files /dev/null and b/themes/style/y/img/squares.png differ diff --git a/themes/style/y/img/trans-squares.png b/themes/style/y/img/trans-squares.png new file mode 100644 index 0000000..3643e6f Binary files /dev/null and b/themes/style/y/img/trans-squares.png differ diff --git a/themes/style/y/main.css b/themes/style/y/main.css index 4598721..9bf492d 100644 --- a/themes/style/y/main.css +++ b/themes/style/y/main.css @@ -868,7 +868,7 @@ .deck-container #social:hover { opacity: 1; } .deck-container .popularblock { - width: 30.3333%; + width: 30.333%; margin: 0 1.5%; float: left; } .deck-container .popularblock figure { @@ -902,7 +902,8 @@ font-size: 1.5em; } } .deck-container { color: #839496; - background-color: #002b36; } + background-color: #002b36; + box-shadow: 0 0 50px black inset; } .deck-container h1 { font-size: 3em; } .deck-container h2 { @@ -915,7 +916,8 @@ font-size: 2em; color: #839496; } .deck-container .deck-status { - color: #839496; } + color: #839496; + font-size: 0.5em; } .deck-container .deck-prev-link, .deck-container .deck-next-link { background-color: #073642; diff --git a/themes/style/y/main.sass b/themes/style/y/main.sass index 2e46a0b..0d82eae 100644 --- a/themes/style/y/main.sass +++ b/themes/style/y/main.sass @@ -1128,9 +1128,11 @@ $secondTextColor: $base1 .deck-container font-size: 1.5em + .deck-container color: $base0 background-color: $base03 + box-shadow: 0 0 50px #000 inset h1 font-size: 3em h2 @@ -1145,6 +1147,7 @@ $secondTextColor: $base1 color: $base0 .deck-status color: $base0 + font-size: .5em .deck-prev-link, .deck-next-link