Difference between revisions of "MediaWiki: Tweeki.css"

From A Wiki of Ice and Fire
Jump to: navigation, search
Line 60: Line 60:
 
height:100px; /* fixed header height*/
 
height:100px; /* fixed header height*/
 
margin:-100px 0 0; /* negative fixed header height */
 
margin:-100px 0 0; /* negative fixed header height */
visibility: hidden;
 
 
}
 
}

Revision as of 19:58, 4 July 2018

#rightbar {
position:float;
text-align: center;
}
@media screen and (min-width: 1360px) {
#rightbar 
 {position: fixed;
width: 420px;
top: 74px;
right: 0;
}
#contentwrapper {
margin-right: 290px;
}
}
@media screen and (max-width: 1359px) {
#contentwrapper {
margin-right: 0px;
}
#rightbar { clear:both; width:100% }
}
}

}
td, th {
padding: 0.2em;
}

p:before {
  content: "";
  width: 10em;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
.navbar-brand 
 {font-size: 25px;
}
}
/* @media screen and (max-width: 600px) {
.thumbinner {
width: 100%;
height: auto;
}
}

@media screen and (max-width: 992px) {
img {
width: 100%;
height: auto;
}
} */

.ns-8 #rightbar {display: none;}
.ns--1 #rightbar {display: none;}
.ns-talk #rightbar {display: none;}

.mw-cite-backlink {
display: block;
height:100px; /* fixed header height*/
margin:-100px 0 0; /* negative fixed header height */
}