User:71.157.172.175/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(Just for tests. I will remove the page as soon as I see the sandbox with this.)
(I couldn't have sworn I knew what I was doing. I still don't think I do. *GOES TO HELP SECTION*)
Line 1: Line 1:
 +
<nowiki>
#pt-time span {
#pt-time span {
   color: #666;
   color: #666;
Line 21: Line 22:
   font-family: sydnie;
   font-family: sydnie;
}
}
 +
<nowiki>

Revision as of 00:58, 30 September 2007

<nowiki>
#pt-time span {
   color: #666;
   font-size: 11px;
   text-transform: lowercase;
   position: absolute;
   top: 1.9em;
   right: 2.2em;
}

#bodyContent blockquote.email, #article blockquote.email {
   font-family: commodore 64;
   font-size: 135%;
}
#bodyContent blockquote.tandy, #article blockquote.tandy {
   font-family: westminster;
}
#bodyContent blockquote.lappy, #article blockquote.lappy {
   font-family: glitch0;
}
#bodyContent blockquote.corpy, #article blockquote.corpy {
   font-family: sydnie;
}
<nowiki>