imoweb/style.css

111 行
2.0 KiB
CSS

details summary::-webkit-details-marker {
display : none;
}
header h1 {
text-align : center;
padding : 20px 0 16px;
}
header p {
text-align : center;
padding : 20px 0 16px;
}
header {
background-color : #ffca80;
border-radius : 15px;
box-shadow : 0 0 8px rgb(0, 0, 0, 1);
}
header nav ul {
display: flex;
justify-content: center;
border-top: 2px solid #edc58f;
border-bottom: 2px solid #edc58f;
padding: 12px 0px 10px;
}
header nav ul li {
margin: 0 20px;
}
header nav ul li a {
font-size: 22px;
font-weight: bold;
color: #7c5d48;
}
body {
background-color : #c8c8cb;
}
div {
width : 1240px;
margin : 0 auto 50px;
display : flex;
}
aside {
flex-basis : 300px;
}
section {
text-align: left;
border-left-width: thick;
border-color: black;
width: 800px;
}
main ul {
display : block;
list-style-type : disc;
margin-block-start : 1em;
margin-block-end : 1em;
margin-inline-start : 0;
margin-inline-end : 0;
padding-inline-start : 40px;
}
footer {
background-color : #7f878f;
text-align : center;
padding : 14px 10px 20px;
border-top : 2px solid #7f878f;
}
main h2 {
border-bottom : 3px solid #0a0a0a;
margin-bottom : 20px;
}
main h3 {
border-bottom : 3px solid #0a0a0a;
margin-bottom : 20px;
}
aside nav h2 {
margin-bottom : 18px;
font-size : 22px;
font-weight : bold;
color : #663300;
}
aside nav {
border-radius : 16px;
background-color : #ffff80;
box-shadow : 0 0 8px rgb(0, 0, 0, 1);
padding : 24px 40px;
margin-bottom : 24px;
height : 240px;
overflow-y : scroll;
}
aside ul li {
list-style-type : square;
margin : 0 0 16px 20px;
text-align : left;
font-size : 14px;
}
aside p {
list-style-type : square;
margin : 0 0 16px 20px;
text-align : left;
font-size : 14px;
}
aside time {
font-size : 14px;
}
h1, h2, h3, h4, h5, h6 {
font-family : "UD Digi Kyokasho NP-B", "UD デジタル 教科書体 NP-B", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", sans-serif;
}
body, p, ul {
font-family : "游教科書体", "YuKyokasho", "BIZ UDPMincho", "serif";
}
code {
font-family: 'M PLUS 1 Code', sans-serif;
}