Actions

MediaWiki

Difference between revisions of "Common.css"

From

 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
content #firstHeading { display:none; }
#firstHeading { display:none !important; }
#tagline { display:none !important; }
.tocnumber { display: none; }
h1 { font-size:1.5em; }
h2 { font-size:1.3em; }
h3 { font-size:1.1em; }
 
#FOOTER table{
  border: 3px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
#FOOTER table td, table th {
  border: 1px solid #000000;
  padding: 5px 4px;
vertical-align: middle!important;
}
#FOOTER tabletbody td {
  font-size: 13px;
}
#FOOTER table thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 3px solid #000000;
}
#FOOTER table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
#FOOTER table tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-top: 3px solid #000000;
}
#FOOTER table tfoot td {
  font-size: 14px;
}
 
#HEADER table {
text-align: center !important; 
background:none !important;
border: 3px solid #000000 !important;
width: 100% !important;
text-align: center !important;
border-collapse: collapse !important;
}
 
#HEADER table td, table th {
  vertical-align:middle !important;
  border:1px solid #000000 !important;
  padding:5px 4px !important;
  text-align:center !important;
  background:none !important;
 
}
 
table {
background:none !important;
border: 1px solid #000000 !important;
width: 100% !important;
border-collapse: collapse !important;
margin:0 !important;
}
 
table td, table th {
  border: 1px solid #000000 !important;
  padding: 5px 4px !important;
background:none !important;
height:25px !important;
vertical-align: top;
}
 
.noborder td, .noborder th, .noborder, .noborder thead
{
border: none !important;
}

Latest revision as of 11:22, 7 February 2019

/* CSS placed here will be applied to all skins */
#firstHeading { display:none !important; }
#tagline { display:none !important; }
.tocnumber { display: none; }
h1 { font-size:1.5em; }
h2 { font-size:1.3em; }
h3 { font-size:1.1em; }

#FOOTER table{
  border: 3px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
#FOOTER table td, table th {
  border: 1px solid #000000;
  padding: 5px 4px;
vertical-align: middle!important;
}
#FOOTER tabletbody td {
  font-size: 13px;
}
#FOOTER table thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 3px solid #000000;
}
#FOOTER table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
#FOOTER table tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-top: 3px solid #000000;
}
#FOOTER table tfoot td {
  font-size: 14px;
}

#HEADER table { 
text-align: center !important;  
background:none !important; 
border: 3px solid #000000 !important;
width: 100% !important;
text-align: center !important;
border-collapse: collapse !important; 
}

#HEADER table td, table th {
  vertical-align:middle !important;
  border:1px solid #000000 !important;
  padding:5px 4px !important;
  text-align:center !important; 
  background:none !important;

}

table { 
background:none !important; 
border: 1px solid #000000 !important;
width: 100% !important;
border-collapse: collapse !important; 
margin:0 !important; 
}

table td, table th {
  border: 1px solid #000000 !important;
  padding: 5px 4px !important;
background:none !important;
height:25px !important;
vertical-align: top;
}

.noborder td, .noborder th, .noborder, .noborder thead 
{
border: none !important;
}