Difference between revisions of "MediaWiki:Common.css"

From Wiki-Orange Pi
Jump to: navigation, search
Line 5: Line 5:
  
 
body{
 
body{
background:#fff !important;
+
 
 
word-wrap: break-word !important;
 
word-wrap: break-word !important;
 
}
 
}

Revision as of 20:04, 30 June 2022

/* 这里放置的CSS将应用于所有皮肤 */
p img{
 max-width:100%;
}

body{

word-wrap: break-word !important;
}
#p-logo {
height:100px !important;
margin-top:-14px;
}
.mw-wiki-logo{
 background-size: contain !important;
}
.products-list{
 position: relative;
}
.products-list>ul{
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  
}
.products-list>ul>li{
 width: 380px
}
.products-list>.product-img{
display:flex;
 position: absolute;
right:5%;
top:40px;
}
.products-list>.product-img img{
   width: 200px;
   height: 135px;
  display: block;
}
.table-3g-iot> table tr td{
        padding: 10px 0;
        text-align: center;
    }