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 */
table.blue_lines tr:nth-child(2n+0),tr.blue_lines:nth-child(2n+0){
background-color: #EEEEFF;
}
table.blue_lines tr:nth-child(2n+1),tr.blue_lines:nth-child(2n+1){
background-color: #CCCCFF;
}
a {
text-decoration: underline;
}
/******************
GREEN BACKGROUND
******************/
body {
/*
background-image: -webkit-gradient(linear,left top, right bottom, color-stop(0,#4e3b2e), color-stop(0.75,#c1b0af));
background-image: -webkit-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%);
000
1:0
Templates used on this page:
Return to MediaWiki:Common.css.