Navigation menu

MediaWiki:Quantumleap.css: Difference between revisions

From Metroid Wiki
(.tocnumber)
m (fix)
Line 108: Line 108:


.tocnumber {
.tocnumber {
     color: #d2d2d2;
     color: #6fa028;
}
}

Revision as of 01:04, 16 April 2020

ul.gallery li {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -icab-border-radius: 8px;
  -o-border-radius: 8px;
  background: #1f0827;
  border: 1px solid #6e3c80;
}

li.gallerybox div.thumb {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -icab-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  -icab-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  background: #1f0827;
  border: 1px solid #6e3c80;
}

div.gallerytext {
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -khtml-border-bottom-left-radius: 8px;
  -icab-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -khtml-border-bottom-right-radius: 8px;
  -icab-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  text-align: center;
  border-top: 1px solid #6e3c80;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background-color: #3c0252;
}

/* collapsible boxes */
.NavHead {position: relative;}
.NavToggle {
    font-size: .8em;
    font-weight: normal;
    position: absolute;
    right: 6px;
    top: 0;
}

/* category bar, new message box , preformatted text, new article box */
div.catlinks, div.usermessage, body pre, body div.noarticletext {
    background-color: #3C0252;
    border: 2px solid #6E3C80;
    color: inherit;
}

div.catlinks, div.usermessage {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -icab-border-radius: 15px;
    -o-border-radius: 15px;
}

/* sidebar top padding */
#column-one {padding-top: 5px;}
#column-one {padding-left: 5px;}

/* diffs ('body's are to increase priority over main.css) */
body table.diff, body td.diff-otitle, body td.diff-ntitle {background: none; color: #d2d2d2; }
body td.diff-deletedline {background-color: #182906; color: #d2d2d2; }
body td.diff-addedline {background-color: #182906; color: #d2d2d2; }
body td.diff-context {background-color: #3c0252; color: #d2d2d2; }
.diffchange {color: #1f0827}

/* external links */
#bodyContent a.extiw, #bodyContent a.external {color: #6FA028;}
#bodyContent a.extiw:visited, #bodyContent a.external:visited {color: #547A1F;}
#bodyContent a.extiw:active, #bodyContent a.external:active, #bodyContent a.extiw:hover, #bodyContent a.external:hover {color: #93D435;}

/* bullet image */
body ul {list-style-image: url("//cdn.wikimg.net/metroidwiki/images/7/7a/Bullet.png");}

/* template:icon */
#pageicon {top: 1.5em !important;}

/* Fix bullets */
.portlet li {
  list-style-image: url("//cdn.wikimg.net/metroidwiki/images/7/7a/Bullet.png");
}

/* Edit box */
.editOptions {
	background-color: #3C0252;
	color: #d2d2d2;
}

.tocnumber {
    color: #6fa028;
}