Anonymous
×
Create a new article
Write your page title here:
We currently have 15 articles on TwistedFates Database. Type your article name above or click on one of the titles below and start writing!



TwistedFates Database
15Articles

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Tag: Reverted
Line 22: Line 22:
}
}


.cdx-typeahead-search__search-footer cdx-menu-item {
.cdx-typeahead-search__search-footer, cdx-menu-item {
color: cyan!important;
color: cyan!important;
background-color: black!important;
background-color: black!important;

Revision as of 08:00, 17 November 2023

body{
     font-family: 'Roboto',  sans-serif !important;
}

#cosmos-banner{
    box-shadow: 10px 0px 10px black;  
}

h1, h2, h3, h4, h5, h6{
 font-family: 'Press Start 2P', sans-serif !important;
color: #80FFFC;
}

body #mw-content{
border: 2px solid #80FFFC;
}

.cosmos-header::before{
text-shadow: 
    border-radius: 10px 10px 0px 0px !important;
    background-color:rgba(7,242,242,0.6)!important;
}

.cdx-typeahead-search__search-footer, cdx-menu-item {
color: cyan!important;
background-color: black!important;
border-radius: 0px 0px 10px 10px!important;
border: none;
}