Line 94: | Line 94: | ||
font-size: 18px; | font-size: 18px; | ||
color: gray; | color: gray; | ||
+ | text-align: center; | ||
} | } | ||
Line 101: | Line 102: | ||
width: fit-content; | width: fit-content; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
+ | } | ||
+ | |||
+ | table{ | ||
+ | border-collapse: collapse; | ||
+ | margin: 10px auto; | ||
+ | margin-top: 30px; | ||
} | } | ||
Line 137: | Line 144: | ||
− | .special-name{ | + | /* .special-name{ |
font-style: italic; | font-style: italic; | ||
− | } | + | } */ |
Revision as of 20:12, 17 October 2018
html{
/* overflow: hidden; */
}
body{
/* position: fixed; height: 100%; width: 100%; overflow-y: auto; */ width: 100%; height: 100%; margin: 0px; background-color: initial;
}
a{
padding: initial; text-decoration: none; color: steelblue; font-weight: 600;
}
- bodyContent a[href ^="https://"]{
padding: initial;
}
p{
height: initial; margin: initial;
}
- top_title {
display: none;
}
- globalWrapper, #content {
position: absolute; width: 100%; height: 100%; border: 0px; background-color: white; margin: 0px; padding: 0px; line-height: normal; font-size: initial; font-family: initial;
}
- HQ_page table{
margin: initial
}
/* global css */
.part{
margin-top: 40px;
}
.part-title{
font-size: 25px; margin-bottom: 15px; color: steelblue; font-weight: 600;
}
.innerpart{
margin-top: 20px;
}
.illustration{
margin: 20px auto;
}
.illust-image-wrapper{
width: 350px; margin: auto;
}
.illust-image{
width: 100%;
}
.undertext{
width: fit-content; margin: auto; font-size: 18px; color: gray; text-align: center;
}
- HQ_page table{
margin: 10px auto; margin-top: 30px; width: fit-content; border-collapse: collapse;
}
table{
border-collapse: collapse; margin: 10px auto; margin-top: 30px;
}
.tabledata{
border: 1px solid black; padding: 10px; text-align: center
}
.tablehead{
border: 1px solid black; padding: 10px; text-align: center;
}
.gallery{
width: 95%; margin: 30px auto;
}
.gallery-image{
margin: auto;
}
.weight-font{
font-weight: 600;
}
.reference{
word-break: break-all; margin-top: 20px;
}
/* .special-name{
font-style: italic;
} */