MediaWiki:Common.css:修订间差异

无编辑摘要
无编辑摘要
无编辑摘要
第23行: 第23行:
code, pre {
code, pre {
font-family: Menlo, Consolas, monospace !important;
font-family: Menlo, Consolas, monospace !important;
}
.col {
float: left;
box-sizing: border-box;
padding: .6rem;
}
}


.col-3 {
.col-3 {
float: left;
width: 33.3333%;
width: 33.3333%;
width: calc(100% / 3);
width: calc(100% / 3);
}
}
.col.gray { background: #f1f1f1; }
.col.yellow { background: #FDF5EB; }
.col.yellow { background: #EBF8FD; }


/* Custom styles copied from Wikipedia
/* Custom styles copied from Wikipedia
   https://en.wikipedia.org/wiki/MediaWiki:Common.css
   https://en.wikipedia.org/wiki/MediaWiki:Common.css
*/
*/