lambert/rise.css: Difference between revisions
From Rise: The Vieneo Province
No edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
/*------------------------------------------*/ | /*------------------------------------------*/ | ||
/*------------------------------------------*/ | |||
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) { | @media screen and (max-width: 767px) { | ||
Revision as of 17:00, 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;}
/*------------------------------------------*/
/*------------------------------------------*/
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;
}
}