User:Woganhemlock/wikia.css: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
imported>Woganhemlock
(well then)
imported>Woganhemlock
No edit summary
Line 13: Line 13:
.Chat .continued .username {display:inline;}
.Chat .continued .username {display:inline;}
.Chat .continued .time {display:block;}
.Chat .continued .time {display:block;}

/* changes to edit diff screen */
.WikiaArticle table.diff, .WikiaArticle td.diff-otitle, .WikiaArticle td.diff-ntitle {
background-color: transparent;
}

hr.diff-hr { display: none; }

Revision as of 05:10, 8 November 2014

/* chat tweaks probably stolen from central */
.Chat {line-height:1.2em; word-wrap:break-word;}
.Chat .avatar {display:none;}
.Chat li {padding:2px 3px; min-height:0;}
.Chat .username {display:inline;}
.Chat .you {background:#f0f0f0;}
.Chat .time {float:left; margin-right:3px; color:#333;}
.Chat .time:before {content:'[';}
.Chat .time:after {content:']';}
.Chat .inline-alert {text-align:left; padding:2px 3px; font-weight:normal; font-size:13px; line-height:1.2em;}
.Chat .inline-alert:before, .Chat .inline-alert:after {content:none;}
.Chat .continued {top:0; margin-bottom:0;}
.Chat .continued .username {display:inline;}
.Chat .continued .time {display:block;}

/* changes to edit diff screen */
.WikiaArticle table.diff, .WikiaArticle td.diff-otitle, .WikiaArticle td.diff-ntitle {
  background-color: transparent;
}

hr.diff-hr { display: none; }