MediaWiki: Tweeki.css

From LibrePlanet
Jump to: navigation, search
Line 16: Line 16:
 
#page-header ul.nav > li > a#ca-edit:hover { background: #ce5c00; color: #FFF; }
 
#page-header ul.nav > li > a#ca-edit:hover { background: #ce5c00; color: #FFF; }
 
#page-header ul.nav > li > a#n-randompage-url:hover { background: #5c3566; color: #fff; !important }
 
#page-header ul.nav > li > a#n-randompage-url:hover { background: #5c3566; color: #fff; !important }
 +
 +
#media-feed dt { line-height: 2em; }
 +
#media-feed { color: #5c3566; }
  
 
/* hidden content */
 
/* hidden content */

Revision as of 12:27, 24 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; }

#page-header ul.nav > li > a#ca-talk:hover { background: #4e9a06; color: #FFF; }
#page-header ul.nav > li > a#ca-edit:hover { background: #ce5c00; color: #FFF; }
#page-header ul.nav > li > a#n-randompage-url:hover { background: #5c3566; color: #fff; !important }

#media-feed dt { line-height: 2em; }
#media-feed { color: #5c3566; }

/* hidden content */

#page-header ul.nav > li > a#ca-nstab-mediawiki,
#page-header ul.nav > li > a#ca-nstab-main,
#menu-getinvolved .mw-editsection { display: none; }


/* fix bugs */

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