lambert/rise.css: Difference between revisions
From Rise: The Vieneo Province
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
.body | .body | ||
{font-family: Abel, Arial, Helvetica, sans-serif;} | {font-family: Abel, Arial, Helvetica, sans-serif;} | ||
.contentcolumn .contentblock { | .contentcolumn .contentblock { | ||
display:block; | display:block; | ||
| Line 56: | Line 55: | ||
margin:0px; | margin:0px; | ||
} | } | ||
.title | .contentblock .title { | ||
{background-color:#fff;} | background-color: #fff; | ||
padding: 10px; | |||
margin: 0px; | |||
} | |||
.contentblock .subtitle { | |||
font-size: inherit; | |||
background-color: inherit; | |||
color: inherit; | |||
background-color: #fff; | |||
margin: 0px; | |||
padding: 10px; | |||
} | |||
#filetoc { | #filetoc { | ||
background-color: #fff; | background-color: #fff; | ||
Revision as of 05:05, 24 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:#999999;}
.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;
}
.fullImageLink img
{width:100%; height:auto;}
table.wikitable
{width:100%;}
a.image img:hover
{opacity:.9;}
img.thumbimage
{display:block; box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border:20px solid #fff;}
p
{display:block; padding-top:1em; padding-bottom:1em;}
.thumbinner
{margin:1em;}
.thumb.tright .thumbinner
{margin-right:0px; margin-top:0px;}
.thumbinner
{width:auto !important;}
.thumb.tright
{width:25%;min-width:260px;}
.label {
color: #fff;
padding: 1em;
margin:0px;
}
.contentblock .title {
background-color: #fff;
padding: 10px;
margin: 0px;
}
.contentblock .subtitle {
font-size: inherit;
background-color: inherit;
color: inherit;
background-color: #fff;
margin: 0px;
padding: 10px;
}
#filetoc {
background-color: #fff;
margin: 0px;
padding: 0px;
border: none;
}
#filetoc li {
display: table-cell;
padding:0px;
margin: 0px;
border-top: none;
}
#filetoc li a
{
text-decoration: none;
padding: 1em;
border-right: 1px solid #999999;
display: table-cell;
background-color:#077ad5; color:#fff;
}
#filetoc li a:hover
{background-color:#fff; color:#077ad5;}
@media screen and (max-width: 1023px)
{
p
{clear:both;}
.thumb{background-color:#fff;}
.thumb.tright
{min-width:0px;float:none; display:table-cell; vertical-align:middle;}
.thumbinner
{margin:0px;}
}
@media screen and (max-width: 767px) {
.thumb.tright
{width:50%; height:40vw; display:table; float:left;}
.thumb.tright .thumbinner
{display:table-cell;
vertical-align:middle;}
}