995
pakeitimai
SNėra keitimo santraukos |
SNėra keitimo santraukos |
||
| (nerodomos 4 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'); | ||
/* Main body text */ | |||
font-family: ' | body { | ||
font-family: 'Source Sans 3', 'Atkinson Hyperlegible', Arial, sans-serif !important; | |||
line-height: 1.6; | |||
font- | font-size: 16px; | ||
} | } | ||
/* Headings */ | |||
font-family: ' | h1, h2, h3, h4, h5, h6 { | ||
font-family: 'Source Sans 3', 'Atkinson Hyperlegible', Arial, sans-serif !important; | |||
padding-bottom: 8px !important; | |||
font-weight: 600; | |||
} | } | ||
/* Code blocks */ | |||
code, pre { | |||
font-family: 'JetBrains Mono', monospace !important; | font-family: 'JetBrains Mono', monospace !important; | ||
} | } | ||
| 91 eilutė: | 93 eilutė: | ||
.mw-editsection a:last-of-type::before { | .mw-editsection a:last-of-type::before { | ||
background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/code-slash.svg"); | background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/code-slash.svg"); | ||
} | } | ||
| 1 517 eilutė: | 1 515 eilutė: | ||
body.wgl-theme-dark .update { | body.wgl-theme-dark .update { | ||
background: # | background: #343434 !important; | ||
} | } | ||
| 1 566 eilutė: | 1 564 eilutė: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
color: white !important; | color: white !important; | ||
} | |||
.messagebox-image { | |||
padding: 10px; | |||
} | } | ||
| 1 663 eilutė: | 1 665 eilutė: | ||
.messagebox.stub { | .messagebox.stub { | ||
width: | width: 50%; | ||
} | } | ||
| 1 829 eilutė: | 1 831 eilutė: | ||
.mw-footer { | .mw-footer { | ||
margin-left: 13em !important; | margin-left: 13em !important; | ||
} | |||
.vector-legacy-sidebar { | |||
width: 12.5em !important; | |||
} | } | ||
} | } | ||