DIV_CLASS_ROW

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


Материал из VEDA Wiki
Перейти к: навигация, поиск
Нет описания правки
Нет описания правки
Строка 24: Строка 24:
.mw-body-content a.mw-redirect:visited {color:#007700 !important;}
.mw-body-content a.mw-redirect:visited {color:#007700 !important;}


.sketchfab-embed-wrapper {display: inline-block !important; border: 1px dotted; white-space: break-spaces; width: 350px;}
.sketchfab-embed-wrapper {display: inline-block !important; border: 1px dotted; white-space: break-spaces; vertical-align: top; width: 350px;}


/*
/*

Версия от 16:47, 8 сентября 2023

/* CSS placed here will be applied to all skins */
.tocnumber { display: none; }  /* swithoff enumarating of heading in TOC: https://www.mediawiki.org/wiki/Manual:Table_of_contents#Auto-numbering */
/* http://mariusmateoc.com/blog/automatic-serial-number-row-in-html-table/ */
.css-serial {
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
}
 
.css-serial td:first-child:before {
  counter-increment: serial-number;  /* Increment the serial number counter */
  content: counter(serial-number);  /* Display the counter */
}
.css-serial-sep {
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
}
 
.css-serial-sep td:first-child:before {
  counter-increment: serial-number;  /* Increment the serial number counter */
  content: counter(serial-number)'. ';  /* Display the counter with finishing dot and space*/
}


/* Change color of links to redirect pages*/
.mw-body-content a.mw-redirect {color:#00CC00 !important;}
.mw-body-content a.mw-redirect:visited {color:#007700 !important;}

.sketchfab-embed-wrapper {display: inline-block !important; border: 1px dotted; white-space: break-spaces; vertical-align: top; width: 350px;}

/*
.mw-body-content a.external {color: #008000 !important;}
.mw-body-content a.external:visited {color: #008000 !important;}

a.external { color: green !important; }

div#content a.external {
    color: pink;
}
*/