MediaWiki:Vector.css: Difference between revisions

From aurawatch
Jump to navigation Jump to search
No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
div.vectorTabs ul li#ca-history {
div.vectorTabs ul li#ca-history {
  display: none;
    display: none;
}
.vector-menu-tabs-legacy li {
    background-color: transparent !important;
    color: #72777d;
    cursor: pointer;
}
.new.mw-list-item {
    background-color: transparent !important;
}
.new.mw-list-item a {
    background-color: transparent !important;
    color: #72777d;
    cursor: pointer;
    font-size: 0.8em;
}
.ca-talk {
    background-color: transparent !important;
    color: #72777d;
    cursor: pointer;
    font-size: 0.8em;
}
.vector-menu-portal .vector-menu-content li a,
.vector-menu-portal .vector-menu-content li a:visited {
    color: #72777d;
}
/* Additional rules to ensure transparency */
.vector-menu-tabs,
.vector-menu-tabs ul,
.vector-menu-tabs li,
.vector-menu-tabs a,
.vector-menu-tabs-legacy,
.vector-menu-tabs-legacy ul,
.vector-menu-tabs-legacy li,
.vector-menu-tabs-legacy a,
#p-namespaces,
#p-namespaces li,
#p-namespaces a,
#ca-nstab-main,
#ca-talk,
.vector-tab-noicon,
.mw-list-item-js {
    background-color: transparent !important;
    background: transparent !important;
    background-image: none !important;
}
}


.vector-menu-tabs-legacy li {
 
     background-image: linear-gradient(to top,#000000 0,#ffffff21 1px,#ffffff 100%);
/* Target the side menu/navigation panel */
    background-position: left bottom;
.vector-menu-portal,
    background-repeat: repeat-x;
#mw-panel,
     float: left;
.vector-menu-portal .vector-menu-content {
    display: block;
     background-color: #202020 !important; /* Dark gray color similar to the first image */
    height: 100%;
}
    margin: 0;
 
    padding: 0;
/* For the section headers (like "Workshop", "Support", etc.) */
     line-height: 1.125em;
.vector-menu-portal .vector-menu-heading {
     color: #cccccc; /* Light gray for headers */
}
 
/* For the links */
.vector-menu-portal .vector-menu-content a {
     color: #3366bb; /* Blue color for links */
}
}


.new mw-list-item li a {
/* Remove any borders that might be present */
      background-color: transparent !important;
.vector-menu-portal {
        color: #688ba8;
    border: none !important;
        cursor: pointer;
        font-size: 0.8em
}
}


.vector-menu-tabs-legacy li {
 
body {
    background-image: url('https://i.imgur.com/nBW7bEJ.png') !important;
    background-color: rgba(0, 0, 0, 0.9) !important; /* Semi-transparent black */
    background-blend-mode: overlay !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
 
 
#ca-view a, #ca-edit a, #ca-history a {
  color: inherit !important;
   background-color: transparent !important;
   background-color: transparent !important;
}
.vector-menu-tabs-legacy li
{
  background-color: transparent !important;
}
}

Latest revision as of 20:15, 18 February 2025

div.vectorTabs ul li#ca-history {
    display: none;
}
.vector-menu-tabs-legacy li {
    background-color: transparent !important;
    color: #72777d;
    cursor: pointer;
}
.new.mw-list-item {
    background-color: transparent !important;
}
.new.mw-list-item a {
    background-color: transparent !important;
    color: #72777d;
    cursor: pointer;
    font-size: 0.8em;
}
.ca-talk {
    background-color: transparent !important;
    color: #72777d;
    cursor: pointer;
    font-size: 0.8em;
}
.vector-menu-portal .vector-menu-content li a,
.vector-menu-portal .vector-menu-content li a:visited {
    color: #72777d;
}
/* Additional rules to ensure transparency */
.vector-menu-tabs,
.vector-menu-tabs ul,
.vector-menu-tabs li,
.vector-menu-tabs a,
.vector-menu-tabs-legacy,
.vector-menu-tabs-legacy ul,
.vector-menu-tabs-legacy li,
.vector-menu-tabs-legacy a,
#p-namespaces,
#p-namespaces li,
#p-namespaces a,
#ca-nstab-main,
#ca-talk,
.vector-tab-noicon,
.mw-list-item-js {
    background-color: transparent !important;
    background: transparent !important;
    background-image: none !important;
}


/* Target the side menu/navigation panel */
.vector-menu-portal,
#mw-panel,
.vector-menu-portal .vector-menu-content {
    background-color: #202020 !important; /* Dark gray color similar to the first image */
}

/* For the section headers (like "Workshop", "Support", etc.) */
.vector-menu-portal .vector-menu-heading {
    color: #cccccc;  /* Light gray for headers */
}

/* For the links */
.vector-menu-portal .vector-menu-content a {
    color: #3366bb;  /* Blue color for links */
}

/* Remove any borders that might be present */
.vector-menu-portal {
    border: none !important;
}


body {
    background-image: url('https://i.imgur.com/nBW7bEJ.png') !important;
    background-color: rgba(0, 0, 0, 0.9) !important; /* Semi-transparent black */
    background-blend-mode: overlay !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}


#ca-view a, #ca-edit a, #ca-history a {
  color: inherit !important;
  background-color: transparent !important;
}