Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 29: | Line 29: | ||
div#mw-panel { | div#mw-panel { | ||
background: linear-gradient(transparent 30%, white 65%); | background: linear-gradient(transparent 30%, white 65%); | ||
} | |||
/*Main Menu Stuffs*/ | |||
#doublemainmenu { | |||
width: 50%; | |||
float:left; | |||
} | |||
table.menutable{ | |||
} | |||
table.menutable > tr > th, table.menutable > * > tr > th{ | |||
background-color:#72380F; | |||
} | } | ||
Revision as of 04:10, 5 April 2022
/* CSS placed here will be applied to all skins */
body {
background-image: url("https://wiki.lordsandvilleins.com/subdom/wiki/images/3/3a/Bg.png");
background-repeat: no-repeat;
background-size: cover;
background-position: 0 100%;
background-attachment: fixed;
}
#mw-page-base {
background:none;
}
.mw-body {
border: 1px solid #A7D7F9;
margin-right: 15px;
background-color: rgba(255, 255, 255, 0.77);
min-height:500px;
margin-bottom: 60px;
}
.mw-footer{
background-color: rgba(255, 255, 255, 0.67);
padding: 25px;
}
a:link{
font-weight: bold
}
/*sidebar settings*/
div#mw-panel {
background: linear-gradient(transparent 30%, white 65%);
}
/*Main Menu Stuffs*/
#doublemainmenu {
width: 50%;
float:left;
}
table.menutable{
}
table.menutable > tr > th, table.menutable > * > tr > th{
background-color:#72380F;
}
/*Wikitable*/
table.wikitable{
color: white;
background-color:#844011;
border-style:solid;
border-width:3px;
border-color: black
}
table.wikitable > tr > th, table.wikitable > * > tr > th{
background-color:#72380F;
}
table.wikitable a:link{
color:#69B1E0
}
table.wikitable a:visited{
color:#50A3DA
}