/* * '$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: leinfelder $' * '$Date: 2009-07-28 17:01:52 +0000 (Tue, 28 Jul 2009) $' * '$Revision: 5000 $' * * 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 */ /* * import eml css: */ @import url(../../../style/common/eml_xsl.css); /** * set the correct iframe sizes to accomodate the * header, footer, left and right areas. * NOTE: these styles apply only to each * container frame, *NOT* to the document within it! */ .iframeheaderclass { height: 183px; width: 100%; border: 0px; margin: 0px; } .iframesearchboxclass { height: 461px; width: 100%; border: 0px; margin: 0px; } .iframeleftcolclass { height: 100%; width: 144px; /* border-right: dashed #C8C4B9 1px;*/ } .iframerightcolclass { height: 100%; width: 144px; } .iframefooterclass { width: 100%; border: 0px; margin: 0px; } /** * set the size and alignment etc of the top-level layout table */ .templatetableclass { width: 100%; border: 0px; padding: 0px; margin: 0px; } /** * set the style of the main content area and its contents */ .templatecontentareaclass { border: 0px; padding: 0px; margin: 0px; } /** * set the correct sizes to accomodate the * header, footer, left and right iframes. * NOTE: these styles apply only to each * container frame, *NOT* to the document in * the iframe within it! */ .templateheaderrowclass { height: 80px; /* no width allowed - uses same width as table class */ border: 0px; padding: 0px; margin: 0px; } .templateleftcolclass { height: 100%; width: 0px; border: 0px; padding: 0px; margin: 0px; vertical-align: top; background-image: url(images/chalkboard_left.png); background-repeat: repeat-y; } .templaterightcolclass { height: 100%; width: 0px; border: 0px; padding: 0px; margin: 0px; vertical-align: top; background-image: url(images/chalkboard_right.png); background-repeat: repeat-y; } .templatefooterrowclass { height: 0px; /* no width allowed - uses same width as table class */ border: 0px; padding: 0px; margin: 0px; } /** * these override styles imported from eml css */ body { margin: 0px; } .sectionnames{ font-weight: bold; font-size: 16px; color: #0040A1; } .highlight { background-color: #dddddd; font-size: 12px; border: solid #ffffff 1px; } table { /*width: 80%;*/ padding: 0px; } .title { color: #000000; } th { /*background-color: #b5d0c1;*/ border-bottom: solid #dddddd 1px; color: #243a2d; text-align: left; font-size: 14px; font-weight: bold; /*padding-left: 15px;*/ padding-top: 0px; padding-bottom: 0px; } /** for top-level tables **/ .tablehead { background-color: #C8C4B9; background-image: url(images/30pix_bkgrndgradient.gif); background-repeat: repeat-x; color: #243a2d; text-align: center; font-size: 16px; border: 0px; margin: 0px; padding: 2px; } a { color: #243a2d; font-weight: bold; font-size: 12px; text-decoration: none; } a:hover { color: #b5d0c1; text-decoration: underline; } /** * these are used only in the metacat pages */ p.emphasis { font-size: 12px; color: #dd7744; font-weight: bold; font-style: normal; } .searchresultsdivider { background-color: #dddddd; } /** * these are used only in the registry skins */ p.searchbox { color: #0040A1; font-weight: bold; font-size: 12px; text-decoration: none; } .intro { width: 760px; margin-left: 15px; } br { margin: 0px; padding: 0px; } textarea { width: 80%; } .required { font-weight: bold; color: #b00000; } .label { font-weight: bold; } .emphasis { font-weight: bold; font-size: 18px; color: #000000; } .boldlink { font-weight: bold; font-size: 12px; } .colorbold { font-weight: bold; color: #669933; font-size: 12px; } .redbold { font-weight: bold; color: #b00000; font-size: 12px; } .greenbold { font-weight: bold; color: #008000; font-size: 12px; } .smalltext { font-weight: bold; font-size: 10px; vertical-align: super; } .italicized { font-style: italic; font-size: 12px; } .regtext { font-weight: normal; font-size: 12px; } .sectbody { background: #EAEAEA; font-size: 12px; font-weight: bold;} .sectheader { background: #FFFFFF; color: #000000; font-size: 14px; font-weight: bold; } .tables { /*width: 760px;*/ margin-left: 0px; border-top: solid black 1px; border-left: solid black 1px; border-right: solid black 1px; } .hide { display:none; } .bordertop { border-top: solid black 1px; } .borderbottom { border-bottom: 1px solid black;} .topbottom { border-top: 1px solid black; border-bottom: 1px solid black; } .longwidth { width: 80%; } .shortwidth { width: 40%; } .rightCol { width: 24%; text-align: right; } .highlight { color: #000000; background-color: #FFFFFF; font-style: italic; font-size: 1em; padding-left: 10px; }