MediaWiki:Common.css: Skirtumas tarp puslapio versijų

S
nėra keitimo aprašymo
SNėra keitimo santraukos
SNėra keitimo santraukos
39 eilutė: 39 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.6;
   transition: opacity 0.2s ease;
   transition: opacity 0.2s ease;
  text-decoration: none;
  overflow: hidden;           
  white-space: nowrap;
  text-indent: -9999px;       
}
}


49 eilutė: 57 eilutė:
}
}


/* Pencil */
/* Shared icon base */
.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;
  text-indent: 0; /* reset */
}
/* Pencil */
.mw-editsection-visualeditor a::before {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/3c/OOjs_UI_icon_edit-ltr.svg");
}
}


/* Code */
/* Code */
.mw-editsection-source a::before {
.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-image: url("https://upload.wikimedia.org/wikipedia/commons/6/6a/OOjs_UI_icon_code.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
}