/* * '$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: jones $' * '$Date: 2004-07-13 19:48:16 +0000 (Tue, 13 Jul 2004) $' * '$Revision: 2211 $' * * 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 */ /* * styles specific to the portal page and other * scientist-targeted pages accessed from the portal */ body { padding-top: 3px; color: #333333; background-image: url(images/bgpattern.gif); font-size: 11px; font-family: Verdana,Arial,Helvetica,sans-serif; } .maintable { background: #ffffff; } .subpanel { background: #ffffff; border-left: solid #cccccc 1px; border-right: solid #cccccc 1px; border-bottom: solid #cccccc 1px; } .subpanel_lite { background: #ffffff; border: solid #cccccc 1px; } a { color: #669933; font-weight: bold; font-size: 11px; text-decoration: none; } a:hover { color: #ff9933; text-decoration: underline; } .logo { background: #ffffff; background-image: url(images/panelhead_bg.gif); padding: 5px; } .title { background: #0247A8; font-family: Georgia, Times New Roman, Times, serif; color: #eeeeee; font-size: 24px; font-weight: bold;} p.title { padding-left: 15px; } p.sectionheader { background-image: url(images/transparent1x1.gif); text-align: left; color: #0247A8; font-size: 14px; font-weight: bold; } .sectionheader { background-image: url(images/panelhead_bg.gif); text-align: center; color: #0247A8; font-size: 14px; font-weight: bold; } .text_plain { padding: 5px; color: #666666; font-weight: normal; font-size: 11px; } .text_plain_smaller { padding: 5px; font-weight: normal; font-size: 11px; } .text_plain_no_padding { padding: 0px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px; color: #666666; font-weight: normal; font-size: 11px; } .text_example { padding: 5px; color: #999999; font-weight: normal; font-size: 11px; } .searchcat { padding-left: 5px; color: #0247A8; font-weight: bold; font-size: 11px; } td.searchsubcat { padding-left: 15px; } a.searchsubcat { color: #669933; font-weight: normal; font-size: 11px; } a.searchsubcat:hover { color: #ff9933; text-decoration: underline; } .subsection { padding-left: 5px; color: #0247A8; font-weight: bold; font-size: 12px; } .news { padding-bottom: 0px; margin-bottom: 0px; margin-left: 5px; color: #0247A8; font-weight: bold; font-size: 11px; } a.toollink { color: #225522; text-align: left; font-size: 14px; text-decoration: none; } a.toollink:hover { color: #ff9933; text-decoration: underline; } em.loginStatus { color: #cc6633; font-weight: bold; font-style: normal; } .buttonBG_login { width: 80px; } .buttonBG_logout { width: 80px; background: #ff9966; } .button_login { width: 65px; }