User:RubberLuigi/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (that didn't work)
mNo edit summary
Line 4: Line 4:
  color: #1589FF;
  color: #1589FF;
  font-size: 10px;
  font-size: 10px;
  background-image: url("http://assets.creativity-online.com/images/work/print/v/e/r/Verizon_BetterMatters15.jpg");
  background-image: url("https://commercialhunks.files.wordpress.com/2016/01/vlcsnap-00300.jpg?w=1521");
  background-size: 100px;
  background-size: 100px;
  list-style-type: lower-roman;
  list-style-type: lower-roman;

Revision as of 22:53, July 11, 2016

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;
}