MediaWiki:Monobook.css

From Shin Megami Tensei IMAGINE Wiki
Revision as of 02:55, 24 July 2024 by Tallgeese (talk | contribs) (Background fix.)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin */
body{
background:url("images/1/1f/Background.jpg") #FFFFFF no-repeat; background-attachment:fixed; background-position:right bottom;
}


* {
  font-family: "Verdana", Arial, sans-serif;
}

#p-navigation,#p-classes,#p-demon_related,#p-items,#p-equipment, #p-personal, #p-search,#p-tb,#footer { opacity:0.75; }

body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page h2 span.mw-headline{ display:none; }

#content{
background-color: rgba(255,255,255,0.9);
border: 1px solid #DDDDDD;
}

 
a:link { color: #FF0000; }
a:link:visited { color: #CC0000; }
a:link:active { color: #FF0000; }
a:link.new { color: #FF0000; }
a:link.interwiki { color: #3366BB; }
a:link.external { color: #3366BB; } 
a:link.stub { color: #772233; }
 
a:link {color: #3B8CD3}
a:visited {color: #3271A8}
a:hover {color: #001F3B}
a:active {color: #0000FF}



.portlet h5 {
       color: #777777;
       background: #FFFFFF;
}

#mttable {
border: 1px solid #000000;
padding:15px;
-moz-box-shadow: 2px 2px 5px #000000;
-webkit-box-shadow: 2px 2px 5px #000000;
box-shadow: 2px 2px 5px #000000;
margin: 1em auto 1em auto;
border-collapse:collapse;
}

#altrow {
background-color: #DFDFDF;
}

#header {
background-color: #BFBFBF;
}

table, td, th, p {
background: transparent;
border-collapse:collapse;
}

td.top {vertical-align:top}

/* Rounded corners through a script utilizing the gecko engine. Only possible on Gecko based browsers. */ 
#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; }
#content { -moz-border-radius-topleft: 0.9em; -moz-border-radius-bottomleft: 0.9em; }
div.pBody { -moz-border-radius-topright: 0.6em; -moz-border-radius-bottomright: 0.6em; }