User

lambert/rise.css: Difference between revisions

From Rise: The Vieneo Province

No edit summary
No edit summary
Line 13: Line 13:
background-color:transparent;
background-color:transparent;
width:100%;
width:100%;
border:none;
}
}
table.wikitable tr
table.wikitable tr
Line 25: Line 26:
border:none;
border:none;
border-bottom:1px solid #999;padding:5px;
border-bottom:1px solid #999;padding:5px;
border-right:1px solid rgba(153,153,153,.4);
border-left:1px solid rgba(153,153,153,.4);
}
}
table.wikitable > * > tr > td:first-child
{border-left:none;}





Revision as of 16:58, 6 April 2017

@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; }

table.wikitable > * > tr > td
{
border:none;
border-bottom:1px solid #999;padding:5px;
border-left:1px solid rgba(153,153,153,.4);
}
table.wikitable > * > tr > 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; 
}



}