“MediaWiki:Common.css”的版本间的差异
(创建页面,内容为“→这里放置的CSS将应用于所有皮肤: #p-logo { height:90px !important;}”) |
|||
(未显示同一用户的10个中间版本) | |||
第2行: | 第2行: | ||
#p-logo | #p-logo | ||
{ height:90px !important;} | { height:90px !important;} | ||
+ | p img {max-width:100%; height:auto;} | ||
+ | pre{word-wrap:break-word !important;} | ||
+ | body{word-wrap:break-word !important;} | ||
+ | |||
+ | .product{width:100%; margin:0 auto;display:flex;} | ||
+ | .product > .pro-left {width:64%; margin: 0px;} | ||
+ | .product > .pro-left ul { display:flex; width:100%;flex-wrap:wrap;} | ||
+ | .product > .pro-left ul li{width:33%;} | ||
+ | .product > .pro-right {width:36%;} |
2022年7月18日 (一) 18:15的最新版本
/* 这里放置的CSS将应用于所有皮肤 */ #p-logo { height:90px !important;} p img {max-width:100%; height:auto;} pre{word-wrap:break-word !important;} body{word-wrap:break-word !important;} .product{width:100%; margin:0 auto;display:flex;} .product > .pro-left {width:64%; margin: 0px;} .product > .pro-left ul { display:flex; width:100%;flex-wrap:wrap;} .product > .pro-left ul li{width:33%;} .product > .pro-right {width:36%;}