File: //opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/modules/faqweb/www/template/admin.rtl.css
/**
* $Id: admin.css,v 1.40 2007/03/29 21:16:22 thorstenr Exp $
*
* This is the CSS file for the admin section of phpMyFAQ 2.0.x
* You don't need to change enything here but feel free to do it. :-)
*
* @author Thorsten Rinne <thorsten@phpmyfaq.de>
* @author Roy Ronen <royroy15@gmail.com>
* @since 2004-06-09
* @copyright (c) 2004-2007 phpMyFAQ Team
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
* License for the specific language governing rights and limitations
* under the License.
*/
* {
margin: 0;
padding: 0;
}
/* color defintions */
#header {
background: #0D487A;
color: #fff;
}
body {
background-color: #fff;
color: black;
font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, sans-serif;
font-size: 12px;
margin: auto;
}
h1 {
font-weight: bold;
font-style: italic;
font-size: 24px;
padding-bottom: 0.5ex;
}
h2 {
font-size: 18px;
font-style: italic;
border-bottom: 1px solid;
margin-bottom: 15px;
}
img {
border: 0;
}
ul {
margin-right: 15px;
list-style: square;
}
fieldset {
margin-top: 15px;
border: 1px solid #D0D9D9;
padding: 5px;
}
fieldset.fullwidth {
width: 775px;
}
legend {
background: #EDF2F2;
font-weight: bold;
border: 1px solid #D0D9D9;
padding: 2px 6px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
label {
font-weight: bold;
}
input, textarea, select {
font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, sans-serif;
font-size: 12px;
}
p.hr{
margin-top:6px;
padding-bottom:8px;
border-bottom:1px solid #D0D9D9;
}
p {
padding-bottom: 10px;
}
dl {
margin-bottom: 40px;
}
dt {
float: right;
width: 200px;
}
dd {
margin: 0 200px 10px 0px;
}
/**
* Forms
*/
label.left {
float: right;
text-align: right;
width: 185px;
margin-right: 5px;
}
label.lefteditor {
float: right;
text-align: right;
width: 135px;
margin-right: 5px;
}
label.leftconfig {
float: right;
text-align: right;
width: 235px;
margin-left: 5px;
}
input[type=text], input[type=password] {
float: right;
margin-bottom: 10px;
}
input.right {
float: left;
width: auto;
clear: both;
margin-left: 200px;
margin-right: 5px;
}
input[type=checkbox].right, input[type=radio].right, input[type=submit].right {
margin-left: 200px;
}
form br {
clear: both;
}
textarea#content {
width: 755px;
height: 400px;
}
#bodyText p {
padding-bottom: 1ex;
}
/* Header */
#header {
height: 40px;
padding: 20px;
}
#header h1{
float: right;
vertical-align: middle;
width: 350px;
}
div#langform {
float:right;
vertical-align: middle;
font-size: 95%;
width: 230px;
}
div#sessionexpiration {
float: right;
vertical-align: middle;
text-align: center;
font-size: 95%;
width: 180px;
color: #000;
background-color: #EDF2F2;
border: 1px solid #D0D9D9;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
div#sessioncounter {
font-size: 100%;
text-align: center;
}
/* Administration Menu */
#navcontainer {
margin: 0;
padding: 0;
height: 24px;
background-color: #4A769C;
border-left: 1px solid #C2D1DE;
}
#navcontainer ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: block;
float: right;
text-align: center;
padding: 0;
margin: 0;
border-top: 1px solid #C2D1DE;
border-bottom: 1px solid #C2D1DE;
}
#navcontainer ul li a {
width: 92px;
height: 18px;
border-top: 1px solid #C2D1DE;
border-right: 1px solid #C2D1DE;
padding-top: 4px;
padding-left: 3px;
padding-right: 3px;
color: #C2D1DE;
text-decoration: none;
display: block;
text-align: center;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
}
#navcontainer ul li a:hover {
color: #07243D;
background: #E7EDF2;
}
#navcontainer a:active {
background: #01070C;
color: #fff;
}
#navcontainer li#active a {
background: #c60;
border: 1px solid #c60;
color: #fff;
}
#navcontainer ul li a.logout {
background: #FF4500;
}
/* 2nd Administration Menu */
#subnavcontainer {
margin-right: 20px;
padding: 0;
height: 24px;
clear:both;
}
#subnavcontainer ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#subnavcontainer ul li {
display: block;
float: right;
text-align: center;
padding: 0;
margin: 0;
background-color: #87A4BD;
border-left: 1px solid #C2D1DE;
border-top: 1px solid #C2D1DE;
border-bottom: 1px solid #C2D1DE;
}
#subnavcontainer ul li a {
width: 92px;
height: 18px;
border-left: 1px solid #C2D1DE;
border-right: 1px solid #C2D1DE;
padding-top: 4px;
padding-left: 2px;
padding-right: 2px;
color: #03121F;
text-decoration: none;
display: block;
text-align: center;
font-size: 80%;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
}
#subnavcontainer ul li a:hover {
color: #07243D;
background: #E7EDF2;
}
#subnavcontainer a:active {
background: #01070C;
color: #fff;
}
#subnavcontainer li#active a {
background: #c60;
border: 1px solid #c60;
color: #fff;
}
#subnavcontainer ul li a.current {
background: #FFDEAD;
}
/* the main body */
#bodyText {
line-height: 1.5em;
margin: 10px 0px 10px 0px;
padding: 0 10px 10px 10px;
width: 785px;
}
#quicklinks {
width: 300px;
float: left;
}
#versioncheck {
margin-bottom: 15px;
}
/* table styles */
table.list {
border: 1px solid #D0D9D9;
border-collapse: collapse;
width: 785px;
}
table.listrecords {
border: 1px solid #D0D9D9;
border-collapse: collapse;
width: 765px;
}
.list thead th, tfoot td {
background-color: #EDF2F2;
}
.list tfoot td {
text-align: right;
}
th.list, td.list {
border: 1px solid #D0D9D9;
padding: 2px;
line-height: 20px;
text-align: right;
}
th.listhead {
border: 1px solid #D0D9D9;
padding: 2px;
line-height: 20px;
text-align: center;
}
th.listhead a {
text-decoration: none;
font-weight: bold;
}
/* indent at user administration */
.userrights {
padding-left: 132px;
}
/* styles for input and textarea fields */
textarea.admin {
width: 755px;
}
input.admin, select.admin, textarea.admin {
float: left;
width: auto;
clear: both;
border: 1px solid gray;
background: White;
margin-bottom: 10px;
}
input.submit {
border: 2px solid #696969;
background-color: #dcdcdc;
}
/* Category / Record listing styles */
.categorylisting {
color: Black;
font-weight: bold;
padding-bottom: 8px;
}
.categorylisting a {
color: Black;
text-decoration: none;
}
.categorybox {
padding-bottom: 16px;
}
#changelog {
border: 1ps solid darkgray;
background-color: #F8F8FF;
padding: 3px;
margin-bottom: 10px;
height: auto;
}
/**
* Table definitions for the showstructure of categories (ssc)
*/
table.ssc {
background-color: #EDF2F2;
border-color: #D0D9D9;
border: 1px solid;
}
td.sscTitle {
background-color:#DDF2F2;
border-bottom:2px groove;
border-top:1px solid;
border-left:1px solid;
border-right:1px solid;
padding-left:6px;
padding-right:6px;
vertical-align:middle;
/* remove commment of next line for better view in IE */
/* font-size:80%; */
}
td.sscDesc {
background-color:#EDF2F2;
padding-left:5px;
padding-right:5px;
border:1px solid;
vertical-align:middle;
/* use this line for better view in IE */
/* font-size:75%; */
}
td.sscDescNA {
background-color:#FF4400;
padding-left:5px;
padding-right:5px;
border:1px solid;
vertical-align:middle;
/* use this line for better view in IE */
/* font-size:75%; */
}
/**
* Link configuration
*/
table.verifyArticleURL tr.urlfail td {
background-color:#FFF5F5;
}
table.verifyArticleURL tr.urlfail td.urlfail {
color: #FF0000;
font-weight: bold;
}
table.verifyArticleURL tr.urlsuccess td {
}
table.verifyArticleURL tr.urlsuccess td.urlsuccess {
font-weight: bold;
}
/* linkconfig.main.php */
table.linkconfig#typeselection {
width: 100%;
}
table.linkconfig#typeselection tr td {
border-bottom: 1px solid #305C77;
padding: 0px;
margin: 0px;
}
table.linkconfig#typeselection tr td.selected {
border: 1px solid #305C77;
background-color: #305C77;
text-align: center;
}
table.linkconfig#typeselection tr td.selected a {
color: white;
text-decoration: none;
}
table.linkconfig#typeselection tr td.selected a:hover {
color: white;
text-decoration: none;
}
table.linkconfig#typeselection tr td.selectable {
text-align: center;
border-top: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
background-color: white;
}
table.linkconfig#typeselection tr td.selectable a {
color: #305C77;
text-decoration: none;
}
table.linkconfig#typeselection tr td.selectable a:hover {
color: #305C77;
text-decoration: underline;
}
table.linkconfig#configuration {
width: 100%;
}
table.linkconfig#configuration tr th {
border-bottom: 2px solid #305C77;
background-color: #9CB6C6;
color: black;
}
table.linkconfig#configuration tr th.selectable a {
text-decoration: none;
color: black;
}
table.linkconfig#configuration tr th.selected a {
text-decoration: none;
color: red;
}
table.linkconfig#configuration tr th a:hover {
text-decoration: underline;
}
table.linkconfig#configuration tr#lastrow td {
border-top: 2px solid #305C77;
}
.url-batch1, .url-batch2, .url-batch3, .url-checking
{
background-color: #ff0;
text-align: center;
font-weight: bold;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.url-batch1 span a, .url-batch2 span a, .url-batch3 span a, .url-checking span a
{
color: #000;
text-decoration: none;
}
.url-disabled, .url-noaccess, .url-noajax, .url-noscript
{
background-color: #000;
text-align: center;
font-weight: bold;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.url-disabled span a, a.url-noaccess span a, a.url-noajax span a, .url-noscript span a
{
color: #fff;
text-decoration: none;
}
.url-linkbad
{
background-color: #f00;
text-align: center;
font-weight: bold;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.url-linkbad span a
{
color: #fff;
text-decoration: none;
}
.url-linkok, .url-nolinks
{
background-color: #0f0;
text-align: center;
font-weight: bold;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.url-linkok span a, .url-nolinks span a
{
color: #000;
text-decoration: none;
}
/* ###### Footer ###### */
.clearing {
height: 0;
margin: 10px;
clear: both;
display: none;
}
#footer {
clear: both;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
color: #666666;
border-top: 2px solid #666666;
padding-top: 10px;
text-align: right;
}
#footer div {
padding-left: 3mm;
}
#footer a {
color: #666666;
}
/* blind container clearing float:left/right couples */
.clear {
clear: both;
display: block;
height: 1px;
}
/* ##### User administration 2.0 ##### */
/* admin form */
div.input_row {
margin-bottom: 10px;
}
div.input_row label {
display: block;
float: right;
text-align: right;
}
div.input_row input {
background: White;
border: 1px solid black;
}
div.input_row input[type=text], div.input_row select, div.input_row textarea {
width: 100%;
background: White;
border: 1px solid black;
}
div.button_row {
}
div.button_row input.submit {
margin: 0 25px 0 10px;
display: block;
float: right;
border: 2px solid #696969;
background-color: #dcdcdc;
}
div.button_row input.reset {
margin: 0 10px 0 25px;
display: block;
float: left;
border: 2px solid #696969;
background-color: #dcdcdc;
}
/* select/unselect all js shortcut links */
.select_all, .unselect_all {
font-size: 80%;
}
/* message box */
#user_message .error {
color: red;
font-weight: bold;
}
#user_message .success {
color: green;
font-weight: bold;
}
/* create user form container */
#user_create {
width: 450px;
}
/* container for #user_list */
#user_accounts {
float: left;
width: 200px;
}
#user_list {}
#user_list_select {
width: 160px;
margin: 10px;
}
/* container for #user_data and #user_rights */
#user_details {
float: right;
width: 550px;
margin: 0;
padding: 0;
}
#user_data {
float: left;
width: 200px;
margin: 0 20px 20px 0;
}
#user_rights {
margin: 0 0 20px 200px;
}
/* delete confirmation */
#user_confirmDelete {
width: 250px;
}
/* create group form container */
#group_create {
width: 350px;
}
/* container for #group_list */
#groups {
float: left;
width: 220px;
}
#group_list {}
/* container for #group_data and #group_rights */
#group_details {
float: right;
width: 220px;
margin: 0;
padding: 0;
}
#group_data {
margin: 0 0 20px 0;
}
#group_rights {}
/* container for #group_memberList, #group_userList, #group_membershipButtons */
#group_membership {
float: left;
width: 340px;
}
#group_memberList {
float: right;
width: 35%;
height: 220px;
}
#group_userList {
float: left;
width: 35%;
height: 220px;
}
#group_membershipButtons {
text-align: center;
padding-top: 105px;
}
#group_membership .button_row {
padding-top: 10px;
}
/* Tags */
#tags_autocomplete_choices {
margin: 0;
}
#tags_autocomplete_choices li {
list-style: none;
background: #FCFCFC;
border: 1px solid #D0D9D9;
padding: 2px;
}
#tags_autocomplete_choices li.selected {
background: #EDF2F2;
}