MediaWiki:Common.css

From Ragnagoats Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Extension:ClipBox */
.clipbox {
	font-size: 12px;
	color: #333;
	display: inline;
}
.clipbox input{
	font-size:12px;
	display: inline;
    text-align: center;
}

.clipbox button:hover {
	opacity: 0.8;
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

table.wikitablec {
    background-color: #f8f9fa;
    color: #202122;
    margin: 1em 0;
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
}

.iwMainFrame {
    border: 1px solid #a7d7f9;
    padding: 0.5em 1em;
    margin: 1em;
    background-color: #e7edfb;
}
.iwMainTitle {
    margin: 0;
    background-color: #a7bdf4;
    font-family: 'Trebuchet MS',Helvetica,sans-serif;
    font-size: 120%;
    font-weight: bold;
    border: 1px solid #a7bdf4;
    text-align: left;
    color: #3b3b3b;
    padding: 0.2em 0.4em;
}