View source for MediaWiki:Common.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS placed here will be applied to all skins */
body, #bodyContent, #mw-content, .mw-banner, #mw-head, .mw-body {
background: url('images/palm-leaf-bground.jpeg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#p-personal a {
color:#ffffff;
}
/* Reset italic styling set by user agent */
cite, dfn {
font-style: inherit;
}
/* Straight quote marks for <q> */
q {
quotes: '"' '"' "'" "'";
}
000
1:0
Template used on this page:
Return to MediaWiki:Common.css.