Sha256: abf5de4b93f87771cb28cdc5dea2b206dae00ea28e3055e6699a271347122c5f
Contents?: true
Size: 1.22 KB
Versions: 41
Compression:
Stored size: 1.22 KB
Contents
/*------------------------------------*\ MAIN \*------------------------------------*/ html{ font-family:"Helvetica Neue", Arial, sans-serif; color:#e4eef6; background:#4a8ec2; background:-moz-linear-gradient(-90deg,#5998c7,#4a8ec2) fixed; background:-webkit-gradient(linear,left top,left bottom,from(#5998c7),to(#4a8ec2)) fixed; } body{ background:none; padding-top:50px; text-shadow:0 -1px 0 rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.25); } #page{ margin:0 auto; float:none; text-align:center; } /*------------------------------------*\ TYPE \*------------------------------------*/ h1{ font-weight:bold; font-size:3em; line-height:1; } a{ color:inherit; } /*------------------------------------*\ IMAGES \*------------------------------------*/ #logo{ margin-bottom:1.5em; } /*------------------------------------*\ NARROW \*------------------------------------*/ /* CSS for tablets and narrower devices */ @media (min-width: 721px) and (max-width: 960px){} /*--- END NARROW ---*/ /*------------------------------------*\ MOBILE \*------------------------------------*/ /* CSS for mobile devices. Linearise it! */ @media (max-width: 720px){ body{ font-size:0.75em; } } /*--- END MOBILE ---*/
Version data entries
41 entries across 41 versions & 1 rubygems