This is a static copy of the main wikispot.org site, preserved for historical purposes only. Please see this page for more information.

Users/MeaganKopec

InfoInfo
Search:    

/* 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 {

}
/* Logo container */
.logo {
}
#logo {
}
/* Logo */
td.logo_banner {
}
.logo td {
}
/* Logo Text (used if no image */
#logo_text {

}
/***** User Name, Password Area *****/
/* User name and settings */
td.user_banner {
}
td.user_banner table {
}
/* If Logged in Username & Welcome */
.user_area {

}
.user_area a {

}
.user_area table {
}
.user_area td {
}
.user_area .welcome {
}
/* If not logged in */
/* See Et Cetera for input forms */
.login_area {

}
.login_area input { font-size: x-small; }
.login_area a { color: #050505; }
.login_area table {
}
.login_area td {
}

/*********** Navigation Tab Area ****/
/* Primary navigational tabs */
a.tab.tab, a.tab:visited {

}
a.tab:hover {

}
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 {

}

/*********** Switching button-icons **********/
/* Row that contains page icons (e.g. "Edit", "Info") */
td.pageIcon {

}
td.pageIconSelected {

}
#iconRow td.pageIcon {
}
#iconRow td.pageIconSelected {
}
/* The search box */
#search_form {
}
#search_form form {
}

/************************************* Page content *************/

/* Page Title */
#title {

}
/* Title Text */
#title_text {
color:#000000;
}
#title h1 {

}
#title_text td {
}
#title_area_table {
}

/* Sub-title */
.minorTitle {

}

/************* Page Body *************/
body {

}

/* Page Content */
.content {
}

/* Standard Text */
pre {

}

/* Table Of Contents */
.tableOfContents
{

}
.floatLeftTOC
{

}
.floatRightTOC
{
}

/* Link Formatting */
a:link {

}
a:visited {

}
a:hover {

}
a.nonexistent, a.badinterwiki {

}
a.nonexistent:hover {

}
a.nonexistent:visited { color: #101010; }
a.tinyNonexistent /* used for things like "Talk" links when they don't exist */ {

}
a.tinyNonexistent:hover {

}

/* Tables */
.wikitable td {
}
.wikitable {
}
/* Lists */
.wikipage ul {
}
.wikipage li {
}

/*indented headings*/
.wikipage ul h2, h3,h4,h5,h6{
}
/* Headings */
h2, h3, h4, h5, h6 {

}
h3, h4, h5, h6 {
}
h1 a, h2 a, h3 a{

}
h2 {

}
h3 {

}
h4 {

}
h5 {

}
h6 {

}

/* Editable Subsections */
table.sectionEdit h2
{

}
table.sectionEdit
{

}
table.sectionEdit a { text-decoration: none; }
table.sectionEdit h2 a { color:#F8F8FF; }
table.sectionEdit td {

/* Horizontal Rule */
hr {

}
/* Footnotes */
.footnotes div {

}

/************************************* Bottom of Page *************/
/* The footer, which contains things like "Edit", "Bookmark" and text/icons. */
#footer {

}
#footer p {
}
#footer .license { font-size: 9px; }

/************************************* Edit Page *************/
/* This is the page editing area (textarea, in our case) */
#savetext { font-family: Verdana, sans-serif;

}
/* Input button used for some actions (e.g. "Rename" page) */
.formbutton {

}
/* The comment area for making a page edit */
#editComment {
}

/* The editor markup buttons */
#editButtonRow {

}

/************************************* History Page *************/
/* Content of the tab area */
#tabPage {

}
#tabPage h3 {
}
/* The tabs themselves move section to info.*/
#tabmenu {

}
#tabmenu li {

}
#tabmenu li.active {

}
#tabmenu li a { text-decoration: none; }
#tabmenu li.active a {

}
/* Info area history */
#pageHistory td {

div.editInfo {

/* The 'differences' view */
.diff {

}
.diff td {

}
/* One side of the differences */
.diff-item {
}
/* Area that marks the line numbers where things change */
.diff-title { background-color: #F7F7FF; }
/* Added area */
.diff-added span {

}
/* Removed area */
.diff-removed span {

}
/************************************* Recent Changes Page *************/

/* Editor's name */
.rceditor {

}
/* Editor's comment */
.rccomment {

}

/* 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 {

}
/***** Recent Changes Tag Stuff *****/
/* General Tag Formatting */
.rcTag {

}
.rcTag a {

}
/* "New" tag */
.rcTagNew {

}
/* "Changes" tag */
.rcTagChanges {

}
/* "Deleted" tag */
.rcTagDeleted {

}

/************************************* User's Stuff *************/
/* User Link area, "logout/settings/watch" */
.user_area .user_items {

}

/***** Bookmarks display (user's bookmarks) *****/
/* Edit time */
.favtime {

}
/* Page editor */
.faveditor {

}
/* Edit comment */
.favcomment {

}

/* Change Display */
.bookmarks .rcpagelink {
}

/* Formatting for [[Userstats()]] */
#useredits table {
}
#useredits table td {
}
/************************************* Map Stuff *************/

/* Contains the map */
#mapContainer {

}
/* Contains just the map */
#map {

}

/************************************* Et cetera *************/

.inlineEditHighlight {

}

/* The warning / notification message box */
#message {

}

/* Non-warning/alert style dialog. Such as used for search results. */
.dialogBox {

}
.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 {

}
.actionBoxes span {

}
.actionBoxes a { text-decoration: none; }

/* "optional" or minor points are made using minorText. */
.minorText {

}
.minorText a {

}
.minorText a:hover {

}

/* used for [action here] boxes with brackets around them */
.minorActionBox {

}

/* Input field for forms (e.g. username/password fields) */
.formfields {

}

/* Icon used when linking to other wikis using interwiki-style links.

*/
img.interwiki_icon {

}

/* The previewed page area */
div.preview {

}

/* Global footer area */
.wikiGlobalFooter { padding-top: .4em; }
/* Wiki Spot specific footer styling */
.wikiSpotFooter
{

}
.wikiSpotFooter a {

}
.wikiSpotFooter a:hover { color: #669966 !important; }

This is a Wiki Spot wiki. Wiki Spot is a 501(c)3 non-profit organization that helps communities collaborate via wikis.