More actions
No edit summary |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 22: | Line 22: | ||
transition: all 0.2s; | transition: all 0.2s; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
background-color:# | background-color: #333333; | ||
} | } | ||
Line 30: | Line 30: | ||
} | } | ||
.tabs-input { | |||
display: none; | display: none !important; | ||
} | } | ||
#pt-createaccount { | |||
display: none !important; | |||
} | |||
#pt-anonuserpage:after { | |||
content: "Click below to log in with CM-SS13 forums."; | |||
display: block; | |||
padding-top: 0.5em; | |||
} | |||
.citizen-body img { | |||
image-rendering: pixelated | |||
} | |||
/* mw.loader.load('//kit.fontawesome.com/90136e7f9b.js') */ |
Latest revision as of 23:42, 27 October 2024
/* CSS placed here will be applied to all skins */
#wpTextbox1 {
width: 100%;
}
.tooltipshown {
position:relative
}
.tooltiptext {
position: absolute;
display: block;
z-index: 2;
width: 250px;
padding: 10px;
visibility: hidden;
opacity: 0;
white-space: normal;
text-align: left;
transition: all 0.2s;
border: 1px solid #aaa;
background-color: #333333;
}
.tooltipshown:hover > .tooltiptext {
visibility: visible;
opacity: 1
}
.tabs-input {
display: none !important;
}
#pt-createaccount {
display: none !important;
}
#pt-anonuserpage:after {
content: "Click below to log in with CM-SS13 forums.";
display: block;
padding-top: 0.5em;
}
.citizen-body img {
image-rendering: pixelated
}
/* mw.loader.load('//kit.fontawesome.com/90136e7f9b.js') */