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/new-jquery/css/main.css

24 lines
509 B
CSS

body {
font: 12px/18px Tahoma, Arial, Sans-Serif;
color: #333;
background: #F7F8F9;
}
h1, h2, h3, h4, h5, h6 { font: normal 18px Verdana, Arial, Sans-Serif; line-height: 1.3em; margin-bottom: 0.3em; color: #333; }
h2 { font-size: 22px; margin-bottom: 10px; }
h2 span { color: #6EC80D; }
h3 { font-size: 18px; }
a { color: #70AAE0; }
a:hover { text-decoration: none; }
a.dashed { text-decoration: none; border-bottom: 1px dashed #70AAE0; }
p { margin-bottom: 18px; }