/* * '$RCSfile$' * Purpose: Default style sheet for KNB project web pages * Using this stylesheet rather than placing styles directly in * the KNB web documents allows us to globally change the * formatting styles of the entire site in one easy place. * Copyright: 2000 Regents of the University of California and the * National Center for Ecological Analysis and Synthesis * Authors: Matt Jones * * '$Author: daigle $' * '$Date: 2008-07-06 21:25:34 -0700 (Sun, 06 Jul 2008) $' * '$Revision: 4080 $' * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /********************************************************************** * tpc settings **********************************************************************/ .page-section { margin: 0px 20px 0px 20px; border-spacing: 0px; border-width: 0px; width: 95%; min-width: 1050px; } .left-nav-section { width: 175px; background: transparent url("images/navstrip.jpg") left 0px repeat-y; } .center-content-section { background: #FFFFFF; width: 100%; } .footer-content-section { background: #124325; } .search-section { vertical-align: top; width: 100%; } .search-box-w { background: transparent url("images/search_box_w.jpg") left 0px repeat-y; } .search-box-e { background: transparent url("images/search_box_e.jpg") left 0px repeat-y; } .content-section-header { text-align: left; color: #124325; background: #CFE2CF; font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif; font-size: 14px; font-weight: bold; border: 1px solid #124325; display: block; padding: 3px 0px 3px 10px; margin:0px 60px 20px 178px; } .content-subsection { vertical-align: middle; margin: 0px 0px 0px 195px; width: 750px; } .content-subsection-header { margin: 10px 0px 5px 0px; padding: 0px 0px 0px 0px; color: #7BB865; font-size: 16px; } .from-date-section { display:inline; float: left; margin: 0px 25px 0px 25px; } .to-date-section { margin: 0px 20px 0px 0px; } .form-input-row { margin-bottom: 10px; } .form-base-row { margin: 20px 0px 10px 0px; } .field-label { margin: 0px 0px 0px 15px; padding: 0px 7px 0px 0px; width: 125px; display: inline; float: left; text-align: right; font-size: 1.1em; } .field-remove-button { margin: 0px 0px 0px 90px; } .text-input { width: 290px; } .date-input { width: 150px; } .int-input { width: 60px; } .calendar-icon { vertical-align: middle; } .search-section-text { position: absolute; top: 123px; left: 230px; background: #FFFFFF; font-size: 14px; color: #797979; padding: 0px 5px 0px 5px; } .submit-button { margin: 0px 0px 0px 280px; width: 100px; } .result-header-emphasis { font-size: 16px; } .result-header { float: none; } /********************************************************************** * tpc search result specific settings **********************************************************************/ .col1 { color: #333333; width: 230px; text-align: left; font-weight: bold; } .col2 { color: #333333; width: 100px; } .col3 { color: #333333; width: 120px; } .col4 { color: #333333; width: 250px; border-right: none; } .col1-header { color: #FFFFFF; width: 230px; text-align: left; font-weight: bold; } .col2-header { color: #FFFFFF; width: 100px; } .col3-header { color: #FFFFFF; width: 120px; } .col4-header { color: #FFFFFF; width: 250px; border-right: none; } /********************************************************************** * tpc run search result specific settings **********************************************************************/ .run-col1 { color: #333333; width: 280px; text-align: left; font-weight: bold; } .run-col2 { color: #333333; width: 120px; } .run-col3 { color: #333333; width: 150px; } .run-col4 { color: #333333; width: 150px; border-right: none; } .run-col1-header { color: #FFFFFF; width: 280px; text-align: left; font-weight: bold; } .run-col2-header { color: #FFFFFF; width: 120px; } .run-col3-header { color: #FFFFFF; width: 150px; } .run-col4-header { color: #FFFFFF; width: 150px; border-right: none; }