Dogcraft Wiki

Sandbox/Main Page/styles.css

From Dogcraft Wiki

No edit summary
Tag: Reverted
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.mw-ui-button[type="submit"] { width:auto; }
.mw-ui-button[type="submit"] { width:auto; }


.top, #firstHeading, #tagline, #siteSub { display:none; } /*hiding all the top page title and actions menu bits*/
 
/* Elems | https://dogcraft.net/wiki/Dogcraft_Wiki:Sandbox/Main_Page/Sample */
 
#firstHeading {
  display: none;
}
 
#tagline {
  display: none;
}
 
#siteSub {
  display: none;
}
 
.top {
  display: none;
}

Latest revision as of 00:23, 28 December 2022

.mw-ui-button[type="submit"] { width:auto; }


/* Elems | https://dogcraft.net/wiki/Dogcraft_Wiki:Sandbox/Main_Page/Sample */

#firstHeading {
  display: none;
}

#tagline {
  display: none;
}

#siteSub {
  display: none;
}

.top {
  display: none;
}