/* Normal, standard links. */ a, a:link, a:visited, /* Links that open in a new window. */ a.new_win:link, a.new_win:visited { color: #443F4F; text-decoration: none; } a:hover, .topic_name h4 a:hover, .bbc_link :hover, .board_name a:hover { color: #142346; } /* Custom highlighted text style for modern browsers. */ /* Nicer than default blue. Needs two separate rules. */ ::-moz-selection, ::selection { background: #384556; color: white; } ::selection { background: #384556; color: white } body { padding-top: 0; } #top_section { background: #EDEEEE; } #top_section .wrapper { background-color: #EDEEEE; border: none; } #wrapper { margin-top: 25px; border-top: 1px solid #ccc; border-radius: 12px; } #logo { display: none; } #news { border: 1px solid #eee; } #news h2, .topic_name h4 a, .bbc_link :hover, .bbc_link:visited , .bbc_link:link, .drop_area, .board_name a { color: #384556; } #forumtitle>a { color: #384556; } #adm_submenus .active, .admin_menu .active, #adm_submenus .active { background: #384556; } .category_header, .forum_category .category_header { background: #384556; background: linear-gradient(to bottom, #384556 0%,#384556 100%); /* W3C */ } .subsections { top: -2px; } .board_row, .childboard_row, .basic_row { background: #EDEEEE; } #main_menu { border: none !important; border-bottom: 2px ridge #31C8C6 !important; box-shadow: 4px 4px 2px rgba(150, 150, 150, 1) !important; background-color: white !important; } #main_menu .listlevel1 .active { background: #31C8C6; border-radius: 3px 3px 0 0; color: #fff !important; height: 33px; } #main_menu .listlevel1 { padding: 0; height: 33px; } #main_menu .listlevel1 a { color: #346; } #menu_nav { position: absolute; } #menu_nav, #adm_submenus .active, .admin_menu .active, #adm_submenus .active { background: #d97b33; background-image: linear-gradient(to bottom, #8A9CB0 0%,#37434b 49%,#37434b 51%,#8A9CB0 100%); } #menu_nav .listlevel1.subsections>a:before { color: #b6c8d4; } #menu_nav .listlevel1.subsections>a.active:before { color: #fff; } #menu_nav { position: relative; background: none; padding: 0; margin: 0; } #footer_section { border-top: 1px solid #e5e5e5; background-color: #f8f8f8; color: #555; } #footer_section a { color: #346; } /* Levels 2 and 3: hover effects. */ .listlevel2:hover .linklevel2, /* < highlighted with cursor over level 3. */ .linklevel2:hover, .linklevel2:focus, .linklevel2.sfhover:focus, .linklevel3:hover, .linklevel3:focus, .linklevel3.sfhover:focus { background: #384556; color: #fff !important; text-decoration: none; } .new_posts, .new_posts:visited, .new_posts:link { background: #384556; color: #fff; } .pagelinks .current_page { background-color: #384556; } .category_header, .forum_category .category_header, .forumposts .category_header, .content_category .category_header { color: #fff; text-shadow: none; border-radius: 5px; font-size: 1.1em; } .forumposts .category_header, .content_category .category_header { color: #666; } .forumposts .category_header a, .content_category .category_header a { color: #eee; } .category_header a, .forum_category .category_header a{ color: #fff; } .board_icon, .on_board, .on2_board, .off_board, .category_boards .board_icon, .new_some_board:before, .new_none_board:before, .new_redirect_board:before { background-image: none; } .topic_listing li { border-bottom: 2px solid white; } .off_board:before, .new_none_board:before { font-family: "FontAwesome"; content: '\f114'; position: relative; top: 5px; font-size: 2.7em; color: #aaa; } .on_board:before, .new_some_board:before { font-family: "FontAwesome"; content: '\f114'; position: relative; top: 5px; font-size: 2.7em; color: #444; } .on2_board:before { font-family: "FontAwesome"; content: '\f114'; position: relative; top: 5px; font-size: 2.7em; color: #888; } .redirect_board:before, .new_redirect_board:before { font-family: "FontAwesome"; content: '\f061'; position: relative; top: 5px; font-size: 2.7em; color: #888; } .new_redirect_board:before, .new_none_board:before, .new_some_board:before { font-size: 1.2em; position: relative; top: -2px; } .pm_indicator { background: #31C8C6; } @media screen and (max-width: 50em) { [data-icon]:before { color: #666 !important; border: 3px solid #666; } .off_board:before, .on_board:before, .on2_board:before , .redirect_board { font-size: 1.5em; position: relative; top: -2px; } body { padding-top: 0; margin-top: 0; } .indicator[data-icon]:before { background-color: #31C8C6 !important; } #main_menu { height: 48px; border-top: 2px ridge #31C8C6 !important; } #main_menu .listlevel1 .active { background: transparent; border-radius: 3px 3px 0 0; color: #fff !important; } .subsections { top: 0px; } } @media screen and (max-width: 33.75em) { #header { text-align: center; } #forumtitle { float: none; } #search_form { display: none; }