lambert/rise.css: Difference between revisions
From Rise: The Vieneo Province
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
padding:0px; | padding:0px; | ||
margin:0px; | margin:0px; | ||
} | |||
/*------------------------------------------*/ | |||
table.wikitable | |||
{ | |||
border-collapse: collapse; | |||
background-color:transparent; | |||
width:100%; | |||
} | |||
table.wikitable tr | |||
{margin:0px;} | |||
table.wikitable th | |||
{ | |||
padding:5px;border-bottom:1px solid #999;background-color:#fff; } | |||
table.wikitable td | |||
{ | |||
border-bottom:1px solid #999;padding:5px; | |||
border-right:1px solid rgba(153,153,153,.4); | |||
} | |||
/*------------------------------------------*/ | |||
@media screen and (max-width: 767px) { | |||
table.wikitable | |||
{ | |||
overflow-x: scroll; | |||
display:block; | |||
} | |||
table.wikitable td | |||
{ | |||
min-width:50vw; | |||
} | |||
} | } | ||
Revision as of 16:50, 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%;
}
table.wikitable tr
{margin:0px;}
table.wikitable th
{
padding:5px;border-bottom:1px solid #999;background-color:#fff; }
table.wikitable td
{
border-bottom:1px solid #999;padding:5px;
border-right:1px solid rgba(153,153,153,.4);
}
/*------------------------------------------*/
@media screen and (max-width: 767px) {
table.wikitable
{
overflow-x: scroll;
display:block;
}
table.wikitable td
{
min-width:50vw;
}
}