MediaWiki:Common.css: Skirtumas tarp puslapio versijų

Pereiti į navigaciją Jump to search
S
nėra keitimo aprašymo
Nėra keitimo santraukos
Žyma: Atmesta
SNėra keitimo santraukos
 
(nerodomos 27 tarpinės versijos, sukurtos to paties naudotojo)
1 eilutė: 1 eilutė:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Inter:wght@300;400;600&display=swap');


/**
/**
10 eilutė: 9 eilutė:
  */
  */


/* Minecraft font
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;600&display=swap');
* [[File:Minecraft.woff2]] [[File:Minecraft.woff]]
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');
@font-face {
font-family: Minecraft;
src: url('filepath://Minecraft.woff2') format('woff2'),
    url('filepath://Minecraft.woff') format('woff');
}


 
/* Main body text */
@font-face {  
body {
     font-family: 'IBM Plex Sans';
     font-family: 'Source Sans 3', 'Atkinson Hyperlegible', Arial, sans-serif !important;
    font-weight: normal;
     line-height: 1.6;
     font-style: normal;
     font-size: 16px;
     font-display: swap;
    src: url('filepath:///resources/assets/IBMPlexSans-Regular.woff2') format('woff2');
}
}


@font-face {  
/* Headings */
     font-family: 'IBM Plex Sans';
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
     font-family: 'Source Sans 3', 'Atkinson Hyperlegible', Arial, sans-serif !important;
     font-style: italic;
     padding-bottom: 8px !important;
     font-display: swap;
     font-weight: 600;
    src: url('filepath:///resources/assets/IBMPlexSans-Italic.woff2') format('woff2');
}
}


@font-face {  
/* Code blocks */
     font-family: 'IBM Plex Sans';
code, pre {
    font-weight: bold;
     font-family: 'JetBrains Mono', monospace !important;
    font-style: normal;
    font-display: swap;
    src: url('filepath:///resources/assets/IBMPlexSans-Bold.woff2') format('woff2');
}
}


@font-face {
    font-family: 'IBM Plex Sans';
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    src: url('filepath:///resources/assets/IBMPlexSans-BoldItalic.woff2') format('woff2');
}


@font-face {  
.mw-editsection {
    font-family: 'PT Serif';
  float: right;
    font-weight: normal;
  margin-left: 8px;
    font-style: normal;
    font-display: swap;
    src: url('filepath:///resources/assets/PT-Serif_Regular.woff2') format('woff2');
}
}


@font-face {  
.mw-editsection-bracket {
    font-family: 'PT Serif';
  display: none;
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    src: url('filepath:///resources/assets/PT-Serif_Italic.woff2') format('woff2');
}
}


@font-face {  
.mw-editsection a {
    font-family: 'PT Serif';
  display: inline-flex;
    font-weight: bold;
  align-items: center;
    font-style: normal;
  justify-content: center;
    font-display: swap;
  width: 18px;
    src: url('filepath:///resources/assets/PT-Serif_Bold.woff2') format('woff2');
  height: 18px;
  margin-left: 6px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
}


@font-face {  
.mw-editsection a:hover {
    font-family: 'PT Serif';
  opacity: 1;
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    src: url('filepath:///resources/assets/PT-Serif_Bold-Italic.woff2') format('woff2');
}
}


@font-face {  
/* Base icon */
    font-family: 'RuneScape';
.mw-editsection a::before {
    font-style: normal;
  content: "";
    font-weight: normal;
  display: block;
    src: local("RuneScape Plain 12"),
  width: 14px;
        url('filepath:///resources/assets/RuneScape.woff2') format('woff2');
  height: 14px;
}
  background-size: contain;
  background-repeat: no-repeat;


@font-face {
  /* IMPORTANT for dark themes */
    font-family: 'RuneScape';
  filter: invert(1);
    font-style: normal;
    font-weight: bold;
    src: local("RuneScape Bold"),
        local("RuneScape Bold 12"),
        local("RuneScape Chat 2"),
        local("RuneScape Chat"),
        url('filepath:///resources/assets/RuneScape_Bold.woff2') format('woff2');
}
}


@font-face {  
/* Base */
    font-family: 'RuneScape Small';
.mw-editsection a::before {
    font-style: normal;
  content: "";
    font-weight: normal;
  display: block;
    src: local("RuneScape Plain 12"),
  width: 14px;
        url('filepath:///resources/assets/RuneScape_Small.woff2') format('woff2');
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}
}


body {
/* Visual (first link) */
    font-family: 'Inter', sans-serif;
.mw-editsection a:first-of-type::before {
    font-size: 15px;
  background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/pencil.svg");
    line-height: 1.6;
}
}


h1, h2, h3, h4, h5 {
/* Source (second link) */
    font-family: 'Press Start 2P', cursive;
.mw-editsection a:last-of-type::before {
    letter-spacing: 1px;
  background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/code-slash.svg");
}
}


1 542 eilutė: 1 515 eilutė:


body.wgl-theme-dark .update {
body.wgl-theme-dark .update {
background: #596279 !important;
background: #343434 !important;
}
}


1 584 eilutė: 1 557 eilutė:


.messagebox {
.messagebox {
    width: 65%;
  width: 65%;
    margin: 0.5em auto;
  margin: 0.5em auto;
    border-left: 15px solid;
  border-left: 10px solid;
    border-color: #1eaa00;
  border-color: #232222;
    background-color: #dfefe3;
  background-color: #343434;
    box-sizing: border-box;
  box-sizing: border-box;
  color: white !important;
}
 
.messagebox-image {
padding: 10px;
}
}


1 687 eilutė: 1 665 eilutė:


.messagebox.stub {
.messagebox.stub {
     width: 40%;
     width: 50%;
}
}


1 843 eilutė: 1 821 eilutė:
   a, .mw-ui-button, .cdx-button, .oo-ui-buttonElement-button {
   a, .mw-ui-button, .cdx-button, .oo-ui-buttonElement-button {
     transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
     transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
  }
}
@media screen and (min-width: 982px) {
  .mw-body,
  #mw-head-base,
  #left-navigation,
  #mw-data-after-content,
  .mw-footer {
    margin-left: 13em !important;
  }
 
  .vector-legacy-sidebar {
width: 12.5em !important;
   }
   }
}
}

Naršymo meniu