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 {
font-family: Abel, Arial, Helvetica, sans-serif;
}
.blockbreak {
font-size: inherit;
}
.image img {
display: block;
}
.contentcolumn .contentblock {
display: block;
padding:5% 10% 5% 10%;
}
.thumb.tright .thumbinner
{margin:0px;}
.center {
display: table-cell;
vertical-align: middle;
background-color: #fff;
}
.center .thumb .thumbinner
{margin:0px;}
.center .thumb
{width:auto;min-width:0px;}
.blockbreak
{padding:0px; margin:0px;}
.blockbreak h2
{padding:5%; margin:0px; font-size:4em;}
.blockbreak h2.title
{margin-top:10%;font-size:5em; font-weight:700;}
/*------------------------------------------*/
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 th:first-child
{border-right:5px solid #999;}
table.basic td
{
border-bottom:1px solid #999;padding:5px;
border-right:1px solid rgba(153,153,153,.4);
}
table.basic td:first-child
{
background-color:#fff;
border-right:5px solid #999;
;}
/*------------------------------------------*/
table.scroller
{display:block;
overflow-x:scroll;}
table.scroller td
{
min-width:20vw;
}
table.sidebar th:first-child
{border-right:5px solid #999;}
table.sidebar td:first-child
{
background-color:#fff;
border-right:5px solid #999;
;}
/*------------------------------------------*/
@media screen and (max-width: 767px) {
.blockbreak h2
{padding:5%; margin:0px; font-size:2em;}
.blockbreak h2.title
{margin-top:0px; font-size:3em}
.center {
display:block;
float:left;
width:50%;
}
.center .thumb .thumbinner {
margin: 0px;
height: 50vw;
vertical-align: middle;
display: table-cell;
}
.contentcolumn .contentblock {
clear: both;
}
/*------------------------------------------*/
table.basic
{
overflow-x: scroll;
display:block;
}
table.basic td
{
min-width:50vw;
}
}
/*------------------------------------------*/