HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/cloudlinux/alt-php54/root/usr/share/pear/RVSeagullMod/modules/faqweb/www/template/admin.css
/**
 * $Id: admin.css,v 1.46.2.1 2007-05-25 21:29:20 matteo 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      Jens Grochtdreis <jens@grochtdreis.de>
 * @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 */
a {
    color: #FF6917;
}
a:visited {
    color: #FF6917;
}
#header {
    background: #1096B3;
    color: #ffffff;
	border-bottom:#000305 solid 1px;
}
body {
    background-color: #fff;
    color: black;
   	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: auto;
}
h1 {
    font-weight: bold;
    font-style: italic;
    font-size: 28px;
}
h2 {
    font-size: 17px; 
	font-weight:normal;
    margin-bottom: 15px;
    color: #000;
}
img {
    border: 0;
}
ul {
    margin-left: 15px;
    list-style: square;
}
fieldset {
    margin-top: 15px;
    border: 1px solid #656565;
    padding: 5px;
}
fieldset.fullwidth {
    width: 775px;
}
legend {
    background: #eeeeee;
    font-weight: bold;
    border: 1px solid #656565;
    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 #656565;
}
p {
    padding-bottom: 10px;
}
dl {
    margin-bottom: 40px;
}
dt {
    float: left;
    width: 200px;
}
dd {
    margin: 0 0 10px 200px;
}

/**
* Forms
*/
label.left {
    float: left;
    text-align: right;
    width: 185px;
    margin-right: 5px;
}
label.lefteditor {
    float: left;
    text-align: right;
    width: 135px;
    margin-right: 5px;
}
label.leftconfig {
    float: left;
    text-align: right;
    width: 235px;
    margin-right: 5px;
}
input[type=text], input[type=password] {
    float: left;
    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: left;
    vertical-align: middle;
    width: 350px;
}

div#langform {
    float: left;
    font-size: 95%;
    width: 230px;
}

div#sessionexpiration {
    float: left;
    text-align: center;
    font-size: 95%;
    width: 180px;
    color: #000;
    background-color: #EDF2F2;
    border: 1px solid #656565;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
div#sessioncounter {
    font-size: 100%;
    text-align: center;
}

/* Administration Menu */
#navcontainer {
	height:31px; 
	font-size:12px; 
	padding-left:10px; 
	background-color:#464646; 
	border-bottom:#C9C9C9 solid 1px;
	border-top:#C9C9C9 solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif; margin-bottom:0px;padding-top:0px;
}
#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navcontainer ul li {
	margin: 0px;
	float: left;
	white-space: nowrap;
}
#navcontainer ul li a {
	display: block;
	width: auto;
	color:#FCFCFC; 
	padding:6px 15px; 
	text-decoration:none;
}
#navcontainer ul li a:hover {
	display: block;
	width: auto;
	color:#000000;
	padding:6px 15px;
	text-decoration:none;
	background-color:#E1E1E1;
	border-top:#FAF6F8 solid 1px;
}
#navcontainer a:active {
    background: #E1E1E1;
    color: #000000;
}
#navcontainer li#active a {
    background: #E1E1E1;
    color: #000000;
}
#navcontainer ul li a.logout {
    background: #E1E1E1;
}


/* 2nd Administration Menu */
#subnavcontainer { 
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight:bold;
	background-color:#8F8F8F;
	margin-right: 5px;
	margin-bottom: 0px; 
	margin-top: 0px; 
	padding-top: 0px;
    clear: both;
}
#subnavcontainer ul {
	margin: 0px;
	padding: 0px;
	width: 159px;
	list-style-type: none;
}
#subnavcontainer ul li {
	margin: 0px;
}
#subnavcontainer ul li a {
	display: block;
	height:1.1em;
	padding: 5px 4px 5px 5px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#subnavcontainer ul li a:hover {
	display: block;
	height:1.1em;
	padding: 5px 4px 5px 5px;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	background-color:#000000;
}
#subnavcontainer a:active {
	display: block;
	height:1.1em;
	padding: 5px 4px 5px 5px;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	background-color:#000000;
}
#subnavcontainer li#active a {
    background: #8F8F8F;
    color: #fff;
}
#subnavcontainer ul li a.current {
    background: #000000;
}


#subnavcontainer ul li ul{
}
#subnavcontainer ul li ul li{ 
	color: #fff; 
	display: block;
}
#subnavcontainer ul li ul li a{
	color: #fff; 
	border-bottom:none;
	border-top:none; 
	padding: 5px 4px 5px 12px;
	color: #fff;
	text-decoration:none; 
	font-weight:normal;
	
}
#subnavcontainer ul li ul li a:hover, #subnavcontainer ul li ul li a:active{
	color: #fff; 
	border-bottom:none;
	border-top:none; 
	padding: 5px 4px 5px 12px;
	color: #fff;
	text-decoration:none; 
	font-weight:normal;
	background-color:#000000;
}
.subnavcontainerLineT{ 
	background-image:url(../images/line.gif); 
	background-position:top;
	background-repeat:repeat-x;	
	color: #fff; 
	padding-top:4px;
	padding-bottom:4px;
}
.subnavcontainerLineB{ 
	background-image:url(../images/line.gif); 
	background-position:bottom;
	background-repeat:repeat-x;
	color: #fff; 
	padding-top:4px;
	padding-bottom:4px;
}
.ImgPad{ margin-right:8px; border:0px;}

/* the main body */
#bodyText {
    line-height: 1.5em;
    margin: 0px 0px 0px 5px;
    padding: 10px 10px 10px 10px;
    width: 785px;
}
#quicklinks {
    width: 300px;
    float: right;
}
#versioncheck {
    margin-bottom: 15px;
}

/* table styles */
table.list {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    width: 785px;
}
table.listrecords {
    border: 1px solid #cccccc;
    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 #cccccc;
    padding: 2px;
    line-height: 20px;
    text-align: left;
}
th.listhead {
    border: 1px solid #cccccc;
    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: 1px solid #696969;
    background-color: #dcdcdc; 
	margin-top:15px;
}

/* 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: 130px;
	overflow: auto;
}

/**
 * Table definitions for the showstructure of categories (ssc)
 */
table.ssc {
   background-color: #EDF2F2;
   border-color: #656565;
   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 #A6A5A5;
    padding: 0px;
    margin: 0px;
}

table.linkconfig#typeselection tr td.selected {
    border: 1px solid #A6A5A5;
    background-color: #BCBCBC;
    text-align: center;
}

table.linkconfig#typeselection tr td.selected a {
    color: #000;
    text-decoration: none;
}

table.linkconfig#typeselection tr td.selected a:hover {
    color: #000;
    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 #A6A5A5;
    background-color: #cccccc;
    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 #A6A5A5;
}

.url-batch1, .url-batch2, .url-batch3, .url-checking {
    background-color: #ff0;
    color: #000;
    text-align: center;
    text-decoration: none;
    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;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.url-disabled span a, .url-noaccess span a, .url-noajax span a, .url-noscript span a {
    color: #fff;
    text-decoration: none;
}
.url-linkbad {
    background-color: #f00;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.url-linkbad span a {
    color: #000;
    text-decoration: none;
}
.url-linkok, .url-nolinks {
    background-color: #0f0;
    color: #000;
    text-align: center;
    text-decoration: none;
    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: 0px;
    color: #666666; 
    text-align: center;
}
#footer div {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
#footer a, #footer a:visited {
    color: #666666;
}
#footer a:hover, #footer a:active {
    color: #000000;
}

/* 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: left;
    text-align: left;
}
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: 1px solid #696969;
    background-color: #dcdcdc;
}
div.button_row input.reset {
    margin: 0 10px 0 25px;
    display: block;
    float: left;
    border: 1px 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: 250px;
    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 #656565;
    padding: 2px;
}
#tags_autocomplete_choices li.selected {
    background: #EDF2F2;
}