User

lambert/rise.css: Difference between revisions

From Rise: The Vieneo Province

No edit summary
No edit summary
Line 15: Line 15:
padding:2% 10% 2% 10%;
padding:2% 10% 2% 10%;
}
}
.center
.center {
{display:table-cell;}
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
}
.center .thumb .thumbinner
.center .thumb .thumbinner
{margin:0px;}
{margin:0px;}
.center .thumb  
.center .thumb  
{width:25%;min-width:260px;}
{width:25%;min-width:260px;}

Revision as of 01:40, 28 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:2% 10% 2% 10%;
}
.center {
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
}
.center .thumb .thumbinner
{margin:0px;}
.center .thumb 
{width:25%;min-width:260px;}