User

lambert/rise.css: Difference between revisions

From Rise: The Vieneo Province

No edit summary
No edit summary
Line 70: Line 70:
}
}
/*------------------------------------------*/
/*------------------------------------------*/
table.base
table.noscroll
{
{
border-collapse: collapse;
border-collapse: collapse;
Line 76: Line 76:
width:100%;
width:100%;
}
}
table.base tr
table.noscroll tr
{margin:0px;}
{margin:0px;}


table.base th
table.noscroll th
{
{
padding:5px;border-bottom:1px solid #999;background-color:#fff; }
padding:5px;border-bottom:1px solid #999;background-color:#fff; }


table.base th:first-child
table.noscroll th:first-child
{border-right:5px solid #999;}
{border-right:5px solid #999;}


table.base td
table.noscroll td
{
{
border-bottom:1px solid #999;padding:5px;
border-bottom:1px solid #999;padding:5px;
Line 93: Line 93:
}
}


table.base td:first-child
table.noscroll td:first-child
{
{
background-color:#fff;
background-color:#fff;
Line 142: Line 142:
table.base
table.noscroll
{
{
overflow-x: scroll;
overflow-x: scroll;
}
}


table.base th
table.noscroll th
{
{
width:25%; min-width:160px; }
width:25%; min-width:160px; }
Line 153: Line 153:




table.base td
table.noscroll td
{
{
width:25%; min-width:160px;  
width:25%; min-width:160px;  

Revision as of 14:47, 29 March 2017

@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.scroller
{
	border-collapse: collapse;display:block;
	background-color:transparent;
	overflow-x: scroll;
	width:100%;
}
table.scroller tr
{margin:0px;}

table.scroller th
{
padding:5px;border-bottom:1px solid #999;background-color:#fff; }

table.scroller th:first-child
{border-right:5px solid #999;}

table.scroller td
{
border-bottom:1px solid #999;padding:5px;
border-right:1px solid rgba(153,153,153,.4);
min-width:320px;
}

table.scroller td:first-child
{
background-color:#fff;
border-right:5px solid #999;
;}


}
/*------------------------------------------*/
table.noscroll
{
	border-collapse: collapse;
	background-color:transparent;
	width:100%;
}
table.noscroll tr
{margin:0px;}

table.noscroll th
{
padding:5px;border-bottom:1px solid #999;background-color:#fff; }

table.noscroll th:first-child
{border-right:5px solid #999;}

table.noscroll td
{
border-bottom:1px solid #999;padding:5px;
border-right:1px solid rgba(153,153,153,.4);
min-width:320px;
}

table.noscroll 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.scroller td
{
min-width:160px;
}
	/*------------------------------------------*/

	

	
	
	table.noscroll
{
overflow-x: scroll;
}

table.noscroll th
{
width:25%; min-width:160px; }



table.noscroll td
{
width:25%; min-width:160px; 
}


}
/*------------------------------------------*/