12345678910111213141516171819202122232425 |
- .ubuntu(){font-family: "Ubuntu", Arial, "MS Trebuchet", sans-serif; .500; .normal;}
- body{font-size:16px; .ubuntu; line-height:1.3;}
- a{color: #007BC2; text-decoration: none;}
- h1{font-size:1.6em;}
- h2{font-size:1.5em;}
- h3{font-size:1.4em;}
- h4{font-size:1.3em;}
- h5{font-size:1.2em;}
- h6{font-size:1.1em;}
- input, button, select, textarea{.ubuntu();}
- .22(){
- font-size:22px;
- }
- #footer{
- #footer-bottom{ text-align: center;}
- #footer-bottom .block{ .8;}
-
- }
|