|
|
4c79b5 |
/* phpBB 3.0 Admin Style Sheet
|
|
|
4c79b5 |
------------------------------------------------------------------------
|
|
|
4c79b5 |
Original author: subBlue ( http://www.subblue.com/ )
|
|
|
4c79b5 |
Copyright 2007 phpBB Group ( http://www.phpbb.com/ )
|
|
|
4c79b5 |
------------------------------------------------------------------------
|
|
|
4c79b5 |
*/
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* General markup styles
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
* {
|
|
|
4c79b5 |
/* Reset browsers default margin, padding and font sizes */
|
|
|
4c79b5 |
/* margin: 0;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
font-size: 100%;
|
|
|
4c79b5 |
*/
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
body, div, p, th, td, li, dd {
|
|
|
4c79b5 |
voice-family: "\"}\"";
|
|
|
4c79b5 |
voice-family: inherit;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
html>body, html>div, html>p, html>th, html>td, html>li, html>dd {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
html {
|
|
|
4c79b5 |
color: #536482;
|
|
|
4c79b5 |
background: #DBD7D1;
|
|
|
4c79b5 |
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */
|
|
|
4c79b5 |
height: 100%;
|
|
|
4c79b5 |
margin-bottom: 1px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
body {
|
|
|
4c79b5 |
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
|
|
|
4c79b5 |
color: #536482;
|
|
|
4c79b5 |
background: #DBD7D1;
|
|
|
4c79b5 |
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
|
|
|
4c79b5 |
margin: 10px 15px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
img {
|
|
|
4c79b5 |
border: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
h1 {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
h2, caption {
|
|
|
4c79b5 |
font-size: 1.40em;
|
|
|
4c79b5 |
font-weight: normal;
|
|
|
4c79b5 |
color: #115098;
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
margin-top: 25px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl h2, .rtl caption {
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
h3, h4 {
|
|
|
4c79b5 |
font-size: 1.20em;
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
line-height: 1.20em;
|
|
|
4c79b5 |
margin-top: 25px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
p {
|
|
|
4c79b5 |
margin-bottom: 0.7em;
|
|
|
4c79b5 |
line-height: 1.40em;
|
|
|
4c79b5 |
font-size: 0.90em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
ul {
|
|
|
4c79b5 |
list-style: disc;
|
|
|
4c79b5 |
margin: 0 0 1em 2em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl ul {
|
|
|
4c79b5 |
margin: 0 2em 1em 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
hr {
|
|
|
4c79b5 |
border: 0 none;
|
|
|
4c79b5 |
border-top: 1px dashed #999999;
|
|
|
4c79b5 |
margin-bottom: 5px;
|
|
|
4c79b5 |
padding-bottom: 5px;
|
|
|
4c79b5 |
height: 1px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.small {
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* General links */
|
|
|
4c79b5 |
a:link, a:visited {
|
|
|
4c79b5 |
color: #105289;
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a:hover {
|
|
|
4c79b5 |
color: #BC2A4D;
|
|
|
4c79b5 |
text-decoration: underline;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a:active {
|
|
|
4c79b5 |
color: #368AD2;
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.install-body p a {
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Main blocks
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
#wrap {
|
|
|
4c79b5 |
padding: 0 0 15px 0;
|
|
|
4c79b5 |
min-width: 615px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#page-header {
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
margin-bottom: 10px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl #page-header {
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
background: url("../images/phpbb_logo.gif") top right no-repeat;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#page-header h1 {
|
|
|
4c79b5 |
color: #767676;
|
|
|
4c79b5 |
font-size: 1.70em;
|
|
|
4c79b5 |
padding-top: 10px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#page-header p {
|
|
|
4c79b5 |
font-size: 1.00em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#page-header p#skip {
|
|
|
4c79b5 |
display: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#page-body {
|
|
|
4c79b5 |
clear: both;
|
|
|
4c79b5 |
min-width: 700px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#page-footer {
|
|
|
4c79b5 |
clear: both;
|
|
|
4c79b5 |
font-size: 0.75em;
|
|
|
4c79b5 |
text-align: center;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#content {
|
|
|
4c79b5 |
padding: 30px 10px 10px;
|
|
|
4c79b5 |
position: relative;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#content h1 {
|
|
|
4c79b5 |
color: #115098;
|
|
|
4c79b5 |
line-height: 1.2em;
|
|
|
4c79b5 |
margin-bottom: 0;
|
|
|
4c79b5 |
margin-top: 0;
|
|
|
4c79b5 |
font-weight: normal;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#main {
|
|
|
4c79b5 |
float: left;
|
|
|
4c79b5 |
width: 76%;
|
|
|
4c79b5 |
margin: 0 0 0 3%;
|
|
|
4c79b5 |
min-height: 350px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl #main {
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
margin: 0 3% 0 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
* html #main {
|
|
|
4c79b5 |
height: 350px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#page-body.simple-page-body {
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
padding-right: 10px;
|
|
|
4c79b5 |
min-width: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Tabbed menu
|
|
|
4c79b5 |
Based on: http://www.alistapart.com/articles/slidingdoors2/
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
#tabs {
|
|
|
4c79b5 |
line-height: normal;
|
|
|
4c79b5 |
margin: 0 0 -6px 7px;
|
|
|
4c79b5 |
min-width: 600px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl #tabs {
|
|
|
4c79b5 |
margin: 0 7px -6px 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs ul {
|
|
|
4c79b5 |
margin:0;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
list-style: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs li {
|
|
|
4c79b5 |
display: inline;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs a {
|
|
|
4c79b5 |
float: left;
|
|
|
4c79b5 |
background:url("../images/bg_tabs1.gif") no-repeat 0% -34px;
|
|
|
4c79b5 |
margin: 0 1px 0 0;
|
|
|
4c79b5 |
padding: 0 0 0 7px;
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
position: relative;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl #tabs a {
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs a span {
|
|
|
4c79b5 |
float: left;
|
|
|
4c79b5 |
display: block;
|
|
|
4c79b5 |
background: url("../images/bg_tabs2.gif") no-repeat 100% -34px;
|
|
|
4c79b5 |
padding: 7px 10px 4px 4px;
|
|
|
4c79b5 |
color: #767676;
|
|
|
4c79b5 |
white-space: nowrap;
|
|
|
4c79b5 |
text-transform: uppercase;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl #tabs a span {
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Commented Backslash Hack hides rule from IE5-Mac \*/
|
|
|
4c79b5 |
#tabs a span, .rtl #tabs a span { float:none;}
|
|
|
4c79b5 |
/* End hack */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs a:hover span {
|
|
|
4c79b5 |
color: #BC2A4D;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs #activetab a {
|
|
|
4c79b5 |
background-position: 0 0;
|
|
|
4c79b5 |
border-bottom: 1px solid #DCDEE2;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs #activetab a span {
|
|
|
4c79b5 |
background-position: 100% 0;
|
|
|
4c79b5 |
padding-bottom: 5px;
|
|
|
4c79b5 |
color: #23649F;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs a:hover {
|
|
|
4c79b5 |
background-position: 0 -69px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs a:hover span {
|
|
|
4c79b5 |
background-position: 100% -69px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs #activetab a:hover span {
|
|
|
4c79b5 |
color: #115098;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Main Panel
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
#acp {
|
|
|
4c79b5 |
margin: 4px 0;
|
|
|
4c79b5 |
padding: 3px 1px;
|
|
|
4c79b5 |
min-width: 550px;
|
|
|
4c79b5 |
background-color: #FFFFFF;
|
|
|
4c79b5 |
border: 1px #999999 solid;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.panel {
|
|
|
4c79b5 |
background: #F3F3F3 url("../images/innerbox_bg.gif") repeat-x top;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
span.corners-top, span.corners-bottom,
|
|
|
4c79b5 |
span.corners-top span, span.corners-bottom span {
|
|
|
4c79b5 |
font-size: 1px;
|
|
|
4c79b5 |
line-height: 1px;
|
|
|
4c79b5 |
display: block;
|
|
|
4c79b5 |
height: 5px;
|
|
|
4c79b5 |
background-repeat: no-repeat;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
span.corners-top {
|
|
|
4c79b5 |
background-image: url("../images/corners_left.gif");
|
|
|
4c79b5 |
background-position: 0 0;
|
|
|
4c79b5 |
margin: -4px -2px 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
span.corners-top span {
|
|
|
4c79b5 |
background-image: url("../images/corners_right.gif");
|
|
|
4c79b5 |
background-position: 100% 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
span.corners-bottom {
|
|
|
4c79b5 |
background-image: url("../images/corners_left.gif");
|
|
|
4c79b5 |
background-position: 0 100%;
|
|
|
4c79b5 |
margin: 0 -2px -4px;
|
|
|
4c79b5 |
clear: both;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
span.corners-bottom span {
|
|
|
4c79b5 |
background-image: url("../images/corners_right.gif");
|
|
|
4c79b5 |
background-position: 100% 100%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* WinIE tweaks \*/
|
|
|
4c79b5 |
* html span.corners-top, * html span.corners-bottom { background-image: url("../images/corners_left.gif"); }
|
|
|
4c79b5 |
* html span.corners-top span, * html span.corners-bottom span { background-image: url("../images/corners_right.gif"); }
|
|
|
4c79b5 |
/* End tweaks */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Sub-navigation Menu
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Toggle */
|
|
|
4c79b5 |
#toggle {
|
|
|
4c79b5 |
padding: 5px;
|
|
|
4c79b5 |
width: 5%;
|
|
|
4c79b5 |
height: 100px;
|
|
|
4c79b5 |
position: absolute;
|
|
|
4c79b5 |
left: 15%;
|
|
|
4c79b5 |
top: 28px;
|
|
|
4c79b5 |
margin-left: 2px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl #toggle {
|
|
|
4c79b5 |
left: 75%;
|
|
|
4c79b5 |
margin-right: 0;
|
|
|
4c79b5 |
margin-left: 6px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#toggle-handle {
|
|
|
4c79b5 |
display: block;
|
|
|
4c79b5 |
width: 18px;
|
|
|
4c79b5 |
height: 19px;
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
background-image: url(../images/toggle.gif);
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl #toggle-handle {
|
|
|
4c79b5 |
background-image: url(../images/toggle.gif);
|
|
|
4c79b5 |
background-position: 100% 50%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Menu */
|
|
|
4c79b5 |
#menu {
|
|
|
4c79b5 |
float: left;
|
|
|
4c79b5 |
width: 20%;
|
|
|
4c79b5 |
font-size: 1.00em;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
border-right: 1px solid #CCCFD3;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl #menu {
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
border-left: 1px solid #CCCFD3;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#menu p {
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#menu ul {
|
|
|
4c79b5 |
list-style: none;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Default list state */
|
|
|
4c79b5 |
#menu li {
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
display: inline;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Link styles for the sub-section links */
|
|
|
4c79b5 |
#menu li span {
|
|
|
4c79b5 |
display: block;
|
|
|
4c79b5 |
padding: 3px 3px 3px 8px;
|
|
|
4c79b5 |
margin: 1px 0;
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
font-weight: normal;
|
|
|
4c79b5 |
color: #138ECB;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl #menu li span {
|
|
|
4c79b5 |
padding: 3px 8px 3px 3px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#menu li a:hover, #menu li a:hover span {
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
background-color: #FFFFFF;
|
|
|
4c79b5 |
color: #BC2A4D;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#menu li a:active, #menu li a:active span {
|
|
|
4c79b5 |
color: #F632A0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#menu li#activemenu a span {
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
color: #1180B7;
|
|
|
4c79b5 |
background: transparent url("../images/arrow_right.gif") 0% 50% no-repeat;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl #menu li#activemenu a span {
|
|
|
4c79b5 |
background: transparent url("../images/arrow_left.gif") 100% 50% no-repeat;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#menu li#activemenu a:hover span, #menu li#activemenu span {
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
color: #BC2A4D;
|
|
|
4c79b5 |
background: #FFFFFF url("../images/arrow_right.gif") 1% 50% no-repeat;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl #menu li#activemenu a:hover span, .rtl #menu li#activemenu span {
|
|
|
4c79b5 |
background: #FFFFFF url("../images/arrow_left.gif") 99% 50% no-repeat;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#menu li a:active, #menu li a:active span, #menu li#activemenu a:active span {
|
|
|
4c79b5 |
color: #F632A0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#menu li span.completed {
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
padding: 3px 3px 3px 12px;
|
|
|
4c79b5 |
background: url("../images/arrow_down.gif") 1% 50% no-repeat;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl #menu li span.completed {
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
padding: 3px 12px 3px 3px;
|
|
|
4c79b5 |
background: url("../images/arrow_down.gif") 99% 50% no-repeat;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#menu li.header {
|
|
|
4c79b5 |
display: block;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
color: #115098;
|
|
|
4c79b5 |
border-bottom: 1px solid #327AA5;
|
|
|
4c79b5 |
padding: 4px 0 2px;
|
|
|
4c79b5 |
margin-top: 15px;
|
|
|
4c79b5 |
text-transform: uppercase;
|
|
|
4c79b5 |
font-size: 0.75em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Table styles
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table {
|
|
|
4c79b5 |
width: 100%;
|
|
|
4c79b5 |
border: 1px solid #CCCFD3;
|
|
|
4c79b5 |
background-color: #FFFFFF;
|
|
|
4c79b5 |
padding: 1px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
th {
|
|
|
4c79b5 |
padding: 3px 4px;
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
background: #70AED3 url("../images/gradient2b.gif") bottom left repeat-x;
|
|
|
4c79b5 |
border-top: 1px solid #6DACD2;
|
|
|
4c79b5 |
border-bottom: 1px solid #327AA5;
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
font-size: 0.75em;
|
|
|
4c79b5 |
text-transform: uppercase;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
td {
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
padding: 4px;
|
|
|
4c79b5 |
line-height: 1.20em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl th, .rtl td {
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.type2 {
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
background: none;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.type2 th {
|
|
|
4c79b5 |
background: none;
|
|
|
4c79b5 |
border-top: none;
|
|
|
4c79b5 |
text-align: center;
|
|
|
4c79b5 |
color: #115098;
|
|
|
4c79b5 |
padding: 2px 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.type2 td {
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
font-size: 1em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.type2 td.name {
|
|
|
4c79b5 |
padding: 2px;
|
|
|
4c79b5 |
vertical-align: middle;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.type3 {
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
width: 300px;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
background-color: transparent;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl table.type3 {
|
|
|
4c79b5 |
float: left;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.type3 thead th {
|
|
|
4c79b5 |
background-color: transparent;
|
|
|
4c79b5 |
border-top: none;
|
|
|
4c79b5 |
text-align: center;
|
|
|
4c79b5 |
color: #115098;
|
|
|
4c79b5 |
padding: 0 3px;
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
font-weight: normal;
|
|
|
4c79b5 |
text-transform: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.type3 tbody th {
|
|
|
4c79b5 |
border-top: none;
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
text-transform: none;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
font-size: 0.90em;
|
|
|
4c79b5 |
font-weight: normal;
|
|
|
4c79b5 |
width: 100%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl table.type3 tbody th {
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.type3 td {
|
|
|
4c79b5 |
text-align: center;
|
|
|
4c79b5 |
padding: 1px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
th.name {
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
width: auto;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl th.name {
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
td.name {
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl td.name {
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.entry {
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
font-weight: normal;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .entry {
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.row1 { background-color: #F9F9F9; }
|
|
|
4c79b5 |
.row2 { background-color: #DCEBFE; }
|
|
|
4c79b5 |
.row3 { background-color: #DBDFE2; }
|
|
|
4c79b5 |
.row4 { background-color: #E4E8EB; }
|
|
|
4c79b5 |
.col1 { background-color: #DCEBFE; }
|
|
|
4c79b5 |
.col2 { background-color: #F9F9F9; }
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.spacer {
|
|
|
4c79b5 |
background-color: #DBDFE2;
|
|
|
4c79b5 |
height: 1px;
|
|
|
4c79b5 |
line-height: 1px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* General form styles
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
fieldset {
|
|
|
4c79b5 |
margin: 15px 0;
|
|
|
4c79b5 |
padding: 10px;
|
|
|
4c79b5 |
border-top: 1px solid #D7D7D7;
|
|
|
4c79b5 |
border-right: 1px solid #CCCCCC;
|
|
|
4c79b5 |
border-bottom: 1px solid #CCCCCC;
|
|
|
4c79b5 |
border-left: 1px solid #D7D7D7;
|
|
|
4c79b5 |
background-color: #FFFFFF;
|
|
|
4c79b5 |
position: relative;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl fieldset {
|
|
|
4c79b5 |
border-top: 1px solid #D7D7D7;
|
|
|
4c79b5 |
border-right: 1px solid #D7D7D7;
|
|
|
4c79b5 |
border-bottom: 1px solid #CCCCCC;
|
|
|
4c79b5 |
border-left: 1px solid #CCCCCC;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
* html fieldset {
|
|
|
4c79b5 |
padding: 0 10px 5px 10px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset p {
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
legend {
|
|
|
4c79b5 |
padding: 1px 0;
|
|
|
4c79b5 |
font-size: .9em;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
color: #115098;
|
|
|
4c79b5 |
margin-top: -.4em;
|
|
|
4c79b5 |
position: relative;
|
|
|
4c79b5 |
text-transform: none;
|
|
|
4c79b5 |
line-height: 1.2em;
|
|
|
4c79b5 |
top: 0;
|
|
|
4c79b5 |
vertical-align: middle;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Hide from macIE \*/
|
|
|
4c79b5 |
legend { top: -1.2em; }
|
|
|
4c79b5 |
/* end */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
* html legend {
|
|
|
4c79b5 |
margin: 0 0 -10px -7px;
|
|
|
4c79b5 |
line-height: 1em;
|
|
|
4c79b5 |
font-size: .85em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Holly hack, .rtl comes after html */
|
|
|
4c79b5 |
* html .rtl legend {
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
margin-right: -7px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
input, textarea {
|
|
|
4c79b5 |
font-size: 0.90em;
|
|
|
4c79b5 |
font-weight: normal;
|
|
|
4c79b5 |
cursor: text;
|
|
|
4c79b5 |
vertical-align: middle;
|
|
|
4c79b5 |
padding: 2px;
|
|
|
4c79b5 |
color: #111111;
|
|
|
4c79b5 |
border-left: 1px solid #AFAEAA;
|
|
|
4c79b5 |
border-top: 1px solid #AFAEAA;
|
|
|
4c79b5 |
border-right: 1px solid #D5D5C8;
|
|
|
4c79b5 |
border-bottom: 1px solid #D5D5C8;
|
|
|
4c79b5 |
background-color: #E3DFD8;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl input, .rtl textarea {
|
|
|
4c79b5 |
border-left: 1px solid #D5D5C8;
|
|
|
4c79b5 |
border-top: 1px solid #AFAEAA;
|
|
|
4c79b5 |
border-right: 1px solid #AFAEAA;
|
|
|
4c79b5 |
border-bottom: 1px solid #D5D5C8;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
input:hover, textarea:hover {
|
|
|
4c79b5 |
border-left: 1px solid #AFAEAA;
|
|
|
4c79b5 |
border-top: 1px solid #AFAEAA;
|
|
|
4c79b5 |
border-right: 1px solid #AFAEAA;
|
|
|
4c79b5 |
border-bottom: 1px solid #AFAEAA;
|
|
|
4c79b5 |
background-color: #E9E9E2;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
input.langvalue, textarea.langvalue {
|
|
|
4c79b5 |
width: 90%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
optgroup, select {
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
font-weight: normal;
|
|
|
4c79b5 |
font-style: normal;
|
|
|
4c79b5 |
cursor: pointer;
|
|
|
4c79b5 |
vertical-align: middle;
|
|
|
4c79b5 |
width: auto;
|
|
|
4c79b5 |
color: #000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
optgroup {
|
|
|
4c79b5 |
font-size: 1.00em;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
optgroup.disabled-options {
|
|
|
4c79b5 |
display: none;
|
|
|
4c79b5 |
background-color: gray;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
option {
|
|
|
4c79b5 |
padding: 0 1em 0 0;
|
|
|
4c79b5 |
color: #000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
option.disabled-option {
|
|
|
4c79b5 |
color: graytext;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl option {
|
|
|
4c79b5 |
padding: 0 0 0 1em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.sep {
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.username-coloured {
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
textarea {
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
width: 60%;
|
|
|
4c79b5 |
padding: 2px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
label {
|
|
|
4c79b5 |
cursor: pointer;
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
padding: 0 5px 0 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl label {
|
|
|
4c79b5 |
padding: 0 0 0 5px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
label input {
|
|
|
4c79b5 |
font-size: 1.00em;
|
|
|
4c79b5 |
vertical-align: middle;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
label img {
|
|
|
4c79b5 |
vertical-align: middle;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.quick, p.quick {
|
|
|
4c79b5 |
margin: 0 0 5px;
|
|
|
4c79b5 |
padding: 5px 0 0;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
background-color: transparent;
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl fieldset.quick, .rtl p.quick {
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.quick legend {
|
|
|
4c79b5 |
display: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.tabulated {
|
|
|
4c79b5 |
background: none;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
padding-top: 5px;
|
|
|
4c79b5 |
border: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.tabulated legend {
|
|
|
4c79b5 |
display: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.nobg {
|
|
|
4c79b5 |
margin: 15px 0 0 0;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
background-color: transparent;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.display-options {
|
|
|
4c79b5 |
margin: 15px 0 2px 0;
|
|
|
4c79b5 |
padding: 0 0 4px 0;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
background-color: transparent;
|
|
|
4c79b5 |
text-align: center;
|
|
|
4c79b5 |
font-size: 0.75em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.display-options select, fieldset.display-options input, fieldset.display-options label {
|
|
|
4c79b5 |
font-size: 1.00em;
|
|
|
4c79b5 |
vertical-align: middle;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
select option.disabled {
|
|
|
4c79b5 |
background-color: #bbb;
|
|
|
4c79b5 |
color: #fff;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Special case inputs */
|
|
|
4c79b5 |
select#board_timezone,
|
|
|
4c79b5 |
select#full_folder_action {
|
|
|
4c79b5 |
width: 95%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Definition list layout for forms
|
|
|
4c79b5 |
Other general def. list properties defined in prosilver_main.css
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
dl {
|
|
|
4c79b5 |
font-size: 1.00em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dt {
|
|
|
4c79b5 |
float: left;
|
|
|
4c79b5 |
width: auto;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl dt {
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dd { color: #666666;}
|
|
|
4c79b5 |
dd + dd { padding-top: 5px;}
|
|
|
4c79b5 |
dt span { padding: 0 5px 0 0;}
|
|
|
4c79b5 |
.rtl dt span { padding: 0 0 0 5px;}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dt .explain { font-style: italic;}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dt label {
|
|
|
4c79b5 |
font-size: 1.00em;
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
color: #4A5A73;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl dt label {
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dd label {
|
|
|
4c79b5 |
font-size: 1.00em;
|
|
|
4c79b5 |
white-space: nowrap;
|
|
|
4c79b5 |
margin: 0 10px 0 0;
|
|
|
4c79b5 |
color: #4A5A73;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl dd label {
|
|
|
4c79b5 |
margin: 0 0 0 10px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
html>body dd label input { vertical-align: text-bottom;} /* Tweak for Moz to align checkboxes/radio buttons nicely */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dd input {
|
|
|
4c79b5 |
font-size: 1.00em;
|
|
|
4c79b5 |
max-width: 100%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dd select {
|
|
|
4c79b5 |
font-size: 100%;
|
|
|
4c79b5 |
width: auto;
|
|
|
4c79b5 |
max-width: 100%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dd textarea {
|
|
|
4c79b5 |
font-size: 0.90em;
|
|
|
4c79b5 |
width: 90%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dd select {
|
|
|
4c79b5 |
width: auto;
|
|
|
4c79b5 |
font-size: 1.00em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset dl {
|
|
|
4c79b5 |
margin-bottom: 10px;
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset dt {
|
|
|
4c79b5 |
width: 45%;
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
border-right: 1px solid #CCCCCC;
|
|
|
4c79b5 |
padding-top: 3px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl fieldset dt {
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
border-left: 1px solid #CCCCCC;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset dd {
|
|
|
4c79b5 |
margin: 0 0 0 45%;
|
|
|
4c79b5 |
padding: 0 0 0 5px;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
border-left: 1px solid #CCCCCC;
|
|
|
4c79b5 |
vertical-align: top;
|
|
|
4c79b5 |
font-size: 1.00em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl fieldset dd {
|
|
|
4c79b5 |
margin: 0 45% 0 0;
|
|
|
4c79b5 |
padding: 0 5px 0 0;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
border-right: 1px solid #CCCCCC;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dd.full, .rtl dd.full {
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
border: 0;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
padding-top: 3px;
|
|
|
4c79b5 |
text-align: center;
|
|
|
4c79b5 |
width: 95%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Hover highlights for form rows */
|
|
|
4c79b5 |
fieldset dl:hover dt, fieldset dl:hover dd {
|
|
|
4c79b5 |
border-color: #666666;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset dl:hover dt label {
|
|
|
4c79b5 |
color: #000000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset dl dd label:hover {
|
|
|
4c79b5 |
color: #BC2A4D;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
input:focus, textarea:focus {
|
|
|
4c79b5 |
border: 1px solid #BC2A4D;
|
|
|
4c79b5 |
background-color: #E9E9E2;
|
|
|
4c79b5 |
color: #BC2A4D;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Submit button fieldset or paragraph
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
fieldset.submit-buttons {
|
|
|
4c79b5 |
text-align: center;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
background-color: transparent;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
padding: 4px;
|
|
|
4c79b5 |
margin-top: -1px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
p.submit-buttons {
|
|
|
4c79b5 |
text-align: center;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
padding: 4px;
|
|
|
4c79b5 |
margin-top: 10px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.submit-buttons input, p.submit-buttons input {
|
|
|
4c79b5 |
padding: 3px 2px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.submit-buttons legend {
|
|
|
4c79b5 |
display: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Input field styles
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
input.radio, input.permissions-checkbox {
|
|
|
4c79b5 |
width: auto !important;
|
|
|
4c79b5 |
background-color: transparent;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
cursor: default;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
input.full,
|
|
|
4c79b5 |
textarea.full {
|
|
|
4c79b5 |
width: 99%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
* html input.full, * html textarea.full { width: 95%;}
|
|
|
4c79b5 |
input.medium { width: 50%;}
|
|
|
4c79b5 |
input.narrow { width: 25%;}
|
|
|
4c79b5 |
input.tiny { width: 10%;}
|
|
|
4c79b5 |
input.autowidth { width: auto !important;}
|
|
|
4c79b5 |
.box2 .inputbox { background-color: #E9E9E9;}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Form button styles
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
a.button1, input.button1, input.button3,
|
|
|
4c79b5 |
a.button2, input.button2 {
|
|
|
4c79b5 |
width: auto !important;
|
|
|
4c79b5 |
padding: 1px 3px 0 3px;
|
|
|
4c79b5 |
color: #000;
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
background: #EFEFEF url("../images/bg_button.gif") repeat-x top;
|
|
|
4c79b5 |
cursor: pointer;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.button1, input.button1 {
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
border: 1px solid #666666;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Alternative button */
|
|
|
4c79b5 |
a.button2, input.button2 {
|
|
|
4c79b5 |
border: 1px solid #666666;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* button in the style of the form buttons */
|
|
|
4c79b5 |
a.button1, a.button1:link, a.button1:visited, a.button1:active,
|
|
|
4c79b5 |
a.button2, a.button2:link, a.button2:visited, a.button2:active {
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
color: #000000;
|
|
|
4c79b5 |
padding: 4px 8px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Hover states */
|
|
|
4c79b5 |
a.button1:hover, input.button1:hover,
|
|
|
4c79b5 |
a.button2:hover, input.button2:hover {
|
|
|
4c79b5 |
border: 1px solid #BC2A4D;
|
|
|
4c79b5 |
background: #EFEFEF url("../images/bg_button.gif") repeat bottom;
|
|
|
4c79b5 |
color: #BC2A4D;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
input.disabled {
|
|
|
4c79b5 |
font-weight: normal;
|
|
|
4c79b5 |
color: #666666;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Pagination
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
.pagination {
|
|
|
4c79b5 |
height: 1%; /* IE tweak (holly hack) */
|
|
|
4c79b5 |
width: auto;
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
margin-top: 5px;
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
padding-bottom: 2px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .pagination {
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pagination strong,
|
|
|
4c79b5 |
.pagination b {
|
|
|
4c79b5 |
font-weight: normal;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pagination span.page-sep {
|
|
|
4c79b5 |
display:none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pagination span strong {
|
|
|
4c79b5 |
padding: 0 2px;
|
|
|
4c79b5 |
margin: 0 2px;
|
|
|
4c79b5 |
font-weight: normal;
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
background: #4692BF;
|
|
|
4c79b5 |
border: 1px solid #4692BF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
|
|
|
4c79b5 |
font-weight: normal;
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
color: #5C758C;
|
|
|
4c79b5 |
margin: 0 2px;
|
|
|
4c79b5 |
padding: 0 2px;
|
|
|
4c79b5 |
background: #ECEDEE;
|
|
|
4c79b5 |
border: 1px solid #B4BAC0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pagination span a:hover {
|
|
|
4c79b5 |
border-color: #368AD2;
|
|
|
4c79b5 |
background: #368AD2;
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pagination img {
|
|
|
4c79b5 |
vertical-align: middle;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Action Highlighting
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
.successbox, .errorbox {
|
|
|
4c79b5 |
padding: 8px;
|
|
|
4c79b5 |
margin: 10px 0;
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
text-align: center;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.success {
|
|
|
4c79b5 |
color: #228822;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.error {
|
|
|
4c79b5 |
color: #BC2A4D;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.successbox {
|
|
|
4c79b5 |
background-color: #228822;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.errorbox {
|
|
|
4c79b5 |
background-color: #BC2A4D;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
* html .errorbox, * html .successbox { height: 1%; } /* Pixel shift fix for IE */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.successbox h3, .errorbox h3 {
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
margin: 0 0 0.5em;
|
|
|
4c79b5 |
font-size: 1.10em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.successbox p, .errorbox p {
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
margin-bottom: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.errorbox a:link, .errorbox a:active, .errorbox a:visited,
|
|
|
4c79b5 |
.successbox a:link, .successbox a:active, .successbox a:visited {
|
|
|
4c79b5 |
color: #DBD7D1;
|
|
|
4c79b5 |
text-decoration: underline;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.errorbox a:hover, .successbox a:hover {
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.notice {
|
|
|
4c79b5 |
background-color: #62A5CC;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Special cases for the error page */
|
|
|
4c79b5 |
#errorpage #page-header a {
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
line-height: 6em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#errorpage #content {
|
|
|
4c79b5 |
padding-top: 10px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#errorpage #content h1 {
|
|
|
4c79b5 |
color: #DF075C;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#errorpage #content h2 {
|
|
|
4c79b5 |
margin-top: 20px;
|
|
|
4c79b5 |
margin-bottom: 5px;
|
|
|
4c79b5 |
border-bottom: 1px solid #CCCCCC;
|
|
|
4c79b5 |
padding-bottom: 5px;
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Tooltip for permission roles */
|
|
|
4c79b5 |
.tooltip {
|
|
|
4c79b5 |
width: 200px;
|
|
|
4c79b5 |
color: #000;
|
|
|
4c79b5 |
text-align: center;
|
|
|
4c79b5 |
border: 1px solid #AAA;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.tooltip span.top {
|
|
|
4c79b5 |
background: #EFEFEF;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
padding: 2px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.tooltip span.bottom {
|
|
|
4c79b5 |
padding: 5px;
|
|
|
4c79b5 |
color: #000000;
|
|
|
4c79b5 |
background: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/*
|
|
|
4c79b5 |
Format Buttons for signature editor
|
|
|
4c79b5 |
*/
|
|
|
4c79b5 |
#format-buttons {
|
|
|
4c79b5 |
margin: 15px 0 2px 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#format-buttons input, #format-buttons select {
|
|
|
4c79b5 |
vertical-align: middle;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Nice method for clearing floated blocks without having to insert any extra markup
|
|
|
4c79b5 |
From http://www.positioniseverything.net/easyclearing.html
|
|
|
4c79b5 |
.clearfix:after, #tabs:after, .row:after, #content:after, fieldset dl:after, #page-body:after {
|
|
|
4c79b5 |
content: ".";
|
|
|
4c79b5 |
display: block;
|
|
|
4c79b5 |
height: 0;
|
|
|
4c79b5 |
clear: both;
|
|
|
4c79b5 |
visibility: hidden;
|
|
|
4c79b5 |
}*/
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.clearfix, #tabs, .row, #content, fieldset dl, #page-body {
|
|
|
4c79b5 |
height: 1%;
|
|
|
4c79b5 |
overflow: hidden;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Syntax Highlighting
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
.sourcenum {
|
|
|
4c79b5 |
color: gray;
|
|
|
4c79b5 |
font-size: 1.25em;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
line-height: 1.20em;
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .sourcenum {
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.source {
|
|
|
4c79b5 |
font-size: 1.25em;
|
|
|
4c79b5 |
line-height: 1.20em;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.syntaxbg {
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.syntaxcomment {
|
|
|
4c79b5 |
color: #FF8000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.syntaxdefault {
|
|
|
4c79b5 |
color: #0000BB;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.syntaxhtml {
|
|
|
4c79b5 |
color: #000000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.syntaxkeyword {
|
|
|
4c79b5 |
color: #007700;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.syntaxstring {
|
|
|
4c79b5 |
color: #DD0000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Permission interface
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.permissions legend {
|
|
|
4c79b5 |
text-transform: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.permissions legend input{
|
|
|
4c79b5 |
height: 1.1em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Permission sections */
|
|
|
4c79b5 |
fieldset.permissions .permissions-simple {
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
padding-top: 3px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl fieldset.permissions .permissions-simple {
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.permissions .permissions-advanced {
|
|
|
4c79b5 |
padding: 10px 0 0 5px;
|
|
|
4c79b5 |
vertical-align: top;
|
|
|
4c79b5 |
clear: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl fieldset.permissions .permissions-advanced {
|
|
|
4c79b5 |
padding: 10px 5px 0 0;
|
|
|
4c79b5 |
clear: left;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.permissions .permissions-switch {
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl fieldset.permissions .permissions-switch {
|
|
|
4c79b5 |
float: left;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.permissions .padding {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-switch {
|
|
|
4c79b5 |
margin-top: -6px;
|
|
|
4c79b5 |
font-size: .9em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-switch a {
|
|
|
4c79b5 |
text-decoration: underline;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-reset {
|
|
|
4c79b5 |
padding-bottom: 10px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-reset a {
|
|
|
4c79b5 |
font-size: .85em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Tabbed menu */
|
|
|
4c79b5 |
.permissions-category {
|
|
|
4c79b5 |
line-height: normal;
|
|
|
4c79b5 |
margin: 0 0 -1px 7px;
|
|
|
4c79b5 |
min-width: 570px;
|
|
|
4c79b5 |
font-size: 0.85em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .permissions-category {
|
|
|
4c79b5 |
margin: 0 7px -1px 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category ul {
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
list-style: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category li {
|
|
|
4c79b5 |
display: inline;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
font-size: 1em;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category a {
|
|
|
4c79b5 |
float: left;
|
|
|
4c79b5 |
background: url("../images/bg_tabs_alt1.gif") no-repeat 0% -35px;
|
|
|
4c79b5 |
margin: 0 1px 0 0;
|
|
|
4c79b5 |
padding: 0 0 0 6px;
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
position: relative;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .permissions-category a {
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category a span.tabbg {
|
|
|
4c79b5 |
float: left;
|
|
|
4c79b5 |
display: block;
|
|
|
4c79b5 |
background: url("../images/bg_tabs_alt2.gif") no-repeat 100% -35px;
|
|
|
4c79b5 |
padding: 7px 12px 6px 6px;
|
|
|
4c79b5 |
color: #536482;
|
|
|
4c79b5 |
white-space: nowrap;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .permissions-category a span.tabbg {
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Commented Backslash Hack hides rule from IE5-Mac \*/
|
|
|
4c79b5 |
.permissions-category a span.tabbg, .rtl .permissions-category a span.tabbg { float: none;}
|
|
|
4c79b5 |
/* End hack */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category a:hover span.tabbg {
|
|
|
4c79b5 |
color: #DD6900;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category .activetab a {
|
|
|
4c79b5 |
background-position: 0 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category .activetab a span.tabbg {
|
|
|
4c79b5 |
background-position: 100% 0;
|
|
|
4c79b5 |
padding-bottom: 7px;
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category a:hover {
|
|
|
4c79b5 |
background-position: 0 -70px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category a:hover span.tabbg {
|
|
|
4c79b5 |
background-position: 100% -70px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category .activetab a:hover span.tabbg {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
background-position: 100% 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category .activetab a:hover {
|
|
|
4c79b5 |
background-position: 0 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category a span.colour {
|
|
|
4c79b5 |
border: 1px solid #536482;
|
|
|
4c79b5 |
display: block;
|
|
|
4c79b5 |
float: left;
|
|
|
4c79b5 |
width: 10px;
|
|
|
4c79b5 |
height: 10px;
|
|
|
4c79b5 |
margin: 0 5px 0 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Most browsers will have to live with a left aligned icon in RTL mode, as (currently) only Firefox 3.0 Alpha 3 renders it correctly without destroying it
|
|
|
4c79b5 |
.rtl .permissions-category a span.colour {
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
margin: 0 0 0 5px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
*/
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category .activetab span.colour {
|
|
|
4c79b5 |
border-color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category a:hover span.colour {
|
|
|
4c79b5 |
border-color: #DD6900;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-category .activetab a:hover span.colour {
|
|
|
4c79b5 |
border-color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Permission preset colours */
|
|
|
4c79b5 |
.permissions-preset-yes span.colour,
|
|
|
4c79b5 |
.yes {
|
|
|
4c79b5 |
background-color: #86F786;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-preset-custom span.colour {
|
|
|
4c79b5 |
background-color: #B2BBDD;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-preset-never span.colour {
|
|
|
4c79b5 |
background-color: #DD0000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-preset-no span.colour,
|
|
|
4c79b5 |
.never {
|
|
|
4c79b5 |
background-color: #EFB0B2;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Permission panel
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
.permissions-panel {
|
|
|
4c79b5 |
float: left;
|
|
|
4c79b5 |
background-color: #CADCEB;
|
|
|
4c79b5 |
width: 100%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .permissions-panel {
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel span.corners-top {
|
|
|
4c79b5 |
background-image: url("../images/corners_left2.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel span.corners-top span {
|
|
|
4c79b5 |
background-image: url("../images/corners_right2.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel span.corners-bottom {
|
|
|
4c79b5 |
background-image: url("../images/corners_left2.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel span.corners-bottom span {
|
|
|
4c79b5 |
background-image: url("../images/corners_right2.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel span.corners-top, .permissions-panel span.corners-bottom,
|
|
|
4c79b5 |
.permissions-panel span.corners-top span, .permissions-panel span.corners-bottom span {
|
|
|
4c79b5 |
font-size: 1px;
|
|
|
4c79b5 |
line-height: 1px;
|
|
|
4c79b5 |
display: block;
|
|
|
4c79b5 |
height: 5px;
|
|
|
4c79b5 |
background-repeat: no-repeat;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel span.corners-top {
|
|
|
4c79b5 |
background-image: url("../images/corners_left2.gif");
|
|
|
4c79b5 |
background-position: 0 0;
|
|
|
4c79b5 |
margin: 0 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel span.corners-top span {
|
|
|
4c79b5 |
background-image: url("../images/corners_right2.gif");
|
|
|
4c79b5 |
background-position: 100% 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel span.corners-bottom {
|
|
|
4c79b5 |
background-image: url("../images/corners_left2.gif");
|
|
|
4c79b5 |
background-position: 0 100%;
|
|
|
4c79b5 |
margin: 0 0;
|
|
|
4c79b5 |
clear: both;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel span.corners-bottom span {
|
|
|
4c79b5 |
background-image: url("../images/corners_right2.gif");
|
|
|
4c79b5 |
background-position: 100% 100%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Permission table
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
.permissions-panel .tablewrap {
|
|
|
4c79b5 |
margin: 0 10px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel table {
|
|
|
4c79b5 |
width: 100%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel th {
|
|
|
4c79b5 |
text-transform: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel th.value {
|
|
|
4c79b5 |
text-align: center;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel th.name {
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
width: auto;
|
|
|
4c79b5 |
text-transform: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .permissions-panel th.name {
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel th.permissions-name {
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
color: #536482;
|
|
|
4c79b5 |
font-weight: normal;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel th.permissions-name a.trace {
|
|
|
4c79b5 |
display: inline;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel th.row3 {
|
|
|
4c79b5 |
background-image: none;
|
|
|
4c79b5 |
background-color: #D1D7DC;
|
|
|
4c79b5 |
color: #536482;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel th.row4 {
|
|
|
4c79b5 |
background-image: none;
|
|
|
4c79b5 |
background-color: #E4E8EB;
|
|
|
4c79b5 |
color: #536482;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel th a:link, .permissions-panel th a:hover, .permissions-panel th a:visited {
|
|
|
4c79b5 |
display: block;
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
text-decoration: underline;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel td.permissions-yes label:hover {
|
|
|
4c79b5 |
background-color: #86F786;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel td.permissions-no label:hover {
|
|
|
4c79b5 |
background-color: #EFB0B2;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel td.permissions-never label:hover {
|
|
|
4c79b5 |
background-color: #DD0000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel td {
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
text-align: center;
|
|
|
4c79b5 |
width: 10%;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.permissions-panel td label {
|
|
|
4c79b5 |
display: block;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Classes for additional tasks
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.phpinfo {
|
|
|
4c79b5 |
overflow: auto;
|
|
|
4c79b5 |
width: 99%;
|
|
|
4c79b5 |
direction: ltr;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.phpinfo td, .phpinfo th, .phpinfo h2, .phpinfo h1 {
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
}
|