MediaWiki:Wikia.css: Difference between revisions
Jump to navigation
Jump to search
imported>HyperDuckSquared No edit summary |
imported>HyperDuckSquared No edit summary |
||
| Line 5: | Line 5: | ||
a { | a { | ||
color: #A0CEE5 !important; | color: #A0CEE5 !important; | ||
} | |||
.background-image-gradient { | |||
display: none !important; | |||
} | } | ||
Revision as of 02:53, 25 February 2018
body {
color: #d7d7d7 !important;
}
a {
color: #A0CEE5 !important;
}
.background-image-gradient {
display: none !important;
}
.WikiaPage .WikiaPageBackground {
background: #6b6b6b !important;
}
.wds-community-header {
background-color: #648799 !important;
}
.wds-community-header::before {
linear-gradient(to right,rgba(160,206,229,0.5),rgba(160,206,229,0.5)),linear-gradient(to left,rgba(160,206,229,0) 200px,#648799 430px);
}
.wds-community-header a {
color: #fff !important;
}
.page-header__separator {
background-color: #c1c1c1 !important;
}
.WikiaArticle h2 {
border-bottom-color: #c1c1c1 !important;
}
.WikiaArticleComments {
border-top-color: #c1c1c1 !important;
}
.WikiaArticleComments .article-comments {
border-top-color: #c1c1c1 !important;
}
.article-categories {
border-color: #c1c1c1 !important;
}
.portable-infobox, .infobox, .pi-oasis {
background-color: #e5e5e5 !important;
color: #adadad !important;
border-color: #c1c1c1 !important;
}
.portable-infobox th, .infobox th, .pi-oasis th {
background: #A0CEE5 !important;
}
.portable-infobox a, .infobox a, .pi-oasis a {
color: #99c5db !important;
}