Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 120: | Line 120: | ||
.mw-collapsible { | .mw-collapsible { | ||
overflow: autio; | overflow: autio; | ||
fc: white; | |||
} | } | ||
Revision as of 22:57, 6 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{
padding: 5px;
font: 20px bold;
text-align: center;
width: 50%;
background-color:#72380F;
color:white;
border: 6px outset #844011;
}
table.menutable > tr > th, table.menutable > * > tr > th{
background-color:#72380F;
padding: 5px;
font-size: 15px;
font-width: bold;
tex-align: center;
border: 1px solid collapse #844011;
}
.MenuContainerAbout{
width:60%;
float:left;
margin:0 1.5%;
}
.MenuContainerLinks{
width: 33%;
float: right;
margin: 0 1.5%;
}
.MenuContainer{
float:left;
width: 29%;
margin:0 1.5%;
}
p.MenuContainer{
text-indent: 5%;
}
.Banner{
padding: 5px;
font: 20px bold;
text-align: center;
width: 100%;
background-color:#72380F;
color:white;
border: 6px outset #844011;
}
/*Wikitable*/
table.wikitable{
color: white;
background-image: url(https://wiki.lordsandvilleins.com/subdom/wiki/images/5/5e/Buttonbg.jpg);
border-style:solid;
border-width:3px;
border-color: black
}
table.wikitable > tr > th, table.wikitable > * > tr > th{
background-color:#844011;;
}
table.wikitable a:link{
color:#69B1E0
}
table.wikitable a:visited{
color:#50A3DA
}
.WoodenBackground {
background-image: url(https://wiki.lordsandvilleins.com/subdom/wiki/images/5/5e/Buttonbg.jpg);
padding: 5px;
font: 20px bold;
text-align: center;
width: 100%;
color:white;
border: 6px outset #6a3523;
}
.WoodenBackground a:link, .WoodenBackground a:visited{
color: white;
text-decoration-line: underline;
font-weight: normal;
}
p.TwoColumns{
columns: 2 auto;
}
.mw-collapsible {
overflow: autio;
fc: white;
}