Research Realm:Main Page/styles.css: Difference between revisions
From Research Realm
copying some css code from wikipedia but modifying it trying to recreate Bestia's mockup |
m Ringtail Raider moved page Template:Main Page/styles.css to Research Realm:Main Page/styles.css without leaving a redirect: why didn't this work when I made it there? |
(No difference)
|
Revision as of 20:42, 13 October 2025
/* {{pp|small=yes}} */
.mp-box {
border: 1px solid #aaa; /* all colors overriden on specific elements in @media screen */
padding: 0 0.5em 0.5em;
margin-top: 4px;
}
#mp-welcomecount {
text-align: center;
margin: 0.4em;
}
#mp-welcome {
font-size: 162%;
padding: 0.1em;
}
@media screen {
#mp-topbanner {
background-color: #f9f9f9;
border-color: #ddd;
}
}