MediaWiki:Wikia.css: Difference between revisions
Jump to navigation
Jump to search
imported>HyperDuckSquared No edit summary |
imported>HyperDuckSquared No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 24: | Line 24: | ||
.wds-community-header::before { | .wds-community-header::before { | ||
background: linear-gradient(to right,rgba(100,135,153,0.5),rgba(100,135,153,0.5)),linear-gradient(to left,rgba(100,135,153,0) 200px,#648799 430px); | background: linear-gradient(to right,rgba(100,135,153,0.5),rgba(100,135,153,0.5)),linear-gradient(to left,rgba(100,135,153,0) 200px,#648799 430px) !important; | ||
} | } | ||
| Line 55: | Line 55: | ||
} | } | ||
.portable-infobox, .infobox, .pi-oasis, .portable-infobox.pi-theme-togsmp { | .portable-infobox, .infobox, .pi-oasis, .portable-infobox.pi-theme-togsmp, .portable-infobox.pi-theme-togsmp-large { | ||
background-color: #e5e5e5 !important; | background-color: #e5e5e5 !important; | ||
color: #adadad !important; | color: #adadad !important; | ||
border-color: #c1c1c1 !important; | border-color: #c1c1c1 !important; | ||
position: relative; | |||
} | } | ||
.portable-infobox th, .infobox th, .pi-oasis th, .portable-infobox.pi-theme-togsmp th { | .portable-infobox th, .infobox th, .pi-oasis th, .portable-infobox.pi-theme-togsmp th, .portable-infobox.pi-theme-togsmp-large th { | ||
background: #A0CEE5 !important; | background: #A0CEE5 !important; | ||
} | } | ||
.portable-infobox a, .infobox a, .pi-oasis a, .portable-infobox.pi-theme-togsmp a{ | .portable-infobox a, .infobox a, .pi-oasis a, .portable-infobox.pi-theme-togsmp a, .portable-infobox.pi-theme-togsmp-large a{ | ||
color: #99c5db !important; | color: #99c5db !important; | ||
} | } | ||
.portable-infobox.pi-theme-togsmp .pi-background { | .portable-infobox.pi-theme-togsmp .pi-background, .portable-infobox.pi-theme-togsmp-large .pi-background { | ||
background-color: #e5e5e5 !important; | background-color: #e5e5e5 !important; | ||
} | } | ||
.portable-infobox.pi-theme-togsmp .pi-secondary-background { | .portable-infobox.pi-theme-togsmp .pi-secondary-background, .portable-infobox.pi-theme-togsmp-large .pi-secondary-background { | ||
background-color: #A0CEE5 !important; | background-color: #A0CEE5 !important; | ||
} | } | ||
.portable-infobox.pi-theme-togsmp .pi-item-spacing { | .portable-infobox.pi-theme-togsmp .pi-item-spacing, .portable-infobox.pi-theme-togsmp-large .pi-item-spacing { | ||
padding: 10px 8px; | padding: 10px 8px; | ||
} | } | ||
| Line 89: | Line 90: | ||
} | } | ||
.portable-infobox.pi-theme-togsmp .pi-data- | .portable-infobox.pi-theme-togsmp-large .pi-data-label { | ||
font-size: 14px !important; | font-size: 14px !important; | ||
-ms-flex-preferred-size: 120px !important; | |||
-webkit-flex-basis: 120px !important; | |||
-moz-flex-basis: 120px !important; | |||
flex-basis: 120px !important; | |||
} | } | ||
.portable-infobox.pi-theme-togsmp .pi-title, .portable-infobox.pi-theme-togsmp .pi-heading { | .portable-infobox.pi-theme-togsmp .pi-data-value, .portable-infobox.pi-theme-togsmp-large .pi-data-value { | ||
font-size: 14px !important; | |||
margin: 0 auto; | |||
min-height: 5px; | |||
} | |||
.portable-infobox.pi-theme-togsmp .pi-title, .portable-infobox.pi-theme-togsmp .pi-heading, .portable-infobox.pi-theme-togsmp-large .pi-title, .portable-infobox.pi-theme-togsmp-large .pi-heading { | |||
background: #A0CEE5; | background: #A0CEE5; | ||
margin: 4px; | margin: 4px; | ||
font-size: 18px; | font-size: 18px; | ||
padding: 14px; | padding: 14px; | ||
} | |||
.portable-infobox.pi-theme-togsmp-large { | |||
width: 350px; | |||
} | |||
.settlement-status { | |||
background-color: #648799; | |||
padding: 5px; | |||
color: #fff; | |||
position: absolute; | |||
left: 4px; | |||
right: 4px; | |||
margin-top: -14px !important; | |||
} | } | ||
Latest revision as of 17:48, 8 February 2021
body {
color: #d7d7d7 !important;
}
a {
color: #A0CEE5 !important;
}
a.new {
color: #CC2200 !important;
}
.background-image-gradient {
display: none !important;
}
.WikiaPage .WikiaPageBackground {
background: #6b6b6b !important;
}
.wds-community-header {
background-color: #A0CEE5 !important;
}
.wds-community-header::before {
background: linear-gradient(to right,rgba(100,135,153,0.5),rgba(100,135,153,0.5)),linear-gradient(to left,rgba(100,135,153,0) 200px,#648799 430px) !important;
}
.wds-community-header a {
color: #fff !important;
}
.page-header__separator {
background-color: #c1c1c1 !important;
}
.WikiaArticle h2 {
border-bottom-color: #c1c1c1 !important;
}
.WikiaArticle .toc {
border-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, .portable-infobox.pi-theme-togsmp, .portable-infobox.pi-theme-togsmp-large {
background-color: #e5e5e5 !important;
color: #adadad !important;
border-color: #c1c1c1 !important;
position: relative;
}
.portable-infobox th, .infobox th, .pi-oasis th, .portable-infobox.pi-theme-togsmp th, .portable-infobox.pi-theme-togsmp-large th {
background: #A0CEE5 !important;
}
.portable-infobox a, .infobox a, .pi-oasis a, .portable-infobox.pi-theme-togsmp a, .portable-infobox.pi-theme-togsmp-large a{
color: #99c5db !important;
}
.portable-infobox.pi-theme-togsmp .pi-background, .portable-infobox.pi-theme-togsmp-large .pi-background {
background-color: #e5e5e5 !important;
}
.portable-infobox.pi-theme-togsmp .pi-secondary-background, .portable-infobox.pi-theme-togsmp-large .pi-secondary-background {
background-color: #A0CEE5 !important;
}
.portable-infobox.pi-theme-togsmp .pi-item-spacing, .portable-infobox.pi-theme-togsmp-large .pi-item-spacing {
padding: 10px 8px;
}
.portable-infobox.pi-theme-togsmp .pi-data-label {
font-size: 14px !important;
-ms-flex-preferred-size: 100px !important;
-webkit-flex-basis: 100px !important;
-moz-flex-basis: 100px !important;
flex-basis: 100px !important;
}
.portable-infobox.pi-theme-togsmp-large .pi-data-label {
font-size: 14px !important;
-ms-flex-preferred-size: 120px !important;
-webkit-flex-basis: 120px !important;
-moz-flex-basis: 120px !important;
flex-basis: 120px !important;
}
.portable-infobox.pi-theme-togsmp .pi-data-value, .portable-infobox.pi-theme-togsmp-large .pi-data-value {
font-size: 14px !important;
margin: 0 auto;
min-height: 5px;
}
.portable-infobox.pi-theme-togsmp .pi-title, .portable-infobox.pi-theme-togsmp .pi-heading, .portable-infobox.pi-theme-togsmp-large .pi-title, .portable-infobox.pi-theme-togsmp-large .pi-heading {
background: #A0CEE5;
margin: 4px;
font-size: 18px;
padding: 14px;
}
.portable-infobox.pi-theme-togsmp-large {
width: 350px;
}
.settlement-status {
background-color: #648799;
padding: 5px;
color: #fff;
position: absolute;
left: 4px;
right: 4px;
margin-top: -14px !important;
}