Site Notice
Due to recent vandalism, all edits performed by IPs and new users will be reviewed before being published. This means it might take some time for your edit to show up.
New accounts also have to be confirmed before being created.
If you have any questions, contact one of the staff members on their talk page, or on the Discord server.

MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
added thumbnail skin
m (fixed wikitable style --> black text)
m (added thumbnail skin)
Line 337: Line 337:
background-image: -ms-linear-gradient(top, #bfbfff, #3e4874);
background-image: -ms-linear-gradient(top, #bfbfff, #3e4874);
background-image: linear-gradient(top, #bfbfff, #3e4874);
background-image: linear-gradient(top, #bfbfff, #3e4874);
}
/* Thumbnails */
div.thumb div.thumbinner div.magnify {
display:none !important;
}
div.thumb div.thumbinner div {
background:none !important;
border:none !important;
color:#fff;
}
div.thumb div.thumbinner a {
color:#ddd;
}
div.thumb div.thumbinner a:visited {
color:#aaa;
}
div.thumb div.thumbinner a:hover {
color:#fff;
}
div.thumb div.thumbinner {
background:#454659;
background:linear-gradient(top,#c1c0c0,#454659);
background:-o-linear-gradient(top,#c1c0c0,#454659);
background:-ms-linear-gradient(top,#c1c0c0,#454659);
background:-moz-linear-gradient(top,#c1c0c0,#454659);
background:-webkit-linear-gradient(top,#c1c0c0,#454659);
border:none !important;
border-radius:5px;
box-shadow:2px 2px 6px #7f7f7f; /* This is needed for browser compatibility */
box-shadow:2px 2px 6px rgba(0,0,0,0.5);
padding:5px !important;
}
div.thumb .thumbimage {
border:none !important;
border-radius:5px;
}
div.thumb .thumbimage:hover {
-moz-transform:scale(1.02);
-webkit-transform:scale(1.02);
}
}
1,275

edits

Navigation menu