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
(sry fixing again)
(ohhhh)
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?


<code>
<pre>
body.skin--responsive .pBody {
body.skin--responsive .pBody {
     background-color: #fff;
     background-color: #fff;
Line 8: Line 8:
     border-right: 2px solid #EEC947;
     border-right: 2px solid #EEC947;
     border-bottom: 2px solid #EEC947;
     border-bottom: 2px solid #EEC947;
}</code> [[User:Results May Vary|Results May Vary]] ([[User talk:Results May Vary|talk]]) 19:32, March 11, 2022 (UTC)
}</pre> [[User:Results May Vary|Results May Vary]] ([[User talk:Results May Vary|talk]]) 19:32, March 11, 2022 (UTC)

Revision as of 19:37, March 11, 2022

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

body.skin--responsive .pBody {
    background-color: #fff;
    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)