MediaWiki talk:Monobook.css: Difference between revisions
From MediaWiki
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
| Line 43: | Line 43: | ||
width:61px; | width:61px; | ||
background:url("http://images.wikia.com/transformers/images/2/23/Junkion_jimmy.gif"); | background:url("http://images.wikia.com/transformers/images/2/23/Junkion_jimmy.gif"); | ||
} | |||
.tt1_nowrap { | |||
white-space: nowrap; | |||
}<div id="wikia-credits"><br /><br /><small>From [http://transformers.wikia.com Teletraan I: The Transformers Wiki], a [http://www.wikia.com Wikia] wiki.</small></div> | }<div id="wikia-credits"><br /><br /><small>From [http://transformers.wikia.com Teletraan I: The Transformers Wiki], a [http://www.wikia.com Wikia] wiki.</small></div> | ||
Revision as of 20:35, 22 May 2007
/* Teletran-1 specicic bits */ .tt1_merge, .tt1_tobedeleted, .tt1_cleanup {
height:87px;
}
.tt1_merge .messagebox, .tt1_tobedeleted .messagebox, .tt1_cleanup .messagebox {
position:relative; padding-left:75px;
}
.tt1_merge .messagebox {
padding-left:88px;
}
.tt1_merge .messagebox span.mb_thumb, .tt1_tobedeleted .messagebox span.mb_thumb, .tt1_cleanup .messagebox span.mb_thumb{
display:block; height:100px; position:absolute; top:2px; left:5px;
}
/* Merge only */
.tt1_merge .messagebox span.mb_thumb{
width:74px;
background:url("http://images.wikia.com/transformers/images/5/5e/Merge_megratchet.gif");
}
/*ToBedeleted only */ .tt1_tobedeleted .messagebox {
border:solid 1px #aaa; background:#f9f9f9;
} .tt1_tobedeleted .messagebox span.mb_thumb{
width:64px;
background:url("http://images.wikia.com/transformers/images/a/a8/Quint_head.gif");
}
/* Cleanup only */
.tt1_cleanup .messagebox span.mb_thumb{
width:61px;
background:url("http://images.wikia.com/transformers/images/2/23/Junkion_jimmy.gif");
}
.tt1_nowrap { white-space: nowrap;
}

