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

From NetHackWiki
Jump to navigation Jump to search
(float edit tools to right if wide screen)
 
m (remove simpletabs testing)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
  
 
@media screen and (min-width:1200px) {
 
@media screen and (min-width:1200px) {
Line 7: Line 8:
 
}
 
}
  
.editOptions {
+
.editOptions,
 +
.mw-editTools,
 +
.templatesUsed {
 
     float: right;
 
     float: right;
 
     width: 25%;
 
     width: 25%;
    border-style: solid;
 
 
}
 
}
  
 
+
.editOptions {
.mw-editTools {
+
     border: 1px solid #ccc;
     float: right;
 
    width: 25%;
 
 
}
 
}
  
.mw-editTools > div {
+
#editpage-copywarn,
 +
.mw-editTools div:first-child {
 
     display: none;
 
     display: none;
 
}
 
}
  
 
}
 
}

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

}