some fixes : img float

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-13 17:42:11 +02:00
parent 43a22ebfb3
commit e88e87bdfb
2 changed files with 38 additions and 20 deletions
+32 -20
View File
@@ -4871,6 +4871,18 @@ div.messages {
font-size: 0.85em; font-size: 0.85em;
line-height: 1.5em; line-height: 1.5em;
} }
/* line 818, jee.scss */
#static-wrapper .content a {
text-decoration: underline;
}
/* line 821, jee.scss */
#static-wrapper .content img.floatleft {
float: left;
}
/* line 822, jee.scss */
#static-wrapper .content img.floatright {
float: right;
}
/* __________ ____ ________________ /* __________ ____ ________________
/ ____/ __ \/ __ \/_ __/ ____/ __ \ / ____/ __ \/ __ \/_ __/ ____/ __ \
@@ -4878,60 +4890,60 @@ div.messages {
/ __/ / /_/ / /_/ / / / / /___/ _, _/ / __/ / /_/ / /_/ / / / / /___/ _, _/
/_/ \____/\____/ /_/ /_____/_/ |_| /_/ \____/\____/ /_/ /_____/_/ |_|
*/ */
/* line 828, jee.scss */ /* line 834, jee.scss */
#footer { #footer {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
right: 20px; right: 20px;
z-index: 900; z-index: 900;
} }
/* line 833, jee.scss */ /* line 839, jee.scss */
body.chapter-displayed #footer { body.chapter-displayed #footer {
display: none; display: none;
} }
/* line 837, jee.scss */ /* line 843, jee.scss */
#footer .block { #footer .block {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
font-size: 0.5em; font-size: 0.5em;
} }
/* line 841, jee.scss */ /* line 847, jee.scss */
#footer .block p { #footer .block p {
font-size: inherit; font-size: inherit;
} }
/* line 842, jee.scss */ /* line 848, jee.scss */
#footer .block a { #footer .block a {
color: #000; color: #000;
} }
/* line 845, jee.scss */ /* line 851, jee.scss */
#footer .block-menu { #footer .block-menu {
display: block; display: block;
font-size: inherit; font-size: inherit;
} }
/* line 848, jee.scss */ /* line 854, jee.scss */
#footer .block-menu ul { #footer .block-menu ul {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
/* line 850, jee.scss */ /* line 856, jee.scss */
#footer .block-menu ul li { #footer .block-menu ul li {
margin: 0 1em 0 0; margin: 0 1em 0 0;
padding: 0; padding: 0;
display: inline-block; display: inline-block;
list-style: none; list-style: none;
} }
/* line 854, jee.scss */ /* line 860, jee.scss */
#footer .block-menu ul li a { #footer .block-menu ul li a {
font-family: "epflulb"; font-family: "epflulb";
color: #000; color: #000;
text-transform: uppercase; text-transform: uppercase;
font-size: 0.6em; font-size: 0.6em;
} }
/* line 864, jee.scss */ /* line 870, jee.scss */
#footer p { #footer p {
margin: 0; margin: 0;
} }
/* line 868, jee.scss */ /* line 874, jee.scss */
#footer #block-block-1 { #footer #block-block-1 {
display: none; display: none;
} }
@@ -4943,7 +4955,7 @@ body.chapter-displayed #footer {
/ / / // / ___/ / /___ / / / // / ___/ / /___
/_/ /_/___//____/\____/ /_/ /_/___//____/\____/
*/ */
/* line 877, jee.scss */ /* line 883, jee.scss */
#loader { #loader {
position: absolute; position: absolute;
top: 50%; top: 50%;
@@ -4960,13 +4972,13 @@ body.chapter-displayed #footer {
-webkit-transition-property: opacity; -webkit-transition-property: opacity;
transition-property: opacity; transition-property: opacity;
} }
/* line 888, jee.scss */ /* line 894, jee.scss */
body.loading #loader { body.loading #loader {
z-index: 1000; z-index: 1000;
opacity: 1; opacity: 1;
} }
/* line 894, jee.scss */ /* line 900, jee.scss */
#fullscreen-btn { #fullscreen-btn {
position: fixed; position: fixed;
right: 20px; right: 20px;
@@ -4980,13 +4992,13 @@ body.loading #loader {
background: transparent url("../assets/img/fullscreen-on.png") no-repeat center center; background: transparent url("../assets/img/fullscreen-on.png") no-repeat center center;
background: none, url("../assets/img/fullscreen-on.svg") no-repeat center center; background: none, url("../assets/img/fullscreen-on.svg") no-repeat center center;
} }
/* line 903, jee.scss */ /* line 909, jee.scss */
.fullscreen #fullscreen-btn { .fullscreen #fullscreen-btn {
background: transparent url("../assets/img/fullscreen-off.png") no-repeat center center; background: transparent url("../assets/img/fullscreen-off.png") no-repeat center center;
background: none, url("../assets/img/fullscreen-off.svg") no-repeat center center; background: none, url("../assets/img/fullscreen-off.svg") no-repeat center center;
} }
/* line 916, jee.scss */ /* line 922, jee.scss */
.bubble-1 { .bubble-1 {
position: absolute; position: absolute;
z-index: 0; z-index: 0;
@@ -4999,7 +5011,7 @@ body.loading #loader {
left: -200px; left: -200px;
} }
/* line 920, jee.scss */ /* line 926, jee.scss */
.bubble-2 { .bubble-2 {
position: absolute; position: absolute;
z-index: 0; z-index: 0;
@@ -5012,7 +5024,7 @@ body.loading #loader {
right: -400px; right: -400px;
} }
/* line 925, jee.scss */ /* line 931, jee.scss */
.star { .star {
position: absolute; position: absolute;
z-index: 0; z-index: 0;
@@ -5030,7 +5042,7 @@ body.loading #loader {
/ /_/ / /___/ /_/ / /_/ / /_/ / / /_/ / /___/ /_/ / /_/ / /_/ /
/_____/_____/_____/\____/\____/ /_____/_____/_____/\____/\____/
*/ */
/* line 939, jee.scss */ /* line 945, jee.scss */
#fps { #fps {
position: fixed; position: fixed;
bottom: 40px; bottom: 40px;
@@ -5038,7 +5050,7 @@ body.loading #loader {
z-index: 1000; z-index: 1000;
} }
/* line 945, jee.scss */ /* line 951, jee.scss */
#nav-cursor { #nav-cursor {
position: absolute; position: absolute;
width: 6px; width: 6px;
+6
View File
@@ -814,6 +814,12 @@ div.messages{
font-size:0.85em; font-size:0.85em;
line-height:1.5em; line-height:1.5em;
} }
a{
text-decoration:underline;
}
img.floatleft{float:left;}
img.floatright{float:right;}
} }
} }