Jump to content

MediaWiki:Common.css: Difference between revisions

From wiki.comicsgate.org
mNo edit summary
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
 
body, #mw-head {
    background-color:#d3d6df;
}
#mw-head{
    box-shadow:0 26px 26px -26px inset #40404b8f
}
h1, h2, h3 ,h4 {
h1, h2, h3 ,h4 {
     font-family:Mulish, sans-serif !important;
     font-family:Mulish, sans-serif !important;
Line 19: Line 13:
     border-radius:3px !important
     border-radius:3px !important
}
}
.mw-logo {
  position:relative;
    height:80px;
}
.mw-logo img{
    position:absolute;
    top:0;
    min-width:150px;
    min-height:130px;
    object-fit:contain
}
.mw-logo:hover{
    filter: grayscale(1);


#footer img,#ca-talk, #mw-panel nav#p-tb, .tox-statusbar__branding, .tox-promotion, #left-navigation .vector-menu-content-list{
 
#footer img,#ca-talk, #mw-panel nav#p-tb, .tox-statusbar__branding, .tox-promotion, #left-navigation .vector-menu-content-list, #mw-sidebar-button{
     display:none
     display:none
}
}


.mw-wiki-logo {
.mw-footer-container {
     background-image: url(https://comicsgate.com/wp-content/uploads/2022/04/cgcom.png);
     padding: 0;
    background-size:100%;
  text-align:center
    translate: 21px 0;
}
.mw-footer-container ul{
  width:100%;  
  display:flex;
  justify-content:center
}
}
 
.mw-footer-container li{
.mw-wiki-logo:hover{
  float:none !important
    filter: grayscale(1);
  #p-views li:first-child{
    border-radius:6px 0 0 0
  #p-views li:last-child{
    border-radius:0 6px  0 0
}
}

Revision as of 07:43, 8 April 2023

/* CSS placed here will be applied to all skins */
 
h1, h2, h3 ,h4 {
    font-family:Mulish, sans-serif !important;
    font-weight:700;
    color:#092f76
}
a:visited, #p-personal a{
    color:#0645ad !important
}

input{
    border-radius:3px !important
}
.mw-logo {
   position:relative;
    height:80px;
}
.mw-logo img{
    position:absolute;
    top:0;
    min-width:150px;
    min-height:130px;
    object-fit:contain
}
.mw-logo:hover{
    filter: grayscale(1);
}   


#footer img,#ca-talk, #mw-panel nav#p-tb, .tox-statusbar__branding, .tox-promotion, #left-navigation .vector-menu-content-list, #mw-sidebar-button{
    display:none
}

.mw-footer-container {
    padding: 0;
   text-align:center
}
.mw-footer-container ul{
   width:100%; 
   display:flex;
   justify-content:center
}
.mw-footer-container li{
   float:none !important
}