Template:Floatbox/styles.css: Difference between revisions
From OnTrackNorthAmerica
(Created page with "@media screen and (min-width: 950px){ .flexbox{ position: relative; max-width:50%; float:left; top: -2.5%; margin:0; padding: 0; left:10%; } .flexbox b{ max-width: 25%; margin:0; padding: 0; } }") |
No edit summary |
||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
@media screen and (min-width: 950px){ | @media screen and (min-width: 950px){ | ||
. | .floatbox-text{ | ||
position: relative; | position: relative; | ||
min-width:50%; | |||
float: | float:right; | ||
} | |||
.floatbox{ | |||
margin-bottom:0.5em; | |||
} | |||
.floatbox td{ | |||
vertical-align:top; | |||
} | } | ||
. | .floatbox b{ | ||
width:6em; | |||
margin:0; | margin:0; | ||
padding: 0; | padding: 0; | ||
float:left; | |||
} | } | ||
} | } |
Latest revision as of 20:14, 17 December 2024
@media screen and (min-width: 950px){ .floatbox-text{ position: relative; min-width:50%; float:right; } .floatbox{ margin-bottom:0.5em; } .floatbox td{ vertical-align:top; } .floatbox b{ width:6em; margin:0; padding: 0; float:left; } }