style css codes as edited so far

EditEdit InfoInfo TalkTalk
Search:    

Editors can access the latest CSS codes via the wikisettings control panels. Other uses can suggest changes here. This is the code as of August 29 2009. "Borders' have been 'commented out'.

/* style.css

/************************************* Top of page *************/
/************* 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: #474747; }
a.tinyNonexistent /* used for things like "Talk" links when they don't exist */ {

}
a.tinyNonexistent:hover {

}

/***** 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: 80%; }
.login_area a { color: green!important; }
.login_area table {
}
.login_area td {
}

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

padding: 0.3em;

bollocks-bottom: 1px solid #555555;

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

bollocks-top: 1px solid #AAAAAA;

}
/* Area which contains the tabs */
div.tabArea {

}

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

color: #AAAAAA;
}
.pageIconSelected {

}
#iconRow .pageIcon {
color: #AAAAAA;
}
#iconRow .pageIconSelected {
color: #AAAAAA;
}
/* This is the action text, e.g. "Edit", "Info" */
.pageIcon span span, .pageIconSelected span span {
}
/* The search box */
#search_form {
}
#search_form form {
}

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

/* Page Title - this bit controls the dreaded blue box*/
#title {

}
/* Title Text */
#title_text {height: 30pt; line-height: 1.4em; }
#title h1 {

}
#title_text td {
}
#title_area_table {
}

/* Sub-title */
.minorTitle {

}

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

/* Headings */
h2, h3, h4, h5, h6 {

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

}
h1 {

font-size:48px;line-height: 1.6em;

}
h2 {

}
h3 {

}
h4 {

}
h5 {

}
h6 {

}

/* Editable Subsections */
table.sectionEdit h2
{

}
table.sectionEdit
{

}
table.sectionEdit a { text-decoration: none; }
table.sectionEdit h2 a { color:black; }
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: Helvetica, 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 {

}
#editButtonRow .editActions {

}

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

}
#tabPage h3 {
}
/* The tabs themselves */
#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: #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 {

}
/* 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 { text-decoration: none; }
/* "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 {
}
.bookmarks .rcpagelink {
}

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

/* Contains the map */
#mapContainer {

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

}

/************************************* Et cetera *************/
/* Inline editing box stuff */
.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.
* also used when displaying certain links to other wikis, such as search results
*/
img.interwiki_icon {

}

/* more wikispot stuff */
.wikiSpotFrontPage td {
}

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