MediaWiki:Vector.css: Difference between revisions

From aurawatch
Jump to navigation Jump to search
No edit summary
No edit summary
 
(41 intermediate revisions by the same user not shown)
Line 3: Line 3:
}
}


/* Custom background color for Vector skin tabs */
.vector-menu-tabs-legacy li {
      background-color: transparent !important;
        color: #688ba8;
        cursor: pointer;
}


.vector-menu-tabs-legacy {
.new mw-list-item li a {
// Part of the css required to fix external link heights regardless of font size
      background-color: transparent !important;
//.vector-menu-content {
        color: #688ba8;
// height: 100%; still needed?
        cursor: pointer;
//}
        font-size: 0.8em
}


// pixel padding for border
.vector-menu-portal .vector-menu-content li a {
padding: 0;


// redlink in tab
}
.new {
a,
a:visited {
color: var(--redlink-color);
}
}


// selected tab
.ca-talk {
.selected {
background-color: transparent !important;
background: var(--body-main);
    color: #688ba8;
    cursor: pointer;
    font-size: 0.8em
}


a,
a:visited {
color: var(--text-color);
}
}


// padding for tabs
.vector-menu-portal .vector-menu-content li a:visited {
li a {
color: var(--vector-tab-link-color);
padding: 0 .75em;
padding-top: 1em;


&:visited {
  color: #688ba8;
color: var(--vector-tab-link-color);
}
}
 
// background for tabs
ul {
li {
background: var(--vector-tab-background);
}
 
a:hover {
text-decoration: none;
}
}
}
}


.vector-menu-portal .vector-menu-content li a {


/* Inactive tab background color */
  color: #688ba8;
.vector-menu-tabs-legacy li {
        display: inline-block;
        height: 1.9em;
        padding-left: 0.625em;
        padding-right: 0.625em;
        color: #688ba8;
        cursor: pointer;
        font-size: 0.8em
}
 
.vector-menu-tabs-legacy li a {
        display: inline-block;
        height: 1.9em;
        padding-left: 0.625em;
        padding-right: 0.625em;
        color: #688ba8;
        cursor: pointer;
        font-size: 0.8em
}
}

Latest revision as of 06:54, 21 May 2023

div.vectorTabs ul li#ca-history {
   display: none;
}

.vector-menu-tabs-legacy li {
       background-color: transparent !important;
        color: #688ba8;
        cursor: pointer;
}

.new mw-list-item li a {
       background-color: transparent !important;
        color: #688ba8;
        cursor: pointer;
        font-size: 0.8em
}

.vector-menu-portal .vector-menu-content li a {

}

.ca-talk {
	 background-color: transparent !important;
     color: #688ba8;
    cursor: pointer;
    font-size: 0.8em
}


.vector-menu-portal .vector-menu-content li a:visited {

   color: #688ba8;
}

.vector-menu-portal .vector-menu-content li a {

   color: #688ba8;
}