/** * @CSS DOCUMENT * @ 10.3.2016 */ /**----------------- * GLOBAL RESET -----------------**/ *, html, body, iframe, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, table, th, td, audio, video { margin:0; padding:0; outline:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img { display:block; } table { border-collapse:collapse; border-spacing:0; } table td { vertical-align:top; } iframe, fieldset, img, a img { border:0 none; } address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; text-align:left; } h1, h2, h3, h5, h5, h6 { font-size:100%; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } html>body * a { position:relative; } /* Gets links displaying over a PNG background */ a { outline:none; } /* Gets rid of Firefox's dotted borders */ textarea, table, td, th, code, pre, samp { word-wrap: break-word; /* passage C la ligne forcC© */ -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; /* cC©sure propre */ } input, select { vertical-align:middle; } ol, ul, li { list-style:none; } strong, b { font-weight:bold; } em, i { font-style:italic; } img { width: 100%; } /**------------------------------ * GENERAL CLASSES and SETTINGS --------------------------------**/ html, body { height: 100%; } body { background: #ebedea; font:1.1em/1.3em Arial,helvetica,sans-serif; color:#333; text-align:left; } h1 { padding:0.2em 0; font:normal 1.4em/1.2em Arial,helvetica,sans-serif; color:#333; } h2 { padding:1em 0 0.7em; font:normal 1.2em/1.3em Arial,helvetica,sans-serif; color:#333; } h3 { padding:0.5em 0; font:normal 1.0em/1.2em Arial,helvetica,sans-serif; color:#333; } h4 { padding:0.5em 0; font:normal 1.0em/1.0em Arial,helvetica,sans-serif; color:#333; } h5 { padding:0.5em 0; font:normal 1.0em/1.0em Arial,helvetica,sans-serif; color:#333; } h6 { padding:0.5em 0; font:normal 1.0em/1.0em Arial,helvetica,sans-serif; color:#333; } a { color:#1d1425; font-weight:normal; text-decoration: none; } a:hover, a:focus { color: #1d1425; } p { padding:0 0 1.2em; } hr { display:block; margin:1em 0; padding:0; border:none; background-color:#000; color:#000; font-size:1px; height:1px; line-height:1px; } .clear-float { clear:both; } .clear-fix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clear-fix { zoom:1; } /** IE 5.5/6/7 */ .wrapper { box-sizing: initial; margin: 0 auto; max-width: 650px; padding: 0 4%; } /**-------------- * HEADER --------------**/ #header { background-color: #1d1425 } #header #logo { max-width: 350px; padding: 0.5em 0 1em; width: 80%; } #social { padding: 0.7em 0; text-align: right; position: relative; } #social .link { color: #ebedea; font-size: 1em; margin: 0 0.4em; } #social .link img { float: right; max-width: 45px; } #social #toggle-dab { margin-left: 0.7em; } #toggle-menu { float: left; color: #ebedea; font-size: 1.1em; margin: 0 0.5em 0 -0.1em; } #toggle-menu:hover, #toggle-menu.active { color: #ebedea; } #menu, #dab { background: #1d1425; /* Old browsers */ background: -moz-linear-gradient(top, #1d1425 0%, #29034c 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #1d1425 0%, #29034c 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #1d1425 0%, #29034c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1425', endColorstr='#29034c ',GradientType=0 ); /* IE6-9 */ margin: 0 0 0 -0.1em; padding: 2em 0.2em 0.5em; position: absolute; top: 2em; text-align: left; width: 100%; z-index: 11; } #menu.inactive, #dab.inactive { display: none; } #menu li.section { border-top: 1px solid #44394d; padding-bottom: 0.3em; } #menu li a, #menu li span { color: #ebedea; display: block; padding: 0.4em 0.1em; text-align: center; } #menu li span { color: #605866; font-size: 0.8em; padding-bottom: 0; text-transform: uppercase; } #menu ul { clear: both; } #menu ul li { float: left; width: 50%; } #menu .grid-3 ul li:last-child { width: 100%; } #dab li { color: #ebedea; padding: 0 0.1em; text-align: center; } #dab li:last-child { font-size: 0.8em; } #content { min-height: 50px; padding-bottom: 70px; } #playlist { margin: 2.5em 0; } #playlist .item { width: 100%; } #playlist .item .on-air { color: #bb1402; font-size: 0.8em; margin-bottom: 0.5em; text-transform: uppercase; } #playlist .item h2 { color: #bb1402; font-size: 0.8em; padding: 0 0 7px; text-transform: uppercase; } #playlist .item .artist { font-size: 0.8em; } #playlist .current-item { margin-bottom: 2.5em; width: 100%; } #playlist .current-item img { float: left; max-width: 150px; width: 50%; margin-right: 1em; } #playlist .current-item .song-title { font-size: 1.5em; line-height: 1.1em; } #playlist .next-item { border-top: 1px solid #bb1402; padding-top: 1em; margin-bottom: 1em; } #playlist .prev-item { border-top: 1px solid #bb1402; padding-top: 1em; margin-bottom: 1em; } #playlist .next-item img, #playlist .prev-item img { float: left; margin-right: 1em; max-width: 100px; width: 25%; } #footer { background-color: #1d1425; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5); height: 70px; position: fixed; bottom: 0; width: 100%; } #player { height: 100%; position: relative; text-align:center; } #player a { color: #ebedea; } #player .loading { color: #44394d; font-size: 2.4em; left: 50%; margin: -22px 0 0 -30px; position: absolute; top: 50%; } #player .ctn-controls, #player .control { margin:0 auto; width: 50%; position: relative; top: 0; height: 100%; float: left; } #player .control .btn-control { font-size: 2em; position: absolute; left: 50%; top: 50%; margin: -19px 0 0 -25px; height: 38px; width: 50px; } #player .volume { padding: 0 0 0 40px; position: absolute; right: 50%; top: 50%; margin: -4px -75px 0 0; width: 150px; } #player .volume .mute { font-size: 1.2em; position: absolute; left: 0; margin-top: -7px; } #player .volume .bar { background-color: #44394d; border-radius: 0; border-color: #44394d; float: left; height: 7px; width: 100%; position: relative; } #player .volume .volume-point { background-color: #eee; border-radius: 10px; margin: -7px 0 0 -10px; position: absolute; left: 50%; width: 20px; height: 20px; } #player .large { width:100% !important; } #player .notDisplay { display:none; } /**===================================================== ECRANS smartphones paysage ====================================================== */ @media (min-width:480px) { } /**===================================================== ECRANS taille moyenne : tablettes, petits notebooks ====================================================== */ @media (min-width:640px) { #menu .sms { display: none; } #menu .tel { display: none; } #menu .grid-3 ul li { width: 100%; } #playlist .item { float: left; width: 50%; } #playlist .current-item { width: 100%; } #playlist .next-item { border-left: 1px solid #bb1402; border-top: none; clear: both; margin-bottom: 1em; padding: 0 1em 0.3em; } #playlist .prev-item { border-left: 1px solid #bb1402; border-right: 1px solid #bb1402; border-top: none; padding: 0 1em 0.3em; } #footer { height: 75px; } } /**===================================================== ECRANS + grands ====================================================== */ @media (min-width:1280px) { }