/* style.css
* This sheet is for control of the stylistic aspects of the font and presentation of your wiki.
* Mainly this files controls the appearance of the web elements rather than their positioning etc.
* So changes to the colors, font styles, etc. are best made here, if there lacks a tag for a font
* color, family, size, weight, it currently inherits from some other attribute, so feel free to change it.
* */
/************************************* Top of page *************/
/***** Logo & Banner *************/
/* banner */
#banner {
background-repeat: repeat;
font-size: 10pt;
font-family: ;
background-color: white;
}
/* Logo container */
.logo {
}
#logo {
}
/* Logo */
td.logo_banner {
}
.logo td {
}
/* Logo Text (used if no image */
#logo_text {
font-size: 18pt;
color: gray;
text-decoration: none !important;
}
#logo_text:hover {
background-color: inherit;
text-decoration: none;
color: #669966;
}
/***** User Name, Password Area *****/
/* User name and settings */
td.user_banner {
}
td.user_banner table {
}
/* If Logged in Username & Welcome */
.user_area {
color: gray;
}
.user_area a {
}
.user_area table {
}
.user_area td {
}
.user_area .welcome {
}
/* If not logged in */
/* See Et Cetera for input forms */
.login_area {
color: gray;
}
.login_area input { font-size: x-small; }
.login_area a { }
.login_area table {
}
.login_area td {
}
/*********** Navigation Tab Area ****/
/* Primary navigational tabs */
a.tab.tab, a.tab:visited {
color: gray;
border-left: 1px solid gray;
text-decoration: none;
}
a.tab:first-child {
border-left: none;
margin-left: none;
}
a.tab:hover {
background-color: inherit;
text-decoration: none;
color: #669966;
}
a.tab.notice { font-weight: bold;}
/* The tab for the current page, foremost tab */
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
}
/* Area which contains the tabs */
div.tabArea {
padding: 1em;
}
/*********** Switching button-icons **********/
/* Row that contains page icons (e.g. "Edit", "Info") */
.pageIcon {
font-size: 7pt;
}
.pageIconSelected {
font-size: 7pt;
font-weight: bold;
color: #000088;
}
.pageIcon a:link {
color: gray;
}
.pageIcon a:hover {
background-color: inherit;
text-decoration: none;
color: #669966;
}
#iconRow .pageIcon {
}
#iconRow .pageIconSelected {
}
/* This is the action text, e.g. "Edit", "Info" */
.pageIcon span span, .pageIconSelected span span {
}
.pageIcon span {
border-left: 1px solid gray;
}
.pageIconSelected span {
border-left: 1px solid gray;
}
/* This gives us the first pageIcon! Whew! */
#title_text + .pageIcon span {
border-left: none;
}
#title_text + .pageIcon span:before { content: "( "; }
.pageIcon:last-child span:after { content: " )"; }
/* This gives us the first pageIconSelected! Whew! */
#title_text + .pageIconSelected span {
border-left: none;
}
/* The search box */
#search_form {
color: gray;
font-size: 8pt;
vertical-align:middle;
}
input[type="image"] {
visibility: hidden;
width: 0;
}
#search_form input[type="text"] {
}
#search_form form {
}
/************************************* Page content *************/
/* Page Title */
#title {
border-bottom: 3px solid #AAAAAA;
border-bottom-style: double;
border-top: 3px solid #AAAAAA;
border-top-style: double;
background-color: white;
}
/* Title Text */
#title_text {height: 30pt;}
#title h1 {
font-size: 24pt;
font-weight: normal;
color: gray;
}
#title h1 a {
color: gray;
}
#title h1 a:hover {
background-color: inherit;
text-decoration: none;
color: #669966;
}
#title_text td {
}
#title_area_table {
}
/* Sub-title */
.minorTitle {
font-size: x-large;
}
/************* Page Body *************/
body {
font-family: Georgia, serif;
font-size: 11pt;
font-weight: normal;
color: black;
background-color: #CCCCCC;
}
/* Page Content */
.content {
background-color: white;
}
/* Standard Text */
pre {
border: 1px solid #CBCBCB;
background-color: #FFF8ED;
color: black;
}
/* Table Of Contents */
.tableOfContents
{
background-color:#EEEEEE;
border: 1px solid #AAAAAA;
}
.floatLeftTOC
{
}
.floatRightTOC
{
}
/* Link Formatting */
a:link {
background-color: inherit;
color: #333399;
}
a:visited {
background-color: inherit;
color: #333399;
}
a:hover {
background-color: inherit;
text-decoration: none;
color: #669966;
}
a.nonexistent, a.badinterwiki {
background-color: inherit;
color: #333399;
text-decoration: none;
border-bottom: 1px dotted #000088;
}
a.nonexistent:hover {
border-bottom: 0px;
cursor: pointer;
color: #669966;
}
a.nonexistent:visited { color: #000088; }
a.tinyNonexistent /* used for things like "Talk" links when they don't exist */ {
text-decoration: none;
background-color: inherit;
color: gray;
}
a.tinyNonexistent:hover {
cursor: pointer;
background-color: inherit;
text-decoration: none;
color: #669966;
}
/* Tables */
.wikitable td {
}
.wikitable {
}
/* Lists */
.wikipage ul {
}
.wikipage li {
}
/* Headings */
h2, h3, h4, h5, h6 {
font-family: Georgia, serif;
color: gray;
}
h3, h4, h5, h6 {
}
h1 a, h2 a, h3 a{
text-decoration: none;
}
h2 {
font-size: 2em;
font-weight: normal;
border-bottom: 1px solid #aaaaaa;
}
h3 {
font-size: 1.5em;
font-weight: normal;
}
h4 {
font-size: 1.3em;
font-weight:normal;
}
h5 {
font-size: 1.2em;
font-weight: normal;
}
h6 {
font-size: 1.1em;
font-weight: normal;
}
/* Editable Subsections */
table.sectionEdit h2
{
border-bottom: none;
font-size: 2em;
}
table.sectionEdit
{
border-bottom: 1px solid #aaaaaa;
}
table.sectionEdit a { text-decoration: none; }
table.sectionEdit h2 a { color:black; }
table.sectionEdit td {
}
/* Horizontal Rule */
hr {
background-color: #CBCBCB;
color: #CBCBCB;
}
/* Footnotes */
.footnotes div {
border-top: 1px solid #CBCBCB;
}
/************************************* Bottom of Page *************/
/* The footer, which contains things like "Edit", "Bookmark" and text/icons. */
#footer {
border-top: 3px solid #AAAAAA;
border-top-style: double;
border-bottom: 3px solid #AAAAAA;
border-bottom-style: double;
background-color: white;
}
#footer p {
}
#footer .license { font-size: 9px; }
.wikiGlobalFooter { background-color: white; }
/************************************* Edit Page *************/
/* This is the page editing area (textarea, in our case) */
#savetext { font-family: Verdana, sans-serif;
font-size: 13px;
background-color: White;
font-weight: normal;
color: black;
}
/* Input button used for some actions (e.g. "Rename" page) */
.formbutton {
cursor: hand;
font-family: Verdana, sans-serif;
font-size: 11px;
}
/* The comment area for making a page edit */
#editComment {
}
/* The editor markup buttons */
#editButtonRow {
border: 0;
}
#editButtonRow .editActions {
background-color: #ccddff;
border: 1px dashed #AAAAAA;
}
/************************************* History Page *************/
/* Content of the tab area */
#tabPage {
border: 1px solid #CCC;
border-bottom: 1px solid #CCC !important;
}
#tabPage h3 {
}
/* The tabs themselves */
#tabmenu {
font-size: 8pt;
}
#tabmenu li {
border: 1px solid #CCC;
list-style-type: none;
border-bottom: none;
}
#tabmenu li.active {
border-bottom: 3px solid white !important;
_border-bottom: 3px solid white !important; /*ie hack*/
}
#tabmenu li a { text-decoration: none; }
#tabmenu li.active a {
border-bottom: 3px solid white !important;
_border-bottom: 1px solid white !important; /*ie hack*/
}
/* Info area history */
#pageHistory td {
}
div.editInfo {
}
/* The 'differences' view */
.diff {
border: 1px solid gray;
}
.diff td {
border: 1px solid gray;
}
/* One side of the differences */
.diff-item {
}
/* Area that marks the line numbers where things change */
.diff-title { background-color: #C0C0C0; }
/* Added area */
.diff-added span { background-color: #80FF80; }
/* Removed area */
.diff-removed span { background-color: #FFFF80; }
/************************************* Recent Changes Page *************/
.recentchanges { }
/* Editor's name */
.rceditor {
color: #000088;
}
/* Editor's comment */
.rccomment {
color: #4d4d4d;
}
/* Recent Changes / Bookmarks change display */
/* Entry and Line Formatting */
.rcEntry {
}
.rcpageline {
}
/* Link to Page */
.rcpagelink { font-size: 14px; }
.rcpagelink span {
}
/* Recent changes modified time */
.rctime {
font-size: 14px;
color: #4d4d4d;
}
/***** Recent Changes Tag Stuff *****/
/* General Tag Formatting */
.rcTag {
font-size: 80%;
background-color: none;
}
.rcTag a { text-decoration: none; }
/* "New" tag */
.rcTagNew {
background-color: #ffff77;
}
/* "Changes" tag */
.rcTagChanges {
background-color: #dfdfdd;
}
/* "Deleted" tag */
.rcTagDeleted {
background-color: #ff9999;
}
/************************************* User's Stuff *************/
/* User Link area, "logout/settings/watch" */
.user_area .user_items {
font-size: 80%;
}
/***** Bookmarks display (user's bookmarks) *****/
/* Edit time */
.favtime {
font-size: 12px;
color: #4d4d4d;
}
/* Page editor */
.faveditor {
color: #000088;
font-size: 12px;
}
/* Edit comment */
.favcomment {
color: #4d4d4d;
font-size: 12px;
}
/* Change Display */
.bookmarks {
}
.bookmarks .rcpagelink {
}
/* Formatting for [[Userstats()]] */
#useredits table {
}
#useredits table td {
}
/************************************* Map Stuff *************/
/* Contains the map */
#mapContainer {
background-color: #ccddff;
border-right: 1px dashed #aaaaaa;
border-bottom: 1px dashed #aaaaaa;
border-top: 5px solid #ccddff;
}
/* Contains just the map */
#map {
border: 1px solid gray;
}
/************************************* Et cetera *************/
/* Inline editing box stuff */
.inlineEditHighlight {
background-color: #CCDDFF;
}
/* The warning / notification message box */
#message {
font-size: 120%;
background-color: #FFFFAA;
border: 1px dotted #333399;
color: red;
}
/* Non-warning/alert style dialog. Such as used for search results. */
.dialogBox {
background-color: #EEEEEE;
border: 1px solid #AAAAAA;
}
.dialogBox td {
}
/* actionBoxes, similar to buttons, used to show users, hide users, etc. */
.actionBoxes {
}
td .actionBoxes {
}
td .actionBoxes span {
}
.actionBoxes a { text-decoration: none; }
span.actionBoxSelected {
border: none !important;
font-weight:bold;
}
.actionBoxes span {
font-size: 8pt;
border:1px solid rgb(170, 170, 170);
background-color:#f5f5f5;
}
.actionBoxes a { text-decoration: none; }
/* "optional" or minor points are made using minorText. */
.minorText {
color: gray;
}
.minorText a {
color: #333399;
text-decoration: none;
}
.minorText a:hover {
color: #669966;
text-decoration: none;
}
/* used for [action here] boxes with brackets around them */
.minorActionBox {
font-size: 10pt;
}
/* Input field for forms (e.g. username/password fields) */
.formfields {
background-color: #FFFFFF;
border: 1px solid #999999;
font-family: Verdana, sans-serif;
font-size: 11px;
color: #333333;
text-decoration: none;
}
/* Icon used when linking to other wikis using interwiki-style links.
* also used when displaying certain links to other wikis, such as search results
*/
img.interwiki_icon {
border: none;
}
/* more wikispot stuff */
.wikiSpotFrontPage td {
}
input {
border: 1px solid gray;
background-color: white;
color: gray;
}