Difference between revisions of "User:EpeliBot/vector.css"

From Underrail Wiki
Jump to navigation Jump to search
(initial test, copied Mediawiki:Monobook.css over)
 
(Blanked the page)
 
Line 1: Line 1:
/*******************************************************************************************
 
*                                                                                        *
 
*  reference CSS: http://underrail.com/templates/siteground-j15-68/css/template.css      *
 
*                & http://underrail.com/forums/Themes/Underrail/css/index.css            *
 
*                                                                                        *
 
*  This is a pretty dirty hack by someone with no CSS experience no all, sorry!          *
 
*  If you want to test/modify this, just copy it to User:YourUsername/monobook.css      *
 
*                                                                                        *
 
*******************************************************************************************/
 
  
 
/* the editbox and other inputs */
 
textarea, input, button, select { color: #ccc; padding: 2px; border: 1px solid #333; background: #222; }
 
textarea:hover, input:hover, button:hover, select:hover { border-color: #AE5700; }
 
 
 
/* anything outside content areas */
 
body { background: #000; color: #626262; }
 
 
 
/* main content area backgrounds/borders */
 
div#content { background: #101010; }
 
#column-content div { background: #transparent; border-color: #AE5700; }
 
 
 
/* header bottomborder and main page h1 tweaks */
 
body.page-Main_Page h1.firstHeading { display:none; }
 
h1, h2 { border-color: #333 }
 
 
 
/* page contents menu */
 
table#toc { background: #000; border-color: #AE5700; border-radius: 0.5em 0.5em 0.5em 0.5em; }
 
div#toctitle { background: #000; }
 
table#toc * a { text-decoration: none; }
 
table#toc * a:hover { text-decoration: underline; }
 
 
 
/* text color for content area elements */
 
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6  { color: #AE5700; }
 
#content div { color: #626262; }
 
 
 
/* category links */
 
div#catlinks, div#catlinks * { background: #000; }
 
div#catlinks a:link, div#catlinks a:visited { text-decoration: none; }
 
div#catlinks a:hover { text-decoration: underline; }
 
 
 
/* content area and sidebar links */
 
a:link, a:visited { text-decoration: none; color: #AE5700; }
 
a:hover { text-decoration: underline; }
 
#content a.new { color: #890000; }
 
#content a.external { background: center right no-repeat; padding-right: 0px; }
 
 
 
/* sidebar */
 
div.pBody { background: #101010; border-color: #AE5700; border-left: none; border-radius: 0em 1em 1em 0em; }
 
div.portlet h5 { color: #626262; }
 
 
 
/* user menu */
 
li#pt-userpage { background: none; }
 
#p-personal li a { color: #AE5700; text-decoration: underline; }
 
#p-personal li a:hover { background: #000; text-decoration: none; }
 
 
 
/* tabs */
 
#p-cactions li { border-color: #AE5700; border-radius: 0.5em 0.5em 0em 0em; }
 
#p-cactions li a { background: #000; color: #AE5700; border-radius: 0.5em 0.5em 0em 0em; }
 
#p-cactions li.selected a { background: #101010; color: #AE5700; font-weight: bold; border-radius: 0.5em 0.5em 0em 0em; }
 
#p-cactions li a:hover { background: #101010; }
 
 
 
/* footer */
 
div#footer { background: #000; color: #626262; }
 
 
 
/* pre & code elements */
 
#content pre { background-color: #101010; color: #626262; border-color: #AE5700; max-width: 100% !important; overflow: auto !important; }
 
code { background: #000; color: #999; }
 
 
 
/* mediawiki table classes */
 
#content table.wikitable { background-color: #101010; color: #626262; }
 
#content table.wikitable th { background-color: #0C0C0C; color: #666; }
 
table.diff { background: #101010; }
 
td.diff-addedline, td.diff-deletedline, td.diff-context, td.diff-empty, td.diff-otitle, td.diff-ntitle { background: #101010; }
 
table.listfiles th { background: #101010; }
 
table.listfiles td, table.listfiles tr { background: #000; }
 
table.mw_metadata th { background-color: #0C0C0C; }
 
table.mw_metadata td { background-color: #101010; }
 
table.jquery-tablesorter th.headerSort { background-image: url('http://www.underrail.com/wiki/images/a/a6/Sort_both.png'); }
 
table.jquery-tablesorter th.headerSortUp { background-image: url('http://www.underrail.com/wiki/images/8/81/Sort_up.png'); }
 
table.jquery-tablesorter th.headerSortDown { background-image: url('http://www.underrail.com/wiki/images/f/f3/Sort_down.png'); }
 
 
 
/* thumbnailed images and galleries */
 
img.thumbimage { border-color: #000 }
 
div.thumbinner { background-color: #101010; }
 
li.gallerybox { border-color: transparent; }
 
li.gallerybox div.thumb { background-color: #101010; }
 
 
 
/* Special page fixes */
 
fieldset { border-color: #AE5700; }
 
fieldset legend, fieldset table, fieldset table * { background: transparent !important; }
 
ul#pagehistory li { background: #101010; border:1px solid #333; }
 
ul#pagehistory li.selected { background: #000; border:1px dotted #AE5700; }
 
ul#filetoc { background: #000; border-color: #AE5700; }
 
div#userlogin, div#userlogin table, div#userloginForm, div#userloginForm table { background-color: #101010; }
 
div#mw-js-message { background: #000; }
 
div.noarticletext { background: #000; }
 
.mw-search-formheader { background: #000; }
 
fieldset#mw-searchoptions { background: #101010; border-color: #AE5700 !important; }
 
#preferences { background-color: #101010; }
 
 
 
/* Navboxes */
 
.navbox { width: 100%; border: 1px solid #AE5700; padding: 2px; }
 
.navbox-title { background: #222; text-align: center; }
 
.navbox-abovebelow { background: #191919; text-align: center; }
 
.navbox-group { background: #191919; text-align: right; padding: 0px 10px 0px 10px; }
 
.navbox-title div { background: transparent !important; padding-left: 5px !important; }
 
.navbox-odd { background: #0F0F0F; }
 
.navbox-even { background: #131313; }
 

Latest revision as of 02:45, 13 October 2017