 /* Running Squiz Matrix Developed by Squiz - http://www.squiz.net Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd Page generated: 13 March 2015 14:18:21 */ /** * Women NSW - Women In NSW Style Sheet * * women-in-nsw.css * author: Squiz Australia */ /* * Table of Contents * * 1. General * 1.1 Links * 1.2 Headings * 1.3 Lists * 1.3 Tables * 1.4 Forms * 1.5 Buttons * 1.6 Images * 1.7 Pagination * 1.8 Supplementary Notes * * 2. Page Elements * 2.1 Structure * 2.2 Navigation * 2.2.1 Main Navigation * 2.2.2 Sub Navigation * 2.2.3 Breadcrumbs */ /* -------------------- 1. General -------------------- */ /*-- 1.1 Links --*/ #main-content a { color: #7e0c6e; } /*-- 1.2. Headings --*/ h1, h3, h5 { color: #7e0c6e; } /*-- 1.3 Lists --*/ #main-content ol { color: #5F6971; } /*-- 1.3 Tables --*/ table caption { padding-bottom: 10px; font-weight: bold; font-size: 1.166666667em; /* 16px */ } table td, table th { padding: 4px 12px; border: 1px solid #ba7eb2; } table td p { color: #000; } #main-content table td ul li { padding-left: 0; background: none; color: #000; list-style: disc outside none; } table thead tr { background: #7e0c6e !important; } table thead tr th{ text-align: left; } table thead tr.align-center th { text-align: center; } table thead tr.align-right th { text-align: right; } table thead tr th p{ color: #fff; } table tbody tr.even { background: #f5eff5; } table tbody tr th { background: #f5eff5; font-weight: bold; } table tbody tr th p { color: #000; } /* Alternate Table */ table.alternate tbody tr { background: #f5eff5; } /* No Striping */ table.no-striping tbody tr.even { background: none; } /*-- 1.4 Forms --*/ form .submit { background-color: #7e0c6e; } /*-- 1.5 Buttons --*/ #main-content .btn { background-color: #7e0c6e; color: #fff; } #main-content .btn:hover { background-color: #546068; } /*-- 1.6 Images --*/ .figure img { border: 1px solid #ba7eb2; } .figure em { display: block; padding-bottom: 10px; color: #000; font-weight: bold; font-size: 1.166666667em; /* 16px */ } /*-- 1.7 Pagination --*/ #main-content .pagination { margin-top: 10px; } #main-content .pagination a.active, #main-content .pagination a:hover, #main-content .pagination .prev a:hover, #main-content .pagination .next a:hover { background-color: #7e0c6e; color: #fff; } /*-- 1.8 Supplementary Notes --*/ div.sup-notes { margin: 10px 0; font-size: 0.93em; /* 11px */ } div.sup-notes p { margin-bottom: 5px; line-height: 1.5; } div.sup-notes sup { color: #585858; line-height: 0; } /* -------------------- 2. Page Elements -------------------- */ /*-- 2.1 Structure --*/ .no-sub-nav #sub-nav { display: none; } /*-- 2.2 Navigation --*/ /*-- 2.2.1 Main Navigation --*/ nav.row-fluid > ul > li:first-child { background-color: #7e0c6e; } /*-- 2.2.1 Sub-Navigation --*/ #sub-nav h2 { background-color: #7e0c6e; } #sub-nav ul li { background-color: #e5cee2; } #sub-nav ul li a { color: #222629; } #sub-nav > ul > li > a { border-bottom: 1px solid #af7ea9; } #sub-nav > ul > li.active > a { border-bottom: 2px solid #7e0c6e; } #sub-nav ul li a:hover { background-color: #f5eff5; } #sub-nav ul ul, #sub-nav ul ul li { background-color: #f5eff5; } /*-- 2.2.3 Breadcrumbs --*/ .breadcrumbs a { color: #7e0c6e; } 