Difference between revisions of "User:Paxed/vector.css"

From NetHackWiki
Jump to navigation Jump to search
m (hide copywarn)
m (remove simpletabs testing)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
  
 
@media screen and (min-width:1200px) {
 
@media screen and (min-width:1200px) {

Latest revision as of 17:20, 11 May 2021

@media screen and (min-width:1200px) {

#wpTextbox1 {
   float:left;
   width: 70%;
}

.editOptions,
.mw-editTools,
.templatesUsed {
    float: right;
    width: 25%;
}

.editOptions {
    border: 1px solid #ccc;
}

#editpage-copywarn,
.mw-editTools div:first-child {
    display: none;
}

}