Difference between revisions of "Template:Infobox/styles.css"
From WORST WIKI EVER
Jump to navigationJump to searchNotsokodya (talk | contribs) (Undo revision 184 by Emilydaemon (talk)) Tag: Undo |
(made more role boxes (sage, regulars, player, banned)) |
||
Line 33: | Line 33: | ||
border: 2px dashed #7a56fa; |
border: 2px dashed #7a56fa; |
||
} |
} |
||
+ | .infobox-usergroup.sage{ |
||
− | |||
+ | background-color: #cbffc4; |
||
+ | color: #2c8f1f; |
||
+ | border: 2px dashed #2c8f1f; |
||
+ | } |
||
+ | .infobox-usergroup.regulars{ |
||
+ | background-color: #fff8a6; |
||
+ | color: #756c00; |
||
+ | border: 2px dashed #756c00; |
||
+ | } |
||
+ | .infobox-usergroup.player{ |
||
+ | background-color: #ecebf5; |
||
+ | color: #303033; |
||
+ | border: 2px dashed #303033; |
||
+ | } |
||
+ | .infobox-usergroup.banned{ |
||
+ | background-color: #1f0d0e; |
||
+ | color: #e8000c; |
||
+ | border: 2px dashed #e8000c; |
||
+ | } |
||
.infobox-label, .infobox-data { |
.infobox-label, .infobox-data { |
||
text-align: left; |
text-align: left; |
Revision as of 11:10, 3 January 2025
.infobox {
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
color: black;
padding: 0.2em;
margin: 0.5em 0 0.5em 1em;
border-spacing: 3px 0.5em;
width: 22em;
float: right;
clear: right;
}
.infobox-title {
text-align: center;
font-size: 125%;
}
.infobox-image {
text-align: center;
}
.infobox-usergroup {
font-size: 125%;
}
.infobox-usergroup.owner {
background-color: #ffd6d6;
color: #ff3f3f;
border: 2px dashed #ff3f3f;
}
.infobox-usergroup.admin {
background-color: #dac6fa;
color: #7a56fa;
border: 2px dashed #7a56fa;
}
.infobox-usergroup.sage{
background-color: #cbffc4;
color: #2c8f1f;
border: 2px dashed #2c8f1f;
}
.infobox-usergroup.regulars{
background-color: #fff8a6;
color: #756c00;
border: 2px dashed #756c00;
}
.infobox-usergroup.player{
background-color: #ecebf5;
color: #303033;
border: 2px dashed #303033;
}
.infobox-usergroup.banned{
background-color: #1f0d0e;
color: #e8000c;
border: 2px dashed #e8000c;
}
.infobox-label, .infobox-data {
text-align: left;
vertical-align: top;
}
.infobox-separator {
background-color: #e6e6fa;
}