1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-09 01:44:25 +03:00
ifhub.club/templates/skin/developer-jquery/css/main.css
2011-04-01 07:49:36 +00:00

22 lines
391 B
CSS

body {
font: 12px/18px Tahoma, Arial, Sans-Serif;
color: #333;
background: #fafafa;
}
h1, h2, h3, h4, h5, h6 { font: normal 18px Arial, Sans-Serif; line-height: 1.3em; margin-bottom: 0.3em; color: #333; }
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 18px; }
a { color: #1f8ab7; }
a:hover { color: #333; }
p { margin-bottom: 18px; }