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; }")
 
m (Hardwired a.external color)
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
.dropdown-item {
.dropdown-item {
color: #ff00ff;
color: #ff00ff;
}
.catlinks {
    color: #fff;
    background-color: #33001a;
    border-color: #cc007a;
    margin-bottom: 1em;
}
.catlinks a {
    color: #fff !important;
}
.catlinks > div > a {
    font-size: 2em;
}
#tweekiTOC {
    margin-top: 1em;
}
.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,f
sup.reference:target {
    background-color: #33001a !important;
}
header + main {
  padding-top: 60px;
}
.callout {
border: 1px solid white;
padding: 1em;
}
.callout a.image {
    display: block;
    margin: -1em;
}
.fullwidth {
  width: 100%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #282828;
}
a.external {
  color: #ff0099;
}
a:visited,
a.external:visited {
  color: red;
}
}

Latest revision as of 13:11, 13 July 2023

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

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

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

#tweekiTOC {
    margin-top: 1em;
}

.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,f
sup.reference:target {
    background-color: #33001a !important;
}

header + main {
  padding-top: 60px;
}

.callout {
	border: 1px solid white;
	padding: 1em;
}

.callout a.image {
    display: block;
    margin: -1em;
}


.fullwidth {
  width: 100%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #282828;
}

a.external {
  color: #ff0099;
}

a:visited,
a.external:visited {
  color: red;
}