Difference between revisions of "MediaWiki:Mobile.css"
From Mashinky
(Created page with "→CSS placed here will affect users of the mobile site: .content .mainmenuCol table.wikitable { width:100%!important; }") (Tags: Mobile edit, Mobile web edit) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the mobile site */ | /* CSS placed here will affect users of the mobile site */ | ||
+ | body{ | ||
+ | background: #0a0523 url(/wiki/skins/Mashinky/images/AddedImages/bg_scr1.jpg) no-repeat fixed center center / cover; | ||
+ | } | ||
.content .mainmenuCol table.wikitable { | .content .mainmenuCol table.wikitable { | ||
width:100%!important; | width:100%!important; | ||
+ | } | ||
+ | #content { | ||
+ | background-color: rgba(255,255,255,0); | ||
+ | } | ||
+ | #mw-mf-page-center { | ||
+ | background-color: rgba(255,255,255,0.68); | ||
+ | } | ||
+ | |||
+ | #bodyContent | ||
+ | { | ||
+ | background-color: rgba(255,255,255,0.68); | ||
+ | } | ||
+ | .previewnote { | ||
+ | color: #c00; | ||
+ | margin-bottom: 1em; | ||
} | } |
Latest revision as of 09:43, 24 October 2017
/* CSS placed here will affect users of the mobile site */ body{ background: #0a0523 url(/wiki/skins/Mashinky/images/AddedImages/bg_scr1.jpg) no-repeat fixed center center / cover; } .content .mainmenuCol table.wikitable { width:100%!important; } #content { background-color: rgba(255,255,255,0); } #mw-mf-page-center { background-color: rgba(255,255,255,0.68); } #bodyContent { background-color: rgba(255,255,255,0.68); } .previewnote { color: #c00; margin-bottom: 1em; }