User

lambert/rise.css: Difference between revisions

From Rise: The Vieneo Province

No edit summary
(Replaced content with "// thanks to the handy dandy built-in diff tool I was able to merge your stuff in over lunch! // http://rise.unistellar.com/index.php?title=User%3Alambert%2Frise.css&type=...")
Line 1: Line 1:
@import url('https://fonts.googleapis.com/css?family=Abel');
// thanks to the handy dandy built-in diff tool I was able to merge your stuff in over lunch!
.body
// http://rise.unistellar.com/index.php?title=User%3Alambert%2Frise.css&type=revision&diff=1921&oldid=1794
{font-family: Abel, Arial, Helvetica, sans-serif;}
 
.sitedir-ltr textarea, .sitedir-ltr input {
    direction: ltr;
    height: 30px;
    font-family: abel;
    border: none;
}
.search form .button
{margin:0px;}
 
.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--------------------------*/
p < .image
{padding:0px!important; margin:0px!important;}
.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;}
 
.contentblock .label {
    color: #fff;
    font-size: .7em padding:1em;
    margin: 0px;
    background-color: #999999;
    padding: 0px 1em 0px 1em;
    font-size: .75em;
    text-transform: uppercase;
    font-weight: 100;
}
 
.contentblock .title {
    background-color: #fff;
    padding: 30px;
padding-bottom:0px;
    margin: 0px;
 
}
 
.contentblock .subtitle {
    font-size: inherit;
    background-color: inherit;
    color: inherit;
    background-color: #fff;
    margin: 0px;
    padding: 30px;
padding-top:0px;
}
 
#filetoc {
  background-color: rgba(7,122,213,0.20);
    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: rgba(7,122,213,0.80);
    border: 1px solid rgba(0,0,0,0.2); color:#fff;
}
#filetoc li a:hover
{    background-color: rgba(7,122,213,1.0);}
 
table.standard
{
border-collapse: collapse;display:block;
background-color:transparent;overflow-x: scroll;
padding-left:220px;
}
table.standard tr
{margin:0px;min-width:220px;}
table.standard th
{
min-width:210px;padding:5px 10px 5px 10px;border-bottom:1px solid #999;background-color:#fff; }
table.standard th:first-child
{position:absolute; z-index:+1;margin-left:-220px; border-right:5px solid #DCDCDC; min-width:200px;}
 
table.standard td
{
border-bottom:1px solid #DCDCDC;padding:10px;
min-width:200px;}
 
table.standard td:first-child{position:absolute; z-index:+1;margin-left:-220px; background-color:#fff; font-weight:700;border-top: 1px solid #999;border-right:5px solid #DCDCDC;}
 
table.standard col.titlecolumn{
background: rgba(224,15,19,1.00);
margin-top:-1px;
}
 
 
@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;}
.nav li {
    height: auto;
}
}
@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;}
}

Revision as of 17:48, 27 March 2017

// thanks to the handy dandy built-in diff tool I was able to merge your stuff in over lunch!
// http://rise.unistellar.com/index.php?title=User%3Alambert%2Frise.css&type=revision&diff=1921&oldid=1794