MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
2,155 bytes added ,  17:07, 24 April 2023
m
no edit summary
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: →‎Body: body { background: url("/resources/wildfrost/background.jpg") no-repeat fixed top center / cover; font-family: Josefin Sans, sans-serif; } .vector-body { font-size: 16px; } .mw-body { border: 1px solid #2a2f8b; margin-right: 15px; background-color: #ccceffe8; min-height:500px; margin-bottom: 60px; } div#footer { background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%; w...")
 
mNo edit summary
 
(16 intermediate revisions by the same user not shown)
Line 5: Line 5:
body {
body {
     background: url("/resources/wildfrost/background.jpg") no-repeat fixed top center / cover;
     background: url("/resources/wildfrost/background.jpg") no-repeat fixed top center / cover;
     font-family: Josefin Sans, sans-serif;
     font-family: Sans-serif;
}
}


Line 13: Line 13:


.mw-body {
.mw-body {
   border: 1px solid #2a2f8b;
   border: 1px solid #5ba5cc;
   margin-right: 15px;
   margin-right: 15px;
   background-color: #ccceffe8;
   background-color: rgb(191 240 249 / 95%);
   min-height:500px;
   min-height:500px;
   margin-bottom: 60px;
   margin-bottom: 60px;
Line 43: Line 43:
   border: 6px solid transparent;
   border: 6px solid transparent;
   left: -12px;
   left: -12px;
   background-color: #ccceffe8;
   background-color: rgb(191 240 249 / 95%);
   padding-bottom: 15px;
   padding-bottom: 15px;
   border-top-right-radius: 8px;
   border-top-right-radius: 8px;
Line 120: Line 120:
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
     background: none;
     background: none;
}
/* Table Styling */
table.wikitable {
  background-color: transparent;
  border-collapse: separate;
  border: none;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
  border: 1px solid #29758e;
  padding: 0.2em;
  background-color: rgba(255, 255, 255, 0.58);
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
  background-color: #29758e;
  text-align: center;
  border-color: #184554;
  box-shadow: 0px 1px rgba(0,0,0,0.3);
  color: white;
  text-shadow: 0px 2px #184554;
}
table.wikitable > tr > th a, table.wikitable > * > tr > th a {
  color:white;
}
/* Main Page Styling */
body.page-Wildfrost_Wiki .mw-body .firstHeading {
  display: none;
}
#twitterframe {
    background-color: rgba(255,255,255,0.58);
}
#twitterframe iframe {
    max-height: 854px;
}
table#main_menu_links td {
    vertical-align: top;
}
/* Navbox */
#navbox {
  margin:auto;
  width:80%;
  border: 1px solid #184554;
  padding: 5px;
  border-radius:11px;
  clear: both;
  margin-top: 15px;
  font-size:88%;
}
th#navbox-header {
  font-size:115%;
}
/* Infobox */
table#infobox {
  float: right;
  min-width:300px;
  max-width: 375px;
  margin-top: 0;
  margin-left: 15px;
}
div.mw-parser-output {
  word-wrap: break-word;
}
/* Alert Templates */
.alert {
  border: 3px solid rgb(68, 74, 73);
  border-radius: 0.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  padding: 5px;
  margin-bottom: 15px;
  height: 80px;
  width: 50%;
  max-width:700px;
}
.alert span.header {
  font-size:22px;
}
.alert th {
  width: 100px;
}
.alert th img {
  text-align: center;
}
#stub {
  border-color:green;
  background-color: rgba(0, 128, 0, 0.05);
}
#construction {
  border-color:#97a50c;
  background-color: rgba(151, 165, 12, 0.05);
}
.mw-footer {
    background-color: #0000009e;
    margin-left: 0em;
    padding-left: 11em;
    padding-bottom: 50px;
}
.skin-vector-legacy a.new:visited, .skin-vector-legacy .vector-menu-tabs .new a, .skin-vector-legacy .vector-menu-tabs .new a:visited {
    color: #0645ad;
}
}

Navigation menu