打开主菜单

Wiki-Orange Pi β

“MediaWiki:Common.css”的版本间的差异

 
(未显示同一用户的1个中间版本)
第3行: 第3行:
 
{ height:90px !important;}
 
{ height:90px !important;}
 
p img {max-width:100%; height:auto;}
 
p img {max-width:100%; height:auto;}
.pre{word-wrap:break-word !important;}
+
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%;}