Simplify eink style to remove all shadow.

This commit is contained in:
Sébastien Lucas 2013-07-19 09:56:27 +02:00
parent 4b81d0836e
commit 1cbc1eb56e

View file

@ -146,9 +146,6 @@ header h1{
vertical-align: middle; vertical-align: middle;
text-align: center; text-align: center;
line-height: 100%; line-height: 100%;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1);
} }
.headright { .headright {
@ -221,11 +218,9 @@ max-width:800px;
} }
.download a { .download a {
border-radius: 6px; border-radius: 2px;
box-shadow:0 0 10px #000; background: black;
background: darkgray; color: white;
background: radial-gradient(#666, black);
color: #EEE;
text-decoration : none; text-decoration : none;
font-weight: bold; font-weight: bold;
padding: 5px 10px 5px 10px; padding: 5px 10px 5px 10px;
@ -360,7 +355,6 @@ body { font-size: 1em;/*12px/16px */
/* 768px and greater */ /* 768px and greater */
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
h1 {font-size: 2em; line-height: 1em;} h1 {font-size: 2em; line-height: 1em;}
.container { box-shadow:0 0 20px #000; }
body { margin: 5px; body { margin: 5px;
font-size: 0.85em;/*12px/16px */ font-size: 0.85em;/*12px/16px */
font-weight:400; /* Better supported than 'lighter' attribute */ font-weight:400; /* Better supported than 'lighter' attribute */