MediaWiki: Tweeki.css

From LibrePlanet
Jump to: navigation, search
Line 14: Line 14:
 
#menu-getinvolved .mw-editsection { display: none; }
 
#menu-getinvolved .mw-editsection { display: none; }
  
 +
#n-randompage-url { background: #5c3566; }
  
 
/* fix bugs */
 
/* fix bugs */
  
 
.mw-echo-ui-overlay { z-index: 9999; }
 
.mw-echo-ui-overlay { z-index: 9999; }

Revision as of 14:18, 22 October 2019

/* class environment */

.green { background: #4e9a06; color: #FFF; }
.purple { background: #5c3566; color: #FFF; }
.orange { background: #ce5c00; color: #FFF; }
.rounded { border-radius: .5em; }

/* custom content */

#menu-getinvolved a { color: #FFF; text-decoration: none; }
#menu-getinvolved .inner:hover a { color: yellow; }
#menu-getinvolved h3 { font-size: 1.5em; font-weight: bold; min-height: 45px; }
#menu-getinvolved .inner { padding: 0.5em 1em; }
#menu-getinvolved .mw-editsection { display: none; }

#n-randompage-url { background: #5c3566; }

/* fix bugs */

.mw-echo-ui-overlay { z-index: 9999; }