MediaWiki:Wikia.css: Difference between revisions

no edit summary
imported>LostInRiverview
m (stealing a bit of code I found...)
No edit summary
 
(19 intermediate revisions by 4 users not shown)
Line 1:
/* 0015:0305, JulyApril 198, 20182020 (UTC) */
 
@import url("/load.php?mode=articles&articles=MediaWiki:Themes.css&only=styles");
Line 10:
top: -2em;
}
s
 
.WikiaPageHeader {
padding-bottom: 1;
Line 178:
 
.small-text, .small-text-cells td {
font-size:7585%;
}
 
.valign-top td {
vertical-align: top;
}
 
Line 279 ⟶ 283:
/*
.navbox-list {
border-color: #fdfdfd; /*/ Must match background color */
}
*/
Line 665 ⟶ 669:
/***bots***/
a[href="/wiki/User:Bawt"],
a[href="/wiki/User:CreateWiki scriptCreateWiki_script"],
a[href="/wiki/User:Delete page scriptDelete_page_script"],
a[href="/wiki/User:Edit page scriptEdit_page_script"],
a[href="/wiki/User:Fandom"],
a[href="/wiki/User:FANDOM"],
Line 674 ⟶ 678:
a[href="/wiki/User:K6kaBOT"],
a[href="/wiki/User:LiRBot"],
a[href="/wiki/User:Maintenance scriptMaintenance_script"],
a[href="/wiki/User:VSTF BotSyde_BOT"],
a[href="/wiki/User:DhardenVSTF_Bot"],
a[href="/wiki/User:Wikia"],
a[href="/wiki/User:WikiaBot"],
Line 690 ⟶ 695:
a[href="/wiki/User:WikiBuilder1147"],
/*crats*/
a[href="/wiki/User:Dharden"],
a[href="/wiki/User:K6ka"],
a[href="/wiki/User:LostInRiverview"],
Line 958 ⟶ 962:
}
 
/* changes to pop ups */
 
.modalWrapper {
Line 1,575 ⟶ 1,579:
font-style: italic;
clear:both;
}
 
/*Fix Maximum Width for the Deletion Reason Box*/
#mw-img-deleteconfirm-table td.mw-input,
#wpDeleteReasonListRow td.mw-input,
#wpDeleteReasonRow td.mw-input {
max-width: 566px;
overflow: hidden;
}
 
/*Fix white background against white text in Special:Analytics*/
.grid_box,
.WikiaArticle .thumbinner {
border: 1px solid #e6e6e6;
}
 
#analytics_confidential,
.grid_box_header {
background: #2e70b7;
}
 
.analytics_table td:nth-child(1) a:any-link,
.analytics_table td:nth-child(1) a:hover {
color: #002bb8;
}
 
#analytics_confidential,
.grid_box,
.grid_box_header {
border-radius: 0;
}
 
.analytics_table tbody tr,
.analytics_table thead tr {
border-bottom: 1px solid #cccccc;
}