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-360.css | 941 +++++++++++++++++++++++++++ dogtag/ra-ui/shared/docroot/css/pki-base.css | 213 ++++++ dogtag/ra-ui/shared/docroot/css/pki.css | 742 +++++++++++++++++++++ 3 files changed, 1896 insertions(+) create mode 100644 dogtag/ra-ui/shared/docroot/css/pki-360.css create mode 100644 dogtag/ra-ui/shared/docroot/css/pki-base.css create mode 100644 dogtag/ra-ui/shared/docroot/css/pki.css (limited to 'dogtag/ra-ui/shared/docroot/css') diff --git a/dogtag/ra-ui/shared/docroot/css/pki-360.css b/dogtag/ra-ui/shared/docroot/css/pki-360.css new file mode 100644 index 000000000..bdcd7ed3b --- /dev/null +++ b/dogtag/ra-ui/shared/docroot/css/pki-360.css @@ -0,0 +1,941 @@ +/* --- 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 --- + */ + +/* +color scheme: + +light gray: #e6e6e6 +medium gray: +dark gray: + +link blue: #06c + +red: #900 + +*/ + + +/* This establishes background pattern and centering of content area as well +as font-styles for the site */ +body { + margin: 0; + padding: 0; + color: #333; + text-align: center; + background: #fff url(/img/bkgrnd_greydots.png) repeat; + font-family: "Luxi Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif; + } + +td, th { /* for ie55 */ + font-size: x-small; + /* false value for WinIE4/5 */ + voice-family: "\"}\""; + /* trick WinIE4/5 into thinking rule is over */ + voice-family: inherit; + /* recover from trick */ + font-size: small; + /* intended value for better browsers */ + } + +img { + border: 0; + } + +a { + text-decoration: none; + } + +a:link { + color: #06c; + } + +a:visited { + color: #06c; + } + +/* This is the container for the content that is centered */ +#wrap { + margin: 0 20px 10px 20px; + padding: 10px 15px; + text-align: left; + background: #fff; +/* + min-width: 900px; +*/ + } + +/* The following styles establish the header, top nav bar and systems and +search areas */ +#header { + height: 31px; /* changed height added bottom margin */ + margin-top: 10px; + margin-bottom: 20px; + } + +#headertitle { + height: 31px; /* same as header */ + margin-top: 10px; /* same as header */ + margin-right: 100px; /* "myLogo" margin-left + "logo_header.gif" */ + margin-bottom: 20px; /* same as header */ + font-size: large; + font-weight: bold; + } + +#headerpaddedtitle { + height: 31px; /* same as header */ + margin-top: 10px; /* same as header */ + margin-bottom: 20px; /* same as header */ + font-size: large; + font-weight: bold; + padding-left: 115px; /* "myLogo" margin-left + + "logo_header.gif" + 15px */ + } + +img#myLogo { + float: left; + margin-left: 15px; + } + +img#pkiLogo { + float: left; + } + +#account { + float: right; + width: 450px; + margin-right: 15px; + padding-top: 7px; /* removed margin-bottom, added padding-top */ + } + +#account dl { + float: right; + padding: 0; + margin: 0; + } + +#account dt { + float: left; + width: 66px; + height: 1.1em; + background: url(/img/account_loggedin.gif) 100% 100% no-repeat; + } + +#account dd { /* note changes to dl, dt and dd */ + float: left; + margin-left: 10px; + } + +#account p { + float: right; + margin: 0 0 0 30px; + padding: 0; + } + +#account p a { + width: 56px; + height: 1.1em; + background: url(/img/account_signout.gif) 100% 100% no-repeat; + display: block; + } + +#account span { + display: none; + } + +#bar { + margin-bottom: 10px; + background-color: #e6e6e6 + } + +#bar:after { + content: "."; + display: block; + height: 0px; /* took out negative margin and set height to 0 */ + overflow: hidden; + clear: both; + visibility: hidden; + } + + /* Holly Hack Targets IE Win only \*/ + * html #bar {height: 1%;} + /* End Holly Hack */ + +#systembar { + float: right; + width: 34%; + background: #e6e6e6 url(/img/greybar_tr.gif) 100% 0 no-repeat; + } + +#systembarinner { + background: url(/img/greybar_br.gif) 100% 100% no-repeat; + height: 2.8em; + /* text-align: center; */ + text-align: right; + padding-right: 10px; + } + +#systembarinner div { + color: #000; + font-variant: small-caps; + padding-top: 5px; + } + +#searchbar { + float: left; + width: 66%; + background: #e6e6e6 url(/img/greybar_tl.gif) 0 0 no-repeat; + } + +#searchbarinner { + padding-left: 10px; + background: url(/img/greybar_bl.gif) 0 100% no-repeat; + height: 2.8em; + /* + text-align: left; + text-align: center; + */ + text-align: right; + + } + +#systembarinner form, +#searchbarinner form { + margin: 0; + padding-top: 5px; /* changed to padding-top: 5px */ + /*text-align: center;*/ + } +/* end header */ + +/* The following styles establish the new side nav bar */ +#sidenav { /* for ie55 */ + width: 132px; + background-color: #999; + background-image: url(/img/corner_sidenav_top.gif); + background-position: top right; + background-repeat: no-repeat; + font-family: "Luxi Sans", verdana, arial, sans-serif; + font-size: xx-small; + /* false value for WinIE4/5 */ + voice-family: "\"}\""; + /* trick WinIE4/5 into thinking rule is over */ + voice-family: inherit; + /* recover from trick */ + font-size: x-small; + /* intended value for better browsers */ + font-weight: bold; + } + + +#sidenav ul { + background-image: url(/img/corner_sidenav_bottom.gif); + background-position: bottom left; + background-repeat: no-repeat; + list-style: none; + padding: 10px 0 10px 0; + margin: 0; + } + +#sidenav ul ul { + background: none; + /* background-color: #c1c1c1; */ + background-color: #ccc; + margin: 0; + padding: 0; + border-top: 1px solid #999; + } + +#sidenav ul li { + border-bottom: 1px solid #a7a7a7; + margin: 0; + } + +#sidenav ul li:last-child { + border-bottom: 1px solid #999; + } + +#sidenav ul li.sidenav-selected { + /* + background: #8a8a8a; + background: #7b7b7b; + */ + background: #6c6c6c; + /* border-top: 1px solid #999; */ + } + +#sidenav ul li.sidenav-selected span { + display: none; + } + +#sidenav ul li a { + display: block; + color: white; + text-decoration: none; + padding: 3px 5px 3px 15px; + margin: 0; + } + +#sidenav ul ul li.sidenav-selected { + background: #6c6c6c; + /* background: #7b7b7b; + background: #8a8a8a; + */ + } + + +#sidenav ul ul li:last-child { + border-bottom: none; + } + +#sidenav ul ul li a { + padding-left: 30px; + color: #555; + } + +#sidenav ul ul li.sidenav-selected a { + padding-left: 30px; + color: white; + } + + +#content { + clear: both; + } + +/* The following styles establish the legend boxes in the left sidebar */ +.sideleg { + width: 132px; + background: url(/img/sidelegend_top.gif) 0 0 no-repeat; + padding-top: 9px; + margin-top: 1em; + } + + +.sideleg h2 { + font-size: x-small; + color: #666; + border: 1px solid #acacac; + border-top: none; + padding: 0 0 3px 15px; + margin: 0; + } + +.sideleg ul { + padding: 0 0 9px 0 ; + margin: 0; + list-style: none; + background: url(/img/sidelegend_bottom.gif) 0 100% no-repeat; + } + +.sideleg ul li { + padding: 12px 0 6px 15px; + font-size: x-small; + color: #666; + border-left: 1px solid #acacac; + border-right: 1px solid #acacac; /* removed clear:left */ + } + +.sideleg ul li img { + float: left; + padding-right: 3px; + margin-top: -3px; + } + +h1 { + margin-top: 0; + } + +/* existing PKI STYLES - modded - these need to be inserted carefully */ + +.sidebar { + padding-right: 15px; + vertical-align: top; +} + +table.iso_dl { + border-collapse: collapse; +} + +table.iso_dl td { + padding: 4px; +} + +table.iso_dl th { + color: #999; + background-color: #eee; + border: 1px solid #999; + padding: 6px 3px; + text-align: right; +} + +table.iso_dl th.first { + text-align: left; +} + +th { + padding: 4px 6px; + color: #fff; + /* background-color: #b4b19a; */ + text-align: left; + font-size: small; +} + + +/* -- YOUR PKI stuff -- */ +table.half-table { + background: #b4b19a url(/img/table_corner_tr.gif) 100% 0 no-repeat; + padding: 0px; + margin: 0px; + } + +.half-table td { + background-color: #fff; +} + +table.your-pki table.half-table td { + padding: 2px 8px; +} + +table.your-pki table.full-table td { + padding-left: 4px; + padding-right: 4px; + padding-top: 4px; +} + +table.half-table thead th:first-child { + background: url(/img/table_corner_tl.gif) top left no-repeat; + } + + + + +/* -- General list stuff -- */ +table.list { + font-size: 10px; + background: #b4b19a url(/img/table_corner_tr.gif) top right no-repeat; + border-bottom: 1px solid #b4b19a; +} + +/* Holly Hack Targets IE Win only \*/ + * html table.list, * html table.half-table {background-image: none;} + /* End Holly Hack */ + + + +table.list thead th:first-child { + background: url(/img/table_corner_tl.gif) top left no-repeat; + } + +table.list-pagination { + font-size: smaller; +} + + +td.first-column { + border-left: 1px solid #b4b19a; +} + +td.last-column { + border-right: 1px solid #b4b19a; +} + +td.only-column { + border-right: 1px solid #b4b19a; + border-left: 1px solid #b4b19a; +} + + +.list-checkbox { + text-align: center; + border-left: 1px solid #b4b19a; +} + +.list-checkbox-header { + text-align: center; +} + +.list th a { + display: inline; + } + +.list a:hover { + text-decoration: underline; +} + +/* list row classes */ +.list-row-even td{ + background-color: #F1EBDC; +} +.list-row-odd td { + background-color: #ffffff; +} +.list-row-summary { + text-align: right; + font-weight: bold; + border: 1px solid #ccc; + background-color: #eee; +} +.list-row-even td, .list-row-odd td, .list-row-summary td { + padding: 4px 8px; +} + +.list-horiz-separator hr { + border: 0; + border-bottom: 1px solid #ccc; + padding: 0px; +} + + +/* default class def for row color toggling */ +.list-row-even-selected { + background-color: #dde5ff; +} +.list-row-odd-selected { + background-color: #dde5ff; +} + +.list-row-odd-selected td, .list-row-even-selected td { + border-bottom: 1px solid #ccc; + padding: 4px 8px; +} + +/* special column classes */ +th + th { + border-left: 0; +} +a[name]:hover { + color: inherit; +} + + + + +/* --- TABLE TREE VIEW --- */ +tr.table-tree-even td, tr.table-tree-odd td { + padding: 10px 15px; +} +tr.table-tree-even img, +tr.table-tree-odd img { + margin-left: 4px; +} +tr.table-tree-odd { + background-color: #F1EBDC; +} +tr.table-tree-even { + background-color: #fff; +} + +/* padding for parent+child channels */ +tr.table-tree-even + tr.table-tree-even td, +tr.table-tree-odd + tr.table-tree-odd td { + padding-top: 0; +} + + + + +/* signin page stuff start */ +#footer { + /* + border-top: 2px dotted #ccc; + padding: 2em 4em 2em 4em; + */ + padding: 1em; + margin: 1em 4em 1em 4em; + text-align: center; + font-size: 10px; + color: #aaa; + + margin-left: auto; + margin-right: auto; + margin-top: 64px; +} + +h1#pki_welcome { + background-image: url(/img/pki_welcome.gif); + background-position: 0 0; + background-repeat: no-repeat; + padding-bottom: 5px; + height: 20px; + } + +h1#pki_welcome2 { + background-image: url(/img/pki_welcome2.gif); + background-position: 0 0; + background-repeat: no-repeat; + height: 37px; + } + +h1#pki_welcome3 { + background-image: url(/img/pki_welcome3.gif); + background-position: 0 0; + background-repeat: no-repeat; + height: 40px; + } + +h1#pki_welcome span { + display: none; + } + +h1#pki_welcome2 span { + display: none; + } + +h1#pki_welcome3 span { + display: none; + } + +ul.linkage { + list-style: none; + padding: 8px; + margin: 0px; + } + +ul.linkage li{ + background-image: url(/img/bullet_arrowblue.png); + background-repeat: no-repeat; + background-position: 0 .4em; + padding-left: 10px; + margin: .4em 0; + } + +#contentLeft { + float: left; + margin-top: 20px; +} + +#contentRight { + margin: 0 15px 0 295px; +} + + /**** following styles define the CLEAR BOX W/ROUNDED CORNERS */ + + .clearBox { + width: 279px; + background: url(/img/corner_halflinebox_top.png) top right no-repeat; + } + + .clearBox { + padding-top: 7px; + margin-bottom: 15px; + } + + .clearBoxInner { + background: url(/img/corner_halflinebox_bottom.png) bottom left no-repeat; + } + + .clearBoxInner { + width: 100%; + padding-bottom: 7px; + } + + .clearBoxBody { + padding: 5px 14px; + border-left: 1px solid #b4b4b4; + border-right: 1px solid #b4b4b4; + } + + .clearBoxBody h2 { + font-size: small; + } + +div.formrow { + padding: 5px 0; + font-size: x-small; + } + +div.formrow:after { + content: "."; + display: block; + height: 0; + overflow: hidden; + clear: right; + visibility: hidden; + } + + /* Holly Hack Targets IE Win only \*/ + * html .formrow {height: 1%;} + /* End Holly Hack */ + +div.formrow span.label { + float: left; + width: 110px; + text-align: right; + font-weight: bold; + padding: .5em 0; + } + +div.formrow span.formfield { + float: right; + width: 130px; + text-align: left; + } + +p#intro { + font-size: 1.3em; + line-height: 1.2em; + color: #000; + } + +p.endnote { + font-size: smaller; + margin-top: 3em; + padding-top: 10px; + line-height: 1.5em; + border-top: 1px solid #333; + } + + +/* CONTENT-NAV - begin */ + +.content-nav { + margin: 0; + padding: 0; +} + +.content-nav a:visited { + color: #06c; +} + +.content-nav ul { + list-style-type: none; + margin: 0; + padding: 0; + font-size: 10px; + font-family: "Luxi Sans", verdana, arial, sans-serif; + } + +.content-nav:after, +.content-nav ul:after { + content: "."; + display: block; + height: 1px; + margin-top: -1px; + overflow: hidden; + clear: both; + visibility: hidden; + } + +/* Holly Hack Targets IE Win only */ +* html .content-nav {height: 1%;} +* html .content-nav ul {height: 1%;} +/* End Holly Hack */ + +ul.content-nav-rowone, +ul.content-nav-rowthree { + margin-left: 10px; + } + +ul.content-nav-rowone { + border-bottom: 3px solid #e6e6e6; + margin-bottom: -3px; + } + +/* Holly Hack Targets IE Win only \*/ +* html ul.content-nav-rowone {margin-right: 8px;} +* html ul.content-nav-rowone {margin-bottom: -2px;} +/* End Holly Hack */ + +ul.content-nav-rowone li, ul.content-nav-rowthree li { + float: left; + } + +ul.content-nav-rowone li a, ul.content-nav-rowthree li a { + display: block; + padding: 4px 8px; + } + +ul.content-nav-rowtwo { + background: url(/img/contentnav_rowtwo_b.gif) bottom left no-repeat; + padding-bottom: 6px; + margin-right: 8px; + } + +ul.content-nav-rowtwo li { + display: inline; + padding-left: 18px; + } + +a.content-nav-selected-link { + color: #000; + font-weight: bold; + } + +ul.content-nav-rowone li.content-nav-selected { + background: url(/img/contentnav_tabr.gif) top right no-repeat; + } + +ul.content-nav-rowone a.content-nav-selected-link { + background: url(/img/contentnav_tabl.gif) top left no-repeat; + } + +ul.content-nav-rowthree li.content-nav-selected { + background: url(/img/contentnav_tabr.gif) bottom right no-repeat; + } + +ul.content-nav-rowthree a.content-nav-selected-link { + background: url(/img/contentnav_tabl.gif) bottom left no-repeat; + } + +div.contentnav-row2 { + background: #e6e6e6 url(/img/contentnav_rowtwo_t.gif) top left no-repeat; + padding: 0px; + clear: left; + } + +div.contentnav-row2 div.top { + background: url(/img/contentnav_rowtwo_t.gif) top right no-repeat; + margin-left: 8px; + height: 6px; + font-size: 0; + } + +div.contentnav-row2 div.bottom { + background: url(/img/contentnav_rowtwo_b.gif) bottom right no-repeat; + } + +/* CONTENTNAV - end */ + + + + +/************************************************************** MAIN NAVIGATION */ + +#mainNavOuter { + width: 100%; + background-image: url(/img/corner_mainnav_bottom_chopped.png); + background-position: bottom right; + background-repeat: no-repeat; + background-color: #4f52b5; + } + +#mainNav { + width: 100%; + font-weight: bold; + font-family: "Luxi Sans", verdana, helvetica, arial, sans-serif; + font-size: x-small; + } + + +/* float clear hack that has been hacked for Moz 1.5x and below */ +#mainNavOuter:after { + content: "."; + display: block; + height: 1px; + margin-top: -1px; + overflow: hidden; + clear: both; + visibility: hidden; + } + /* Holly Hack Targets IE Win only \*/ + * html .mainNavOuter {height: 1%;} + /* End Holly Hack */ + + +#mainNavInner { + width: 100%; + height: 7px; + background-image: url(/img/corner_mainnav_top_chopped.png); + background-position: top right; + background-repeat: no-repeat; + } + +#mainNav ul { + padding: 0; + margin: 0; + list-style-type: none; + background-image: url(/img/corner_mainnav_tl.png); + background-position: top left; + background-repeat: no-repeat; + } + +#mainNav ul li { + background: #b70000; + display: block; + float: left; + padding: 0; + margin: 0; + } + +#mainNav li#mainFirst-active, +#mainNav li#main-active, +#mainNav li#mainLast-active { + background-color: #000080; + } + + +/* special casing for left-most top tab */ +#mainNav ul li a.mainFirstLink { + background-image: url(/img/corner_mainnav_tl.png); + background-position: top left; + background-repeat: no-repeat; + } + +#mainNav li#mainFirst-active a.mainFirstLink { + background-image: url(/img/corner_mainnav_tl_hi.png); + background-position: top left; + background-repeat: no-repeat; + } + +#mainNav ul li#mainFirst { + background-image: url(/img/corner_mainnav_bl.png); + background-position: bottom left; + background-repeat: no-repeat; + } + +#mainNav li#mainFirst-active { + background-image: url(/img/corner_mainnav_bl_hi.png); + background-position: bottom left; + background-repeat: no-repeat; + } + +/* special casing for right-most top tab */ +#mainNav ul li a.mainLastLink { + background-image: url(/img/corner_mainnav_tr.png); + background-position: top right; + background-repeat: no-repeat; + } + +#mainNav li#mainLast-active a.mainLastLink { + background-image: url(/img/corner_mainnav_tr_hi.png); + background-position: top right; + background-repeat: no-repeat; + } + +#mainNav ul li#mainLast { + background-image: url(/img/corner_mainnav_br.png); + background-position: bottom right; + background-repeat: no-repeat; + } + +#mainNav li#mainLast-active { + background-image: url(/img/corner_mainnav_br_hi.png); + background-position: bottom right; + background-repeat: no-repeat; + } + +#mainNav ul li a { + display: block; + float: left; + text-decoration: none; + color: #fff; + padding: 5px 15px; + font-size: 11px; + text-decoration: none !important; + } + diff --git a/dogtag/ra-ui/shared/docroot/css/pki-base.css b/dogtag/ra-ui/shared/docroot/css/pki-base.css new file mode 100644 index 000000000..1892b75dc --- /dev/null +++ b/dogtag/ra-ui/shared/docroot/css/pki-base.css @@ -0,0 +1,213 @@ +/* --- 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 --- + */ + +@import url("pki.css"); +@import url("pki-360.css"); + +/* The following styles are for ALL browsers, including Netscape + Navigator 4.x. Put more detailed CSS in pki.css. */ + + +/* from rob byers */ + +/* This establishes background pattern and centering of content area as well +as font-styles for the site */ +body { + margin: 0; + padding: 0; + color: #333; + text-align: center; + font-family: "Luxi Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif; + font-size: small; + } + +img { + border: 0; + } + +#broken-browser-warning { + text-align: center; +} + +.sidebar { + padding: 10px 0 0 0; /* changed padding parameters */ + /*border-right: 1px solid #ccc;*/ + vertical-align: top; +} +.sidebar-title { + color: #999; + font-size: 10px; + text-align: center; + border-bottom: 1px solid #ccc; +} +.sidebar-links { + font-size: 10px; + margin: 0; + padding: 0 0 0 15pt; + color: #999; +} +.sidebar-title + .sidebar-links { + margin-top: -0.5em; +} + +.sidebar-info { + padding: 4px 4px; +} +.sidebar-info h2 { + padding-left: 10px; + margin: 4px; +} +.legend-row { + padding: 0px 2px; + white-space: nowrap; +} +.legend-row img { + vertical-align: middle; + margin: 3px 4px; + padding: 0; +} + +.tab-row img { + vertical-align: bottom; +} + +.bar-undertabs div { + background: #900 url("/img/tab-bar.gif") repeat-x bottom; + height: 11px; + font-size: 1px; + margin: 0; + padding: 0; +} +.bar-status form { + margin: 0; +} + +.bar-status { + background-color: #ddd; + font-size: 10px; + padding: 5px; + margin: 0; + border: 1px solid #ccc; + border-top: none; + /* + text-align: left; + */ +} + +#footer { + /* + border-top: 2px dotted #ccc; + padding: 2em 4em 2em 4em; + */ + padding: 1em; + margin: 1em 4em 1em 4em; + text-align: center; + font-size: 10px; + color: #aaa; + + margin-left: auto; + margin-right: auto; + margin-top: 64px; +} + +ul#help-url-list ul { + +} +ul#help-url-list li { + list-style: none; + padding-top: 10px; + padding-bottom: 10px; +} + +ul#help-url-list li a { + font-weight: bold; +} + +ul#faq-list { + padding-left: 2px; + margin-left: 0; +} + +#faq-list li { + list-style: none; + margin-left: 10px; + margin-top: 10px; + margin-bottom: 10px; +} + +#faq-list a { +} + +#faq-details { + margin-left: 1em; +} + +#faq-details a.faq-back-to-top { + float: right; +} + +#faq-details p + h3 { + padding-top: 2em; +} + +div.login-component { + text-align: center; +} + +div.login-box { + border: 1px solid #999; + text-align: right; + padding: 12px 10px; + margin: 4px; + background-color: #eee; + width: 210px; + margin-left: auto; + margin-right: auto; +} + +div.login-box form { + margin: 0; +} + +div.login-box div.input-row { + font-weight: bold; + font-size: 10px; + white-space: nowrap; +} + +div.login-box div.input-row input { + font-weight: normal; + vertical-align: middle; +} + +div.filter-input { +} +div.filter-input input { + vertical-align: middle; + font-size: 10px; +} + +/* + Devel environment only. + +b, i, u, font, center, .fixme, blockquote { + background-color: #eaa; + text-decoration: line-through; +} +*/ 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