User:Koopa con Carne/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 9: Line 9:
body {background: linear-gradient(to bottom, #88f2f7 0, #280342 100px, black 1000px); color:white;}
body {background: linear-gradient(to bottom, #88f2f7 0, #280342 100px, black 1000px); color:white;}


input {background: #254B62;}
input {background: #254B62; color: white;}
 
#filetoc {
    background-color: #0e594a;
    border: 1px solid magenta;
    margin: 2px;
    text-align: center;
    color: white;
}


pre, .mw-code {
pre, .mw-code {
Line 58: Line 50:
#toc {background: #254B62;}
#toc {background: #254B62;}


#wpTextbox1 {background: #254B62;}
#wpTextbox1 {background: #254B62; color:white;}


#footer {background:black; border-color:black}
#footer {background:black; border-color:black}

Revision as of 22:30, May 7, 2023

#p-logo a {background-image:url(https://mario.wiki.gallery/images/c/c0/CatfishRenderDKCTF.png)}

a {color: #3de3b1;}

a:visited {color: #34c99d;}

select {background-color:#09e8b8; color: #190624; }

body {background: linear-gradient(to bottom, #88f2f7 0, #280342 100px, black 1000px); color:white;}

input {background: #254B62; color: white;}

pre, .mw-code {
    background-color: #254B62;
    border: 3px solid #4d4bbd;
    padding: 1em;
}

.wikitable {background:#0e594a;}

#content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: repeat scroll 0 0 linear-gradient(to bottom, #36bfcf 0, #1D3E53 30px, black 2500px) ;
    border-color: #625873 ;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: white;
    line-height: 1.5em;
}

h1 {color: white;}

h2 {color: white;}

h3 {color: white;}

h4 {color: white;}

h5 {color: white;}

h6 {color: white;}


#p-cactions ul li a {background: #0e594a;}

#toc {background: #254B62;}

#wpTextbox1 {background: #254B62; color:white;}

#footer {background:black; border-color:black}