wiki css
/* GENERAL LAYOUT */
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#container {
margin: 0 0;
font-family: Arial, sans-serif;
background-color: #5E9ACA;
background-image: -webkit-gradient(linear, 0 0%, 0 100%, #5E9ACA, #5E9ACA);
background-image: -webkit-linear-gradient(top, #5E9ACA 80%, #5E9ACA 100%);
background-image: -moz-linear-gradient(top, #5E9ACA 80%, #5E9ACA 100%);
background-image: -ms-linear-gradient(top, #5E9ACA 80%, #5E9ACA 100%);
background-image: -o-linear-gradient(top, #5E9ACA 90%, #5E9ACA 100%);
background-image: linear-gradient(top, #5E9ACA 90%, #5E9ACA 100%);
}
#header{
height: 90px;
background-color: #FFFFFF;
box-shadow: 0 8px 8px rgba(0,0,0,0.2);
}
#header h1, #header h2 {
display: none;
}
/*
#header h1{
margin: 0 auto 0 10px;
padding-top: 0.9em;
text-align: center;
width: 650px;
font-size: 3em;
border: none;
}
#header h1 a{
color: #020280;
}
#header h1 a:hover{
background: none;
}
#header h2{
margin: 0 auto 0 10px;
text-align: center;
width: 650px;
font-size: 1.5em;
color: #600;
}
*/
#header h3{
margin: 0 auto 0 10px;
text-align: center;
width: 650px;
font-size: 1.5em;
color: #600;
font-family: Arial, sans-serif;
background-color: #323C50
}
#header-extra-div-1{
position: absolute;
top:0; left:0; right:0;
width: 100%;
height: 2em;
background-color: #fff;
}
#header-extra-div-2{
position: absolute;
top:9px;
left:165px;
right:0;
width: 537px;
height: 75px;
background: transparent url(http://help.paytrace.com/local--files/admin:manage/logo.png) no-repeat;
}
#header #login-status, #login-status a {
}
#account-options a,#account-options, a#account-topbutton{
color: #333;
font-weight: normal;
}
.page-products {
float:right;
position: relative;
top: -75px;
background-color: #DDD;
border: solid 1px #45536A;
padding: 2px 0 0 2px;
}
#login-status{
top: 3px;
}
#login-status .printuser a{
display:none;
}
#login-status a:hover{
background-color: #A0A0B2;
}
#account-options a:hover{
background-color: #EEE;
}
#top-bar{
right: 250px;
bottom: 13px;
}
#top-bar a {
text-decoration: none;
display: inline-block;
*display: inline;
padding: 4px 12px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-repeat: repeat-x;
border: 1px solid #cccccc;
*border: 0;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #ff911b;
background-image: -webkit-gradient(linear, 0 0%, 0 100%, #ff911b, #e65219);
background-image: -webkit-linear-gradient(top, #ff911b 0%, #e65219 100%);
background-image: -moz-linear-gradient(top, #ff911b 0%, #e65219 100%);
background-image: -ms-linear-gradient(top, #ff911b 0%, #e65219 100%);
background-image: -o-linear-gradient(top, #ff911b 0%, #e65219 100%);
background-image: linear-gradient(top, #ff911b 0%, #e65219 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff911c', endColorstr='#e65219',GradientType=0 ); /* IE6-9 */
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#content-wrap{
margin: 1em 2em;
}
/* --- SIDEBAR --- */
#side-bar{
padding:0;
box-shadow: 8px 8px 8px rgba(0,0,0,0.2);
background-color: #fff;
}
#side-bar h2,#side-bar h3{
border: none;
font-size: 14px;
color: #929292;
background-color: #f3f4f5;
border-bottom: solid 2px #69a2bd;
padding: 9px 0 9px 15px;
margin-top: 0;
}
#side-bar h2 a {
text-decoration:none;
color: #369;
}
#side-bar li a {
padding: 9px 0 9px 15px;
color: #369;
text-decoration: none;
}
#side-bar a:hover{
color: #c03;
text-decoration: none;
}
#side-bar ul{
display: block;
padding: 0px;
list-style: none;
}
#side-bar ul li{
display:block;
}
#side-bar ul li a{
display:block;
}
/* bottom elements */
#page-info{
color: #555;
}
/* footer */
/*
#footer{
background-color: #DDD;
}
#footer .options a{
color: #844;
}
*/
#footer{
background-color: #323C50;
color: #EEE;
}
#footer a{
color: #EEF;
}
#footer a:hover{
background-color: #669;
}
/* ELEMENTS */
body{
color: #222;
}
h1, h2, h3, h4, h5, h6, #page-title{
font-family: Arial, sans-serif;
}
#page-title{
color: #cc0033;
font-size: 28px;
font-weight: normal;
border: none;
}
h1,h2,h3{
color: #444;
}
h1{
border-bottom: 1px dotted #AAA;
}
a{
color: #030390;
}
a.newpage{
color: #888;
}
/*
a.newpage{
background-color: #BB8888;
padding: 0 2px;
color: #FFF;
}
a.newpage:hover{
background-color: #090930;
}
*/
/* INTERFACE ETC. */
.page-options-bottom {
padding: 10px;
}
.page-options-bottom a{
color: #226;
}
.page-options-bottom a:hover{
}
a.action-area-close{
color: #224;
background-color: #EEE;
text-decoration: none;
}
div.buttons input, input.button, button, file, a.button, .owindow .button-bar a{
background-color: #F4F4F4;
border: 1px solid #AAA;
color: #020250;
}
div.buttons input:hover, input.button:hover, button:hover, a.button:hover, .owindow .button-bar a:hover{
background-color: #DDD;
color: #020250;
}
.owindow .title{
background-color: #E3E3EA;
}
/* =================
Main Content Area
==================*/
#main-content {
background-color: #FFF;
box-shadow: 8px 8px 8px rgba(0,0,0,0.2);
margin-left: 240px;
}
#main-content h3 {
border-bottom: 1px solid black;
}
#main-content h2 {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #fbfbfb;
color: #369;
font-size: 14px;
font-weight: bold;
background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fbfbfb), to(#d5d9dd));
background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #d5d9dd 100%);
background-image: -moz-linear-gradient(top, #fbfbfb 0%, #d5d9dd 100%);
background-image: -ms-linear-gradient(top, #fbfbfb 0%, #d5d9dd 100%);
background-image: -o-linear-gradient(top, #fbfbfb 0%, #d5d9dd 100%);
background-image: -linear-gradient(top, #fbfbfb 0%, #d5d9dd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#d5d9dd',GradientType=0 ); /* IE6-9 */
padding-left: 20px;
margin-bottom: 0;
line-height:40px;
}
/* SEARCH BOX
=============================*/
#search-top-box {
}
#search-top-box input.empty {
background-color:#FFFFFF;
background-image:url("http://community.wikidot.com/local--files/files/search.gif");
background-position:right top;
background-repeat:no-repeat;
color:#206FA8;
}
/* =============================
Definition Lists
=============================*/
dl {
border: 3px double #ccc;
padding: 1em 0.5em;
}
dt {
font-weight: bold;
color: #4169E1;
padding: 0 0.5em;
border-bottom: 1px dotted #CCC;
}
dt:after {
content: ":";
}
dd {
margin: 0 0 0 110px;
padding: 0 0 0.5em 0;
}
page revision: 87, last edited: 26 Apr 2016 17:25