Changes

Jump to navigation Jump to search
3,068 bytes added ,  20:05, 29 January 2016
Created page with "→‎CSS placed here will affect users of the Vector skin: →‎Body Styling: body { background: #0A0523 url("/stardew/skins/Vector/stardewimages/stardewbackground.png") no..."
/* CSS placed here will affect users of the Vector skin */

/* Body Styling */
body {
background: #0A0523 url("/stardew/skins/Vector/stardewimages/stardewbackground.png") no-repeat fixed center center / cover;
}

#mw-page-base {
background:none;
}

.mw-body {
border: 1px solid #A7D7F9;
margin-right: 15px;
background-color: rgba(209, 248, 255, 0.67);
min-height:500px;
margin-bottom: 60px;
}

div#footer {
background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
width: 100%;
padding: 0px !important;
margin-top: 20px !important;
bottom: 0px !important;
margin-left: auto !important;
margin-right: auto !important;
color: #C2C8CF;
}

div#footer a {
color:white;
}

div#footer ul {
padding-left: 15px;
padding-right: 15px;
}

div#footer ul li {
color:#C2C8CF;
}

/* Mediawiki page tabs */
div#mw-head div.vectorMenu h3, div.vectorTabs ul, div.vectorTabs li.selected, div.vectorTabs ul li, div.vectorTabs, div.vectorTabs span {
background:none;
}

div.vectorTabs li a {
color: #B7D2FF;
}

div.vectorTabs li.new a, div.vectorTabs li.new a:visited, div.vectorMenu h3 span {
color: #99BFFF;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
color: #C6DBFF;
}

div.vectorMenu div.menu {
background-color: rgba(30, 17, 102, 0.67);
}

div.vectorMenu div.menu a {
color: #C6DBFF;
}

#p-personal a, #p-personal a.new, p-personal a:visited {
color: #99BFFF;
}

#p-personal a.hover, p-personal a:focus {
color: #C6DBFF;
text-decoration:none;
}

/* Graphical borders */
#menuborder {
border: 9px solid transparent;
padding: 12px;
-webkit-border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch; /* Safari 3.1-5 */
-o-border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch; /* Opera 11-12.1 */
border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch;
background-color:rgba(255, 210, 132, 0.21);
}

div#mw-panel {
border: 6px solid transparent;
left: -12px;
-webkit-border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch; /* Safari 3.1-5 */
-o-border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch; /* Opera 11-12.1 */
border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch;
background-color: rgba(209, 248, 255, 0.67);
padding-bottom: 15px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}

/* Main Page Content */
body.page-Stardew_Valley_Wiki h1.firstHeading, body.page-Stardew_Valley_Wiki #contentSub, body.page-Stardew_Valley_Wiki #contentSub2 {
display: 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 #8DCAF0;
padding: 0.2em;
background-color: rgba(211, 246, 255, 0.74);
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
background-color: #84AEEC;
text-align: center;
}

Navigation menu