text and layout change
After Width: | Height: | Size: 218 KiB |
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 108 KiB |
After Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 216 KiB |
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 66 KiB |
@ -1,43 +1,197 @@
|
|||||||
@media only screen and (min-device-width: 1190px) and (max-device-width: 1440px) {
|
@media only screen and (min-device-width: 1190px) and (max-device-width: 1440px) {
|
||||||
.container {
|
.container {
|
||||||
width: 70%;
|
width: 65%;
|
||||||
|
}
|
||||||
|
.titletext {
|
||||||
|
padding-top: 2%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
font-family: "Millimetre-Bold";
|
||||||
|
}
|
||||||
|
|
||||||
|
.diary {
|
||||||
|
width: 80%;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
column-gap: 20px;
|
||||||
|
row-gap: 20px;
|
||||||
|
margin: 5% auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.part {
|
||||||
|
background-color: blanchedalmond;
|
||||||
|
}
|
||||||
|
|
||||||
|
.part p {
|
||||||
|
font-family: "Millimetre-Light";
|
||||||
|
font-size: 1rem;
|
||||||
|
line-height: 145.5%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.part2,
|
||||||
|
.part3 {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.part2 img,
|
||||||
|
.part3 img {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.part3 img {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
.transition {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.transition p {
|
||||||
|
font-family: "Millimetre-Extrablack";
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cartoon {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin-top: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro {
|
.intro {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
|
margin-top: 2.5%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-bottom: 5.5%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.intro h4 {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.intro p {
|
||||||
|
font-size: 1rem;
|
||||||
|
line-height: 145%;
|
||||||
|
border: 1px solid black;
|
||||||
padding: 1% 2%;
|
padding: 1% 2%;
|
||||||
}
|
}
|
||||||
#tsss {
|
#tsss {
|
||||||
text-decoration: underline dotted;
|
text-decoration: underline dotted;
|
||||||
}
|
}
|
||||||
.cartoon {
|
|
||||||
display: block;
|
|
||||||
background-color: aliceblue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ani img {
|
.cut {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
|
||||||
|
margin-bottom: 6.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ani {
|
||||||
|
/* background-color: yellow; */
|
||||||
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
background-color: antiquewhite;
|
background-color: blanchedalmond;
|
||||||
width: 40%;
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text p {
|
.text p,
|
||||||
padding: 2% 4%;
|
.part p {
|
||||||
|
padding: 1% 4%;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 135%;
|
line-height: 140%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row3 .text,
|
.cut3 .text {
|
||||||
.row5 .text {
|
width: 50%;
|
||||||
border: 2px red solid;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.row3 .text p,
|
.cut3 .text p {
|
||||||
.row5 .text p {
|
}
|
||||||
|
|
||||||
|
#question {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
line-height: 0;
|
}
|
||||||
|
|
||||||
|
.cut3a .text span {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
#photo {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#Buchimgae {
|
||||||
|
text-decoration: dotted underline;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#Buchimgaepic {
|
||||||
|
display: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#expl {
|
||||||
|
position: absolute;
|
||||||
|
display: none;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
line-height: 1.4;
|
||||||
|
background-color: white;
|
||||||
|
color: magenta;
|
||||||
|
}
|
||||||
|
|
||||||
|
#Buchimgaepic img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ani img,
|
||||||
|
.enrico img,
|
||||||
|
.bindtogether img,
|
||||||
|
.chaepic img,
|
||||||
|
.compopic img,
|
||||||
|
.bilbi img {
|
||||||
|
width: 75%;
|
||||||
|
border: 1px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
#taping,
|
||||||
|
#collectivebind,
|
||||||
|
.enrico,
|
||||||
|
.bindtogether,
|
||||||
|
#chaeexp,
|
||||||
|
.chaepic,
|
||||||
|
#compo,
|
||||||
|
.compopic,
|
||||||
|
#bilbiface,
|
||||||
|
.bilbi {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.enrico,
|
||||||
|
.bindtogether,
|
||||||
|
.chaepic,
|
||||||
|
.compopic,
|
||||||
|
.bilbi {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#taping img,
|
||||||
|
#collectivebind img,
|
||||||
|
#chaeexp img,
|
||||||
|
#compo img,
|
||||||
|
#bilbiface img {
|
||||||
|
border-style: dashed;
|
||||||
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|