lambert/rise.css: Difference between revisions
From Rise: The Vieneo Province
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
/*------------------------general--------------------------*/ | /*------------------------general--------------------------*/ | ||
.image img | .image img | ||
{width:100%; height:auto; | {width:100%; height:auto; | ||
| Line 31: | Line 32: | ||
} | } | ||
.image a img:hover | |||
{border:1px solid #fff;} | |||
img.thumbimage | img.thumbimage | ||
{display:block;border:none;} | {display:block;border:none;} | ||
Revision as of 20:17, 20 March 2017
@import url('https://fonts.googleapis.com/css?family=Abel');
.body
{font-family: Abel, Arial, Helvetica, sans-serif;}
.contentcolumn .contentblock {
display:block;
}
h1, h2, h3, h4, h5, h6 {
font-family: inherit;
}
p.mw-wikiforum-descr, p.mw-wikiforum-valuetitle, td.mw-wikiforum-value, .label
{font-family:inherit; font-size:inherit;}
.label
{background-color:#077ad5;}
.nav li
{height:50px;}
.nav li ul
{margin:0px;}
.nav li ul li
{height:auto; min-width:320px;}
.subtitle
{font-size:.7em;}
/*------------------------general--------------------------*/
.image img
{width:100%; height:auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border:30px solid #fff;
}
.image a img:hover
{border:1px solid #fff;}
img.thumbimage
{display:block;border:none;}
p
{display:block;}
.thumbinner
{margin:1em;}
.thumb.tright .thumbinner
{margin-right:0px; margin-top:0px;}
.thumbinner
{width:auto !important;}
.thumb.tright
{width:25%;min-width:260px;}
@media screen and (max-width: 1023px)
{
p
{clear:both;}
.thumb{background-color:#fff;}
.thumb.tright
{width:auto;min-width:0px;float:none; display:table-cell; vertical-align:top;}
.thumbinner
{margin:0px;}
}