/* ** OSSP sdb -- Skill Database ** Copyright (c) 2003 The OSSP Project ** Copyright (c) 2003 Cable & Wireless Deutschland ** Copyright (c) 2003 Ralf S. Engelschall ** ** This file is part of OSSP sdb, a small skill database Web UI ** which can be found at http://www.ossp.org/pkg/tool/sdb/ ** ** 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.0 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, or contact The OSSP Project . ** ** sdb.css: skill database style-sheet (language: CSS) */ /* general settings */ .sdb { background: #ffffff; color: #000000; font-family: helvetica,lucida,arial,sans-serif; } /* outmost canvas */ DIV.sdb { padding: 10px; padding-left: 40px; padding-right: 40px; border-style: solid; border-width: 1; border-color: #000000; } /* outmost canvas footer */ .sdb .footer { color: #c0c0c0; } /* general headlines */ .sdb H1 { font-weight: bold; font-size: 220%; font-family: tahoma,helvetica,lucida,arial,sans-serif; color: #666699; } .sdb H2 { font-weight: bold; font-size: 160%; font-family: helvetica,lucida,arial,sans-serif; } .sdb H3 { font-weight: bold; font-size: 120%; font-family: helvetica,lucida,arial,sans-serif; } /* anchors */ .sdb A { text-decoration: none; font-weight: bold; } .sdb A:link { color: #666699; } .sdb A:visited { color: #666699; } .sdb A:hover { color: #666699; text-decoration: underline; } /* error page */ .sdb PRE.error { border-width: 1; border-color: #cc3333; border-style: solid; padding: 10px; background: #fff0f0; color: #000000; } .sdb INPUT { background: #fafafa; border-color: #999999; border-width: 1; /* -moz-border-radius: 6px; */ } .sdb SELECT { background: #fafafa; border-color: #999999; border-width: 1; } .sdb TD.box { border-width: 1; border-color: #dddddd; border-style: dashed; padding: 10px; } /* person.select.* */ .sdb .person .select SELECT.id { background: #ffffff; width: 100%; } .sdb .person .select INPUT.ADD { background: #f0f8f0; width: 100%; } .sdb .person .select INPUT.VIEW { background: #f0f0f0; width: 100%; font-weight: bold; } .sdb .person .select INPUT.EDIT { background: #f0f0ff; width: 100%; } .sdb .person .select INPUT.DELETE { background: #fff0f0; width: 100%; } /* person.detail.* */ .sdb .person .detail SELECT.membership { background: #ffffff; width: 100%; } .sdb .person .detail INPUT.CLOSE { background: #f0f0f0; width: 100%; } .sdb .person .detail INPUT.SKILL-VIEW { background: #f0f0f0; width: 100%; font-weight: bold; } .sdb .person .detail INPUT.SAVE { background: #f0f8f0; width: 100%; font-weight: bold; } .sdb .person .detail INPUT.CANCEL { background: #f8f0f0; width: 100%; } .sdb .person .detail INPUT.SKILL-EDIT { background: #f0f0f0; width: 100%; } .sdb .person .detail INPUT { background: #ffffff; } .sdb .person .detail .label { background: #f8f8f8; padding: 4px; padding-left: 10px; border: 1px solid #dddddd; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; } .sdb .person .detail .add .label { background: #f0f8f0; border-color: #cceecc; } .sdb .person .detail .edit .label { background: #f0f0ff; border-color: #ccccff; } .sdb .person .detail .content { border-bottom: 1px solid #dddddd; padding-left: 4px; } TR.sdb-input-rate-0 { background: #f5f5f5; } TR.sdb-input-rate-1 { background: #ffffff; } .sdb-input-rate-0 SELECT { background: #f5f5f5; font-size: 80%; } .sdb-input-rate-1 SELECT { background: #ffffff; font-size: 80%; }