MediaWiki:Vector.css: Difference between revisions

From Rhythm Heaven Wiki
Jump to navigation Jump to search
(moving css related to the Vector skin from Common.css)
(Minor edits for the Fever link)
 
(4 intermediate revisions by 2 users not shown)
Line 29: Line 29:


/* Style the Sidebar boxes */
/* Style the Sidebar boxes */
.vector-menu-portal .vector-menu-heading, .mw-footer li {
  color: #fff;
}
#mw-panel .vector-menu-content-list{
#mw-panel .vector-menu-content-list{
padding: 6px ;
padding: 6px ;
Line 54: Line 58:
}
}


#ca-unwatch{
#ca-unwatch, #ca-watch{
  padding-left: 6px;
  padding-left: 6px;
  padding-right: 3px;
  padding-right: 3px;
Line 71: Line 75:
#n-Rhythm-Gehenna::before,#n-RHModding::before {
#n-Rhythm-Gehenna::before,#n-RHModding::before {
content: url(http://rhwiki.net/w/thumb.php?f=Discord_Icon.png&width=15);
content: url(http://rhwiki.net/w/thumb.php?f=Discord_Icon.png&width=15);
}
#content, #left-navigation {
margin-left: 11.5em;
}
#mw-panel {
width: 10.5em;
}
}

Latest revision as of 01:47, 7 January 2024

/* All CSS here will be loaded for users of the Vector skin */
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited, .vector-menu-tabs-legacy li a {
  color: #E6E6E6;
}

.vector-menu-portal .vector-menu-content li a {
  color: #a59fe1;
}

.vector-menu-portal .vector-menu-content li a:visited {
  color: #6c64b5; 
}

/* Style the login bar */
#p-personal {
background-color:#00131D;
top:0px;
right:0px;
padding: 6px 16px;
border-bottom-left-radius: 15px;
border: 1px solid #A7D7F9;
border-top-color: #00131D;
border-right-color: #00131D;
}

#p-personal ul{
padding: 0px;
}

/* Style the Sidebar boxes */
.vector-menu-portal .vector-menu-heading, .mw-footer li {
  color: #fff;
}

#mw-panel .vector-menu-content-list{
padding: 6px ;
background-color:#00131D;
border-radius: 15px;
border: 1px solid #A7D7F9;
}

#mw-panel .vector-menu-heading{
text-align: center;
}

/* Removes superfluous lines in Sidebar and Top bar*/
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading, .vector-menu-portal .vector-menu-heading{
background-image: none;
}

/* Style the top bar */
#p-namespaces .mw-list-item, #p-views .mw-list-item, #p-cactions, #p-search{
background-color:#00131D;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border: 1px solid #A7D7F9;
border-bottom: none;
}

#ca-unwatch, #ca-watch{
 padding-left: 6px;
 padding-right: 3px;
}

#p-namespaces{
padding-left:0px;
}

#p-search{
padding: 0px 15px;
margin: 0px;
height:40px;
}

#n-Rhythm-Gehenna::before,#n-RHModding::before {
content: url(http://rhwiki.net/w/thumb.php?f=Discord_Icon.png&width=15);
}

#content, #left-navigation {
margin-left: 11.5em;
}
#mw-panel {
width: 10.5em;
}