Difference between revisions of "Template:SZU China/Playground/Collaboration/CSS"
(Created page with ".content-box{ width:90%; margin:auto; background-color:#f5f5f5; color:#000; } .content-heading{ text-align:center; border-bottom:1px solid #111;...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
width:90%; | width:90%; | ||
margin:auto; | margin:auto; | ||
− | background-color:# | + | margin-top:1px; |
+ | background-color:#fff; | ||
color:#000; | color:#000; | ||
Line 9: | Line 10: | ||
.content-heading{ | .content-heading{ | ||
text-align:center; | text-align:center; | ||
− | |||
padding:8px 0; | padding:8px 0; | ||
} | } |
Latest revision as of 10:50, 17 September 2015
.content-box{
width:90%; margin:auto; margin-top:1px; background-color:#fff; color:#000;
}
.content-heading{
text-align:center; padding:8px 0;
}
.content-text{
padding:0 20px 15px;
}
.part{
width:30
}
.part_name , .part_info{
text-align:center; word-break:break-all; width:300px;
}
.other{
word-break:break-all;
}