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

(初次上传。)
 
(修正表格样式。)
Line 13: Line 13:
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 
     border: solid 2px #f68925;
 
     border: solid 2px #f68925;
 +
    background: none;
 
}
 
}
 
#dlutb #article .mainText table *{
 
#dlutb #article .mainText table *{
 
     border: solid 1px #f68925;
 
     border: solid 1px #f68925;
 
     padding: 5px;
 
     padding: 5px;
 +
    color: #f68925;
 +
    font-size: 16px;
 +
    background: none;
 
}
 
}
 
#dlutb #article .mainText table thead{
 
#dlutb #article .mainText table thead{
 
     text-align: center;
 
     text-align: center;
 
}
 
}

Revision as of 08:19, 11 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{
   margin-left: auto;
   margin-right: auto;
   border-collapse: collapse;
   border: solid 2px #f68925;
   background: none;

}

  1. dlutb #article .mainText table *{
   border: solid 1px #f68925;
   padding: 5px;
   color: #f68925;
   font-size: 16px;
   background: none;

}

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

}