MediaWiki:Common.css: Skirtumas tarp puslapio versijų

S
nėra keitimo aprašymo
SNėra keitimo santraukos
SNėra keitimo santraukos
 
(nerodomos 9 tarpinės versijos, sukurtos to paties naudotojo)
13 eilutė: 13 eilutė:
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');


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


body {
/* Headings */
     font-family: 'JetBrains Mono', monospace !important;
h1, h2, h3, h4, h5, h6 {
     font-family: 'Source Sans 3', 'Atkinson Hyperlegible', Arial, sans-serif !important;
    padding-bottom: 8px !important;
    font-weight: 600;
}
}


h1, h2, h3, h4, h5, h6 {
/* Code blocks */
code, pre {
     font-family: 'JetBrains Mono', monospace !important;
     font-family: 'JetBrains Mono', monospace !important;
}
}


.mw-editsection {
.mw-editsection {
39 eilutė: 43 eilutė:


.mw-editsection a {
.mw-editsection a {
   font-size: 0;
   display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
   margin-left: 6px;
   margin-left: 6px;
   opacity: 0.6;
   opacity: 0.7;
   transition: opacity 0.2s ease;
   transition: opacity 0.2s ease;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
}


49 eilutė: 61 eilutė:
}
}


/* Pencil */
/* Base icon */
.mw-editsection-visualeditor a::before {
.mw-editsection a::before {
   content: "";
   content: "";
   display: inline-block;
   display: block;
   width: 14px;
   width: 14px;
   height: 14px;
   height: 14px;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/3c/OOjs_UI_icon_edit-ltr.svg");
   background-size: contain;
   background-size: contain;
   background-repeat: no-repeat;
   background-repeat: no-repeat;
  /* IMPORTANT for dark themes */
  filter: invert(1);
}
}


/* Code */
/* Base */
.mw-editsection-source a::before {
.mw-editsection a::before {
   content: "";
   content: "";
   display: inline-block;
   display: block;
   width: 14px;
   width: 14px;
   height: 14px;
   height: 14px;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/6/6a/OOjs_UI_icon_code.svg");
   background-size: contain;
   background-size: contain;
   background-repeat: no-repeat;
   background-repeat: no-repeat;
  filter: invert(1);
}
/* Visual (first link) */
.mw-editsection a:first-of-type::before {
  background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/pencil.svg");
}
}


.vector-legacy-sidebar {
/* Source (second link) */
width: 12.5em !important;
.mw-editsection a:last-of-type::before {
  background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/code-slash.svg");
}
}


1 495 eilutė: 1 515 eilutė:


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


1 544 eilutė: 1 564 eilutė:
   box-sizing: border-box;
   box-sizing: border-box;
   color: white !important;
   color: white !important;
}
.messagebox-image {
padding: 10px;
}
}


1 641 eilutė: 1 665 eilutė:


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


1 807 eilutė: 1 831 eilutė:
   .mw-footer {
   .mw-footer {
     margin-left: 13em !important;
     margin-left: 13em !important;
  }
 
  .vector-legacy-sidebar {
width: 12.5em !important;
   }
   }
}
}