55 lines
723 B
CSS
55 lines
723 B
CSS
table {
|
|
width:auto;
|
|
border-collapse:collapse;
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
thead {
|
|
text-align:center;
|
|
font-weight:bold;
|
|
}
|
|
|
|
tbody {
|
|
margin: 5px;
|
|
}
|
|
|
|
table caption {
|
|
text-align:left;
|
|
font-weight:bold;
|
|
text-indent:10px;
|
|
font-size:14px;
|
|
margin-bottom:5px;
|
|
}
|
|
|
|
ol{
|
|
margin-top:0px;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
ul {
|
|
margin-top:0px;
|
|
padding-left: 30px;
|
|
}
|
|
.contents {
|
|
list-style-type: none;
|
|
}
|
|
|
|
td {
|
|
border:solid 1px black;
|
|
padding: 4px 5px 4px 5px
|
|
}
|
|
.cellCenter {
|
|
text-align: center;
|
|
}
|
|
|
|
p {
|
|
text-align:justify; /* Выравниваение по ширине*/
|
|
margin: 5px 5px 5px 0px; /* Поля*/
|
|
}
|
|
.picCaption {
|
|
text-align:left;
|
|
font-weight:bold;
|
|
font-size:14px;
|
|
margin-bottom:2px;
|
|
}
|