/ Published in: CSS
Expand |
Embed | Plain Text
* { border:0px; margin:0px; padding:0px; } html { overflow-y:scroll; } /* always show scrollbar in non-IE */ body { font-size:16px; line-height:24px; font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Tahoma", "Verdana", sans-serif; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; } img { -ms-interpolation-mode:bicubic; } strong { font-weight:bold; } em { font-style:italic; } hr { display:block; height:1px; border-top:1px solid #000; margin:24px 0; } ul { margin-left:30px; } ol { margin-left:30px; list-style-type:decimal; } pre { white-space:pre; white-space:pre-wrap; white-space:pre-line; word-wrap:break-word; } a:hover, a:active { outline:0px; } a:link { -webkit-tap-highlight-color:#FF5E99; } ::-moz-selection{ background:#FF5E99; color:#fff; text-shadow: none; } ::selection { background:#FF5E99; color:#fff; text-shadow: none; } input, select { vertical-align:middle; } label, input[type="button"], input[type="submit"], button { cursor:pointer; } input[type="radio"] { vertical-align:text-bottom; } input[type="checkbox"] { vertical-align:bottom; *vertical-align:baseline; } button { width:auto; overflow:visible; } /* IE */ /* clearfix: */ .group:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } * html .group { height:1%; } /* IE6 */ *:first-child+html .group { min-height:1px; } /* IE7 */
You need to login to post a comment.
