User:RubberLuigi/monobook.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
RubberLuigi (talk | contribs) 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: | font-family: helvetica; | ||
color: # | font-style: oblique; | ||
color: #1589FF; | |||
font-size: 10px; | font-size: 10px; | ||
background-image: url("/ | background-image: url("https://commercialhunks.files.wordpress.com/2016/01/vlcsnap-00300.jpg?w=1521"); | ||
background-size: | background-size: 100px; | ||
list-style-type: lower-roman; | |||
); | ); | ||
} | } | ||
a { color: # | a { color: #1589FF; } | ||
a:active { color: # | a:active { color: #2B65EC; } | ||
a:visited { color: # | a:visited { color: #1589FF; } | ||
#p-personal a.new { color: # | #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/ | background: url("http://www.mariowiki.com/images/b/b9/Poochy_Dancing.jpg") center/contain no-repeat !important; | ||
} | } | ||
p. | p.italic { | ||
font-style: italic; | font-style: italic; | ||
} | } | ||
div#content { | |||
color: #7A5DC7; | |||
} | } | ||
.usermessage { | |||
color: # | 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;
}