Don't like the ads? Then create an account! Users with accounts have more options than anonymous users.

Difference between revisions of "MediaWiki talk:Monobook.css"

From Triforce Wiki, a The Legend of Zelda wiki
Jump to navigationJump to search
(msg)
 
m
Line 1: Line 1:
Can someone add this chunk of code under <code>/* sidebar */<code> on the CSS page?
Can someone add this chunk of code under <code>/* sidebar */</code> on the CSS page?


body.skin--responsive .pBody {
body.skin--responsive .pBody {

Revision as of 19:32, March 11, 2022

Can someone add this chunk of code under /* sidebar */ on the CSS page?

body.skin--responsive .pBody {

   background-color: #fff;
   border: ;
   padding: 0 0.8em 0.3em 0.5em;
   border-top: 2px solid #EEC947;
   border-right: 2px solid #EEC947;
   border-bottom: 2px solid #EEC947;

} Results May Vary (talk) 19:32, March 11, 2022 (UTC)