2013-09-03 20:53:31 +03:00
|
|
|
@import url("style-base.css");
|
|
|
|
|
|
|
|
/* =============================================================================
|
|
|
|
Main container stuff goes here and other globals
|
|
|
|
========================================================================== */
|
2013-09-01 10:01:12 +03:00
|
|
|
|
2013-09-03 20:53:31 +03:00
|
|
|
/*iphone - reduction des tailles de police et taille fixe en px*/
|
2013-09-01 10:01:12 +03:00
|
|
|
body {
|
2013-09-01 10:12:22 +03:00
|
|
|
font-size: 12px;
|
2013-09-01 10:01:12 +03:00
|
|
|
}
|
|
|
|
|
2013-09-01 10:12:22 +03:00
|
|
|
h2 {font-size: 13px;}
|
|
|
|
h3 {font-size: 12px;}
|
|
|
|
h4 {font-size: 12px;}
|
|
|
|
h5 {font-size: 10px;}
|
|
|
|
h6 {font-size: 10px;}
|
2013-09-03 20:53:31 +03:00
|
|
|
|
|
|
|
/*iphone - Suppression des arrondis
|
|
|
|
.container {
|
|
|
|
border-radius:10px;
|
2013-09-01 10:01:12 +03:00
|
|
|
}
|
2013-09-03 20:53:31 +03:00
|
|
|
*/
|
2013-09-01 10:01:12 +03:00
|
|
|
|
|
|
|
/* =============================================================================
|
|
|
|
Header stuff goes here
|
|
|
|
========================================================================== */
|
2013-09-03 20:53:31 +03:00
|
|
|
/*
|
2013-09-01 10:01:12 +03:00
|
|
|
header {
|
2013-09-03 20:53:31 +03:00
|
|
|
iphone - Suppression ombrage (bug avec formulaire recherche)
|
|
|
|
box-shadow:inset 0px -5px 8px #000000;
|
|
|
|
iphone - Suppression des arrondis
|
|
|
|
border-radius: 10px 10px 0px 0px;
|
|
|
|
}*/
|
2013-09-01 10:01:12 +03:00
|
|
|
|
|
|
|
.hicon{
|
|
|
|
text-shadow: 2px 2px 2px black;
|
|
|
|
}
|
|
|
|
|
2013-09-03 20:53:31 +03:00
|
|
|
/*iphone - icone trop bas */
|
|
|
|
#tool .hicon32{
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
|
2013-09-01 10:01:12 +03:00
|
|
|
.submit {
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
2013-09-03 20:53:31 +03:00
|
|
|
box-shadow: none;
|
2013-09-01 10:01:12 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
header h1{
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.download a {
|
|
|
|
border-radius: 6px;
|
|
|
|
box-shadow:0 0 10px #000;
|
|
|
|
background: radial-gradient(#666, black);
|
|
|
|
}
|
|
|
|
|
2013-09-03 20:53:31 +03:00
|
|
|
/*iphone - bouton de donwload en haut dans book detail
|
|
|
|
(manque de place en mode paysage)*/
|
|
|
|
.bookpopup .download {
|
|
|
|
float: none;
|
|
|
|
margin: -12px 30px -2px 4px;
|
2013-09-01 10:01:12 +03:00
|
|
|
}
|
2013-09-03 20:53:31 +03:00
|
|
|
/*iphone - modification des marges pour cover dans detail*/
|
|
|
|
.bookpopup .cover {
|
|
|
|
margin: 27px 4px 4px 0px;
|
2013-09-01 10:01:12 +03:00
|
|
|
}
|
|
|
|
|
2013-09-03 20:53:31 +03:00
|
|
|
.mfp-content .bookpopup {
|
|
|
|
/*iphone - Taille minimum du detail du livre en popup
|
|
|
|
pour que la pochette ne depasse pas
|
|
|
|
(pas seulement pour iphone) */
|
|
|
|
min-height: 210px;
|
2013-09-01 10:01:12 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
footer
|
|
|
|
{
|
|
|
|
box-shadow:inset 0px 5px 8px #000000;
|
2013-09-03 20:53:31 +03:00
|
|
|
/*iphone - Suppression des arrondis
|
|
|
|
border-radius: 0px 0px 10px 10px;*/
|
2013-09-01 10:01:12 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* =============================================================================
|
|
|
|
Mediaquerie stuff goes here
|
|
|
|
========================================================================== */
|
|
|
|
/* 768px and greater */
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
.container { box-shadow:0 0 20px #000; }
|
|
|
|
}
|