Difference between revisions of "MediaWiki:Common.css"

DETAILS
[+/-]

Widgets

Widgets<bs-widget-edit>

Wanted pages
Who is online?
From Asterix & Friends - Wiki
Jump to: navigation, search
Line 24: Line 24:
 
  padding: 15px;
 
  padding: 15px;
 
  text-align: center;
 
  text-align: center;
td {
+
}
 +
 
 +
table.Tabletest2 td
 +
{
 
border-width:1px;
 
border-width:1px;
 
border-color: grey;
 
border-color: grey;
}
 
 
}
 
}

Revision as of 12:59, 12 December 2016

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

.Tabletest
{
 color: black; 
 width: 85%;
 height: 200px;
    border-width:7px;  
    border-style:outset;
    border-color: black;
 padding: 15px;
 text-align: center;
}


.Tabletest2
{
 color: black; 
 width: 85%;
 height: 200px;
    border-width:7px;  
    border-style:outset;
    border-color: black;
 padding: 15px;
 text-align: center;
}

table.Tabletest2 td
{
border-width:1px;
border-color: grey;
}
Author