Difference between revisions of "MediaWiki:Vector.css"

Jump to navigation Jump to search
no edit summary
Tag: Reverted
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 15: Line 15:
   --mainfont: Verdana, Tahoma, sans-serif;
   --mainfont: Verdana, Tahoma, sans-serif;
   --headerfont: Georgia, serif;
   --headerfont: Georgia, serif;
  --infoboxcolour2: #f2e5c0;
  --vectormenucolour3: #ffeabd;
   --tableheaders: #eacf98;
   --tableheaders: #eacf98;
   --tablecolour2: #f2e5c0;
   --tablecolour2: #edd8a0; /* muted warm beige */
   --tablecolour3: #ffeabd;
   --tablecolour3: #f9ebc4; /* soft cream, only slightly lighter */
   --background-image: url(https://wiki.polymorph.games/found/images/6/6c/Keyart02_Clean_noLogo_HD.jpg);
   --background-image: url(https://wiki.polymorph.games/found/images/6/6c/Keyart02_Clean_noLogo_HD.jpg);
}
}
Line 139: Line 141:


.vector-menu-portal  {
.vector-menu-portal  {
   background-color:var(--tablecolour3);
   background-color:var(--vectormenucolour3);
   box-shadow: inset 0 0 1.5vw 0.2vw #d4b57e;
   box-shadow: inset 0 0 1.5vw 0.2vw #d4b57e;
   border-color:var(--bordercolour);
   border-color:var(--bordercolour);
Line 148: Line 150:
.vector-menu-heading {
.vector-menu-heading {
   box-shadow:none!important;
   box-shadow:none!important;
   background-color:var(--tablecolour3);
   background-color:var(--vectormenucolour3);
   border-radius:4px 4px 0px 0px;
   border-radius:4px 4px 0px 0px;
   border-color:var(--bordercolour);
   border-color:var(--bordercolour);
Line 252: Line 254:
}
}


/* Right-align Price each columns in all wikitable tables */
.wikitable tr:nth-child(even) > td {
background-color: var(--tablecolour3);
  color: var(--maintext);
}
 
/* Right-align Price each columns in all wikitable tables (switched off for now)
.wikitable td:nth-child(2),
.wikitable td:nth-child(2),
.wikitable th:nth-child(2),
.wikitable th:nth-child(2),
Line 260: Line 267:
     padding-right: 10px; /* optional: gives a little spacing from the border */
     padding-right: 10px; /* optional: gives a little spacing from the border */
}
}
*/


/*this is a hover highlight but it's turned off because it looked a bit odd
/*this is a hover highlight but it's turned off because it looked a bit odd
Line 301: Line 309:


.infobox-title {
.infobox-title {
   background-color:var(--tablecolour3);
   background-color:var(--vectormenucolour3);
   font-weight:bold;
   font-weight:bold;
   padding:3px;
   padding:3px;
Line 317: Line 325:


.infobox-label {
.infobox-label {
   background:var(--tablecolour2);
   background:var(--infoboxcolour2);
}
}


Navigation menu