User:RubberLuigi/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (I like this)
m (Glowsquid moved page User:Ghostgirl/monobook.css to User:RubberLuigi/monobook.css: Automatically moved page while renaming the user "Ghostgirl" to "RubberLuigi")
 
(39 intermediate revisions by 3 users not shown)
Line 1: Line 1:
body {
body {
  font-family: verdana;
  font-family: helvetica;
  color: #BF6E00;
font-style: oblique;
  color: #1589FF;
  font-size: 10px;
  font-size: 10px;
  background-image: url("/images/f/f0/Bowser_SSB4_Artwork_-_Red.jpg");
  background-image: url("https://commercialhunks.files.wordpress.com/2016/01/vlcsnap-00300.jpg?w=1521");
  background-size: 250px 250px;
  background-size: 100px;
list-style-type: lower-roman;
);
);
  }
  }
a { color: #800080; }
a { color: #1589FF; }
a:active { color: #FF00FF; }
a:active { color: #2B65EC; }
a:visited { color: #800080; }
a:visited { color: #1589FF; }
#p-personal a.new { color: #800080 }
#p-personal a.new { color: #1589FF }
#p-personal a.new:visited { color: #1589FF }
#p-logo a {
#p-logo a {
  background: url(http://www.mariowiki.com/images/3/3e/MK8_Roy_Icon.png) center no-repeat !important;
  background: url("http://www.mariowiki.com/images/b/b9/Poochy_Dancing.jpg") center/contain no-repeat !important;
background-size: 400px 400px;
}
}


p.oblique {
p.italic {
  font-style: italic;
  font-style: italic;
}
}


.portlet h3 {
div#content {
  background: #FFF;
  color: #7A5DC7;
}
}


div#content {
.usermessage {
  color: #800080;
background: #0000FF;
border: 1.1px dashed #060;
}
 
input{
  background-color: #1589FF;
}
}

Latest revision as of 18:07, January 3, 2022

body {
 font-family: helvetica;
 font-style: oblique;
 color: #1589FF;
 font-size: 10px;
 background-image: url("https://commercialhunks.files.wordpress.com/2016/01/vlcsnap-00300.jpg?w=1521");
 background-size: 100px;
 list-style-type: lower-roman;
);
 }
a { color: #1589FF; }
a:active { color: #2B65EC; }
a:visited { color: #1589FF; }
#p-personal a.new { color: #1589FF }
#p-personal a.new:visited { color: #1589FF }
#p-logo a {
 background: url("http://www.mariowiki.com/images/b/b9/Poochy_Dancing.jpg") center/contain no-repeat !important;
}

p.italic {
 font-style: italic;
}

div#content {
 color: #7A5DC7;
}

.usermessage {
 background: #0000FF;
 border: 1.1px dashed #060;
 }

input{
 background-color: #1589FF;
}