diff -r 08ee0719b907 -r 12978893bbf0 integration/css/common.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/integration/css/common.css Wed Oct 24 15:38:36 2012 +0200 @@ -0,0 +1,318 @@ +/* fonts */ +@font-face { + font-family: 'OpenSans'; + font-weight: 400; + src:url("fonts/OpenSans-Regular.eot?") format("eot"), + url("fonts/OpenSans-Regular.woff") format("woff"), + url("fonts/OpenSans-Regular.ttf") format("truetype"), + url("fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg"); +} +@font-face { + font-family: 'OpenSans'; + font-weight: 300; + src:url("fonts/OpenSans-Light.eot?") format("eot"), + url("fonts/OpenSans-Light.woff") format("woff"), + url("fonts/OpenSans-Light.ttf") format("truetype"), + url("fonts/OpenSans-Light.svg#OpenSans-Light") format("svg"); +} +@font-face { + font-family: 'OpenSans'; + font-weight: bold; + src:url("fonts/OpenSans-Bold.eot?") format("eot"), + url("fonts/OpenSans-Bold.woff") format("woff"), + url("fonts/OpenSans-Bold.ttf") format("truetype"), + url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"); +} +@font-face { + font-family: 'OpenSans'; + font-style: italic; + src:url("fonts/OpenSans-Italic.eot?") format("eot"), + url("fonts/OpenSans-Italic.woff") format("woff"), + url("fonts/OpenSans-Italic.ttf") format("truetype"), + url("fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg"); +} +@font-face { + font-family: 'OpenSans'; + font-weight: 600; + src:url("fonts/OpenSans-Semibold.eot?") format("eot"), + url("fonts/OpenSans-Semibold.woff") format("woff"), + url("fonts/OpenSans-Semibold.ttf") format("truetype"), + url("fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg"); +} +@font-face { + font-family: 'OpenSans'; + font-weight: 600px; + font-style: italic; + src:url("fonts/OpenSans-SemiboldItalic.eot?") format("eot"), + url("fonts/OpenSans-SemiboldItalic.woff") format("woff"), + url("fonts/OpenSans-SemiboldItalic.ttf") format("truetype"), + url("fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic") format("svg"); +} +/* custom reset */ +body{ + height: 100%; + background: url(../img/bg.png) repeat-x 0 0; +} +a{ + color:#000; + text-decoration: none; +} +/* common */ +div.wrap{ + min-height:100%; + background-color: #FFF; + width: 960px; + margin: 0 auto; + font-family: 'OpenSans'; + font-weight: 400; + color:#333333; + font-size: 13px; + height: 100%; +} +div.wrap-header{ + padding-top: 5px; + background-color: #370078; + height: 53px; + margin-bottom: 1px; +} +/* header */ +div.header{ + position: relative; + background-color: #e2dbfd; + height: 60px; +} +div.header div.title-video-wrap, div.header h1, div.header div.profil-wrap{ + position: relative; + float: left; + height: 60px; +} +div.header h1{ + display: inline-block; + height: 60px; + width: 250px; +} +div.header h1 a img, div.header h1 a span{ + float: left; +} +div.header h1 a{ + padding-top: 6px; +} +div.header h1 a span{ + font-size: 20px; + text-align: center; + padding: 0px 0 0 6px; + font-weight: 300; +} +/* header - profil-wrap */ +div.header div.profil-wrap{ + width: 250px; +} +div.header div.profil-wrap a{ + width: 160px; + display: block; + text-align: right; + position: absolute; + right: 0; + font-size: 14px; + color: #30036d; + padding-right: 18px; +} +div.header div.profil-wrap a:hover{ + color: #FF00FC; +} +div.header div.profil-wrap a.all-hashcut{ + top: 12px; + background: url(../img/arrow-top.png) right 2px no-repeat; +} +div.header div.profil-wrap a.my-profil{ + top: 32px; + background: url(../img/arrow-bot.png) right 4px no-repeat; +} +/* content */ +div.content{ + width: 960px; + min-height: 750px; + background: url(../img/bg-degrade.png) 0 0 repeat-x; +} +/* popin */ +div.popin{ + padding-top: 12px; + position: absolute; + top: 0; + z-index: 10; +} +div.popin img.pointer{ + position: absolute; + top: 0; +} +div.popin div.popin-content{ + padding: 8px; + border: 1px solid #867a97; + background: url(../img/bg-jaune.png); +} +div.popin input[type=text],div.popin input[type=password], div.popin textarea{ + padding: 0 6px; + height: 20px; + line-height: 20px; + font-size: 12px; + border: 1px solid #867a97; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} +/* popin - user */ + +div.user.popin.signup { + display: none; +} +div.user.popin.info { + display: none; +} +div.user.popin.login { + display: none; +} + +div.user.popin{ + top: 48px; + right: 0; +} +div.user.popin img.pointer{ + right: 36px; +} +div.user.popin.signup div.popin-content form input[type=submit], +div.user.popin.login div.popin-content form input[type=submit], +div.user.popin.login a.signup-button , +div.popin.segmentation form input[type=submit], +div.popin.segment-section a.reprendre-segment{ + margin-top: 2px; + display: block; + font-size: 12px; + border: 0; + width: 150px; + padding: 1px 0; + background-color: #30036D; + color: #FFF; + text-align: center; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + float: right; + cursor: pointer; +} +div.user.popin.signup div.popin-content form input[type=submit]:hover, +div.user.popin.login div.popin-content form input[type=submit]:hover, +div.user.popin.login div.popin-content a.signup-button:hover, +div.popin.segmentation form input[type=submit]:hover, +div.popin.segment-section a.reprendre-segment:hover{ + background-color: #FF00FC +} +div.user.popin.signup div.popin-content h2, +div.user.popin.login div.popin-content h2{ + color: #de2500; + font-size: 14px; + margin-bottom: 12px; +} +div.user.popin.signup div.popin-content form label, +div.user.popin.login div.popin-content form label{ + width: 84px; + font-size: 12px; + display: inline-block; + float: left; + line-height: 12px; +} +div.user.popin.signup div.popin-content form p, +div.user.popin.login div.popin-content form p{ + display: block; + line-height: 18px; + margin-bottom: 8px; + overflow: hidden; +} +div.user.popin.signup div.popin-content form input[type=text], +div.user.popin.signup div.popin-content form input[type=password], +div.user.popin.login div.popin-content form input[type=text], +div.user.popin.login div.popin-content form input[type=password]{ + float: left; + position: relative; + width: 110px; + padding: 0 5px; + height: 18px; + display: inline-block; +} +/* popin - user - info */ +div.user.popin.info div.popin-content{ + min-width: 150px; + text-align: right; +} +div.user.popin.info div.popin-content h2{ + color: #7628df; + font-size: 18px; + font-weight: 600; + margin-bottom: 2px; +} +div.user.popin.info div.popin-content h3{ + color: #30036d; + font-size: 14px; + margin-bottom: 10px; +} +div.user.popin.info div.popin-content a.nb-hashcut{ + color: #de2500; + font-size: 14px; + text-decoration: underline; + display: block; + margin-bottom: 12px; +} +div.user.popin.info div.popin-content a.nb-hashcut:hover{ + text-decoration: none; +} +div.user.popin.info div.popin-content a.change-account{ + text-align: center; + height: 20px; + width: 150px; + line-height: 20px; + color: #FFF; + font-size: 12px; + background-color: #30036d; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + display: block; +} +div.user.popin.info div.popin-content a.change-account:hover{ + background-color: #FF00FC; +} +/* popin - user - signup */ +div.user.popin.login div.popin-content a.signup-button{ + background-color: #de2500; +} +div.user.popin.signup div.popin-content{ + min-width: 205px; +} +/* footer */ +div.footer{ + border-top: 1px solid black; + width: 100%; + padding-top: 8px; +} +div.footer ul.links-left{ + float: left; +} +div.footer ul.links-left li{ + margin-bottom: 4px; +} +div.footer ul.links-left li a{ + border-bottom: 1px solid #cccccc; +} +div.footer ul.links-left li a:hover{ + border-bottom: none; +} +div.footer ul.links-right{ + float: right; +} +div.footer ul.links-right li{ + line-height: 40px; + float: right; + margin-left: 8px; +} +div.footer ul.links-right li img { + vertical-align: middle; +} \ No newline at end of file