Difference between revisions of "MediaWiki:Vector.css"
From Game Detectives Wiki
Imnotgoats (talk | contribs) |
m (remove dependency on imgur for background image (imgur geoblocking the UK was causing it to look terrible)) |
||
| (85 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | /* CSS placed here will affect users of the Vector skin */ | + | /* CSS placed here will affect users of the Vector skin */ |
| + | |||
body{ | body{ | ||
background-color: #616161; | background-color: #616161; | ||
| + | background-image: url("https://wiki.gamedetectives.net/images/1/16/Wiki_bg_new.jpg"); | ||
} | } | ||
| + | |||
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited { | div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited { | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
| + | |||
div#mw-panel div.portal h3{ | div#mw-panel div.portal h3{ | ||
color: #b02e2e; | color: #b02e2e; | ||
| Line 11: | Line 15: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| − | a{ | + | |
| + | a, a:visited{ | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
| − | div#mw-head{ | + | |
| − | background-color: # | + | /*div#mw-head{ |
| + | background-color: transparent; | ||
| + | background-image: url("https://wiki.gamedetectives.net/images/1/16/Wiki_bg_new.jpg"); | ||
| + | }*/ | ||
| + | |||
| + | .mw-body{ | ||
| + | background-color: #cfcfcf; | ||
| + | margin-right: 30px; | ||
| + | border-top-color: #767676; | ||
| + | border-bottom-color: #767676; | ||
| + | border-left-color: #767676; | ||
| + | border-right-color: #767676; | ||
| + | } | ||
| + | |||
| + | #right-navigation{ | ||
| + | margin-right: 30px; | ||
| + | } | ||
| + | |||
| + | #p-personal a, #p-personal a.new{ | ||
| + | color: #ffffff; | ||
| + | } | ||
| + | |||
| + | .mw-patrollink{ | ||
| + | color: #b02e2e; | ||
| + | } | ||
| + | |||
| + | .mw-editsection a{ | ||
| + | color: #b02e2e; | ||
| + | } | ||
| + | |||
| + | #mw-content-text a{ | ||
| + | color: #b02e2e; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | #mw-content-text a.new{ | ||
| + | color: #b02e2e; | ||
| + | font-weight: normal; | ||
| + | } | ||
| + | |||
| + | #mw-data-after-content a{ | ||
| + | color: #b02e2e; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | #mw-data-after-content a.new{ | ||
| + | color: #b02e2e; | ||
| + | font-weight: normal; | ||
| + | } | ||
| + | |||
| + | |||
| + | .subpages a{ | ||
| + | color: #b02e2e; | ||
| + | } | ||
| + | |||
| + | div.mw-warning-with-logexcerpt{ | ||
| + | border-left-color: #b02e2e; | ||
| + | border-top-color: #b02e2e; | ||
| + | border-right-color: #b02e2e; | ||
| + | border-bottom-color: #b02e2e; | ||
} | } | ||
| − | + | ||
| + | |||
| + | |||
| + | h3#p-cactions-label{ | ||
background-color: #cfcfcf; | background-color: #cfcfcf; | ||
| − | margin-right: | + | } |
| + | |||
| + | #p-cactions-label, #p-cactions-label a{ | ||
| + | outline: none; | ||
| + | } | ||
| + | |||
| + | div.vectorTabs span a{ | ||
| + | color: #b02e2e; | ||
| + | } | ||
| + | |||
| + | h1, h2, h3{ | ||
| + | font-family: sans-serif !important; | ||
| + | } | ||
| + | |||
| + | |||
| + | #mw-page-base{ | ||
| + | background-color: transparent; | ||
| + | background-image: url("https://wiki.gamedetectives.net/images/1/16/Wiki_bg_new.jpg"); | ||
| + | } | ||
| + | |||
| + | p img{ | ||
| + | height: auto; | ||
| + | max-width: 75%; | ||
| + | } | ||
| + | |||
| + | table img{ | ||
| + | display: block; | ||
| + | height: auto; | ||
| + | max-width: 80%; | ||
| + | margin-left: auto; | ||
| + | margin-right: auto; | ||
| + | } | ||
| + | |||
| + | |||
| + | .discordAvatar img{ | ||
| + | border-radius:50%; | ||
| + | } | ||
| + | |||
| + | .mw-normal-catlinks a{ | ||
| + | color: #b02e2e; | ||
} | } | ||
Latest revision as of 19:55, 5 October 2025
/* CSS placed here will affect users of the Vector skin */
body{
background-color: #616161;
background-image: url("https://wiki.gamedetectives.net/images/1/16/Wiki_bg_new.jpg");
}
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {
color: #ffffff;
}
div#mw-panel div.portal h3{
color: #b02e2e;
text-shadow: 1px 1px #000000;
font-weight: bold;
}
a, a:visited{
color: #ffffff;
}
/*div#mw-head{
background-color: transparent;
background-image: url("https://wiki.gamedetectives.net/images/1/16/Wiki_bg_new.jpg");
}*/
.mw-body{
background-color: #cfcfcf;
margin-right: 30px;
border-top-color: #767676;
border-bottom-color: #767676;
border-left-color: #767676;
border-right-color: #767676;
}
#right-navigation{
margin-right: 30px;
}
#p-personal a, #p-personal a.new{
color: #ffffff;
}
.mw-patrollink{
color: #b02e2e;
}
.mw-editsection a{
color: #b02e2e;
}
#mw-content-text a{
color: #b02e2e;
font-weight: bold;
}
#mw-content-text a.new{
color: #b02e2e;
font-weight: normal;
}
#mw-data-after-content a{
color: #b02e2e;
font-weight: bold;
}
#mw-data-after-content a.new{
color: #b02e2e;
font-weight: normal;
}
.subpages a{
color: #b02e2e;
}
div.mw-warning-with-logexcerpt{
border-left-color: #b02e2e;
border-top-color: #b02e2e;
border-right-color: #b02e2e;
border-bottom-color: #b02e2e;
}
h3#p-cactions-label{
background-color: #cfcfcf;
}
#p-cactions-label, #p-cactions-label a{
outline: none;
}
div.vectorTabs span a{
color: #b02e2e;
}
h1, h2, h3{
font-family: sans-serif !important;
}
#mw-page-base{
background-color: transparent;
background-image: url("https://wiki.gamedetectives.net/images/1/16/Wiki_bg_new.jpg");
}
p img{
height: auto;
max-width: 75%;
}
table img{
display: block;
height: auto;
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
.discordAvatar img{
border-radius:50%;
}
.mw-normal-catlinks a{
color: #b02e2e;
}