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%;
}
table.wikitable tr
{margin:0px;}
table.wikitable > * > tr > 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;
}
}