Difference between revisions of "MediaWiki:Vector.css"

From Dwaia Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
     background-image: none;
 
     background-image: none;
 
     background-color: #55505A;
 
     background-color: #55505A;
     border-radius: 10px 10px 0px 0px;
+
     border-radius: 6px 6px 0px 0px;
     border: 0.5px solid #D5D4D4;
+
     border: 1px solid #D5D4D4;
 
     border-bottom-width: 0px;
 
     border-bottom-width: 0px;
 
}
 
}

Revision as of 02:58, 27 January 2019

body { /*BACK-background*/
    background-color: #3b3144; /* url("https://slot1-images.wikia.nocookie.net/__cb1498150157/common/skins/oasis/images/themes/opulence.png") top left repeat*/
}
#mw-head {
    background-color: #45404A;
}
#mw-head div div ul li {
    background-image: none;
    background-color: #55505A;
    border-radius: 6px 6px 0px 0px;
    border: 1px solid #D5D4D4;
    border-bottom-width: 0px;
}
#mw-head div div ul li span, #mw-head div div ul, .vectorTabs, #mw-head .vectorMenu h3 {
    background-image: none;
}
.mw-body { /*main background*/
    background-color: #55505a;
    margin-left: 10em;
    border: 1px solid #D5D4D4;
    margin-top: 0px;
}
.mw-body, h1, h2, h3, h4, h5, h6, .tocnumber, #footer ul li{
    /*main text color*/
    color: #D5D4D4;
}
/*Links*/
a, .toctogglelabel{
    color: #ffee55 !important;
}
a.new{
    color: #ff8877 !important;
}

.toc, .catlinks{
    background-color: #504b55;\
    border-color: #D5D4D4;
    border-radius: 20px 0px;
}