MediaWiki: Tweeki.css

From LibrePlanet
Jump to: navigation, search
Line 4: Line 4:
 
.purple { background: #5c3566; color: #FFF; }
 
.purple { background: #5c3566; color: #FFF; }
 
.orange { background: #ce5c00; color: #FFF; }
 
.orange { background: #ce5c00; color: #FFF; }
 +
.rounded { border-radius: .5em; }
  
 
/* custom content */
 
/* custom content */

Revision as of 11:48, 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; }


/* fix bugs */

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