No edit summary |
No edit summary |
||
| (21 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* THIS IS THE SEARCH BAR*/ | |||
.b { | |||
text-wrap-mode: nowrap; | |||
} | |||
.a { | |||
text-shadow: 0 0 1px black; | |||
} | |||
blockquote { | |||
background-color: rgba(217, 217, 217, 0.2); | |||
color: #9b9b9b; | |||
border: solid; | |||
border-color: #3a40450f; | |||
text-align: center; | |||
display: block; | |||
clear: left; | |||
margin-right: 36px; | |||
border-radius: 8px; | |||
padding-left: 10px; | |||
padding-right: 10px; | |||
} | |||
a.new:visited { | |||
color: #d3af00; | |||
} | |||
a.new { | |||
color: #d3af00; | |||
} | |||
.mw-ui-input:not(:disabled) { | |||
background-color: rgb(0 0 0 / 20%); | |||
color: white; | |||
border-color: rgb(0 0 0 / 20%); | |||
transition-property: background-color, color, border-color, box-shadow; | |||
transition-duration: 250ms; | |||
} | |||
.mw-ui-button:not(:disabled) { | |||
border-width: inherit; | |||
background-color: rgb(0 0 0 / 20%); | |||
} | |||
| Line 22: | Line 66: | ||
table{overflow-x:auto;} | table{overflow-x:auto;} | ||
@media screen and (max-width: 720px) | |||
table { | |||
display: inline-table; | |||
} | |||
a.image { | |||
width: 22em; | |||
} | |||
Latest revision as of 22:18, 16 June 2025
/* CSS placed here will be applied to all skins */
/* THIS IS THE SEARCH BAR*/
.b {
text-wrap-mode: nowrap;
}
.a {
text-shadow: 0 0 1px black;
}
blockquote {
background-color: rgba(217, 217, 217, 0.2);
color: #9b9b9b;
border: solid;
border-color: #3a40450f;
text-align: center;
display: block;
clear: left;
margin-right: 36px;
border-radius: 8px;
padding-left: 10px;
padding-right: 10px;
}
a.new:visited {
color: #d3af00;
}
a.new {
color: #d3af00;
}
.mw-ui-input:not(:disabled) {
background-color: rgb(0 0 0 / 20%);
color: white;
border-color: rgb(0 0 0 / 20%);
transition-property: background-color, color, border-color, box-shadow;
transition-duration: 250ms;
}
.mw-ui-button:not(:disabled) {
border-width: inherit;
background-color: rgb(0 0 0 / 20%);
}
.tabber__tab--active, .tabber__tab--active:visited{
box-shadow: inset 0 -2px 0 0 hsl(0deg 60% 60%);
color: hsl(0deg 60% 60%);
}
#p-views #ca-edit > a, #p-views #ca-ve-edit > a {
background-color: hsl(0deg 60% 60%);
color: #fff;
}
.mw-parser-output .home-card__background{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #242a31;
border-radius: 8px;}
table{overflow-x:auto;}
@media screen and (max-width: 720px)
table {
display: inline-table;
}
a.image {
width: 22em;
}