/* --------------------------------------------------------------------------------------------- */ /* Allmänt /* --------------------------------------------------------------------------------------------- */ img {border: 0;} hr { border-top: #CCCCCC 1px solid; border-right: #CCCCCC 0px solid; border-bottom: #CCCCCC 0px solid; border-left: #CCCCCC 0px solid; height: 0px; } h1 { font-size: 18px; font-family: verdana; letter-spacing: 0px; font-weight: 450; } h2 { font-family: verdana; font-size: 120%; } /* --------------------------------------------------------------------------------------------- */ /* Body /* --------------------------------------------------------------------------------------------- */ body { margin: 20 0 4 0; background-color: #9A9AA7; text-align: center; /* Kritisk! Centrering för IE */ } body, table, h3, h4, h5, p, ul, ol, input, textarea, select { font-size: 11px; font-family: verdana, sans-serif; } /* --------------------------------------------------------------------------------------------- */ /* Huvudstruktur (main) /* --------------------------------------------------------------------------------------------- */ .main { border: #616161 1px solid; background-color: #FFFFFF; margin-left: auto; margin-right: auto; /* Kritisk! Centrering för netscape och FireFox */ width: 900px; height: 98%; } .main_header { background-image: url(res/img/header.jpg); background-repeat: no-repeat; background-color: #000000; height: 101; } .main_panel { border-bottom: #616161 1px solid; background-image: url(res/img/panel_bgr.gif); height: 20px; font-size: 10px; padding: 0 4 0 4; } .main_left { padding: 0; width: 160px; background-color: #E8E8E8; background-image: url(res/img/dot_cols.gif); background-repeat: repeat-y; background-position: top right; } .main_contents { padding: 20; line-height: 16px; } .main_right { padding-top: 12; width: 160px; background-color: #E8E8E8; background-image: url(res/img/dot_cols.gif); background-repeat: repeat-y; background-position: top left; } .main_tail { border-top: #616161 1px solid; background-image: url(res/img/panel_bgr.gif); height: 20; font-size: 10px; padding: 0 4 0 4; } .col_news_box { background-color: #FFFFFF; font-size: 10px; border: #CCCCCC 1px solid; padding: 4px; margin: 8; line-height: 16px; } /* --------------------------------------------------------------------------------------------- */ /* Projects /* --------------------------------------------------------------------------------------------- */ #project_file { border: #C0C0C0 1px solid; } #project_file_maininfo { background-color: #E8E8E8; } #project_file_songs { line-height: 16px; margin-top: 8px; } #project_file_songs_list { color: #808080; } #project_file_team { line-height: 16px; margin-top: 8px; } #project_file_cover { line-height: 16px; margin-top: 8px; } #project_file_notes { margin-top: 8px; } #project_file_notes li { list-style-type: circle; margin-bottom: 4px; } /* --------------------------------------------------------------------------------------------- */ /* Länkar /* --------------------------------------------------------------------------------------------- */ a {text-decoration: none; font-weight: bold;} a:link {color: #0000A0;} a:visited {color: #0000A0;} a:hover {color: #0000FF; text-decoration: underline;}