From 621d9e5c413e561293d7484b93882d985b3fe15f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Sat, 24 Mar 2012 02:27:47 -0500 Subject: Removed unnecessary pki folder. Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131 --- dogtag/ra-ui/shared/docroot/css/pki.css | 742 ++++++++++++++++++++++++++++++++ 1 file changed, 742 insertions(+) create mode 100644 dogtag/ra-ui/shared/docroot/css/pki.css (limited to 'dogtag/ra-ui/shared/docroot/css/pki.css') diff --git a/dogtag/ra-ui/shared/docroot/css/pki.css b/dogtag/ra-ui/shared/docroot/css/pki.css new file mode 100644 index 000000000..8149eccf4 --- /dev/null +++ b/dogtag/ra-ui/shared/docroot/css/pki.css @@ -0,0 +1,742 @@ +/* --- 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 --- + */ + +/* This file is for more detailed compliance (basically any browser +"better" than NN 4.x */ + +#broken-browser-warning { + display: none; +} + + +table.namespaces { + font-size: 10px; + border: 1px solid #999; +} + +table.list-pagination { + font-size: 10px; +} + +.list-empty-message { + margin: 0 2%; + cursor: text; + font-weight: bold; +} +.list-filterbox { + font-size: 10px; +} +.list-alphabar { + text-align: right; + font-size: 12px; + white-space: nowrap; +} +.list-alphabar a { + padding: 0px 2px; +} +.list-alphabar-enabled { + padding: 0px 2px; +} +.list-alphabar-disabled { + padding: 0px 2px; + color: #aaa; + cursor: default; +} +.list-box { + border: 1px solid #ccc; +} +.list-data-number { + text-align: right; +} + + +/* sample reddish toggle class def... */ +.remove-even-selected { + background-color: #fcc; +} +.remove-odd-selected { + background-color: #fcc; +} +.remove-even-selected td, .remove-odd-selected td { + border-bottom: 1px solid #aaa; + padding: 4px; +} + + +/* sample greenish toggle class def... */ +.green-even-selected { + background-color: #e5ffdd; +} +.green-odd-selected { + background-color: #e5ffdd; +} +.green-even-selected td, .green-odd-selected td { + border-bottom: 1px solid #ccc; + padding: 4px; +} + + + +.list-navbuttons { + white-space: nowrap; +} +.list-infotext { + white-space: nowrap; + color: #777; +} +.list-channel a { +} +.list-channel ul { + padding: 0; + margin: 0; +} +.list-channel li { + list-style: none; +} +.list-channel li + li { + padding-top: 0; +} +.list-channel li + li li { + padding-top: 0; +} +.list-channel li li { + list-style-image: url("/img/branch.gif"); + margin-left: 2.5em; +} + + + + + + + + + +.invisible-buttons input { + font-size: 10px; +} +a:hover, .invisible-buttons input:hover { + color: #f00; +} + +:visited { + color: #3850a9; +} +:link { + color: #2843c9; +} +a { + text-decoration: none; +} +a:hover { + text-decoration: underline !important; +} +a[name] { + text-decoration: inherit; +} +a[name]:hover { + text-decoration: none !important; +} + +.tab-row td { + background: #fff url("/img/tab-bar-top.gif") repeat-x bottom; +} + +hr { + border: 0; + border-bottom: 1px dashed #ccc; + padding: 0.5em; +} + +.site-info { + border: 2px solid #002244; + background-color: #225580; + color: white; + + padding: 0.5em; + margin-bottom: 0.5em; + margin-top: 2px; + font-size: 14px; + text-align: center; +} + +.site-info a:link { + color: #99ddff; + font-weight: bold; +} + +.site-info a:visited { + color: #99ddff; + font-weight: bold; +} + +.site-alert { + border: 3px solid #d00; + background-color: #924; + color: white; + + padding: 0.4em; + margin-bottom: 0.5em; + margin-top: 2px; + text-align: left; +} +.local-info { + color: #7782aa; + + text-align: left; + font-size: 14px; +} +.local-alert { + color: #d00; + padding-top:7px; + padding-left:4px; + text-align: left; + font-size: 14px; +} + +.bar-search { + font-size: 10px; + text-align: center; +} +.bar-logged-out { + font-weight: bold; + font-size: 10px; + text-align: center; +} +.bar-login { + font-weight: bold; + text-align: left; +} +.bar-ssm { + font-size: 10px; + text-align: right; +} + +button { + padding: 2px 5px 2px 5px; +} +button:hover { + background-color: #eee; +} +button:active { + padding: 3px 6px 1px 4px; +} +a.help-title { + vertical-align: top; +} + +a.help-title img { + border: 0; + padding: 0; + margin: 0; + vertical-align: top; + + /* Mozilla and IE extensions */ + opacity: 0.75; +} +a.help-title:hover img { + /* Mozilla and IE extensions */ + opacity: 1.0; +} + +a[name]:hover { + color: inherit; +} + +h1, div.toolbar-h1 { + margin-top: 0; + margin-bottom: 0.5em; + font-size: 20px; +} + +h1 img, div.toolbar-h1 img { + vertical-align: middle; + padding-top: 2px; + padding-bottom: 4px; +} + +h1 a.help-title img, div.toolbar-h1 a.help-title img { + margin: 0; + padding: 0; + vertical-align: top; +} + +div.toolbar-h1, div.toolbar-h2 { + font-weight: bold; + padding: 4px 0; +} + +h2, div.toolbar-h2 { + font-size: 1.0em; + color: #999; + border-bottom: 2px solid #ccc; +} +h2 img, div.toolbar-h2 img { + vertical-align: middle; +} +h2 a { +} + + +h3 { + font-size: 1.0em; +} + +.form-center { + text-align: center; +} +select, input, textarea { + font-family: sans-serif; + font-size: 100%; +} +.indent { + margin-left: 1em; +} +.iso-md5 { + font-family: monospace; + text-align: right; +} + +.list-iso th { + border-width: 0 0 1px 0; +} +.list-iso th + th { + border-left: 1px solid #ccc; +} +.list-iso td.seperated { + border-top: 1px solid #ccc; + font-weight: bold; +} +.list-iso { + font-size: 10px; + border: 1px solid #999; + padding: 1px; +} +.list-iso-item { + margin-left: 1em; +} +.list-iso-item { + color: #555; +} +.list-iso-item + .list-iso-item { + margin-top: 0.05em; +} +.list-iso p + p { +} +.a-to-z-bar { + +} +.linkchain { + text-align: center; + font-size: 12px; + color: #555; + white-space: nowrap; +} +.linkchain a { + font-weight: bold; +} +.preference { + margin: 0 30px 0 30px; + text-align: left; + font-size: 0.9em; + font-weight: bold; + color: #444; +} + + +.schedule-action-interface th { + background-color: #fff; + padding: 2px; + border: none; + color: black; + text-align: left; +} + +div.toolbar { + vertical-align: middle; + font-weight: normal; + font-size: 12px; + color: #999; + float: right; + margin-top: 9px; + white-space: nowrap; +} +.toolbar img { + border: none; + padding: 0 2px 1px 2px; + vertical-align: middle; +} +.toolbar a { + padding: 0 2px; + text-decoration: none; +} + +div.up-arrow { + vertical-align: middle; + font-weight: normal; + font-size: 12px; + color: #999; + float: left; + margin: 0 2%; + white-space: nowrap; +} +.up-arrow img { + border: none; + padding: 0 2px 4px 2px; + vertical-align: middle; +} +.up-arrow a { + padding: 0 2px; + text-decoration: none; +} + + +.ok-explanation img { + border: none; + vertical-align: middle; + padding: 2px 0 4px 0; +} + + +.resubscribe-warning img { + border: none; + vertical-align: middle; + padding: 2px 0 4px 0; +} + +.resubscribe-warning-big { + margin: 0 2%; + cursor: text; + color: #c00; +} +.resubscribe-warning-big img { + border: none; + padding: 0 4px 0 0; + vertical-align: middle; + float: left; +} + +.required-form-field { + font-weight: bold; + color: #c00; +} +.ssm-overview th { + background-color: #fff; + border: none; + text-align: center; + padding: 6px; +} + + +table.namespace-control { + padding: 4px; +} + +.namespace-control tr { + vertical-align: middle; +} + +.namespace-control td { + padding: 4px; +} + +.namespace-control-buttons td { + padding: 4px; + vertical-align: middle; +} + +table.details-2-columns { + padding: 4px; + border: none; +} + +table.details { + margin: 0 2%; +} +.details th { + padding: 8px; + padding-left: 16px; + border: none; + color: #444; + text-align: right; + vertical-align: top; + border: 1px solid #ddd; + border:none; + background-color: #eee; + -moz-border-radius-topleft: 15px; + -moz-border-radius-bottomleft: 15px; +} + +.details th.required-form-field { + border-right: 4px solid #c77; +} + +.details td { + vertical-align: top; + padding: 4px; + padding-left: 2px; + padding: 8px; + border-bottom: 0; +} + +.details th + td { + border-bottom: 1px solid #ddd; +} + +.details td div { + text-align: left; + margin-bottom: 10px; + white-space: nowrap; +} + +.details td table td { + margin: 0; + padding: 0; + border: 0; +} + +.details td table { +} + +table.details td.small-form textarea { + font-size: 10px; + font-family: monospace; +} + +.details-header { + font-weight: bold; + color: #444; + font-family: helvetica; +} + +.system-status { + text-align: center; +} +.system-status img { + vertical-align: middle; + padding-top: 0px; + padding-bottom: 2px; +} +.system-update-critical { + font-weight: bold; + color: #900; +} + +.system-status-critical-updates { + font-weight: bold; + color: #c00; +} +.system-status-updates { + font-weight: bold; + color: #d80; +} +.system-status-bugfixes { + font-weight: bold; + color: #337; +} +.system-status-enhancements { + font-weight: bold; + color: #595; +} +.system-status-updates-scheduled { + font-weight: bold; +} +.system-status-up-to-date { + font-weight: bold; + color: #68d; +} +.system-status-unentitled { + font-weight: bold; + color: #333; +} +.system-status-awol { + font-weight: bold; + color: #f63; +} + +.system-status-locked { + font-weight: bold; + color: #f63; +} + +.system-status-kickstart { + font-weight: bold; + color: #f90; +} + +osa-offline { + font-weight: bold; + color: #900; +} + +.osa-online { + font-weight: bold; + color: #68d; +} + +.probe-status-critical { + font-weight: bold; + color: #c00; +} + +.probe-status-unknown { + font-weight: bold; + color: #f63; +} + +.work-with-group-header { + text-align: right; +} +.work-with-group-header img { + border: none; +} + +td.comparison { + padding: 10px; +} + +.summary-row { + background-color: #f5f5f5; +} + +.feedback-email { + font-weight: bold; + color: #900; +} + +.schedule-action-interface { + color: black; +} + +#navlogo { + border: 0; + margin: 4px 13px; + position: absolute; + top: 5px; +} +#navtabs { + position: absolute; + left: 166px; + top: 35px; + display: block; +} +#navhelp { + position: absolute; + right: 10px; + top: 15px; + border: 0; + padding: 15px; + padding-top: 0px; +} + + +.action-summary-errata, .action-summary-package, .action-summary-config { + padding-top: 10px; +} + +.action-summary-errata ul, .action-summary-package ul, .action-summary-config ul { + margin: 0; + list-style: none; +} + +div.page-summary { + margin: 0 2%; + cursor: text; +} + +div.page-summary a { + text-decoration: underline; + cursor: pointer +} + +div.marketing-summary { + margin: 0 2%; + cursor: text; +} + +div.marketing-summary a { + text-decoration: underline; + font-weight: bold; + cursor: pointer +} + +.search-choices form { + margin: 0; + padding: 0; +} +.search-choices { + margin-top: 20px; +} + +.search-choices-group { + margin-left: 40px; +} + +.debug-profile { + background-color: #eee; + border: 1px solid #ccc; + margin: 20px 40px; + padding: 8px; +} + +div.buy-now { + text-align: left; + padding-top: 16px; +} + +div.buy-now img { + border: 0; +} + +span.no-details { + font-style: italic; + color: #777; +} + +.page-content { + padding: 6px 10px 6px 16px; + vertical-align: top; + width: 100%; +} + +div.pki-embedded-help { + padding: 6px 20px 6px 20px; +} + +.pki-embedded-help-NAVHEADER th { + margin-top: 0; + padding-bottom: 1em; + font-size: 20px; + border: 0; + background-color: #fff; + color: black; + text-align: left; +} + +.pki-embedded-help-NAVHEADER td { + padding: 0 2em; +} + +.pki-embedded-help-TOC { + padding: 0 4em; +} + +code.line-of-code { + white-space: nowrap +} -- cgit