MediaWiki:Common.css: Różnice pomiędzy wersjami

Z kości przeznaczenia
Nie podano opisu zmian
Znacznik: Wycofane
Nie podano opisu zmian
Znacznik: Wycofane
Linia 64: Linia 64:
#bodyContent { background-color: #eaecf0; } /*changes the background color of the content of pages, without the title of the pages*/
#bodyContent { background-color: #eaecf0; } /*changes the background color of the content of pages, without the title of the pages*/
#firstHeading { background-color: #eaecf0; } /*changes the background color only of page titles*/
#firstHeading { background-color: #eaecf0; } /*changes the background color only of page titles*/
#catlinks { background-color: #eaecf0; }  /*changes the background color of the area in which are displayed the links to the categories to which the page belongs. If a page is assigned to categories, they are listed exactly under the content of the page in a rectangular container*/

Wersja z 23:35, 16 lip 2023

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */

/* One-sided navigation menu */
@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;
  }
  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: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif  }

/* 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-body-content {
  font-size: 16px;
}

.mw-parser-output {
  font-size: 16px;
}

#content { background-color: #eaecf0; } /*changes the background color of the content of articles/pages, including the title of the articles*/
#bodyContent { background-color: #eaecf0; } /*changes the background color of the content of pages, without the title of the pages*/
#firstHeading { background-color: #eaecf0; } /*changes the background color only of page titles*/
#catlinks { background-color: #eaecf0; }  /*changes the background color of the area in which are displayed the links to the categories to which the page belongs. If a page is assigned to categories, they are listed exactly under the content of the page in a rectangular container*/