Difference between revisions of "Template:Infobox/styles.css"
From WORST WIKI EVER
Jump to navigationJump to searchNotsokodya (talk | contribs) (made infobox look prettier) |
Notsokodya (talk | contribs) (finished usergroups style) |
||
Line 5: | Line 5: | ||
padding: 0.2em; |
padding: 0.2em; |
||
margin: 0.5em 0 0.5em 1em; |
margin: 0.5em 0 0.5em 1em; |
||
+ | border-spacing: 3px 0.5em; |
||
width: 22em; |
width: 22em; |
||
float: right; |
float: right; |
||
Line 17: | Line 18: | ||
.infobox-image { |
.infobox-image { |
||
text-align: center; |
text-align: center; |
||
+ | } |
||
+ | |||
+ | .infobox-usergroup { |
||
+ | font-size: 125%; |
||
+ | } |
||
+ | .infobox-usergroup.owner { |
||
+ | background-color: #faa6a6; |
||
+ | color: #fa5656; |
||
+ | border: 2px dashed #fa5656; |
||
+ | } |
||
+ | .infobox-usergroup.admin { |
||
+ | background-color: #dac6fa; |
||
+ | color: #7a56fa; |
||
+ | border: 2px dashed #7a56fa; |
||
} |
} |
||
Revision as of 01:15, 2 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: #faa6a6;
color: #fa5656;
border: 2px dashed #fa5656;
}
.infobox-usergroup.admin {
background-color: #dac6fa;
color: #7a56fa;
border: 2px dashed #7a56fa;
}
.infobox-label, .infobox-data {
text-align: left;
vertical-align: top;
}
.infobox-separator {
background-color: #e6e6fa;
}