Difference between revisions of "MediaWiki:Common.css"

esse quam videri
Jump to: navigation, search
(New page: * CSS placed here will be applied to all skins: table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { border-top-width: 1px; border-right-width: 1p...)
 
Line 7: Line 7:
  
 
border-top-width: 1px;
 
border-top-width: 1px;
 
 
border-right-width: 1px;
 
border-right-width: 1px;
 
 
border-bottom-width: 1px;
 
border-bottom-width: 1px;
 
 
border-left-width: 1px;
 
border-left-width: 1px;
 
 
border-top-style: solid;
 
border-top-style: solid;
 
 
border-right-style: solid;
 
border-right-style: solid;
 
 
border-bottom-style: solid;
 
border-bottom-style: solid;
 
 
border-left-style: solid;
 
border-left-style: solid;
 
 
border-top-color: #aaaaaa;
 
border-top-color: #aaaaaa;
 
 
border-right-color: #aaaaaa;
 
border-right-color: #aaaaaa;
 
 
border-bottom-color: #aaaaaa;
 
border-bottom-color: #aaaaaa;
 
 
border-left-color: #aaaaaa;
 
border-left-color: #aaaaaa;
 
 
padding-top: 0.2em;
 
padding-top: 0.2em;
 
 
padding-right: 0.2em;
 
padding-right: 0.2em;
 
 
padding-bottom: 0.2em;
 
padding-bottom: 0.2em;
 
 
padding-left: 0.2em;
 
padding-left: 0.2em;
 
 
}
 
}
  
Line 43: Line 27:
  
 
{
 
{
 
 
background-color: #f2f2f2;
 
background-color: #f2f2f2;
 
 
background-image: none;
 
background-image: none;
 
 
background-repeat: repeat;
 
background-repeat: repeat;
 
 
background-attachment: scroll;
 
background-attachment: scroll;
 
 
background-x-position: 0%;
 
background-x-position: 0%;
 
 
background-y-position: 0%;
 
background-y-position: 0%;
 
 
text-align: center;
 
text-align: center;
 
 
}
 
}

Revision as of 23:35, 3 February 2007

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


table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td 

{

border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #aaaaaa;
border-right-color: #aaaaaa;
border-bottom-color: #aaaaaa;
border-left-color: #aaaaaa;
padding-top: 0.2em;
padding-right: 0.2em;
padding-bottom: 0.2em;
padding-left: 0.2em;
}

table.wikitable th, table.prettytable th 

{
background-color: #f2f2f2;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
text-align: center;
}