MediaWiki talk:Monobook.css

From MediaWiki
Revision as of 09:26, 23 January 2007 by Derik (talk | contribs) (Requesting CSS Change)
Jump to navigationJump to search

Hey Walky, just checking before I got any further on my (non-evil) template work- as an admin you can edit this page, right? (it is, of course, locked to general editing.) -Derik 02:14, 23 January 2007 (UTC)

It appears I can, yes.
Danke. -Derik 02:24, 23 January 2007 (UTC)

Requesting CSS Change

I'm requesting the following CSS be added to the MediaWiki monobook.css file.

It's a set of messagebox style classes used by a couple wikipedia-standard maintenance templates we don't have (but should) like {{cleanup}}. At over 3000 articles, the wiki is starting to sprawl a little, this should help prevent rot. -Derik 09:26, 23 January 2007 (UTC)


/* Messagebox templates */

.messagebox {

  border: 1px solid #aaa;
  background-color: #f9f9f9;
  width: 80%;
  margin: 0 auto 1em auto;
  padding: .2em;

} .messagebox.merge {

  border: 1px solid #c0b8cc;
  background-color: #f0e5ff;
  text-align: center;

} .messagebox.cleanup {

  border: 1px solid #9f9fff;
  background-color: #efefff;
  text-align: center;

} .messagebox.standard-talk {

  border: 1px solid #c0c090;
  background-color: #f8eaba;

}

/* Teletran-1 specicic bits */ .tt1_cleanup {

   height:107px;

} .tt1_cleanup .messagebox {

  position:relative;
  padding-left:75px;

} .tt1_cleanup .messagebox span.mb_thumb{

  display:block;
  height:100px;
  width:61px;
  background:url("http://images.wikia.com/transformers/images/2/23/Junkion_jimmy.gif");
  position:absolute;
  top:2px;
  left:5px;

}