MediaWiki:Common.css: Difference between revisions

From Delft Solutions
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:


.vectorTabs ul li {
.vectorTabs ul li {
   background: #FF7266;
   background: #293590;
}
}


.vectorTabs span {
.vectorTabs span {
   background-image: none;
   background-image: none;
   border-left: none; /*1px solid rgb(255,164,113);*/
   border-left: none;
   border-right: none; /* 1px solid rgb(255,164,113);*/
   border-right: none;
}
}


Line 44: Line 44:


.vectorTabs li a:visited {
.vectorTabs li a:visited {
   color: #FDF0EC;
   color: #F0F0F2;
}
}


.vectorTabs li.new a, .vectorTabs li.new a:visited {
.vectorTabs li.new a, .vectorTabs li.new a:visited {
   color: #F05C6C;
   color: rgb(255,164,113);
}
}


Line 56: Line 56:


#mw-panel .portal .body li a {
#mw-panel .portal .body li a {
   color: #6B4A79;
   color: white;
}
}


#mw-panel .portal .body li a:visited {
#mw-panel .portal .body li a:visited {
   color: #1C2853;
   color: #E0E1E4;
}
}


Line 68: Line 68:


a {
a {
   color: #6B4A79;
   color: white;
}
}

Revision as of 11:31, 2 April 2020

/* CSS placed here will be applied to all skins */
body {
  background-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rgba(104,88,255,1) 100%) fixed;
  background-color: rgb(104,88,255);
}

.vectorTabs, #mw-head .vectorMenu h3 {
  background-image: none;
}

#mw-page-base {
  background: transparent;
}

.mw-body, .parsoid-body {
  background-color: white;
}

.vectorTabs ul li {
  background: #293590;
}

.vectorTabs span {
  background-image: none;
  border-left: none;
  border-right: none;
}

pre, .mw-code {
  background-color: #FDF0EC;
}
.vectorTabs li.selected span {
  border: none;
}

.vectorTabs li.selected {
  background-image: none;
  background-color: white;
}

.vectorTabs li a {
  color: white;
}

.vectorTabs li a:visited {
  color: #F0F0F2;
}

.vectorTabs li.new a, .vectorTabs li.new a:visited {
  color: rgb(255,164,113);
}

#p-logo {
  padding-top: 0.5em;
}

#mw-panel .portal .body li a {
  color: white;
}

#mw-panel .portal .body li a:visited {
  color: #E0E1E4;
}

a.new, #p-personal a.new {
  color: #F05C6C;
}

a {
  color: white;
}