MediaWiki:Wikia.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
imported>C.Syde65
(You'd think Staff would have noticed something like this before releasing the new dashboard globally. Apparently not.)
imported>C.Syde65
(Still looks very sloppy. Borrowing some CSS from Special:Community.)
Line 1,585: Line 1,585:
}
}


/*Fix White Header Text in Special:Analytics*/
/*Fix white background against white text in Special:Analytics*/
.grid_box,
#analytics_confidential,
.WikiaArticle .thumbinner {
border: 1px solid #e6e6e6;
}

#analytics_confidential,
.grid_box_header {
.grid_box_header {
color: #3a3a3a;
background: #2e70b7;
}
}