Difference between revisions of "MediaWiki: Tweeki.css"

From A Wiki of Ice and Fire
Jump to: navigation, search
Line 1: Line 1:
#rightbar {position: relative;
+
#rightbar {position: fluid;
width: 100%;
 
 
text-align: center;}
 
text-align: center;}
 
@media screen and (min-width: 1360px) {
 
@media screen and (min-width: 1360px) {

Revision as of 19:55, 28 June 2018

#rightbar {position: fluid;
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;
}
}

}
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;}