/* * Compact-RED.css * * part of pfSense (https://www.pfsense.org) * Copyright (c) 2016 PiBa-NL * Copyright (c) 2016 Rubicon Communications, LLC (Netgate) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgment: * "This product includes software developed by the pfSense Project * for use in the pfSense® software distribution. (http://www.pfsense.org/). * * 4. The names "pfSense" and "pfSense Project" must not be used to * endorse or promote products derived from this software without * prior written permission. For written permission, please contact * coreteam@pfsense.org. * * 5. Products derived from this software may not be called "pfSense" * nor may "pfSense" appear in their names without prior written * permission of the Electric Sheep Fencing, LLC. * * 6. Redistributions of any form whatsoever must retain the following * acknowledgment: * * "This product includes software developed by the pfSense Project * for use in the pfSense software distribution (http://www.pfsense.org/). * * THIS SOFTWARE IS PROVIDED BY THE pfSense PROJECT ``AS IS'' AND ANY * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE pfSense PROJECT OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED * OF THE POSSIBILITY OF SUCH DAMAGE. */ @import url("/css/pfSense.css"); body { font-size: 12px; font-family: sans-serif; } .form-control { font-size: 12px; } .container.fixed { padding-top: 40px; } /* navigation */ .navbar { margin-bottom: 2px; min-height:30px; } .navbar-inverse { background-color: #600; } .navbar-brand > img { max-height: 26px; } .navbar-brand { padding: 2px 0 0 5px; height: 30px; } .navbar-inverse .navbar-nav >li>a { border-bottom: 5px solid #212121; color: #fff; } .navbar-inverse .navbar-nav >li>a:hover{ color: #ccc; } .text-muted { color: #BDBDBD; } .text-muted > a:hover { color: #ccc; } .nav>li>a { padding: 5px 19px 0px 19px; } .navbar-inverse .navbar-nav >li>a { border-bottom: 5px solid #600; } .navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover { color: #fff; background-color: #600; } .nav-pills { margin-bottom: 0px; } .dropdown-menu>li>a { padding: 0px 20px; line-height: 26px; } .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { background-color: rgb(224, 224, 224); } .navbar-right>li>a { padding: 2px 15px 1px 15px; } .navbar-toggle { margin-top:0px; margin-bottom:0px; } .panel-default>.panel-heading { background-color: #900; padding: 2px 5px 2px 15px; } .panel-title { line-height: 18px; font-size: 12px; font-family: sans-serif; font-weight: bold; } .form-control { margin-bottom: 2px; } .form-group { padding: 2px 5px 2px 5px; } .table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th { padding:2px; } .table-striped>tbody>tr:hover { background-color: rgb(224, 224, 224); } table.sortable-theme-bootstrap[data-sortable] { font-size: 12px; font-family: sans-serif; } .header .context-links { top: 1px; } .breadcrumb { margin-bottom: 2px; padding: 0px 15px; font-size: 14px; } /** Page footer */ .footer { height: 40px; background-color: #600; } .btn { padding: 2px 12px; } .dropdown-menu { font-size:12px; } .form-horizontal .checkbox { padding: 2px 16px; } .chkboxlbl { padding-top: 0px; } .form-horizontal .checkbox,.form-horizontal .radio { min-height:20px; } @media (min-width: 768px) { .form-horizontal .control-label { padding-top: 4px; } } /* Experimental styles to correct vertical alignment in forms */ .col-sm-10 { padding-top: 0px; }