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:Cosmos.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Cosmos skin */
/** EDIT COSMOS **/


#cosmos-banner{
#cosmos-banner{
Line 6: Line 6:
}
}


.cosmos-header__sitename{
.cosmos-header::before{
     font-family: 'Press Start 2P', sans-serif !important;
     border-radius: 10px 10px 0 0!important;
     color: #80FFFC;
     background-color:rgba(7,242,242,0.6)!important;
}
}


.cosmos-header .wds-tabs .wds-tabs__tab-label{
 
background-color: ##008B8B !important;
.cosmos-header .wds-tabs .wds-tabs__tab-label {
font-family: 'Press Start 2P', sans-serif;
    background-color: #008B8B!important;
display: block;
    font-family: 'Press Start 2P',sans-serif;
padding: 4px 8px;
    padding: 4px 8px;
line-height: 10px;
    line-height: 10px;
}
}


.cosmos-header__sitename{
    font-family: 'Press Start 2P', sans-serif !important;
}


/** MediaWiki Stuff**/
/** EDIT MW **/
body {
body {
    font-family: 'Roboto',  sans-serif !important;
    font-family: 'Roboto',  sans-serif !important;
}
}


.cdx-typeahead-search .cdx-menu-item:first-child .cdx-typeahead-search__search-footer {
    color: cyan!important;
    background-color: black!important;
    border-radius: 0px 0px 10px 10px!important;
    border: none!important;
    }
.mw-notification {
    color: cyan!important;
    background-color: rgba(0,0,0,0.6)!important;
    border: none!important;
    border-radius: 10px!important;
    }


   
.cdx-menu-item--enabled, .cdx-menu-item--enabled .cdx-menu-item__content, #searchform input, .cdx-menu {
.cdx-menu-item--enabled, .cdx-menu-item--enabled .cdx-menu-item__content, #searchform input, .cdx-menu {
     color: cyan!important;
     color: cyan!important;
Line 34: Line 51:
}
}


.cdx-menu-item--enabled a:hover .cdx-typeahead-search__search-footer a:hover {
.cdx-menu-item--enabled a:hover, .cdx-typeahead-search__search-footer:hover {
     color: white!important;
     color: white!important;
     background-color: #008B8B!important;
     background-color: #008B8B!important;
}
}


h1, h2, h3, h4, h5, h6, .cosmos-header__sitename {
h1, h2, h3, h4, h5, h6{
font-family: 'Press Start 2P', sans-serif !important;
    font-family: 'Press Start 2P', sans-serif !important;
color: #80FFFC;
color: #80FFFC;
}
}
Line 46: Line 63:
body #mw-content{
body #mw-content{
border: 2px solid #80FFFC;
border: 2px solid #80FFFC;
}
.cdx-typeahead-search .cdx-menu-item:first-child .cdx-typeahead-search__search-footer {
color: cyan!important;
background-color: black!important;
border-radius: 0px 0px 10px 10px!important;
border: none!important;
}
.mw-notification {
color: cyan!important;
background-color: rgba(0,0,0,0.6)!important;
border: none!important;
border-radius: 10px!important;
}
.cdx-menu-item--enabled, .cdx-menu-item--enabled .cdx-menu-item__content, #searchform input, .cdx-menu{
    color: cyan!important;
    background-color: rgb(0,0,0)!important;
    border: none!important;
    border-radius: 0px 0px 10px 10px!important;
    font-family: 'Press Start 2P', sans-serif;
}
.cdx-menu-item--enabled a:hover, .cdx-typeahead-search__search-footer a:hover{
    color: white!important;
    background-color: #008B8B!important;
}
}

Revision as of 09:43, 18 November 2023

/** EDIT COSMOS **/

#cosmos-banner{
    box-shadow: 10px 0px 10px black; 
    font-family: 'Press Start 2P', sans-serif !important;
}

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


.cosmos-header .wds-tabs .wds-tabs__tab-label {
    background-color: #008B8B!important;
    font-family: 'Press Start 2P',sans-serif;
    padding: 4px 8px;
    line-height: 10px;
}

.cosmos-header__sitename{
    font-family: 'Press Start 2P', sans-serif !important;
}

/** EDIT MW **/
body {
    font-family: 'Roboto',  sans-serif !important;
}

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

.mw-notification { 
    color: cyan!important; 
    background-color: rgba(0,0,0,0.6)!important; 
    border: none!important; 
    border-radius: 10px!important; 
    }

    
.cdx-menu-item--enabled, .cdx-menu-item--enabled .cdx-menu-item__content, #searchform input, .cdx-menu {
    color: cyan!important;
    background-color: rgb(0,0,0)!important;
    border: none!important;
    border-radius: 0px 0px 10px 10px!important;
    font-family: 'Press Start 2P', sans-serif;
}

.cdx-menu-item--enabled a:hover, .cdx-typeahead-search__search-footer:hover {
    color: white!important;
    background-color: #008B8B!important;
}

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

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