Skip to content

Instantly share code, notes, and snippets.

@vio
Created May 14, 2010 10:16
Show Gist options
  • Save vio/401010 to your computer and use it in GitHub Desktop.
Save vio/401010 to your computer and use it in GitHub Desktop.
.strong,
.required {
font-weight:bold; }
.borderblk {
border: 1px solid #000;
}
.borderwht {
border: 1px solid #FFF;
}
.floatl {
float:left;
}
.floatr {
float:right;
}
.hr {
background-color:#333;
height:1px;
width:100%;
}
.fontten {
font-size:77%;
}
.fonttenfive {
font-size:81%;
}
.fonteleven {
font-size:85%;
}
.fontelevenfive {
font-size:92%;
}
h1, .h1 {
font-size:131%;
font-weight:bold;
clear:both;
}
h2, .h2 {
font-size:123.1%;
font-weight:bold;
clear:both;
}
h3, .h3 {
font-size:116%;
font-weight:bold;
clear:both;
}
h4, .h4 {
font-size:108%;
font-weight:bold;
clear:both;
}
.black, .blktxt {
color:#000;
}
.white {
color:#FFF;
}
.lgray {
color:#888;
}
.dgray {
color:#333;
}
.padten {
padding:10px;
}
.padleft15 {
padding-left:15px;
}
.padleft10 {
padding-left:10px;
}
.clear {
clear:both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment