Difference between revisions of "User:BellCube/common.css"

Jump to navigation Jump to search
Incremental progress
(Created page with "[class*="body"]{ background-color: rgb(13, 17, 23) } body{ background-color: rgb(22, 27, 34) } .vector-menu-portal{ color: rgb(201, 209, 217) }")
 
(Incremental progress)
Line 1: Line 1:
[class*="body"]{
[class*="body"] {
   background-color: rgb(13, 17, 23)
  color: #bdc1c6;
   background-color: rgb(32, 33, 36);
}
}
body{
 
   background-color: rgb(22, 27, 34)
.vector-menu-tabs li, .vector-menu-tabs .selected {
  background:  #303134;
  background-image: linear-gradient(to top,#77c1f6 0,#242526 1px,#303134 100%);
}
 
body, #mw-head {
   background-color: #303134;
}
 
p, span, .vector-menu-tabs .selected a, .vector-menu-dropdown li a, .vector-menu-tabs li a, .toctogglelabel {
  color: #bdc1c6;
}
 
h1, h2, h3, h4, h5, h6 {
    color: #e8eaed;
}
}


.vector-menu-portal{
.vector-menu-portal{
   color: rgb(201, 209, 217)
   color: rgb(201, 209, 217);
}
 
.vector-menu-portal .vector-menu-content li a {
    color: #8ab4f8;
    -webkit-tap-highlight-color: rgba(255,255,255,.5);
}
 
.vector-menu-portal .vector-menu-content li a:visited, a:visited {
    color: #C58AF9;
}
}
68

edits

Navigation menu