MediaWiki:Common.css
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.wiki-button {
height: 35px;
width: 170px;
border-radius:10px;
outline: 2px solid;
outline-offset: 3px;
outline-color: #ffffff !important;
border: none;
filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
}
.pro-table {
background-color: #333333;
border: 5px solid #000000;
border-radius: 20px;
padding: 3px;
cellspacing: 2px;
cellpadding: 2px;
border-spacing: 5px 5px;
color: white;
}
.pro-table-header {
background-color: #1B1A1A;
color: #FFB600;
border-radius: 30px;
border: 1px solid #000000;
font-weight: bold;
font-size: 125%;
text-align: center;
padding: 4px;
}
.pro-table-header-cell {
padding: 7px;
border: 3px solid #000000;
}
.pro-table-row {
background-color: #DDD;
color: #000000;
}
.circular-icon {
width: 55px;
height: 55px;
border-radius: 35px;
border: 3px solid #000000;
background-color: white;
text-align: center;
padding: 5px;
align: left;
}
.pro-table-cell {
background-color: #666666;
border-radius: 20px;
border: 1px solid #000000;
padding: 4px;
}
.informational-box {
margin-left: 15px;
margin-top: 5px;
margin-bottom: 5px;
cellspacing: 2px;
float: right;
text-align: center;
padding: 3px;
}
.top-align {
vertical-align: top;
}
.middle-align {
vertical-align: middle;
}
.tab {
text-align: center;
}
.tab td {
float: left;
border: 1px solid {{#var:border}};
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
border-radius: 25px 25px 1px 1px;
}
.tab td:hover {
text-decoration: underline;
}
.tab td.active {
background-color: {{#var:background}};
font-weight: bold;
color: {{#var:border}};
}
.tabcontent {
display: none;
background-color: none;
border: none;
border-top: none;
}
#n-PRO-Wiki-Discord a {
background-image: url("https://i.imgur.com/4TeLNLE.png");
background-position: left;
color: white !important;
background-repeat: no-repeat;
font-size: 10px;
font-weight: bold;
border-radius: 25px;
border: 1px solid #2b44a1;
background-color: #7289da;
display: block;
position: relative;
padding-left: 32px;
padding-bottom: 7px;
padding-top: 7px;
padding-right: 7px;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
transition: 0.2s ease;
}
.collapsible span.collapsible-toggle {
float: right;
}
.border-top-radius {
border-top-right-radius: 25px;
border-top-left-radius: 25px;
}
.border-bottom-radius {
border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px;
}
colgroup {
display: table-column-group;
}
col {
display: table-column;
}
.4w td {
width: 4%;
}
/* Keita Side Menu */
/* Keita Side Menu */
@import 'https://fonts.googleapis.com/icon?family=Material+Icons'
@import '/font-awesome-4.6.3/css/font-awesome.min.css';
@import '/font-awesome/css/font-awesome.min.css';
@import 'https://fonts.googleapis.com/css?family=Roboto';
@import 'https://fonts.google.com/icons?selected=Material+Symbols+Outlined:home:FILL@0;wght@400;GRAD@0;opsz@48';
#mw-panel {
font-family: 'Inter', sans-serif;
position: fixed;
top: 0;
left: 0;
margin: 0;
padding: 0;
height: 100%;
width: 60px;
list-style-type: none;
background: #222222;
overflow-y: scroll;
overflow-x: hidden;
z-index: 1;
transition: width .3s;
}
#mw-panel .vector-menu-content {
display: none !important;
}
.vector-menu-heading {
display: none !important;
display: table-cell;
width: 300px;
font-size: 15.3px;
font-weight:500;
text-decoration: none
}
#mw-panel:hover {
width: 300px;
.vector-menu-content, .vector-menu-heading {
display: block !important;
width: 300px;
}
.vector-menu-heading {
display: block !important;
color: red;
font-size: 18px;
}
}
#mw-panel li {
width: 300px;
}
#mw-panel li span {
font-size: 1rem;
margin: 20px 30px 0 22px;
}
#mw-panel li a {
display: table-cell;
width: 300px;
font-size: 15.3px;
font-weight:500;
text-decoration: none;
color: #FFF;
height: 35px;
background: #222222;
vertical-align: middle;
text-transform: uppercase;
padding-left: 10px;
}
#mw-panel li a:hover,
.side-menu li:first-child a {
background: #14081d;
display: table-cell;
}
.vector-menu-portal {
margin: 0 0.6em 0 -0.3em;
}
/* Margin-Left of nav-items + Padding-Top of nav-items */
.vector-menu-portal {
margin: 0 0.6em 0 -0.5em;
padding: 0px !important;
}
.vector-menu-content ul {
padding-top: 0px !important;
}
#mw-panel:before {
content:url('https://i.imgur.com/jUBM3JW.png');
size: 20%;
padding: 5px;
display:none !important;
text-align: center;
transform: scale(.75);
}
#mw-panel:hover::before{
display:block !important;
content:url('https://i.imgur.com/jUBM3JW.png');
size: 20%;
padding: 5px;
display:block !important;
text-align: center;
transform: scale(.75);
}
div#p-logo {
display: none;
}
#mw-panel::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.#mw-panel {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}