User:Dat Hack3r/styles.css: Difference between revisions
Jump to navigation
Jump to search
Dat Hack3r (talk | contribs) (This width should work.) |
Dat Hack3r (talk | contribs) (Testing which value for the box width will work.) |
||
Line 13: | Line 13: | ||
background-color: #000000; | background-color: #000000; | ||
padding: 80px; | padding: 80px; | ||
width: calc( | width: calc(90% - 80px); | ||
} | } | ||
.red-border-box .hatnote { | .red-border-box.hatnote { | ||
color: #808080; | color: #808080; | ||
} | } |
Revision as of 15:02, 15 April 2024
p, .mw-headline {
color: #FF0000;
font-family: monospace, monospace;
}
p {
font-size: 1.1em;
}
.red-border-box {
border-radius: 100px;
border: 10px solid #ff0000;
background-color: #000000;
padding: 80px;
width: calc(90% - 80px);
}
.red-border-box.hatnote {
color: #808080;
}
a:link {
color: #00FF00;
}
a:visited {
color: #FFFF00;
}