MediaWiki:Common.css — различия между версиями

Материал из InformationSecurity WIKI
Перейти к: навигация, поиск
м
м
 
(не показано 8 промежуточных версий этого же участника)
Строка 4: Строка 4:
 
     margin: 0 !important;
 
     margin: 0 !important;
 
     min-width: max-content !important;
 
     min-width: max-content !important;
     width: 100%;
+
     width: calc(100% - 30px);
 
      
 
      
 
}
 
}
 
.mw-highlight {
 
.mw-highlight {
 
     overflow-x: auto !important;
 
     overflow-x: auto !important;
 +
}
 +
 +
.lineno {
 +
    color: red !important;
 +
    border-right: solid white 1px;
 +
    margin-right: 10px !important;
 +
}
 +
 +
.lineno {
 +
    display:inline-block !important;
 
}
 
}

Текущая версия на 22:18, 11 марта 2022

/* Размещённый здесь CSS будет применяться ко всем темам оформления */

.mw-highlight pre {
     margin: 0 !important;
     min-width: max-content !important;
     width: calc(100% - 30px);
     
}
.mw-highlight {
     overflow-x: auto !important;
}

.lineno {
     color: red !important;
     border-right: solid white 1px;
     margin-right: 10px !important;
}

.lineno {
    display:inline-block !important;
}