MediaWiki:Timeless.css: Difference between revisions

From the Audiovisual Identity Database, the motion graphics museum

Content deleted Content added
Created page with "→‎CSS placed here will affect users of the Timeless skin: @media (min-width: 1340px) { #mw-content-block { display: block; } #mw-content, #content-bottom-stuff..."
 
No edit summary
Line 24: Line 24:
padding-left: 212px;
padding-left: 212px;
}
}

#site-tools{
display:none;
}
}
#p-navigation-label, #p-Sections-label, #p-Categories-label, #p-Policy_and_Administration-label, #p-Administration-label, #p-cactions-label, #p-userpagetools-label, #p-pagemisc-label {
#p-navigation-label, #p-Sections-label, #p-Categories-label, #p-Policy_and_Administration-label, #p-Administration-label, #p-cactions-label, #p-userpagetools-label, #p-pagemisc-label {

Revision as of 00:50, 26 October 2020

/* CSS placed here will affect users of the Timeless skin */
@media (min-width: 1340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
  margin-left: 14em;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -14em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 14em;
    padding: 0 1em 0 0;
  }
}
#p-logo-text { 
	display: none;
}
#p-search {
padding-left: 212px;
}

}
#p-navigation-label, #p-Sections-label, #p-Categories-label, #p-Policy_and_Administration-label, #p-Administration-label, #p-cactions-label, #p-userpagetools-label, #p-pagemisc-label {
	font-family:Century Gothic;
}
/* Top bar font modernization */
#mw-header,
{ font-family: Century Gothic  }

/* Avoid cutting off letters with descenders: g,j,p,q,y */
#personal h2 span {
    height: 1.5em;
    position:relative;
    bottom:0.1em
}

/* Triangle position patch */
#personal h2::after {
   position: relative;
   bottom: 0.5em;
}
#mw-header-hack {
	display:none;
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.