981
pakeitimas
Nėra keitimo santraukos |
SNėra keitimo santraukos |
||
| 28 eilutė: | 28 eilutė: | ||
font-family: 'JetBrains Mono', monospace !important; | font-family: 'JetBrains Mono', monospace !important; | ||
} | } | ||
.mw-editsection { | .mw-editsection { | ||
float: right; | float: right; | ||
margin-left: | margin-left: 8px; | ||
} | } | ||
| 41 eilutė: | 40 eilutė: | ||
.mw-editsection a { | .mw-editsection a { | ||
font-size: 0; | font-size: 0; | ||
margin-left: 6px; | |||
opacity: 0.6; | opacity: 0.6; | ||
transition: opacity 0.2s ease; | transition: opacity 0.2s ease; | ||
| 49 eilutė: | 49 eilutė: | ||
} | } | ||
.mw-editsection a::before { | /* Pencil */ | ||
content: " | .mw-editsection-visualeditor a::before { | ||
content: ""; | |||
display: inline-block; | |||
width: 14px; | |||
height: 14px; | |||
background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/3c/OOjs_UI_icon_edit-ltr.svg"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
/* Code */ | |||
.mw-editsection-source a::before { | |||
content: ""; | |||
display: inline-block; | |||
width: 14px; | |||
height: 14px; | |||
background-image: url("https://upload.wikimedia.org/wikipedia/commons/6/6a/OOjs_UI_icon_code.svg"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | } | ||