/* Normal, standard links. */ a, a:link, a:visited, /* Links that open in a new window. */ a.new_win:link, a.new_win:visited { color: #405a6a; text-decoration: none; } /* Custom highlighted text style for modern browsers. */ /* Nicer than default blue. Needs two separate rules. */ ::-moz-selection, ::selection { background: #405a6a; color: white; } ::selection { background: #405a6a; color: white } #forumtitle>a, #news h2, .topic_name h4 a, .bbc_link :hover, .bbc_link:visited , .bbc_link:link, .drop_area { color: #405a6a; } #menu_nav, #adm_submenus .active, .admin_menu .active, #adm_submenus .active { background: #405a6a; background-image: linear-gradient(to bottom, #405a6a 0%,#37434b 49%,#37434b 51%,#405a6a 100%); } #menu_nav .listlevel1.subsections>a:before { color: #b6c8d4; } html ,#footer_section { background-color: #777; border-top: none; } #logo { display: none; } #news { border: 1px solid #eee; } /* 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: #405a6a; color: #fff; text-decoration: none; } .pagelinks .current_page, .new_posts, .new_posts:visited, .new_posts:link { background-color: #405a6a; } .category_header, .forum_category .category_header, .forumposts .category_header, .content_category .category_header { background: #405a6a; color: #fff; text-shadow: none; border-radius: 8px 8px 0 0; font-size: 1.1em; font-weight: normal; border-bottom: 1px solid #333; background: linear-gradient(to bottom, rgba(64,90,106,1) 66%, rgba(81,104,117,1) 90%, rgba(88,110,122,1) 100%); } .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; } .off_board:before, .new_none_board:before { font-family: "FontAwesome"; content: '\f006'; position: relative; top: 5px; font-size: 2.7em; color: #aaa; } .on_board:before, .new_some_board:before { font-family: "FontAwesome"; content: '\f006'; position: relative; top: 5px; font-size: 2.7em; color: #444; } .on2_board:before { font-family: "FontAwesome"; content: '\f006'; 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; } @media screen and (max-width: 50em) { [data-icon]:before { color: #b6c8d4; } .off_board:before, .on_board:before, .on2_board:before , .redirect_board { font-size: 1.5em; position: relative; top: -2px; } }