MediaWiki: Tweeki.css: Difference between revisions

From DisCO Beta Ball Wiki
Jump to: navigation, search
(Created page with "→‎CSS placed here will affect users of the Tweeki skin: .dropdown-item { color: #ff00ff; }")
 
No edit summary
Tag: Reverted
Line 2: Line 2:
.dropdown-item {
.dropdown-item {
color: #ff00ff;
color: #ff00ff;
}
.catlinks {
    color: #fff;
background-color: #d90082;
border-color: #cc007a;
    margin-bottom: 1em;
}
.catlinks a {
    color: #fff !important;
}
.catlinks > div > a {
    font-size: 2em;
}
.toctitle #mw-toc-heading {
    font-size: 2em;
}
.toctitle #mw-toc-heading a {
    font-size: 0.75rem;
    margin-left: 1em;
}
#toc a:hover {
    background-color: #f09;
    color: #fff;
}
ol.references li:target, sup.reference:target {
  background-color: #D4B761;
}
}

Revision as of 01:42, 21 December 2022

/* CSS placed here will affect users of the Tweeki skin */
.dropdown-item {
	color: #ff00ff;
}

.catlinks {
    color: #fff;
background-color: #d90082;
border-color: #cc007a;
    margin-bottom: 1em;
}
.catlinks a {
    color: #fff !important;
}

.catlinks > div > a {
    font-size: 2em;
}

.toctitle #mw-toc-heading {
    font-size: 2em;
}

.toctitle #mw-toc-heading a {
    font-size: 0.75rem;
    margin-left: 1em;
}

#toc a:hover {
    background-color: #f09;
    color: #fff;
}

ol.references li:target, sup.reference:target {
  background-color: #D4B761;
}