update the style

This commit is contained in:
Yann Esposito (Yogsototh) 2012-11-25 20:07:21 +01:00
parent 3850ef6655
commit 9530be629f
6 changed files with 10 additions and 5 deletions

View file

@ -20,7 +20,7 @@
<!-- Transition theme. More available in /themes/transition/ or create your own. -->
<link rel="stylesheet" href="themes/transition/fade.css">
<!-- <link rel="stylesheet" href="themes/transition/fade.css"> -->
<!-- Style theme. More available in /themes/style/ or create your own. -->
<!-- <link rel="stylesheet" href="themes/style/web-2.0.css"> -->
<link rel="stylesheet" href="themes/style/y/main.css" />

View file

@ -20,7 +20,7 @@
<!-- Transition theme. More available in /themes/transition/ or create your own. -->
<link rel="stylesheet" href="themes/transition/fade.css">
<!-- <link rel="stylesheet" href="themes/transition/fade.css"> -->
<!-- Style theme. More available in /themes/style/ or create your own. -->
<!-- <link rel="stylesheet" href="themes/style/web-2.0.css"> -->
<link rel="stylesheet" href="themes/style/y/main.css" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View file

@ -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;

View file

@ -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