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

From NetHackWiki
Jump to navigation Jump to search
m (again...)
m (remove simpletabs testing)
 
(10 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 16: Line 17:
 
.editOptions {
 
.editOptions {
 
     border: 1px solid #ccc;
 
     border: 1px solid #ccc;
 +
}
 +
 +
#editpage-copywarn,
 +
.mw-editTools div:first-child {
 +
    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;
}

}