MediaWiki:Timeless.css: различия между версиями

Материал из Fluffy Frontier
мНет описания правки
Метка: отменено
Нет описания правки
Метка: ручная отмена
 
(не показана 1 промежуточная версия этого же участника)
Строка 1: Строка 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */


@font-face{
body {
     font-family: "BM mini";
     font-family: sans-serif;
    src: url("https://wiki.fluffy-frontier.ru/images/7/74/BMmini.ttf");     
}
 
body {
    font-family: "BM mini";
     letter-spacing:0.11em;  
     letter-spacing:0.11em;  
     color:#000000;
     color:#000000;
Строка 17: Строка 12:
}
}
#bodyContent {
#bodyContent {
   font-size: 1.55em;
   font-size: 1.5em;
}
}
@media (min-width: 1340px) {
@media (min-width: 1340px) {
Строка 61: Строка 56:
#mw-header *,
#mw-header *,
#mw-site-navigation *,
#mw-site-navigation *,
#mw-related-navigation *  { font-family: "BM Mini"  }
#mw-related-navigation *  { font-family: "Arial"  }


/* Avoid cutting off letters with descenders: g,j,p,q,y */
/* Avoid cutting off letters with descenders: g,j,p,q,y */

Текущая версия от 16:58, 26 апреля 2024

/* All CSS here will be loaded for users of the Timeless skin */

body {
     font-family: sans-serif;
     letter-spacing:0.11em; 
     color:#000000;
}

@media screen and (min-width: 851px) {
    .color-middle-container,
    .ts-inner { max-width: none; }
}
#bodyContent {
  font-size: 1.5em;
}
@media (min-width: 1340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
    margin-left: 17em;
  }
  #mw-site-navigation {
    width: 13em;
    font-size:1.375em;
    padding: 0 1em 0 0;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -17em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 13em;
    font-size:1.375em;
    padding: 0 1em 0 0;
  }
  div.color-middle {
    margin-right: 0;
  }
  .mw-wiki-logo {
  	display: inline-block;
  }
}

/* Align top colour bar with page columns */
.ts-inner {
  padding: 0 0 0 1em;
}

/* Re-aligning bottom logos */
#footer { padding-right: 1em; }

/* Top bar font modernization */
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation *  { font-family: "Arial"  }

/* 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;
}