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
(Undid revision 425344 by Woganhemlock (Talk))
imported>Woganhemlock
No edit summary
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* chat tweaks probably stolen from central */
/* tweaking le chat */
.Chat {line-height:1.2em; word-wrap:break-word;}
.Chat {line-height:1.2em; word-wrap:break-word;}
.Chat .avatar {display:none;}
.Chat .avatar {display:none;}
Line 14: Line 14:
.Chat .continued .time {display:block;}
.Chat .continued .time {display:block;}


/* changes to edit diff screen */
/*Wiki translucent background - allows the background to be partially visible into the article space. Additional code added to eliminate shadow mask (gray horizontal bar) */
.WikiaArticle table.diff, .WikiaArticle td.diff-otitle, .WikiaArticle td.diff-ntitle {
background-color: transparent;
}

hr.diff-hr { display: none; }

td.diff-deletedline {
background: #FFDDCC;

/** Global navigation bar funsies **/
.global-navigation {
position: relative !important;
}
.search-select-overlay {
.WikiaPageBackground {
color:#C8D2D7;
background: transparent url(http://images4.wikia.nocookie.net/__cb20120213083837/woganhemlockstest/images/d/d2/Blank.png);
}
}
.WikiHeader .shadow-mask {
.global-navigation {
display: none;
background-color: #002D55;
background-image: -moz-linear-gradient(left center , #000B15 0px, #002D55 50%, #000B15 100%);
}
.global-navigation {
border: none;
}
.global-navigation * {
border: none;
}
.global-navigation .page-width {
border: none;
}
.global-navigation img.avatar {
border-radius: 0 !important;
}
.search-form-wrapper .table-cell {
color:00b7e0;
}
.AccountNavigation > li .avatar-container {
border-radius:0%;
}
.wikia-logo img {
background-image: url(http://i.imgur.com/keGMFzh.png);
}
}

Latest revision as of 01:54, 4 December 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; }

td.diff-deletedline {
background: #FFDDCC;

/** Global navigation bar funsies **/
.global-navigation {
    position: relative !important;
}
 
.search-select-overlay {
    color:#C8D2D7;
}
 
.global-navigation { 
    background-color: #002D55;
    background-image: -moz-linear-gradient(left center , #000B15 0px, #002D55 50%, #000B15 100%);
}
 
.global-navigation {
    border: none;
}
 
.global-navigation * {
    border: none;
}
 
.global-navigation .page-width {
    border: none;
}
 
.global-navigation img.avatar {
    border-radius: 0 !important;
}
 
.search-form-wrapper .table-cell {
    color:00b7e0;
}
 
.AccountNavigation > li .avatar-container {
    border-radius:0%;
}
 
.wikia-logo img {
    background-image: url(http://i.imgur.com/keGMFzh.png);
}