Sha256: 5187ad3c65cd8a292e4a197bf0fd211012e169f9d78409d92eda8454b4ce0752
Contents?: true
Size: 1.42 KB
Versions: 14
Compression:
Stored size: 1.42 KB
Contents
/* basic formatting styles */ body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; } #header h1 a { text-decoration: none; } a, a:visited { color: #1A2DE1; } h1 { font-size: 24px; } h2 { font-size: 14px; } #menu a { text-decoration: none; } #menu li.selected a, #menu a.on, #menu a:hover { text-decoration: underline; } #menu li.selected ul li a { text-decoration: none; } #menu li ul li.selected a, #menu li ul li a.on, #menu li ul li a:hover { text-decoration: underline; } .inquiries .message_field label { vertical-align: top; } /* Default error colouring */ div.fieldWithErrors { display: inline; } #errorExplanation { border-top: 3px solid #F27F7F; background: #FFBEBE; padding: 10px; } #errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * { color: #9C2626; } /* Browser Hacks */ /* remove borders from images */ a img { border: 0px none; } /* Firefox Dotted Line Fix - http://sonspring.com/journal/removing-dotted-links */ a:focus { outline: none; } /* Clearfix docs - Main docs: http://positioniseverything.net/easyclearing.html - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display:block; } /* End hide from IE Mac */
Version data entries
14 entries across 14 versions & 1 rubygems