Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done! See here for Indie Wiki Jam Info!

Difference between revisions of "MediaWiki:Vector.css"

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
756 bytes removed ,  08:08, 24 December 2021
no edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
body {
body {
     background: #E0E0E0;
     background: #E0E0E0;
}
@media (prefers-color-scheme: dark){
body, .mw-page-container {
background: #181818;
}
}
}


div#mw-panel div.portal h3 {
div#mw-panel div.portal h3 {
     color: #181818;
     color: #181818;
}
#mw-page-base{
background:none;
}
}


Line 82: Line 92:
/**********************************************
/**********************************************
**
**
** SEARCH
** CATEGORIES
**
**
**********************************************/
**********************************************/
#p-search {
    margin: 0;
}
#p-search form {
    margin-top: 0;
}
div#simpleSearch {
    border: none;
    background: #ffffff;
    height: 2.485em;
    margin-top: 0;
    box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.15);
}
div#simpleSearch #searchInput {
    font-family: Roboto Slab;
    padding: 0.8em;
    width:100%;
    border:none;
}
div#simpleSearch #searchButton {
    width: 2.5em;
}
/**********************************************
**
** ARTICLES
**
**********************************************/
.mw-body .firstHeading {
    overflow: visible;
    text-transform: uppercase;
    font-family: Segoe UI;
    border-bottom: none;
    display: inline-block;
    clear: both;
}
h1#firstHeading::after {
    content: '';
    background: #cc0000;
    width: 100%;
    height: 2px;
    display: block;
    margin-top: -0.1em;
}
h1, h2, h3, h4, h5, h6{
color:#181818;
}


.catlinks {
.catlinks {

Navigation menu