MediaWiki:Monobook.css: Difference between revisions

m
change background position, user links on hover
(change background)
m (change background position, user links on hover)
Line 49: Line 49:
     border: outset #0b0;
     border: outset #0b0;
     border-width: 2px 0;
     border-width: 2px 0;
     background: url("/images/e/e0/Wiki-background.jpeg") left top no-repeat fixed;
     background: url("/images/e/e0/Wiki-background.jpeg") -150px top no-repeat fixed;
     background: rgba(255, 255, 255, 0.8);
     background: rgba(255, 255, 255, 0.8);
}
}
Line 61: Line 61:
}
}
#toc li {list-style: none;}
#toc li {list-style: none;}
body {background: url("/images/e/e0/Wiki-background.jpeg") left top no-repeat fixed #6a9140;}
body {background: url("/images/e/e0/Wiki-background.jpeg") -150px top no-repeat fixed #6a9140;}
div#content {
div#content {
     border: 2px outset #0b0 !important;
     border: 2px outset #0b0 !important;
Line 67: Line 67:
     -moz-border-radius: 20px;
     -moz-border-radius: 20px;
     border-radius: 15px;
     border-radius: 15px;
     background: url("/images/e/e0/Wiki-background.jpeg") left top no-repeat fixed;
     background: url("/images/e/e0/Wiki-background.jpeg") -150px top no-repeat fixed;
     background: rgba(255, 255, 255, 0.8);
     background: rgba(255, 255, 255, 0.8);
}
}
Line 157: Line 157:
}
}
#p-personal li a {color: #efe;}
#p-personal li a {color: #efe;}
#p-personal li a:hover {background: none; color: #fff;}
#p-personal li a:hover {color: #bfb; text-decoration: underline;}


/*Hover*/
/*Hover*/
14,178

edits