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
mNo edit summary
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
/** EDIT COSMOS **/
/** EDIT COSMOS **/
.portable-infobox {
  width: 300px;
}
.portable-infobox .pi-secondary-background {
  background-color: cyan;
}
.portable-infobox .pi-border-color {
  border-color: cyan;
}
.portable-infobox .pi-title {
  padding-top:14px;
  font-size:20px;
  font-weight:bold;
  line-height:24px;
  background-color: rgba(0,100,100,0.8);
  color: cyan;
  border-radius: 10px 10px 0 0;
}
.portable-infobox .pi-title {
    color: white;
}


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


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


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


.cosmos-header__sitename{
.wds-tabs{
     font-family: 'Press Start 2P', sans-serif !important;
     margin: 2px 5px 0px 5px;
}
}


/** EDIT MW **/
.wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label{
body {
     background-color: #FCFCFC;
     font-family: 'Roboto',  sans-serif !important;
}
}


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


.mw-notification{  
.cosmos-header__sitename{
    color: cyan!important;
  margin-bottom:-10px;
    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{
     /*** Adjust Header Content ***/
     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{
@media screen {
     border: 2px solid #80FFFC;
  .cosmos-header__local-navigation {
     /* height: 46px; */
    margin-top: -28px!important;
  }
  .cosmos-header {
    max-height: 64px!important;
  }
  .cosmos-header {
    padding-bottom: 3%!important;
    vertical-align: top!important;
  }
}
}

Latest revision as of 12:12, 13 December 2023

/** EDIT COSMOS **/
.portable-infobox {
   width: 300px;
}

.portable-infobox .pi-secondary-background {
   background-color: cyan;
}

.portable-infobox .pi-border-color {
   border-color: cyan;
}

.portable-infobox .pi-title {
  padding-top:14px;
  font-size:20px;
  font-weight:bold;
  line-height:24px;
  background-color: rgba(0,100,100,0.8);
  color: cyan;
  border-radius: 10px 10px 0 0;
}

.portable-infobox .pi-title {
    color: white;
}

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

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

.cosmos-header .wds-tabs .wds-tabs__tab-label{
    background-color: #008B8B;
    font-family: 'Press Start 2P',sans-serif;
    display: inline-block;
    padding: 5px 6px 5px 6px;
    width: auto;
    height: 32px;
    border-radius: 10px;
}

.wds-tabs{
    margin: 2px 5px 0px 5px;
}

.wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label{
    background-color: #FCFCFC;
}

.wds-tabs .wds-tabs__tab:active .wds-tabs__tab-label{
    background-color: black;
}

.cosmos-header__sitename{
   margin-bottom:-10px;
}

    /*** Adjust Header Content ***/


@media screen {
  .cosmos-header__local-navigation {
    /* height: 46px; */
    margin-top: -28px!important;
  }
  .cosmos-header {
    max-height: 64px!important;
  }
  .cosmos-header {
    padding-bottom: 3%!important;
    vertical-align: top!important;
  }
}