MediaWiki:Monobook.css: Difference between revisions
From Kirby Speedrunning Wiki
Jump to navigationJump to search
(Created page with ".portlet .pBody { background: rgba(24, 13, 26, 0.87); border: 2px solid #1034A6; } .portlet#p-personal li a, .portlet#p-personal li a:visited { color: purple; } .pBody { background: rgba(24, 13, 26, 0.87); border: 2px outset #1034A6; padding-left: 8px; margin: 2px 5px 0 5px; -webkit-border-radius: 15px 15px / 15px 15px; -moz-border-radius: 15px 15px; border-radius: 15px 15px; } .portlet h5 { color: #F0F8FF; font-weight:...") |
(No difference)
|
Revision as of 18:58, 31 May 2023
.portlet .pBody {
background: rgba(24, 13, 26, 0.87);
border: 2px solid #1034A6;
}
.portlet#p-personal li a, .portlet#p-personal li a:visited {
color: purple;
}
.pBody {
background: rgba(24, 13, 26, 0.87);
border: 2px outset #1034A6;
padding-left: 8px;
margin: 2px 5px 0 5px;
-webkit-border-radius: 15px 15px / 15px 15px;
-moz-border-radius: 15px 15px;
border-radius: 15px 15px;
}
.portlet h5 {
color: #F0F8FF;
font-weight: bold;
text-transform: uppercase;
background: #1034A6;
border: 2px outset aqua;
padding: 1px 0 3px 10px;
display: block;
-webkit-border-radius: 11px 11px / 11px 11px;
-moz-border-radius: 11px 11px;
border-radius: 11px 0;
}
.pBody li a {
color: purple;
}
#p-personal li a:hover {
background: none;
text-decoration: underline;
}