Return to Snippet

Revision: 3907
at October 2, 2007 02:03 by marcoba


Updated Code
.hide{ display:none; visibility:hidden; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:0px; font-size:0px; line-height:0px; overflow: hidden; }

b, strong {font-weight: bold} 
i, em {font-style: italic;}
u {text-decoration: underline;}

a:link { color: #3366ff; }
a:visited { color: #6633cc; }
a:focus { }
a:hover { }
a:active { color: #ff0000; }

a img{ border:none; }

Revision: 3906
at October 2, 2007 01:00 by marcoba


Initial Code
.hide{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:0px; font-size:0px; line-height:0px; overflow: hidden; }

b, strong {font-weight: bold} 
u, em {font-style: italic;}

a:link { color: #3366ff; }
a:visited { color: #6633cc; }
a:focus { }
a:hover { }
a:active { color: #ff0000; }

a img{ border:none; }

Initial URL
http://snipplr.com/users/marcoba/

Initial Description
some foundation styles used in every sheet (work in progress)

Initial Title
CSS Global Styles

Initial Tags
css

Initial Language
CSS