Difference between revisions of "Template:DLUT China B/css/parts.css"

(初次上传。)
 
m
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
     margin:5px auto;
 
     margin:5px auto;
 
}
 
}
#dlutb #article .mainText table{
+
#dlutb #article .mainText table.partsData{
 
     margin-left: auto;
 
     margin-left: auto;
 
     margin-right: auto;
 
     margin-right: auto;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
     border: solid 2px #f68925;
+
     border: solid 2px #7f5115;
 +
    background: none;
 
}
 
}
#dlutb #article .mainText table *{
+
#dlutb #article .mainText table.partsData td,#dlutb #article .mainText table.partsData th{
     border: solid 1px #f68925;
+
     border: solid 1px #7f5115;
 
     padding: 5px;
 
     padding: 5px;
 +
    color: #7f5115;
 +
    font-size: 16px;
 +
    background: none;
 
}
 
}
#dlutb #article .mainText table thead{
+
#dlutb #article .mainText table.partsData thead{
 
     text-align: center;
 
     text-align: center;
 
}
 
}

Latest revision as of 00:42, 18 October 2018

  1. dlutb #article .mainText{
   margin-left: 100px;
   margin-right: 100px;
   margin-bottom: 20px;

}

  1. dlutb #article .mainText img{
   display: table;
   margin:5px auto;

}

  1. dlutb #article .mainText table.partsData{
   margin-left: auto;
   margin-right: auto;
   border-collapse: collapse;
   border: solid 2px #7f5115;
   background: none;

}

  1. dlutb #article .mainText table.partsData td,#dlutb #article .mainText table.partsData th{
   border: solid 1px #7f5115;
   padding: 5px;
   color: #7f5115;
   font-size: 16px;
   background: none;

}

  1. dlutb #article .mainText table.partsData thead{
   text-align: center;

}