Browse Source

Remove trailing spaces and fix ribbon

pull/111/merge
Guillaume Ayoub 10 years ago
parent
commit
3759f608fd
  1. 34
      static/css/style.css

34
static/css/style.css

@ -94,9 +94,9 @@ body > header h1 a:focus {
/* /*
------- -------
- NAV - - NAV -
------- -------
*/ */
nav { nav {
@ -115,7 +115,7 @@ nav ul {
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
nav ul li { nav ul li {
background: url(img/menu-li.png) repeat-y top right; background: url(img/menu-li.png) repeat-y top right;
display: inline-block; display: inline-block;
@ -133,9 +133,9 @@ nav ul li a {
display: block; display: block;
padding: 5px 8px 3px ; padding: 5px 8px 3px ;
} }
nav ul li a:hover, nav ul li a:hover,
nav ul li a:focus { nav ul li a:focus {
color: #1a171a; color: #1a171a;
} }
@ -145,9 +145,9 @@ nav ul li a[href] {
text-shadow: 0px 1px 1px #f29899; text-shadow: 0px 1px 1px #f29899;
} }
/* /*
----------- -----------
- SECTION - - SECTION -
----------- -----------
*/ */
body > section { body > section {
@ -175,7 +175,7 @@ article section {
section h2 { section h2 {
background: linear-gradient(#e95355, #d63739); background: linear-gradient(#e95355, #d63739);
border-bottom: 1px solid #e95355; border-bottom: 1px solid #e95355;
border-radius: 4px; border-radius: 4px;
color: #151315; color: #151315;
margin: 20px -15px 0px; margin: 20px -15px 0px;
padding: 0.2em 10px 0.1em; padding: 0.2em 10px 0.1em;
@ -278,9 +278,9 @@ section .thumbs embed {
margin: 1em; margin: 1em;
} }
/* /*
---------- ----------
- FOOTER - - FOOTER -
---------- ----------
*/ */
footer { footer {
@ -289,7 +289,7 @@ footer {
bottom: 0; bottom: 0;
font-size: 0.85em; font-size: 0.85em;
text-align: center; text-align: center;
position: absolute; position: absolute;
display: block; display: block;
width: 100%; width: 100%;
} }
@ -305,23 +305,23 @@ footer ul li a {
} }
footer ul li a:hover, footer ul li a:hover,
footer ul li a:focus { footer ul li a:focus {
color: #8b8b8b; color: #8b8b8b;
} }
/* /*
---------- ----------
- RIBBON - - RIBBON -
---------- ----------
*/ */
.ribbon { #ribbon {
background: linear-gradient(#E95355, #D63739); background: linear-gradient(#E95355, #D63739);
} }
.ribbon a { #ribbon a {
font: bold .8em "philisopher" ; font: bold .8em "philisopher";
} }

Loading…
Cancel
Save