Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
imported>Default No edit summary |
imported>TurtleShroom CPF advertisement |
||
Line 1: | Line 1: | ||
/***** CSS placed here will be applied to all skins on the entire site. *****/ | /***** CSS placed here will be applied to all skins on the entire site. *****/ | ||
{{CPFANON}} | |||
/* See also: [[MediaWiki:Monobook.css]] */ | /* See also: [[MediaWiki:Monobook.css]] */ |
Revision as of 20:11, 25 October 2008
/***** CSS placed here will be applied to all skins on the entire site. *****/
{{CPFANON}}
/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */
/*** Mark redirects in Special:Allpages und Special:Watchlist ***/
.allpagesredirect {
font-style: italic;
}
.watchlistredir {
font-style: italic;
}
/*** Forum formatting (by -Algorithm & -Splaka) ***/
.forumheader {
border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
color: black; text-decoration: none
}
.forumlist td.forum_title a {
padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
padding-left: 20px;
}
/* </pre> */