MediaWiki:Monobook.css: Difference between revisions

From Shin Megami Tensei IMAGINE Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */
body{
body{
background:url(/wiki/resources/background.jpg) #FFFFFF no-repeat; background-attachment:fixed; background-position:right bottom;
background:url(/wiki/skins/background.jpg) #FFFFFF no-repeat; background-attachment:fixed; background-position:right bottom;
}
}


Line 15: Line 15:


#content{
#content{
background:url(/wiki/resources/bg.png) transparent repeat;
background:url(/wiki/skins/bg.png) transparent repeat;
border: 1px solid #DDDDDD;
border: 1px solid #DDDDDD;
}
}

Revision as of 01:03, 10 December 2022

/* CSS placed here will affect users of the Monobook skin */
body{
background:url(/wiki/skins/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:url(/wiki/skins/bg.png) transparent repeat;
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; }