The editors' meeting has been canceled for technical reasons.

MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:
     background-image:  
     background-image:  
         linear-gradient(to bottom, transparent 25%, #efeff1 70%),
         linear-gradient(to bottom, transparent 25%, #efeff1 70%),
         url('https://www.neuro-book.com/mediawiki/resources/assets/vector.jpg');
         url('https://www.neurosama.info/mediawiki/resources/assets/vector.jpg');
     background-size: cover;
     background-size: cover;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
Line 363: Line 363:
     padding:0;
     padding:0;
     text-align:center;
     text-align:center;
}
.screen-width-detector {
    display: none; /* 隐藏检测器 */
}
.screen-small { display: none; }
.screen-medium { display: none; }
.screen-large { display: none; }
@media (max-width: 768px) {
    .screen-small { display: block; }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .screen-medium { display: block; }
}
@media (min-width: 1025px) {
    .screen-large { display: block; }
}
body.page-Main_Page #t-collapsible-toggle-all, body.page-Main_Page #t-collapsible-toggle-all{
    display: none;
}
body.page-Main_Page #catlinks {
    display: none;
}
@font-face {
    font-family: 'Mojangles'; /* 自定义字体的名称 */
    src: url('https://www.neuro-book.com/mediawiki/images/0/00/Mojangles.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
}
/*色表格*/
/*色表格*/