From 239436e940f899076635a569b134080b3c60a5f8 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 31 Mar 2015 18:14:32 +0200 Subject: [PATCH] micro tuning --- sites/all/themes/gui/jee/css/jee.css | 55 ++++++++++++++------------- sites/all/themes/gui/jee/css/jee.scss | 9 +++-- 2 files changed, 33 insertions(+), 31 deletions(-) diff --git a/sites/all/themes/gui/jee/css/jee.css b/sites/all/themes/gui/jee/css/jee.css index 171e8ee..32a3962 100644 --- a/sites/all/themes/gui/jee/css/jee.css +++ b/sites/all/themes/gui/jee/css/jee.css @@ -4428,7 +4428,7 @@ div.messages { } /* line 463, jee.scss */ #main .node-chapitre.node-teaser .field-name-field-comprendre { - min-width: 16em; + min-width: 19em; } /* line 464, jee.scss */ #main .node-chapitre.node-teaser .field-name-field-comprendre h1, #main .node-chapitre.node-teaser .field-name-field-comprendre h2, #main .node-chapitre.node-teaser .field-name-field-comprendre h3, #main .node-chapitre.node-teaser .field-name-field-comprendre h4, #main .node-chapitre.node-teaser .field-name-field-comprendre h5, #main .node-chapitre.node-teaser .field-name-field-comprendre h6 { @@ -4838,32 +4838,33 @@ div.messages { height: 100%; overflow-y: auto; overflow-x: hidden; + padding-right: 1.5em; } -/* line 782, jee.scss */ +/* line 783, jee.scss */ #static-wrapper h2.node-title { font-family: "epflulb"; text-transform: uppercase !important; font-size: 3em; color: #000; } -/* line 790, jee.scss */ +/* line 791, jee.scss */ #static-wrapper .content h3 { font-family: "epflulb"; font-size: 2em; text-transform: uppercase !important; color: #8d198f; } -/* line 797, jee.scss */ +/* line 798, jee.scss */ #static-wrapper .content h4 { - font-size: 1.5em; + font-size: 1em; font-weight: 700; } -/* line 804, jee.scss */ +/* line 805, jee.scss */ #static-wrapper .content p { font-family: "open_sans", sans-serif; font-weight: 600; - font-size: 1em; - line-height: 1.3em; + font-size: 0.85em; + line-height: 1.5em; } /* __________ ____ ________________ @@ -4872,56 +4873,56 @@ div.messages { / __/ / /_/ / /_/ / / / / /___/ _, _/ /_/ \____/\____/ /_/ /_____/_/ |_| */ -/* line 821, jee.scss */ +/* line 822, jee.scss */ #footer { position: fixed; bottom: 0; right: 20px; z-index: 900; } -/* line 826, jee.scss */ +/* line 827, jee.scss */ body.chapter-displayed #footer { display: none; } -/* line 830, jee.scss */ +/* line 831, jee.scss */ #footer .block { display: inline-block; vertical-align: top; font-size: 0.5em; } -/* line 834, jee.scss */ +/* line 835, jee.scss */ #footer .block p { font-size: inherit; } -/* line 835, jee.scss */ +/* line 836, jee.scss */ #footer .block a { color: #000; } -/* line 838, jee.scss */ +/* line 839, jee.scss */ #footer .block-menu { display: block; font-size: inherit; } -/* line 841, jee.scss */ +/* line 842, jee.scss */ #footer .block-menu ul { margin: 0; padding: 0; } -/* line 843, jee.scss */ +/* line 844, jee.scss */ #footer .block-menu ul li { margin: 0 1em 0 0; padding: 0; display: inline-block; list-style: none; } -/* line 847, jee.scss */ +/* line 848, jee.scss */ #footer .block-menu ul li a { font-family: "epflulb"; color: #000; text-transform: uppercase; font-size: 0.6em; } -/* line 857, jee.scss */ +/* line 858, jee.scss */ #footer p { margin: 0; } @@ -4933,7 +4934,7 @@ body.chapter-displayed #footer { / / / // / ___/ / /___ /_/ /_/___//____/\____/ */ -/* line 868, jee.scss */ +/* line 869, jee.scss */ #loader { position: absolute; top: 50%; @@ -4950,13 +4951,13 @@ body.chapter-displayed #footer { -webkit-transition-property: opacity; transition-property: opacity; } -/* line 879, jee.scss */ +/* line 880, jee.scss */ body.loading #loader { z-index: 1000; opacity: 1; } -/* line 885, jee.scss */ +/* line 886, jee.scss */ #fullscreen-btn { position: fixed; right: 20px; @@ -4970,13 +4971,13 @@ body.loading #loader { background: transparent url("../assets/img/fullscreen-on.png") no-repeat center center; background: none, url("../assets/img/fullscreen-on.svg") no-repeat center center; } -/* line 894, jee.scss */ +/* line 895, jee.scss */ .fullscreen #fullscreen-btn { background: transparent url("../assets/img/fullscreen-off.png") no-repeat center center; background: none, url("../assets/img/fullscreen-off.svg") no-repeat center center; } -/* line 907, jee.scss */ +/* line 908, jee.scss */ .bubble-1 { position: absolute; z-index: 0; @@ -4989,7 +4990,7 @@ body.loading #loader { left: -200px; } -/* line 911, jee.scss */ +/* line 912, jee.scss */ .bubble-2 { position: absolute; z-index: 0; @@ -5002,7 +5003,7 @@ body.loading #loader { right: -400px; } -/* line 916, jee.scss */ +/* line 917, jee.scss */ .star { position: absolute; z-index: 0; @@ -5020,7 +5021,7 @@ body.loading #loader { / /_/ / /___/ /_/ / /_/ / /_/ / /_____/_____/_____/\____/\____/ */ -/* line 930, jee.scss */ +/* line 931, jee.scss */ #fps { position: fixed; bottom: 40px; @@ -5028,7 +5029,7 @@ body.loading #loader { z-index: 1000; } -/* line 936, jee.scss */ +/* line 937, jee.scss */ #nav-cursor { position: absolute; width: 6px; diff --git a/sites/all/themes/gui/jee/css/jee.scss b/sites/all/themes/gui/jee/css/jee.scss index 9b81884..75143cf 100755 --- a/sites/all/themes/gui/jee/css/jee.scss +++ b/sites/all/themes/gui/jee/css/jee.scss @@ -464,7 +464,7 @@ div.messages{ h1,h2,h3,h4,h5,h6{display:none!important;} // max-width:15em; p{margin:0;} - min-width:16em; + min-width:19em; } ul.links{ @@ -775,6 +775,7 @@ div.messages{ >.node{ width:100%; height:100%; overflow-y:auto; overflow-x:hidden; + padding-right:1.5em; } } @@ -796,7 +797,7 @@ div.messages{ h4{ // font-family: "epflulb"; - font-size: 1.5em; + font-size: 1em; // // color:$static-col; font-weight: 700; } @@ -804,8 +805,8 @@ div.messages{ p{ font-family: "open_sans", sans-serif; font-weight:600; - font-size:1em; - line-height:1.3em; + font-size:0.85em; + line-height:1.5em; } } }