南科wiki的编辑流程十分简单,不需要审核,甚至不需要注册!
模板:Infobox/styles.css
来自南科wiki
@media only screen and (max-width: 600px){
#infobox{
width: 100%;
}
}
@media only screen and (min-width: 601px){
#infobox{
width:333px;
}
}
#infobox{
background: #fafafa;
margin-left: 6px;
margin-right: 6px;
margin-bottom: 6px;
padding: 2px;
}
#outer-title{
text-align: center;
margin: 1px;
}
#main-box{
background: rgb(248, 249, 250);
border: solid 1px rgb(162, 169, 177);
}
#inner-title{
text-align: center;
margin: 1px;
}
#infobox-image{
margin-left: 5%;
margin-right: 5%;
margin-top: 8px;
text-align: center;
}
#infobox-image img{
width: 100%;
}
#infobox-table td:first-child{
font-weight: bold;
}
#infobox-table table{
border: none;
margin: 2px;
}
#infobox-table tbody{
border: none;
}
#infobox-table tr{
border: none;
}