/* style.css * This Smart & Plane by Indexmod 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 *************/ ::selection { background: lime; color: ; } ::-moz-selection { background: lime; color: ; /* Firefox */ } /* banner */ body{ font-family:"HELVETICA"; } #banner { background-repeat: repeat; font-size: .95em; background-color: #fff; margin-top:2em; } /* Logo container */ .logo { } #logo { } /* Logo */ td.logo_banner { background:url(http://indexmod.wikispot.org/Wiki_Settings/Images?sendfile=true&file=logo.gif) no-repeat center top; width:360px; } .logo td { } /* Logo Text (used if no image */ #logo_text { font-family:"Helvetica", serif; font-size: 0.9em; color: #0000FF; font-weight:normal; text-decoration: underline; } #logo_text:hover { text-decoration: underline; color: #0000FF; } /***** User Name, Password Area *****/ /* User name and settings */ td.user_banner { } td.user_banner table { } /* If Logged in Username & Welcome */ .user_area { font-family:"Helvetica", serif; font-size: 0.9em; color: #0000FF; } .user_area a { } .user_area table { } .user_area td { } .user_area .welcome { font-size:.85em; } /* If not logged in */ /* See Et Cetera for input forms */ .login_area { color: #0000FF; } .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 { font-family:"Helvetica"; color: #0000FF; text-decoration: underline; } a.tab:first-child { border-left: none; margin-left: none; } a.tab:hover { text-decoration: underline; color: #0000FF; } a.tab.notice { font-weight: normal;} /* 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 { margin:0 0 0 0; font-weight:normal; } .pageIconSelected { font-weight: normal; color: #0000FF; } .pageIcon a:link { color: #0000FF; } .pageIcon a:hover { text-decoration: underline color: #0000FF; } /*********** Switching button-icons **********/ /* Row that contains page icons (e.g. "Edit", "Info") .pageIcon { font-size: 14pt; } .pageIconSelected { font-size: 14pt; font-weight: normal; color: #0000FF; } .pageIcon a:link { color: ; } .pageIcon a:hover { text-decoration: underline; color: #0000FF; } #iconRow .pageIcon { } #iconRow .pageIconSelected { } /* This is the action text, e.g. "Edit", "Info" .pageIcon span span, .pageIconSelected span span { } .pageIcon span { } .pageIconSelected span { } /* 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: #000; font-size: .85em; font-weight:normal; vertical-align:middle; } input[type="image"] { visibility: hidden; width: 0; } #search_form input[type="text"] { } #search_form form { } /************************************* Page content *************/ /* Page Title */ #title { } /* Title Text */ #title_text h1 a{ font-family:"Helvetica", serif; font-weight:normal; text-decoration:none; } #title h1 { font-size: 1.9em; font-weight: normal; color: black; } #title h1 a { color: black; } #title h1 a:hover { text-decoration: none; color: lime; } #title_text{ } #title_area_table { } /************* Page Body *************/ body { font: normal 100% "Georgia", sans-serif; font-size: 1.2em; font-weight: normal; color: #000; background-color: #fff; } html { background-color: #fff; } /* Page Content */ .content { background-color: #fff; border:0px dashed #000; } /* Standard Text */ pre { border: 1px solid #CBCBCB; background-color: #FFF; color: #000; } /* Table Of Contents */ .tableOfContents { background-color:lime; border: 0px solid #AAAAAA; } .floatLeftTOC { } .floatRightTOC { } Link Formatting */ a.nonexistent:hover { border: 1px dotted #d6ecff; cursor: pointer; color: ; } a.tinyNonexistent /* used for things like "Talk" links when they don't exist */ { text-decoration: underline; background-color: inherit; color: ; } a.tinyNonexistent:hover { cursor: pointer; color: ; background-color: ; } /* /* Tables */ .wikitable td { } .wikitable { } /* Lists */ .wikipage ul { } .wikipage li { } /* Headings */ h2, h3, h4, h5, h6 { color: #000; } h3, h4, h5, h6 { } h1 a, h2 a, h3 a{ text-decoration: none; } h2 { font-size: 2em; font-weight: normal; } 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:#000; } table.sectionEdit td { } /* Horizontal Rule */ hr { background-color: #fff; color: #fff; } /* Footnotes */ .footnotes div { border-top: 0px solid #CBCBCB; } /************************************* Bottom of Page *************/ /* The footer, which contains things like "Edit", "Bookmark" and text/icons. */ #footer { background-color: #fff; font-family:"Helvetica"; font-size:1.1em; font-weight:normal; /*border:0px dashed #000; */ } #footer a:link, a:visited{ font-family:"Helvetica"; color: black; text-decoration: underline; font-size:1.2em; font-weight:normal; } #footer p a:link, a:visited{ font-family:"Helvetica"; color: ; } #footer p { font-family:"Helvetica"; font-size:1.2em; font-weight:normal; } #footer .license { display:none; } .wikiGlobalFooter a:link, a:visited{ color: ; text-decoration:underline; } .wikiGlobalFooter { background-color: #fff; /*border:0px dotted #000;*/ color:#898080; font-size:.75em; } /************************************* Edit Page *************/ /* This is the page editing area (textarea, in our case) */ #savetext { font-size: 13px; background-color: #fff; font-weight: normal; color: #000; } /* Input button used for some actions (e.g. "Rename" page) */ .formbutton { cursor: hand; 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 #fff !important; _border-bottom: 3px solid #fff !important; /*ie hack*/ } #tabmenu li a { text-decoration: none; } #tabmenu li.active a { border-bottom: 3px solid #fff !important; _border-bottom: 1px solid #fff !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: .85em; } .user_items a{ color: #818181; font-weight: normal; } /***** 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 #000; 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:normal; } .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: #000; } .minorText a { color: #000; text-decoration: none; } .minorText a:hover { color: #000; 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 #000; font-family:"Arial", serif; font-size: 1px; 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 #e0e0e0; background-color: #fff; color: #000; }