Unstoppable Domains

Any suggestions about my reset?

Spaceship Spaceship
Watch

ichsie

Account Closed
Impact
7
I'm trying to come up with a building starting point for my future CSS projects. The reset.css is actually a custom combined version of various popular reset.css from Eric Meyer and so forth.

Really want to listen to you about how can I make it better, more versatile and scalable. Just talk about what you'd do with your own.


global.css
Code:
@charset "utf-8";
@import "reset.css";



[B]*[/B] {font-size:100.01%;overflow:hidden}
[B]html[/B] {font:normal 62.5%/1.6 Arial, Verdana, Geneva, sans-serif}
[B]body[/B] {font-size:1em;line-height:1.6}

reset.css
Code:
@charset "utf-8";
/* reset.css by yang yang v1.0 | 20080415 */

[B]html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td[/B] {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
[B]address,caption,cite,code,dfn,em,strong,th,var[/B] {
	font-style:normal;
	font-weight:normal;
}
[B]h1,h2,h3,h4,h5,h6[/B] {
	font-size:100%;
	font-weight:normal;
}
[B]sup[/B] {
	vertical-align:text-top;
}
[B]sub[/B] {
	vertical-align:text-bottom;
}
[B]body[/B] {
	line-height: 1;
}
[B]ol, ul[/B] {
	list-style: none;
}
[B]blockquote, q[/B] {
	quotes: none;
}
[B]blockquote:before, blockquote:after,
q:before, q:after[/B] {
	content: '';
	content: none;
}
[B]:focus[/B] {
	outline: 0;
}
[B]ins[/B] {
	text-decoration: none;
}
[B]del[/B] {
	text-decoration: line-through;
}
[B]table[/B] {
	border-collapse: collapse;
	border-spacing: 0;
}
[B]input,textarea,select[/B] {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
[B]input,textarea,select[/B] {
	*font-size:100%;
}
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable DomainsUnstoppable Domains
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back