123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- /* 1200 styles ---------------------------------------------------------------*/
- @media only screen and (min-width: 1200px) {
- /* ---------------------------------------------------------------------------*/
- #page {
- width: 1090px;
- #main-wrapper {
- #sidebar-first {
- margin-left: 75px;
- }
- #content-wrapper {
- }
- }
- #header-wrapper {
- .block-wrapper.first {
- margin-left: 75px;
- }
- #block-boxes-popsu_logo_popsueurope {
- /* attention au contexte POPSU ! */
- // margin-right: 75px;
- }
- }
- #main-wrapper {
- /*width: 940px;
- margin-left: auto;
- margin-right: auto;*/
- }
- }
- body.front #page {
- #main-wrapper {
- #content-wrapper {
- margin-left: 90px;
- width: 86%;
- }
- }
- }
- body.popsu-neutral-section {
- #main-wrapper {
- #content-wrapper {
- margin-left: 90px;
- width: 83%;
- }
- }
- }
- body.popsu-actu-section {
- #header-wrapper {
- #boxes-box-popsu_logo_popsuneutral .boxes-box-content {
- width: 280px;
- a.logo {
- margin-left: 74px;
- }
- }
- #block-boxes-popsu_logo_baseline {
- margin-left: 16px;
- }
- }
- }
- body.context-popsu-europe #page #header-wrapper {
- #block-boxes-popsu_logo_popsueurope {
- margin-right: 0;
- }
- #block-boxes-popsu_logo_popsu2 {
- // margin-right: 75px;
- }
- }
- body.context-popsu-monde #page #header-wrapper {
- #block-boxes-popsu_logo_popsumonde {
- margin-right: 0;
- }
- }
- body.sidebar-double {
- #footer-wrapper #footer .region-footer {
- width: 1090px;
- }
- #page {
- width: 1090px;
- #main-wrapper {
- #sidebar-first {
- width: 450px;
- margin-left: 0px;
- }
- /*#content-wrapper {
- width: 620px;
- }*/
- }
- #header-wrapper {
- .block-wrapper.first {
- margin-left: 0px;
- .block-boxes {
- background: url(../img/pixels/sidebar-default-trans.png);
- }
- }
- #block-boxes-popsu_logo_popsueurope {
- /* attention au contexte POPSU !*/
- margin-right: 0px;
- }
- }
- #sidebar-first {
- #block-menu_block-3 {
- display: block;
- width: 55%;
- float: left;
- background: url(../img/pixels/sidebar-default-trans.png);
- }
- #block-menu_block-1 {
- width: 45%;
- float: left;
- min-height: 600px;
- background: url(../img/pixels/sidebar-popsu1-bis-trans.png);
- }
- }
- }
- }
- body.sidebar-double.context-popsu-2 #sidebar-first {
- #block-menu_block-4 {
- display: block;
- width: 55%;
- float: left;
- background: url(../img/pixels/sidebar-default-trans.png);
- }
- #block-menu_block-5 {
- width: 45%;
- float: left;
- min-height: 600px;
- /* background: url(../img/pixels/sidebar-popsu2-bis-trans.png); */
- background: @vert_popsu2;
- }
- }
- body.sidebar-double.context-popsu-1 #sidebar-first .left-nav-level-1 ul.menu {
- li .nolink,
- li a {
- color: @bleu_popsu1;
- }
- li ul li a:hover {
- color: @bleu_popsu1;
- }
- li.active-trail {
- a.active-trail {
- color: @bleu_popsu1;
- background: url(../img/nav-active-trans.png) no-repeat center right;
- margin-right: -15px;
- display: block;
- }
- }
- }
- body #block-boxes-popsu_menu_trigger {
- display: none;
- }
- #content-inner .popsu-74-26-stacked .panels-flexible-column-first .field-type-image {
- margin-left: -23px;
- }
- /* ---------------------------------------------------------------------------*/
- }
- /* 1200 styles ---------------------------------------------------------------*/
|