MediaWiki:DarkVector.css: Difference between revisions

Jump to: navigation, search
no edit summary
(Undo revision 105638 by Screamer1234 (talk) my god DarkVector suks)
Tag: Undo
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 175: Line 175:
}
}
body{
body{
background-color:#4c4c4c
background-color:#2a2a2a
}
}
.mw-body{
.mw-body{
Line 215: 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 438: 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 721: 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 865: 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 /*
1,545

edits

Navigation menu