From 03f8694cc9cd64c9b120dba13bb21f34f544c0e8 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 15:26:30 -0500 Subject: Reorganized CSS files in TPS. --- dogtag/tps-ui/shared/docroot/esc/demo/style.css | 213 ---------------- dogtag/tps-ui/shared/docroot/esc/home/style.css | 213 ---------------- dogtag/tps-ui/shared/docroot/esc/so/style.css | 213 ---------------- dogtag/tps-ui/shared/docroot/esc/sow/css/style.css | 277 --------------------- dogtag/tps-ui/shared/docroot/esc/sow/style.css | 213 ---------------- dogtag/tps-ui/shared/docroot/esc/style.css | 196 --------------- 6 files changed, 1325 deletions(-) delete mode 100755 dogtag/tps-ui/shared/docroot/esc/demo/style.css delete mode 100755 dogtag/tps-ui/shared/docroot/esc/home/style.css delete mode 100755 dogtag/tps-ui/shared/docroot/esc/so/style.css delete mode 100644 dogtag/tps-ui/shared/docroot/esc/sow/css/style.css delete mode 100755 dogtag/tps-ui/shared/docroot/esc/sow/style.css delete mode 100755 dogtag/tps-ui/shared/docroot/esc/style.css (limited to 'dogtag/tps-ui/shared') diff --git a/dogtag/tps-ui/shared/docroot/esc/demo/style.css b/dogtag/tps-ui/shared/docroot/esc/demo/style.css deleted file mode 100755 index bcd289bdb..000000000 --- a/dogtag/tps-ui/shared/docroot/esc/demo/style.css +++ /dev/null @@ -1,213 +0,0 @@ -/* --- BEGIN COPYRIGHT BLOCK --- - * 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; version 2 of the License. - * - * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Copyright (C) 2007 Red Hat, Inc. - * All rights reserved. - * --- END COPYRIGHT BLOCK --- - */ - -body { -background-color: grey; - font-family: arial; - font-size: 7p - -} - -form { - margin: 0px; - padding: 0px; -}; - -* { - font-family: "Arial"; - font-size: 8pt; -} - -h2 { - font-size: 12pt; -} - -.logobar { - - background-color:black; - font-family: "Arial"; - font-size: 7p; - -} - -.headerText { - font-family: "Arial"; - font-size: 14pt; - font-weight: bold; - color: white; -} - -.titleText { - font-family: "Arial"; - font-size: 10pt; -} - -.bodyText { - font-family: "Arial"; - font-size: 10pt; - color: white; -} - -.formText { - font-family: "Arial"; - font-size: 9pt; - color: black; - -} - -.linkText { - font-family: "Arial"; - font-size: 8pt; -} - -#BindingTable { - background-color: #ffffff ; - font-size: 7pt; -} - -#BindingTable th { - color: rgb(0, 0, 0); - background-color: #fffffe; - font-size: 7pt; -} - -#BindingTable tr { - background-color: #fffffe; - font-size: 7pt; -} - -tr [COOLKeyPresent="yes"]{ - background-color: rgb(255, 0, 0); -} - -.cylon { - font-size: 4pt; - position: relative; - border: 1px solid rgb(60, 60, 60); - background-color: #ffffff; -} - -.cylonEye { - font-size: 4pt; - position: relative; - border: 1px solid rgb(60, 60, 60); - background-color: rgb(0, 128, 192); -} - -#statusMsg { - font-weight: bold; -} - -.ProgressMeter { - position: relative; - padding: 0px; - border: 1px solid rgb(60, 60, 60); - background-color: #ffffff; - text-align: center; -} - -.ProgressBar { - position: absolute; - z-index: 0; - top: 0px; - left: 0px; - border-right: 1px solid rgb(60, 60, 60); - background-color: rgb(0, 128, 192); - margin: 0px; -} - -.ProgressBarStatus { - position: relative; - z-index: 10; - margin: 0px; - padding: 0px; - -} - -.KeyTableHeader { - color: rgb(0,0, 0); - background-color: #ffffff; - text-align: left; -} - -#KeyTable td { - background-color: #ffffff; - padding-left: 3px; - padding-right: 3px; -}; - -.TableDescriptionPanel { - background-color: #ffffff); - margin-right: 5px; - margin-left: 5px; - margin-bottom: 0px; - margin-bottom: 5px; - padding: 5px; -} - -.PurchasePanel { - width: 100%; - text-align: center; - padding-top: 5px; - padding-bottom: 5px; -} - -.NeedQuestionText { - font-size: 16pt; - font-weight: bold; -} - -.COOLHeaderText { - font-family: "Arial"; - font-size: 20pt; - font-weight: bold; -} - -.ContentTable { - background-color: #ffffff; - margin: 0px; -} - -form { - margin: 0px; - padding: 0px; -}; - -* { - font-family: "Arial"; - font-size: 8pt; -} - - -table { - font-family: "Arial"; - font-size: 8pt; -} - -.TableTitle { - font-size: 12pt; - font-weight: bold; -} - -.PageHeader { - width: 100%; - border-bottom: solid black 1px; - vertical-align: center; - background-color: #ffffff; -} diff --git a/dogtag/tps-ui/shared/docroot/esc/home/style.css b/dogtag/tps-ui/shared/docroot/esc/home/style.css deleted file mode 100755 index bcd289bdb..000000000 --- a/dogtag/tps-ui/shared/docroot/esc/home/style.css +++ /dev/null @@ -1,213 +0,0 @@ -/* --- BEGIN COPYRIGHT BLOCK --- - * 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; version 2 of the License. - * - * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Copyright (C) 2007 Red Hat, Inc. - * All rights reserved. - * --- END COPYRIGHT BLOCK --- - */ - -body { -background-color: grey; - font-family: arial; - font-size: 7p - -} - -form { - margin: 0px; - padding: 0px; -}; - -* { - font-family: "Arial"; - font-size: 8pt; -} - -h2 { - font-size: 12pt; -} - -.logobar { - - background-color:black; - font-family: "Arial"; - font-size: 7p; - -} - -.headerText { - font-family: "Arial"; - font-size: 14pt; - font-weight: bold; - color: white; -} - -.titleText { - font-family: "Arial"; - font-size: 10pt; -} - -.bodyText { - font-family: "Arial"; - font-size: 10pt; - color: white; -} - -.formText { - font-family: "Arial"; - font-size: 9pt; - color: black; - -} - -.linkText { - font-family: "Arial"; - font-size: 8pt; -} - -#BindingTable { - background-color: #ffffff ; - font-size: 7pt; -} - -#BindingTable th { - color: rgb(0, 0, 0); - background-color: #fffffe; - font-size: 7pt; -} - -#BindingTable tr { - background-color: #fffffe; - font-size: 7pt; -} - -tr [COOLKeyPresent="yes"]{ - background-color: rgb(255, 0, 0); -} - -.cylon { - font-size: 4pt; - position: relative; - border: 1px solid rgb(60, 60, 60); - background-color: #ffffff; -} - -.cylonEye { - font-size: 4pt; - position: relative; - border: 1px solid rgb(60, 60, 60); - background-color: rgb(0, 128, 192); -} - -#statusMsg { - font-weight: bold; -} - -.ProgressMeter { - position: relative; - padding: 0px; - border: 1px solid rgb(60, 60, 60); - background-color: #ffffff; - text-align: center; -} - -.ProgressBar { - position: absolute; - z-index: 0; - top: 0px; - left: 0px; - border-right: 1px solid rgb(60, 60, 60); - background-color: rgb(0, 128, 192); - margin: 0px; -} - -.ProgressBarStatus { - position: relative; - z-index: 10; - margin: 0px; - padding: 0px; - -} - -.KeyTableHeader { - color: rgb(0,0, 0); - background-color: #ffffff; - text-align: left; -} - -#KeyTable td { - background-color: #ffffff; - padding-left: 3px; - padding-right: 3px; -}; - -.TableDescriptionPanel { - background-color: #ffffff); - margin-right: 5px; - margin-left: 5px; - margin-bottom: 0px; - margin-bottom: 5px; - padding: 5px; -} - -.PurchasePanel { - width: 100%; - text-align: center; - padding-top: 5px; - padding-bottom: 5px; -} - -.NeedQuestionText { - font-size: 16pt; - font-weight: bold; -} - -.COOLHeaderText { - font-family: "Arial"; - font-size: 20pt; - font-weight: bold; -} - -.ContentTable { - background-color: #ffffff; - margin: 0px; -} - -form { - margin: 0px; - padding: 0px; -}; - -* { - font-family: "Arial"; - font-size: 8pt; -} - - -table { - font-family: "Arial"; - font-size: 8pt; -} - -.TableTitle { - font-size: 12pt; - font-weight: bold; -} - -.PageHeader { - width: 100%; - border-bottom: solid black 1px; - vertical-align: center; - background-color: #ffffff; -} diff --git a/dogtag/tps-ui/shared/docroot/esc/so/style.css b/dogtag/tps-ui/shared/docroot/esc/so/style.css deleted file mode 100755 index bcd289bdb..000000000 --- a/dogtag/tps-ui/shared/docroot/esc/so/style.css +++ /dev/null @@ -1,213 +0,0 @@ -/* --- BEGIN COPYRIGHT BLOCK --- - * 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; version 2 of the License. - * - * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Copyright (C) 2007 Red Hat, Inc. - * All rights reserved. - * --- END COPYRIGHT BLOCK --- - */ - -body { -background-color: grey; - font-family: arial; - font-size: 7p - -} - -form { - margin: 0px; - padding: 0px; -}; - -* { - font-family: "Arial"; - font-size: 8pt; -} - -h2 { - font-size: 12pt; -} - -.logobar { - - background-color:black; - font-family: "Arial"; - font-size: 7p; - -} - -.headerText { - font-family: "Arial"; - font-size: 14pt; - font-weight: bold; - color: white; -} - -.titleText { - font-family: "Arial"; - font-size: 10pt; -} - -.bodyText { - font-family: "Arial"; - font-size: 10pt; - color: white; -} - -.formText { - font-family: "Arial"; - font-size: 9pt; - color: black; - -} - -.linkText { - font-family: "Arial"; - font-size: 8pt; -} - -#BindingTable { - background-color: #ffffff ; - font-size: 7pt; -} - -#BindingTable th { - color: rgb(0, 0, 0); - background-color: #fffffe; - font-size: 7pt; -} - -#BindingTable tr { - background-color: #fffffe; - font-size: 7pt; -} - -tr [COOLKeyPresent="yes"]{ - background-color: rgb(255, 0, 0); -} - -.cylon { - font-size: 4pt; - position: relative; - border: 1px solid rgb(60, 60, 60); - background-color: #ffffff; -} - -.cylonEye { - font-size: 4pt; - position: relative; - border: 1px solid rgb(60, 60, 60); - background-color: rgb(0, 128, 192); -} - -#statusMsg { - font-weight: bold; -} - -.ProgressMeter { - position: relative; - padding: 0px; - border: 1px solid rgb(60, 60, 60); - background-color: #ffffff; - text-align: center; -} - -.ProgressBar { - position: absolute; - z-index: 0; - top: 0px; - left: 0px; - border-right: 1px solid rgb(60, 60, 60); - background-color: rgb(0, 128, 192); - margin: 0px; -} - -.ProgressBarStatus { - position: relative; - z-index: 10; - margin: 0px; - padding: 0px; - -} - -.KeyTableHeader { - color: rgb(0,0, 0); - background-color: #ffffff; - text-align: left; -} - -#KeyTable td { - background-color: #ffffff; - padding-left: 3px; - padding-right: 3px; -}; - -.TableDescriptionPanel { - background-color: #ffffff); - margin-right: 5px; - margin-left: 5px; - margin-bottom: 0px; - margin-bottom: 5px; - padding: 5px; -} - -.PurchasePanel { - width: 100%; - text-align: center; - padding-top: 5px; - padding-bottom: 5px; -} - -.NeedQuestionText { - font-size: 16pt; - font-weight: bold; -} - -.COOLHeaderText { - font-family: "Arial"; - font-size: 20pt; - font-weight: bold; -} - -.ContentTable { - background-color: #ffffff; - margin: 0px; -} - -form { - margin: 0px; - padding: 0px; -}; - -* { - font-family: "Arial"; - font-size: 8pt; -} - - -table { - font-family: "Arial"; - font-size: 8pt; -} - -.TableTitle { - font-size: 12pt; - font-weight: bold; -} - -.PageHeader { - width: 100%; - border-bottom: solid black 1px; - vertical-align: center; - background-color: #ffffff; -} diff --git a/dogtag/tps-ui/shared/docroot/esc/sow/css/style.css b/dogtag/tps-ui/shared/docroot/esc/sow/css/style.css deleted file mode 100644 index c60e713d2..000000000 --- a/dogtag/tps-ui/shared/docroot/esc/sow/css/style.css +++ /dev/null @@ -1,277 +0,0 @@ -html, body { - margin: 0; padding: 0; - text-align: center; - background-color: #A1B3C9; -} - -h1,h3,h3 { - margin: 0; padding: 0; -} - -#content { - width: 450px; -/* - width: 760px; -*/ - text-align: center; - margin: auto; -} - -#header{ - -/* - width: 760px; - height: 50px; -*/ - width: 300px; - height: 30px; - text-align: left; - margin: auto; - } - -#logo{ - float: left; - height: auto; -/* - width: 250px; -*/ - width: 450px; - margin: 5px; - padding-top: 10px; - padding-right: 0px; - padding-bottom: 0px; - font-size:1.5em; -/* - padding-left: 10px; -*/ - padding-left: 5px; -} - -#topmenu{ - width: 450px; - top: 5px; -/* - width: 400px; - margin-left: 310px; -*/ - margin-left: 0px; - padding-top: 5px; - padding-right: 0px; - font-size:1.5em; -/* - padding-left: 30px; -*/ - padding-left: 0px; - font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif; - font-size:1.0em; - color:#DBDFEE; - -} - -#topmenu a{ - text-decoration:none; - color:#DBDFEE; - -} - -#topmenu a:hover{ - color:#ffffff; - background-color:#939FB2; - -} - - -#content { -/* - margin-top: 40px; -*/ - margin-top: 10px; - padding-bottom: 40px; -} - - -#maintext { - width: 450px; -/* - width: 520px; - margin-left: 20px; -*/ - margin-left: 5px; - text-align:justify; -} - -#maintext a{ - text-decoration:none; - color:#ffffff; - border-bottom:1px dotted #ffffff; -} - -#maintext a:hover{ - color:#ffffff; - background-color:#939FB2; - -} - -#rightcol { -/* - width: 168px; -*/ - width: 0px; - position: absolute; - top: 140px; - margin-left: 575px; - background: url(/esc/sow/images/right_bg.gif) no-repeat; -} - - -#introduction{ - float:right; - width:150px; - padding: 8px 8px 8px 8px; - margin:auto; - - text-align:center; - line-height:1.5em; - color:#ffffff; - font-size:0.8em; - font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif; - letter-spacing:0px; -} - -#introduction ul, #introduction li { - text-align:center; - list-style: none; - margin: 0; - padding: 0; -} - - -#introduction a{ - text-decoration:none; - color:#ffffff; - border-bottom: none; -} - -#introduction a:hover{ - color:#ffffff; - background-color:#939FB2; - -} - -#introduction h3{ - text-align: center; - position:static; -} - - -html, body { - font: .85em/1.6em Arial, Helvetica, sans-serif; -/* - font: .95em/1.6em Arial, Helvetica, sans-serif; - color: #FFFFFF; -*/ -} - - -p { - margin-bottom: 1em; -} - -#footer -{ - width: 100%; - height: 60px; - clear: both; - padding-top: 8px; - text-align: center; - border-top: 1px solid #C6D4E6; - color: #000000; - font-size: .75em; - background-color: #414243; - background-image: url(/esc/sow/images/footer.gif); -} - -#footer a { - color: #888888; - text-decoration:none; - -} - -#footer p {color: #888888;} - -html, body { - background: #A1B3C9 url(/esc/sow/images/bg_grad.gif) repeat-x; -} - -#content {background: url(/esc/sow/images/main_grad.gif) repeat-x;} - -html>body #content { - margin-top: 40px; -} - -h1{ - font-family:"Trebuchet MS",arial,sans-serif; - font-size:2.6em; - font-weight:normal; - background:#fff url(/esc/sow/images/booksmall.gif) no-repeat bottom left; - padding:0 0 10px 50px; - margin:20px 5px 5px 5px; -} - -h2{ - font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif; - font-size:1.2em; - margin:auto; - text-transform:capitalize; - padding:0 2px; -} - -h3{ - color: #ffffff; - font-family:geneva,arial,sans-serif; - font-weight:normal; - text-transform:uppercase; - word-spacing:4px; - letter-spacing:3px; - font-size:0.9em; - font-weight:bold; - padding:0 2px; - margin:0; -} - -.heading{ - color: #ffffff; - font-family:geneva,arial,sans-serif; - font-weight:normal; - text-transform:uppercase; - word-spacing:4px; - letter-spacing:3px; - font-size:0.9em; - font-weight:bold; - padding:0 2px; - margin:0; -} - -blockquote -{ - border-left: 4px #c7d2ea solid; - padding: 0 0 0 10px; -/* - margin: 10px 20px 10px 20px; -*/ - margin: 5px 20px 10px 20px; - letter-spacing: 0px; - white-space:inherit; - font-size:1.3em; -} - -h4 -{ - font-weight: bold; - font-size: 25px; - text-transform: capitalize; - color: #DBDFEE; - margin: 0; - padding: 0; - letter-spacing: 3px; -} diff --git a/dogtag/tps-ui/shared/docroot/esc/sow/style.css b/dogtag/tps-ui/shared/docroot/esc/sow/style.css deleted file mode 100755 index bcd289bdb..000000000 --- a/dogtag/tps-ui/shared/docroot/esc/sow/style.css +++ /dev/null @@ -1,213 +0,0 @@ -/* --- BEGIN COPYRIGHT BLOCK --- - * 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; version 2 of the License. - * - * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Copyright (C) 2007 Red Hat, Inc. - * All rights reserved. - * --- END COPYRIGHT BLOCK --- - */ - -body { -background-color: grey; - font-family: arial; - font-size: 7p - -} - -form { - margin: 0px; - padding: 0px; -}; - -* { - font-family: "Arial"; - font-size: 8pt; -} - -h2 { - font-size: 12pt; -} - -.logobar { - - background-color:black; - font-family: "Arial"; - font-size: 7p; - -} - -.headerText { - font-family: "Arial"; - font-size: 14pt; - font-weight: bold; - color: white; -} - -.titleText { - font-family: "Arial"; - font-size: 10pt; -} - -.bodyText { - font-family: "Arial"; - font-size: 10pt; - color: white; -} - -.formText { - font-family: "Arial"; - font-size: 9pt; - color: black; - -} - -.linkText { - font-family: "Arial"; - font-size: 8pt; -} - -#BindingTable { - background-color: #ffffff ; - font-size: 7pt; -} - -#BindingTable th { - color: rgb(0, 0, 0); - background-color: #fffffe; - font-size: 7pt; -} - -#BindingTable tr { - background-color: #fffffe; - font-size: 7pt; -} - -tr [COOLKeyPresent="yes"]{ - background-color: rgb(255, 0, 0); -} - -.cylon { - font-size: 4pt; - position: relative; - border: 1px solid rgb(60, 60, 60); - background-color: #ffffff; -} - -.cylonEye { - font-size: 4pt; - position: relative; - border: 1px solid rgb(60, 60, 60); - background-color: rgb(0, 128, 192); -} - -#statusMsg { - font-weight: bold; -} - -.ProgressMeter { - position: relative; - padding: 0px; - border: 1px solid rgb(60, 60, 60); - background-color: #ffffff; - text-align: center; -} - -.ProgressBar { - position: absolute; - z-index: 0; - top: 0px; - left: 0px; - border-right: 1px solid rgb(60, 60, 60); - background-color: rgb(0, 128, 192); - margin: 0px; -} - -.ProgressBarStatus { - position: relative; - z-index: 10; - margin: 0px; - padding: 0px; - -} - -.KeyTableHeader { - color: rgb(0,0, 0); - background-color: #ffffff; - text-align: left; -} - -#KeyTable td { - background-color: #ffffff; - padding-left: 3px; - padding-right: 3px; -}; - -.TableDescriptionPanel { - background-color: #ffffff); - margin-right: 5px; - margin-left: 5px; - margin-bottom: 0px; - margin-bottom: 5px; - padding: 5px; -} - -.PurchasePanel { - width: 100%; - text-align: center; - padding-top: 5px; - padding-bottom: 5px; -} - -.NeedQuestionText { - font-size: 16pt; - font-weight: bold; -} - -.COOLHeaderText { - font-family: "Arial"; - font-size: 20pt; - font-weight: bold; -} - -.ContentTable { - background-color: #ffffff; - margin: 0px; -} - -form { - margin: 0px; - padding: 0px; -}; - -* { - font-family: "Arial"; - font-size: 8pt; -} - - -table { - font-family: "Arial"; - font-size: 8pt; -} - -.TableTitle { - font-size: 12pt; - font-weight: bold; -} - -.PageHeader { - width: 100%; - border-bottom: solid black 1px; - vertical-align: center; - background-color: #ffffff; -} diff --git a/dogtag/tps-ui/shared/docroot/esc/style.css b/dogtag/tps-ui/shared/docroot/esc/style.css deleted file mode 100755 index 90a1358df..000000000 --- a/dogtag/tps-ui/shared/docroot/esc/style.css +++ /dev/null @@ -1,196 +0,0 @@ -/* --- BEGIN COPYRIGHT BLOCK --- - * 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; version 2 of the License. - * - * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Copyright (C) 2007 Red Hat, Inc. - * All rights reserved. - * --- END COPYRIGHT BLOCK --- - */ - -body { -background: #ffffff url(/pki/esc/images/bg.jpg) repeat-x; - font-family: arial; - font-size: 7p - -} - -form { - margin: 0px; - padding: 0px; -}; - -* { - font-family: "Arial"; - font-size: 8pt; -} - -h2 { - font-size: 12pt; -} - -.headerText { - font-family: "Arial"; - font-size: 12pt; - font-weight: bold; -} - -.titleText { - font-family: "Arial"; - font-size: 10pt; -} - -.bodyText { - font-family: "Arial"; - font-size: 8pt; -} - -.linkText { - font-family: "Arial"; - font-size: 8pt; -} - -#BindingTable { - background-color: #ffffff ; - font-size: 7pt; -} - -#BindingTable th { - color: rgb(0, 0, 0); - background-color: #fffffe; - font-size: 7pt; -} - -#BindingTable tr { - background-color: #fffffe; - font-size: 7pt; -} - -tr [COOLKeyPresent="yes"]{ - background-color: rgb(255, 0, 0); -} - -.cylon { - font-size: 4pt; - position: relative; - border: 1px solid rgb(60, 60, 60); - background-color: #ffffff; -} - -.cylonEye { - font-size: 4pt; - position: relative; - border: 1px solid rgb(60, 60, 60); - background-color: rgb(0, 128, 192); -} - -#statusMsg { - font-weight: bold; -} - -.ProgressMeter { - position: relative; - padding: 0px; - border: 1px solid rgb(60, 60, 60); - background-color: #ffffff; - text-align: center; -} - -.ProgressBar { - position: absolute; - z-index: 0; - top: 0px; - left: 0px; - border-right: 1px solid rgb(60, 60, 60); - background-color: rgb(0, 128, 192); - margin: 0px; -} - -.ProgressBarStatus { - position: relative; - z-index: 10; - margin: 0px; - padding: 0px; - -} - -.KeyTableHeader { - color: rgb(0,0, 0); - background-color: #ffffff; - text-align: left; -} - -#KeyTable td { - background-color: #ffffff; - padding-left: 3px; - padding-right: 3px; -}; - -.TableDescriptionPanel { - background-color: #ffffff); - margin-right: 5px; - margin-left: 5px; - margin-bottom: 0px; - margin-bottom: 5px; - padding: 5px; -} - -.PurchasePanel { - width: 100%; - text-align: center; - padding-top: 5px; - padding-bottom: 5px; -} - -.NeedQuestionText { - font-size: 16pt; - font-weight: bold; -} - -.COOLHeaderText { - font-family: "Arial"; - font-size: 20pt; - font-weight: bold; -} - -.ContentTable { - background-color: #ffffff; - margin: 0px; -} - -form { - margin: 0px; - padding: 0px; -}; - -* { - font-family: "Arial"; - font-size: 8pt; -} - - -table { - font-family: "Arial"; - font-size: 8pt; -} - -.TableTitle { - font-size: 12pt; - font-weight: bold; -} - -.PageHeader { - width: 100%; - border-bottom: solid black 1px; - vertical-align: center; - background-color: #ffffff; -} -- cgit