Ero sivun ”Widget:JwFloatStyle” versioiden välillä
Järvi-meriwikistä
(3 välissä olevaa versiota samalta käyttäjältä ei näytetä) | |||
Rivi 3: | Rivi 3: | ||
.jw-float-<!--{$float|escape:'html'}-->-width-<!--{$width|escape:'html'}--> { | .jw-float-<!--{$float|escape:'html'}-->-width-<!--{$width|escape:'html'}--> { | ||
float: none; | float: none; | ||
− | width: calc( 100% + | + | width: calc( 100% + 2.5rem ); |
margin: 0 -1.25rem; | margin: 0 -1.25rem; | ||
} | } | ||
.jw-float-none-width-100 { | .jw-float-none-width-100 { | ||
+ | margin: 0 -1.25rem; | ||
width: calc( 100% + 2.5rem ); | width: calc( 100% + 2.5rem ); | ||
} | } | ||
Rivi 16: | Rivi 17: | ||
float: <!--{$float|escape:'html'}-->; | float: <!--{$float|escape:'html'}-->; | ||
width: calc( <!--{$width|escape:'html'}-->% + 1rem ); | width: calc( <!--{$width|escape:'html'}-->% + 1rem ); | ||
+ | margin: 0 0.25rem; | ||
margin-<!--{$float|escape:'html'}-->: -1.25rem; | margin-<!--{$float|escape:'html'}-->: -1.25rem; | ||
} | } | ||
.jw-float-none-width-100 { | .jw-float-none-width-100 { | ||
+ | margin: 0 -1.25rem; | ||
width: calc( 100% + 2.5rem ); | width: calc( 100% + 2.5rem ); | ||
} | } |