Difference between revisions of "User:Keris/SphereInfo.css"
Jump to navigation
Jump to search
imported>Keris m |
imported>Keris m |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
width:95%; | width:95%; | ||
background:lightgrey; | background:lightgrey; | ||
− | + | text-align: left; | |
− | + | -webkit-colums: 2 300px; | |
− | + | -webkit-column-count: 2; | |
− | + | -webkit-column-width: 300px; | |
− | width: | + | -moz-column-count: 2; |
− | + | -moz-column-width: 300px; | |
− | + | column-count: 2; | |
− | + | column-width: 300px; | |
− | + | columns: 2 300px; | |
− | |||
− | width: | ||
− | |||
} | } | ||
Line 24: | Line 21: | ||
color: #779aa7; | color: #779aa7; | ||
font-family: Garamond; | font-family: Garamond; | ||
− | font-size: | + | font-size: 2em; |
text-shadow: #574a4f 4px 2px 2px" | text-shadow: #574a4f 4px 2px 2px" | ||
} | } | ||
Line 35: | Line 32: | ||
color: #000000; | color: #000000; | ||
font-family: Garamond; | font-family: Garamond; | ||
− | font-size: | + | font-size: 2.9em; |
text-shadow: #574a4f 4px 2px 2px; | text-shadow: #574a4f 4px 2px 2px; | ||
float:left; | float:left; | ||
− | padding: | + | padding:3px; |
− | vertical-align: | + | vertical-align:bottom; |
} | } |
Latest revision as of 13:19, 21 February 2014
#wrap { width:95%; background:lightgrey; text-align: left; -webkit-colums: 2 300px; -webkit-column-count: 2; -webkit-column-width: 300px; -moz-column-count: 2; -moz-column-width: 300px; column-count: 2; column-width: 300px; columns: 2 300px; } h6{ background: #F6F5F5; background: -webkit-gradient(linear, left top, right top, from(#000000), to(#657383)); background: -moz-linear-gradient(left, #000000, #F6F5F5); -moz-border-radius: 12px; -webkit-border-radius: 12px; color: #779aa7; font-family: Garamond; font-size: 2em; text-shadow: #574a4f 4px 2px 2px" } .editsection a, h6 .editsection { font-size: 75%; } #wrap p:first-letter { color: #000000; font-family: Garamond; font-size: 2.9em; text-shadow: #574a4f 4px 2px 2px; float:left; padding:3px; vertical-align:bottom; }