User:Oth/metrolook.css: Difference between revisions

From City of Heroes: Rebirth Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 30: Line 30:
img.userIcon40 {
img.userIcon40 {
padding: inherit;
padding: inherit;
}
/*Oth's CSS */
/* Button Menu Color */
div.vectorMenu ul {
background-color: #1D2731;
}
/* Mainpage Links */
.mw-body a:link {
    color: #328CC1;
}
.mw-body a:link:visited {
    color: #0B3C5D;
}
.mw-body a:link:active {
    color: #D9B310;
}
.mw-body a:link.new {
    color: #328CC1;
}
.mw-code {
    color: #1D2731;
}
/* Changes the color of the line below the header */
body {
    background-color: #105684;
}
/* Mainpage Content Font Color */
div#mw-panel div.portal h5 {
    color: lightgray;
}
/* Sidebar links */
div#mw-panel div.portal div.body ul li a:link {
    color: #328CC1;
}
div#mw-panel div.portal div.body ul li a:link {
    color: #0B3C5D;
}
div#mw-panel div.portal div.body ul li a:link {
    color: #D9B310;
}
div#mw-panel div.portal div.body ul li a:link {
    color: #328CC1;
}
/* Code View Pages */
pre, .mw-code {
    background-color: #1D2731;
}
/* Code View Font Color */
.mw-code {
    color: lightgray;
}
/* Edit Pages */
.editOptions {
    background-color: ##0B3C5D;
    color: lightgray;
}
div#footer ul li {
    color: lightgray;
}
}

Revision as of 18:12, 14 September 2019

/* FF Fixes */
.onhoverbg {
     height: 34.7167px
}

#hamburgerIcon img.hamburger {
     height: 34.7167px
}

#hamburgerIcon {
     height: 34.7167px
}

img.userIcon40:not(.socialprofile-avatar) {
     height: 34px
}

#usermenu {
     height: 34.7167px
}

#username-top {
     height: 34.7167px
}

img.editbutton:hover {
     height: 34.7167px
}

img.userIcon40 {
	padding: inherit;
}