MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 80: | Line 80: | ||
} | } | ||
div #mw-panel h3 { | |||
font-size:16px!important; | |||
color:white!important; | |||
} | |||
footer ul li{ | footer ul li{ | ||
| Line 149: | Line 153: | ||
div #mw-head ul li a,div#footer ul li a:visited { | div #mw-head ul li a,div#footer ul li a:visited { | ||
color: white; | color: white; | ||
} | } | ||
Revision as of 13:04, 14 November 2023
/* CSS placed here will be applied to all skins */
/* TABLES */
table {
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
th{
background-color: #059862;
}
td, th {
border: 1px solid #ddd;
padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
}
/* To make images responsive */
.res-img img {
max-width:90%;
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;
}
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:white!important;
}
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;
width: 90%;
border: 0px none rgb(194, 200, 207);
border-top: 0px none rgb(194, 200, 207);
border-right: 0px none rgb(194, 200, 207);
border-bottom: 0px none rgb(194, 200, 207);
border-left: 0px none rgb(194, 200, 207);
padding: 20px;
max-height: none;
min-height: 0px;
max-width: none;
min-width: 0px;
/* Effects */
transform: none;
transition: all 0s ease 0s;
outline: rgb(255, 0, 0) dashed 1px;
outline-offset: 0px;
box-sizing: content-box;
resize: none;
text-shadow: none;
text-overflow: clip;
word-wrap: normal;
box-shadow: none;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
div #mw-head {
/* Color & Background */
background-attachment: scroll;
background-color: rgba(44, 37, 3, 1);
/* Positioning */
position: scroll;
}
div #mw-head ul li{
font-size:12px;
color:white;
}
div #mw-head ul li a,div#footer ul li a:visited {
color: white;
}