Theme

Start
Site Manager

edit

/* CONTAINERS
=============================*/
 
#container {
    background: url("/local--files/css:theme/bg.jpg") repeat-x scroll center top #969A9B;
 
}
 
#content-wrap {
    background-color: #F0ECEA;
    margin:0 auto;
    width:932px;
}
 
/* COMMON
=============================*/
 
p {
    margin-top: 6px;
}
 
/* LINKS
=============================*/
 
a {
    color: #ffffcc;
    text-decoration: none;
}
 
a:link, a:visited {
    color: #20591F;
}
 
a.newpage {
    color: blue;
    text-decoration: none;
}
 
a:hover {
    background-color: transparent;
    color: #486143;
}
 
#breadcrumbs:before {
    content: "You are at:";
    margin-right: 0.5em;
}
 
/* HEADINGS
=============================*/
 
h1, h2, h3, h4, h5, h6 {
    color:maroon;
}
 
/* HEADER
=============================*/
 
#header {
    background-image: url(/local--files/css:theme/header.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    height:285px;
    margin: 0 auto;
    position:relative;
    top:20px;
    width:932px;
}
 
#header #login-status, #login-status a {
    color: #560000;
}
 
#header h1 {
    display:none;
    left:50px;
    padding:0;
    position:relative;
    top: 10px;
    width:750px;
}
 
#header h2 {
    color:#E8F3FB;
    font-size:125%;
    left: 100px;
    margin:0;
    padding:0;
    position:relative;
    text-align:left;
    top:25px;
    width:450px;
}
 
h1 a {
    height:175px;
    margin-top:0px;
    width:932px;
}
 
#header h1 a, #header h1 a:hover {
    background-color:transparent;
    color:#E8F3FB;
    height:150px;
    top:0;
}
 
#header-extra-div-1 {
    background-color:transparent;
    background-image:url("/local--files/css:theme/dropdown2.png");
    background-position:center top;
    background-repeat:no-repeat;
    height:206px;
    left:14px;
    position:absolute;
    top:100px;
    width:275px;
    z-index:10;
}
 
#header-extra-div-2 {
    background-color:transparent;
    background-image:url("/local--files/css:theme/banner.png");
    background-position:center top;
    background-repeat:no-repeat;
    height:200px;
    left:0x;
    position:absolute;
    top:136px;
    width:932px;
    z-index:-1;
}
 
/* ACCOUNT/LOGIN
=============================*/
 
#login-status {
    display: none;
    right: 65px;
    text-align:right;
    top:350px;
    width:300px;
 
}
 
#account-options  {
    background-color:#dddddd;
}
 
#account-topbutton {
    background-color: transparent;
    border: none;
}
 
#account-options li a {
    color:#607041;
    font-weight:bold;
}
 
#account-options li a:hover {
    color: #560000;
}
 
.printuser img.small {
    display:none;
}
 
/* SEARCH BOX
=============================*/
 
#search-top-box {
    right:60px;
    text-align:right;
    top:330px;
    width:300px;
    z-index:9;
}
 
#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:#560000;
}
 
/* TOP BAR 
=============================*/
 
#top-bar {
    background-color:#888888;
    background-image: url("/local--files/css:theme/bg_neckie.jpg");
    height:30px;
    right:0;
    top:105px;
    width:932px;
    z-index:11;
}
 
#top-bar li {
    margin: 0;
    padding-top: 5px;
    position:relative;
}
 
#top-bar li a {
    color:#011640;
    font-weight:bold;
    padding: 1px 10px
}
 
#top-bar li ul {
    border: none;
}
 
#top-bar a:hover {
    background-color: transparent;
    color: #000D5B;
}
 
#top-bar li ul li a , #top-bar li ul li a:hover {
    background-color: #090969;
    color: white;
}
 
/* SIDE BAR
=============================*/
 
#side-bar  {
    background-color: #F0ECEA;
    float:left;
    margin-right: 25px;
    margin-top: 100px;
    margin-top: 130px !ie7!;
    overflow:hidden;
    padding:0 15px;
    position: absolute;
    width:275px;
}
 
/* PAGE TITLE
=============================*/
 
#page-title {
    border-bottom:1px olid #666666;;
    color:#404C2F;
    font-size: 175%;
    height:30px;
    margin-top:50px;
    padding-bottom: 10px;
    padding-left:0;
    padding-top: 25px;
    width:500px;
}
 
/* CONTENT 
=============================*/
 
#main-content {
    background-color: #F0ECEA;
    margin: 15px auto 0 15px;
    min-height:300px;
    padding:0 0 0 10px;
    width:900px;
}
 
#page-content {
    background-color: ##F0ECEA;
    margin-left:300px;
    min-height:600px;
    padding-top: 10px;
    width:500px;
    width:450px !ie7!;
}
 
div.emptyspace {
        height: 25px;
}
 
/* CODE
============================== */
 
.code {
    font-family: verdana;
    width:775px;
}
 
/* GALLERY
============================== */
.gallery-box {
    width:550px;
}
 
/* TABLES
============================== */
 
table {
    empty-cells:show;
}
 
table.wiki-content-table {
    border-collapse:collapse;
    border-spacing:0;
    margin-left:0;
    width:420px;
}
 
table.wiki-content-table th {
    background-color: #ffffff;
    border:1px solid #666666;
    text-align:left;
}
 
table.wiki-content-table tr {
    border:1px solid #666666;
}
 
table.wiki-content-table td {
    background-color:#dedede;
    border:1px solid #888888;
    font-size:90%;
    padding:0.3em 0.7em;
    text-align:left;
    width: 200px;
}
 
table.page-files {
    background-color:#CEE8E5;
    border:1px solid #468259;
    border-collapse:collapse;
    border-spacing:0;
    margin:1em;
}
 
.layout {
    border-collapse:collapse;
    color:#3B485F;
    table-layout:fixed;
    width:100%;
}
 
.layout tr {
    background:#FCFFDF none repeat scroll 0 0;
    border-bottom:1px solid #EFEFEF;
}
 
.layout td {
    border: 1px solid darkgray;
    padding-left:1em;
}
 
.layout .truncate {
    overflow:hidden;
    white-space:nowrap;
}
 
.layout .header {
    background:#AFCCFF none repeat scroll 0 0;
    border-bottom:1px solid #9F9F9F;
    font-size:13px;
    font-weight:bold;
    height:2em;
}
 
.layout .footer {
    background:#FCFFDF none repeat scroll 0 0;
    border-bottom:1px solid #9F9F9F;
    border-top:1px solid #9F9F9F;
    font-weight:bold;
}
 
/* INPUT BOXES
============================== */
 
input.text {
    -moz-border-radius:10px 10px 10px 10px;
    background-color:#8BA1CD;
    border:1px solid #888888;
    color:#ffffff;
    width:180px;
}
 
/* NOTE BOXES
============================== */
 
.box-title {
    background-image: url(/local--files/css:theme/box.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 25px;
}
 
.box-title p {
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 4px;
}
 
.box-content {
    background-color: #DEF5E0;
    border: 1px solid #027142;
    padding: 5px;
    width: 500px;
}
 
div.note-block {
    width:350px;
}
 
/* FOOTER
============================== */
 
#footer {
    background-image: url(/local--files/css:theme/footer175blue.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    color: #ffffff;
    height:175px;
    margin: 0 auto;
    padding-top: 10px;
    width:912px;
}
 
#footer a {
    color: #ffffff;
}
 
.page-options-bottom  {
    margin: 20px 0 4px;
    text-align:left;
}
 
#page-info, page-info span {
    color: white;
}
 
.page-watch-options {
    display: none;
}
 
#extrac-div-1 {
    position: relative;
}
 
/* LICENSE AREA
============================== */
 
#license-area, #license-area a  {
    color:#FFFFFF;
}
 
/* DATA FORMS
============================== */
 
.info-box {
    border-left:2px solid #560000;
    height:25px;
    padding:5px;
    text-transform:capitalize;
    width:600px;
}
 
.form-labels {
    border-right:1px dashed;
    color:darkblue;
    padding-right:20px;
    vertical-align:top;
    width: 170px;
}
 
#action-area {
    margin: 50px 0 50px 290px;
    min-height: 600px;
}
 
#action-area p {
    width: 400px;
}
 
/* PAGE EDITOR
============================== */
 
#lock-info {
    width:230px;
}
 
.change-textarea-size {
    float:left;
}
 
/* MAILFORM
============================== */
 
table.form {
    background-color: #dddddd;
    margin-left:0;
    padding-top:10px;
    width:500px;
}
 
.collapsible-block-folded {
    font-weight: bold;
    padding-left: 115px;
}
 
/* PAGE EDITOR
============================== */
 
#edit-page-textarea {
    width: 550px !important;
}
 
.changes-list-item table {
    font-size:11px;
    width:575px;
}
 
#upload-file-list table {
    margin:1em !important;
}
 
/* BUTTONS
============================== */
 
div.buttons {
    background-color:#8BA1CD;
    border-top:1px solid #888888;
    padding-bottom:5px;
    text-align:center;
    width:500px;
}

Admin

@import url(/css:theme/code/1);
#login-status { display: block;  left: 620px; text-align:left; top:375px; width:300px; }
#side-bar {display:none; }
#page-content {margin-left: 0;}
table.wiki-content-table { width:800px;}
.page-watch-options {    display: block;}
Copyright © 2010 Fairburn Scout Group. Site design by Rob Elliott at Strathview 01997 421164 - rob@strathview.net