Template:Block mbox/styles.css: Difference between revisions
Jump to navigation
Jump to search
fix? |
m fix |
||
Line 13: | Line 13: | ||
clear: both; | clear: both; | ||
} | } | ||
.user-block .blue { | .user-block.blue { | ||
background-color: #ddeeff; | background-color: #ddeeff; | ||
} | } |
Revision as of 19:10, 15 January 2025
/* Stolen from [[wikipedia:Template:Blocked proxy]] */
.user-block {
margin-bottom: 0.5em;
background-color: #ffefd5;
color: rgb(32, 33, 34);
border: 1px solid #AAA;
padding: 0.7em;
}
.user-block .user-block-body {
border-top: 1px solid #AAA;
clear: both;
}
.user-block.blue {
background-color: #ddeeff;
}