MediaWiki:Common.css: Difference between revisions

From MythCraft Online SRD
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
     text-align: center;
     text-align: center;
     width: 100%;
     width: 100%;
}
table.wikitable {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  border: 0px solid #1C6EA4;
  background-color: #F0EFE3;
  width: 80%;
  text-align: left;
  border-collapse: collapse;
}
table.wikitable td, table.wikitable th {
}
table.wikitable tbody td {
  font-size: 14px;
}
table.wikitable tr:nth-child(even) {
  background: #D1E0E3;
}
table.wikitable thead {
  background: #A3C2C7;
  border-bottom: 0px solid #444444;
}
table.wikitable thead th {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  border-left: 0px solid #D0E4F5;
}
table.wikitable thead th:first-child {
  border-left: none;
}
table.wikitable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
}
table.wikitable tfoot td {
  font-size: 14px;
}
}



Revision as of 14:02, 17 November 2023

/* CSS placed here will be applied to all skins */


/* CREATURE TABLES */
table.creature {
    background-color: #f9f9f92b;
    border: 1px solid #aaaaaa4a;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}

.mw-editsection { display:none; }

/* To make images responsive */
.res-img img {
	max-width:80%;
	height:auto;
}

/*Take off "Main Page" from the home page */
body.page-Main_Page h1 { display: none; }


body {
background: url("/images/TexturedBackground.jpg");
background-size: cover;
background-attachment: fixed;
}

body #content {
padding-right: 10%;
}

div #mw-panel {

	/* Color & Background */
	background-attachment: scroll;
	background-color: rgba(252, 101, 67, 1);
	
	/* Box */
	height: 100%;
	width: 170px;

	/* Positioning */
	position: fixed;

	/* Effects */
    border-padding-top: 80px;
	border-top-left-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 8px;



}

div #mw-panel ul li{
    font-size:12px!important;
    color:white!important;
}

div #mw-panel ul li a,div#footer ul li a:visited {
    color: white!important;
}

div #mw-panel h3 {
    font-size:16px!important;
    color: rgba(44, 37, 3, 1);
}

footer ul li{
    font-size:12px!important;
    color:white!important;
}

footer ul li a,div#footer ul li a:visited {
    color: white!important;
}

footer {

	/* Color & Background */
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	color: rgb(194, 200, 207);

	/* Box */
	height: 100px;

}