🏳️‍🌈Happy pride month to all ppl.🏳️‍⚧️ --Screamer1234 (talk) 17:03, 31 May 2024 (MST)

MediaWiki:DarkVector.css: Difference between revisions

Jump to: navigation, search
no edit summary
m (Reverted edits by SkyBlueCat (talk) to last revision by Lawiki1534)
Tag: Rollback
No edit summary
 
(30 intermediate revisions by 4 users not shown)
Line 21: Line 21:
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
body {background: #a62e10}
body {background: #a62e10}
/* Sidebar */
.vector-menu-portal {margin:0px;background:#333;padding-left:10px!important;padding-right:5px!important;}
.vector-menu-portal {border-bottom:1px solid #e87057;border-top:1px solid #e87057;border-right:1px solid black;border-left:1px solid black;}
.vector-menu-portal:first-of-type {border-top-left-radius:0.2em;border-top-right-radius:0.2em;border-top:1px solid black;}
.vector-menu-portal:last-of-type {border-bottom-left-radius:0.2em;border-bottom-right-radius:0.2em;border-bottom:1px solid black;}
.vector-menu-portal .p-lang {border-top-left-radius:0.2em;border-top-right-radius:0.2em;}


/* Override Vector colour scheme to make it dark (compiled from modified LESS code) */
/* Override Vector colour scheme to make it dark (compiled from modified LESS code) */
Line 177: Line 184:
margin-top:-1px;
margin-top:-1px;
background-color:#333;
background-color:#333;
color:#c1c1c1;
color:#262626;
direction:ltr
direction:ltr
}
}
Line 208: Line 215:
.mw-body #toc h2,.mw-body .toc h2 div.emptyPortlet{
.mw-body #toc h2,.mw-body .toc h2 div.emptyPortlet{
display:none
display:none
}
/* General Link Styling */
a, .mw-body a.external, .mw-body a.extiw {
    color: #e87057;
}
}
ul{
ul{
Line 331: Line 342:
margin:0;
margin:0;
padding:0;
padding:0;
border:0;
border:0.2; #e87057
background-color:transparent;
background-color:transparent;
color:#c1c1c1
color:#c1c1c1
Line 431: Line 442:
color:#333;
color:#333;
text-decoration:none
text-decoration:none
}
a:visited, .mw-body a.external:visited, .mw-body a.extiw:visited {
    color: #e87057;
}
}
div.vectorTabs li.icon a{
div.vectorTabs li.icon a{
Line 693: Line 707:
background-repeat:repeat-x;
background-repeat:repeat-x;
background-image:url('skins/Vector/images/page-fade.png');
background-image:url('skins/Vector/images/page-fade.png');
background-color:1c1c1c;
background-color:333;
background-image:-moz-linear-gradient(top, #333 50%, #2a2a2a 100%);
background-image:-moz-linear-gradient(top, #333 50%, #333 100%);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), color-stop(100%, #2a2a2a));
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), color-stop(100%, #333));
background-image:-webkit-linear-gradient(top, #333 50%, #2a2a2a 100%);
background-image:-webkit-linear-gradient(top, #333 50%, #333 100%);
background-image:linear-gradient(#333 50%, #2a2a2a 100%);
background-image:linear-gradient(#333 50%, #333 100%);
background-color:#333
background-color:#333
}
}
Line 714: Line 728:
margin:0;
margin:0;
padding:0
padding:0
}
#mw-head {
    background-color: #111111; /* Update with the Screamer Wiki header background color */
}
#mw-panel div.portal {
    background-color: #4c4c4c; /* Update with the Screamer Wiki portal background color */
}
#footer {
    background-color: #111111; /* Update with the Screamer Wiki footer background color */
}
}
#left-navigation{
#left-navigation{
Line 858: Line 883:
}
}


 
/* Tabber Styling */
/*Tabber colors*/
.tabbernav {
.tabbernav {
     font-family: inherit !important;
     font-family: inherit;
     font-weight: normal !important;
     font-weight: normal;
     font-size: 13px !important;
     font-size: 13px;
     border-bottom: 3px solid #505050 !important;
     border-bottom: 3px solid #505050;
     padding: 0.3em 0 !important;
     padding: 0.3em 0;
}
}
.tabbernav a {
.tabbernav a {
     padding: 0.3em 0.5em !important;
     padding: 0.3em 0.5em;
     margin: 0 !important;
     margin: 0;
     color: lightgrey !important;
     color: lightgrey;
     border:1px !important;
     border: 1px;
     background: #242424 !important;
     background: #242424;
}
}
.tabberactive a {
.tabberactive a {
     color: white !important;
     color: white;
     background: #ba3614 !important;
     background: #ba3614;
     font-weight: bold;
     font-weight: bold;
}
}
.tabbernav :not(.tabberactive) a:hover {
.tabbernav :not(.tabberactive) a:hover {
     background: #4b4b4b !important;
     background: #4b4b4b;
}
}
.tabbertab {
.tabbertab {
     border: 0px !important;
     border: 0px;
     border-color: #505050 !important;
     border-color: #505050;
}
 
.fp-section {
    width: 80%;
    margin: 20px auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
 
/* Header styles */
.main-header {
    background-color: #4caf50;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 5px;
}
 
/* Content styles */
p {
    font-style: italic;
    font-weight: bold;
}
 
.mainpage-icons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
}
.mainpage-icon {
    text-align: center;
    margin: 10px;
}
.mainpage-icon a {
    text-decoration: none;
    color: #333;
}
.mainpage-icon-img img {
    border-radius: 50%;
    border: 2px solid #4caf50;
}


/* Cursors */
/* Cursors */


body {
body {
  cursor: url('http://screamer.wiki/images/4/4c/Cursor.png'), pointer; HEIGHT=40 WIDTH=30}
    cursor: url('http://screamer.wiki/images/4/4c/Cursor.png'), pointer;
}
a:link {
  cursor: url('http://screamer.wiki/images/f/fd/Link.png'), pointer; }
a:hover{
  cursor: url('http://screamer.wiki/images/f/fd/Link.png'), pointer; }
a:active{
  cursor: url('http://screamer.wiki/images/c/ce/Press.png'), pointer; }
 
a:element{
  cursor: url('http://screamer.wiki/images/4/4c/Cursor.png'), pointer; }


/* Scrollbar */
a:link, a:hover {
    cursor: url('http://screamer.wiki/images/f/fd/Link.png'), pointer;
}
 
a:active {
    cursor: url('http://screamer.wiki/images/c/ce/Press.png'), pointer;
}


a:element {
    cursor: url('http://screamer.wiki/images/4/4c/Cursor.png'), pointer;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
::-webkit-scrollbar {
width: 12px !important;
    width: 12px;
-webkit-overflow-scrolling: auto !important;
    -webkit-overflow-scrolling: auto;
}
}
 
::-webkit-scrollbar-track {
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1) !important;
    background: #111111;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
}
}
 
::-webkit-scrollbar-thumb {
::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px !important;
    background: #d13c17;
border-radius: 0px !important;
    border-radius: 0;
background: #d13c17 !important;  
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1) !important;
}
::-webkit-scrollbar-thumb:window-inactive {
background: #A62e10 !important;  
}
}


/* Usernames /*
/* Usernames /*


a[href="/wiki/User:Screamer1234"]  { color:#52ffcb !important; font-weight: bold !important; }
a[href="/wiki/User:Screamer1234"]  { color:cyan !important; font-weight: bold !important; }
/***** CSS placed ha[href="/wiki/User:USERNAME"]  { color:COLOUR NAME !important; font-weight: bold !important; }
/***** CSS placed ha[href="/wiki/User:USERNAME"]  { color:COLOUR NAME !important; font-weight: bold !important; }
ere will be applied to all skins on the entire site. *****/
ere will be applied to all skins on the entire site. *****/
1,545

edits

Navigation menu