User

User:lambert/rise.css

From Rise: The Vieneo Province

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url('https://fonts.googleapis.com/css?family=Abel');

body.skin-rise {
    font-family: Abel, Arial, Helvetica, sans-serif; 
	background-color:#999999;
	padding:0px;
	margin:0px;
}
/*------------------------------------------*/
table.wikitable
{
	border-collapse: collapse;
	background-color:transparent;
	width:100%;
	border:none;
}
table.wikitable tr
{margin:0px;}

table.wikitable > * > tr > th
{
padding:5px;border:none;border-bottom:1px solid #999;background-color:#fff;text-align:left;vertical-align:bottom;}

table.wikitable > * > tr > td
{
border:none;
border-bottom:1px solid #999;padding:5px;
border-left:1px solid rgba(153,153,153,.4);
vertical-align: top;
}
table.wikitable > * > tr > td:first-child
{border-left:none;}


/*------------------------------------------*/
/*------------------------------------------*/
table.basic
{
	border-collapse: collapse;
	background-color:transparent;
	width:100%;
}
table.basic tr
{margin:0px;}

table.basic th
{
padding:5px;border-bottom:1px solid #999;background-color:#fff; }

table.basic td
{
border-bottom:1px solid #999;padding:5px;
border-left:1px solid rgba(153,153,153,.4);
}
table.basic td:first-child
{border-left:none;}

@media screen and (max-width: 767px) {

	
table.wikitable
{
overflow-x: scroll;
	display:block;
	
}

table.wikitable td
{
min-width:50vw; 
}



}