update
parent
ed86330f0e
commit
8707486a3a
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 169 B |
@ -0,0 +1,252 @@
|
||||
@media only screen and (min-device-width: 1190px) and (max-device-width: 1440px) {
|
||||
@import url("ext/8a7380f228a12515c367465bc33bb013/css2.css");
|
||||
|
||||
#home {
|
||||
top: 4%;
|
||||
left: 2.5%;
|
||||
font-size: 0.8rem;
|
||||
letter-spacing: 0.03rem;
|
||||
letter-spacing: 0.01rem;
|
||||
padding: 0.5% 0.8%;
|
||||
}
|
||||
|
||||
#designer{
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
width: 6%;
|
||||
bottom: 4%;
|
||||
right: 3%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#title {
|
||||
padding: 0.2% 1%;
|
||||
}
|
||||
|
||||
#title h1 {
|
||||
font-size: 2rem;
|
||||
letter-spacing: 0.02rem;
|
||||
}
|
||||
|
||||
#tape {
|
||||
transform: rotate(-45deg);
|
||||
width: 6%;
|
||||
left: 24%;
|
||||
top: 1.6%;
|
||||
}
|
||||
|
||||
#tape img{
|
||||
width:80%;
|
||||
}
|
||||
|
||||
.bar {
|
||||
position: absolute;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 16px,
|
||||
rgba(0, 0, 0, 0) 0px 7px 13px 3px, rgba(0, 0, 0, 0.1) 0px -3px 0px inset;
|
||||
cursor: url("hand1.png"), auto;
|
||||
/* box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px; */
|
||||
/* box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset; */
|
||||
}
|
||||
|
||||
.bar h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bar1 {
|
||||
top: 30%;
|
||||
left: 7.5%;
|
||||
width: 18%;
|
||||
height: 38.5%;
|
||||
}
|
||||
.bar1 .frame {
|
||||
width: 85%;
|
||||
height: 90%;
|
||||
}
|
||||
|
||||
.bar1 h3 {
|
||||
font-size: 1.125rem;
|
||||
line-height: 0.2;
|
||||
}
|
||||
|
||||
#adobe,
|
||||
#nomore {
|
||||
width: 25%;
|
||||
top: 35%;
|
||||
}
|
||||
.bar1 p {
|
||||
font-size: 0.85rem;
|
||||
line-height: 130%;
|
||||
padding: 0% 6%;
|
||||
margin-bottom: 5%;
|
||||
}
|
||||
|
||||
.bar2 {
|
||||
top: 22%;
|
||||
left: 31.5%;
|
||||
width: 16%;
|
||||
height: 31.5%;
|
||||
background: #fff8eb;
|
||||
background: linear-gradient(
|
||||
to bottom right,
|
||||
#fff8eb 0%,
|
||||
#faebd7 39%,
|
||||
#d4c9bf 90%
|
||||
);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bar2:hover {
|
||||
transform: rotate(30deg);
|
||||
}
|
||||
|
||||
.deco1 {
|
||||
width: 5%;
|
||||
height: 100%;
|
||||
margin-left: 0;
|
||||
background-color: rgb(213, 31, 3);
|
||||
}
|
||||
|
||||
.bar2 .frame {
|
||||
top: 0;
|
||||
left: 5%;
|
||||
width: 97%;
|
||||
height: 100%;
|
||||
|
||||
padding: 1% 2%;
|
||||
}
|
||||
|
||||
.bar2 h3 {
|
||||
font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
|
||||
font-size: 1.25rem;
|
||||
width: 80%;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
.bar2 p {
|
||||
font-size: 0.75rem;
|
||||
line-height: 125%;
|
||||
width: 90%;
|
||||
margin: 5% auto;
|
||||
}
|
||||
|
||||
.bar2 img {
|
||||
width: 42.5%;
|
||||
}
|
||||
.bar3 {
|
||||
top: 58%;
|
||||
left: 45.5%;
|
||||
width: 16%;
|
||||
height: 34.5%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.bar3 h3 {
|
||||
font-style: bold;
|
||||
font-size: 1.5rem;
|
||||
line-height: 0.25;
|
||||
margin-bottom: 7%;
|
||||
}
|
||||
|
||||
#t1,
|
||||
#t5 {
|
||||
color: #2b710c;
|
||||
}
|
||||
#t2,
|
||||
#t6 {
|
||||
color: #c11818;
|
||||
}
|
||||
#t3,
|
||||
#t4 {
|
||||
color: #0b0d7f;
|
||||
}
|
||||
#t6 {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
font-style: italic;
|
||||
font-size: 0.77rem;
|
||||
line-height: 130%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#note {
|
||||
top: 58%;
|
||||
left: 45.5%;
|
||||
width: 32%;
|
||||
height: 34.5%;
|
||||
}
|
||||
|
||||
.page1 p {
|
||||
font-size: 0.7rem;
|
||||
padding: 2% 5%;
|
||||
}
|
||||
.page2 p {
|
||||
font-size: 0.85rem;
|
||||
line-height: 145%;
|
||||
padding: 2% 8%;
|
||||
}
|
||||
|
||||
.bar4 {
|
||||
left: 66.5%;
|
||||
width: 22%;
|
||||
height: 44.5%;
|
||||
}
|
||||
|
||||
.bar4 .frame {
|
||||
width: 90%;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.bar4 .frame img {
|
||||
width: 35%;
|
||||
margin-top: 0%;
|
||||
margin-bottom: 0%;
|
||||
}
|
||||
.bar4 h3 {
|
||||
font-family: "Archivo Black", sans-serif;
|
||||
color: rgb(24, 42, 146);
|
||||
font-size: 1.7rem;
|
||||
line-height: 1;
|
||||
margin-top: 5.5%;
|
||||
margin-bottom: 0%;
|
||||
}
|
||||
|
||||
.bar4 p {
|
||||
font-family: "Arsenal", sans-serif;
|
||||
font-size: 0.85rem;
|
||||
line-height: 130%;
|
||||
padding: 0;
|
||||
margin: 5% auto;
|
||||
}
|
||||
|
||||
.bar5 {
|
||||
transform: rotate(20deg);
|
||||
top: 55%;
|
||||
left: 50%;
|
||||
width: 20%;
|
||||
padding: 0;
|
||||
|
||||
display: inline-block;
|
||||
height: min-content;
|
||||
padding: 0 0.75%;
|
||||
margin: 0;
|
||||
background-color: #e2eeec;
|
||||
box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
|
||||
}
|
||||
|
||||
.bar5 p {
|
||||
margin: 1% auto;
|
||||
padding: 1% 2%;
|
||||
font-family: "Libre Baskerville", serif;
|
||||
font-size: 0.85rem;
|
||||
letter-spacing: 0.03rem;
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,220 @@
|
||||
@media only screen and (min-device-width: 768px) and (max-device-width: 1189px) {
|
||||
@import url("ext/8a7380f228a12515c367465bc33bb013/css2.css");
|
||||
|
||||
#home {
|
||||
top: 4%;
|
||||
left: 2.5%;
|
||||
font-size: 0.8rem;
|
||||
letter-spacing: 0.03rem;
|
||||
}
|
||||
|
||||
#designer{
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
width: 6%;
|
||||
bottom: 4%;
|
||||
right: 3%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
#title {
|
||||
padding: 0.2% 1%;
|
||||
}
|
||||
|
||||
#title h1 {
|
||||
font-size: 1.5rem;
|
||||
letter-spacing: 0.02rem;
|
||||
}
|
||||
#tape {
|
||||
left: 21%;
|
||||
top: 1%;
|
||||
}
|
||||
|
||||
.bar {
|
||||
position: absolute;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 16px,
|
||||
rgba(0, 0, 0, 0) 0px 7px 13px 3px, rgba(0, 0, 0, 0.1) 0px -3px 0px inset;
|
||||
cursor: url("hand1.png"), auto;
|
||||
/* box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px; */
|
||||
/* box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset; */
|
||||
}
|
||||
|
||||
.bar h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bar1 {
|
||||
top: 30%;
|
||||
left: 5.5%;
|
||||
width: 22%;
|
||||
height: 38.5%;
|
||||
}
|
||||
.bar1 .frame {
|
||||
width: 85%;
|
||||
height: 90%;
|
||||
}
|
||||
|
||||
.bar1 h3 {
|
||||
font-size: 1.125rem;
|
||||
line-height: 0.2;
|
||||
}
|
||||
|
||||
#adobe,
|
||||
#nomore {
|
||||
width: 23%;
|
||||
top: 31%;
|
||||
}
|
||||
.bar1 p {
|
||||
font-size: 0.85rem;
|
||||
line-height: 130%;
|
||||
padding: 0% 6%;
|
||||
margin-bottom: 5%;
|
||||
}
|
||||
|
||||
.bar2 {
|
||||
left: 32%;
|
||||
width: 17%;
|
||||
}
|
||||
|
||||
.bar2:hover {
|
||||
transform: rotate(30deg);
|
||||
}
|
||||
|
||||
.deco1 {
|
||||
width: 5%;
|
||||
height: 100%;
|
||||
margin-left: 0;
|
||||
background-color: rgb(213, 31, 3);
|
||||
}
|
||||
|
||||
.bar2 .frame {
|
||||
top: 0;
|
||||
left: 5%;
|
||||
width: 97%;
|
||||
height: 100%;
|
||||
|
||||
padding: 1% 2%;
|
||||
}
|
||||
|
||||
.bar2 h3 {
|
||||
font-size: 1.25rem;
|
||||
width: 80%;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
.bar2 p {
|
||||
font-size: 0.8rem;
|
||||
line-height: 135%;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.bar2 img {
|
||||
width: 42.5%;
|
||||
}
|
||||
.bar3 {
|
||||
top: 58%;
|
||||
left: 42.5%;
|
||||
width: 17%;
|
||||
height: 30.5%;
|
||||
}
|
||||
|
||||
.bar3 h3 {
|
||||
font-size: 1.25rem;
|
||||
line-height: 0;
|
||||
margin-bottom: 6%;
|
||||
}
|
||||
|
||||
#t1,
|
||||
#t5 {
|
||||
color: #2b710c;
|
||||
}
|
||||
#t2,
|
||||
#t6 {
|
||||
color: #c11818;
|
||||
}
|
||||
#t3,
|
||||
#t4 {
|
||||
color: #0b0d7f;
|
||||
}
|
||||
#t6 {
|
||||
text-align: center;
|
||||
width: 70%;
|
||||
font-style: italic;
|
||||
font-size: 0.7rem;
|
||||
line-height: 130%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-top: 19.5%;
|
||||
}
|
||||
|
||||
#note {
|
||||
top: 58%;
|
||||
left: 41.5%;
|
||||
width: 17%;
|
||||
height: 32.5%;
|
||||
}
|
||||
|
||||
.page1 p {
|
||||
font-size: 0.7rem;
|
||||
padding: 2% 5%;
|
||||
}
|
||||
.page2 p {
|
||||
font-size: 0.85rem;
|
||||
line-height: 145%;
|
||||
padding: 2% 8%;
|
||||
}
|
||||
|
||||
.bar4 {
|
||||
left: 66.5%;
|
||||
width: 25%;
|
||||
height: 44%;
|
||||
}
|
||||
|
||||
.bar4 .frame img {
|
||||
width: 30%;
|
||||
margin-top: 0%;
|
||||
margin-bottom: 0%;
|
||||
}
|
||||
.bar4 h3 {
|
||||
font-size: 1.6rem;
|
||||
line-height: 1;
|
||||
margin-top: 5.5%;
|
||||
margin-bottom: 0%;
|
||||
}
|
||||
|
||||
.bar4 p {
|
||||
font-family: "Arsenal", sans-serif;
|
||||
font-size: 0.85rem;
|
||||
font-weight: 600;
|
||||
line-height: 130%;
|
||||
padding: 0;
|
||||
margin: 5% auto;
|
||||
}
|
||||
|
||||
.bar5 {
|
||||
transform: rotate(20deg);
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 20%;
|
||||
padding: 0;
|
||||
|
||||
display: inline-block;
|
||||
height: min-content;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: #e2eeec;
|
||||
box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
|
||||
}
|
||||
|
||||
.bar5 p {
|
||||
margin: 1% auto;
|
||||
padding: 1% 4%;
|
||||
font-family: "Libre Baskerville", serif;
|
||||
font-size: 0.8rem;
|
||||
letter-spacing: 0.03rem;
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,284 @@
|
||||
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: portrait) {
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
#home {
|
||||
top: 4%;
|
||||
left: 2.75%;
|
||||
font-size: 0.68rem;
|
||||
letter-spacing: 0.05rem;
|
||||
z-index: 999;
|
||||
color: black;
|
||||
|
||||
padding: 0.25% 0.7%;
|
||||
}
|
||||
|
||||
#designer {
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
width: 15%;
|
||||
bottom: 0%;
|
||||
right: 3%;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#title {
|
||||
width: 68%;
|
||||
padding: 0 0.15%;
|
||||
margin: 3% auto;
|
||||
box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
|
||||
}
|
||||
|
||||
#title h1 {
|
||||
text-align: center;
|
||||
font-size: 1.2rem;
|
||||
letter-spacing: 0.005rem;
|
||||
line-height: 1.4;
|
||||
margin-top: 2%;
|
||||
margin-bottom: 2%;
|
||||
}
|
||||
#tape {
|
||||
transform: rotate(45deg);
|
||||
left: 75%;
|
||||
top: -1.6%;
|
||||
}
|
||||
.bar {
|
||||
box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 16px,
|
||||
rgba(0, 0, 0, 0) 0px 7px 13px 3px, rgba(0, 0, 0, 0.1) 0px -3px 0px inset;
|
||||
}
|
||||
|
||||
.bar1 {
|
||||
top: 17%;
|
||||
left: 6.5%;
|
||||
width: 40%;
|
||||
height: 30.5%;
|
||||
}
|
||||
.bar1 .frame {
|
||||
width: 85%;
|
||||
height: 90%;
|
||||
border: 2px navy double;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.bar1 h3 {
|
||||
font-size: 0.9rem;
|
||||
line-height: 1;
|
||||
margin-top: 5%;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#adobe{
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#nomore{
|
||||
z-index:9;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#adobe,
|
||||
#nomore {
|
||||
position: absolute;
|
||||
/* z-index: 10; */
|
||||
width: 18%;
|
||||
top: 84.5%;
|
||||
left: 80%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
.bar1 p {
|
||||
font-size: 0.7rem;
|
||||
/* line-height: 125%; */
|
||||
padding: 0% 6%;
|
||||
}
|
||||
|
||||
.bar2 {
|
||||
top: 20%;
|
||||
left: 55.5%;
|
||||
width: 36%;
|
||||
height: 29.5%;
|
||||
display: inline-block;
|
||||
/* display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center; */
|
||||
}
|
||||
|
||||
.bar2:hover {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.deco1 {
|
||||
margin-left: 0%;
|
||||
}
|
||||
|
||||
.bar2 .frame {
|
||||
position: absolute;
|
||||
/* background-color: yellow; */
|
||||
top: 0;
|
||||
left: 5%;
|
||||
width: 97%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 1% 2%;
|
||||
}
|
||||
|
||||
.bar2 h3 {
|
||||
font-size: 0.9rem;
|
||||
width: 90%;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
.bar2 p {
|
||||
width: 95%;
|
||||
font-size: 0.7rem;
|
||||
line-height: 122%;
|
||||
}
|
||||
|
||||
.bar2 .frame img {
|
||||
width: 45.5%;
|
||||
}
|
||||
.bar3 {
|
||||
top: 57%;
|
||||
left: 6.5%;
|
||||
width: 32%;
|
||||
height: 29.5%;
|
||||
}
|
||||
|
||||
.bar3 h3 {
|
||||
font-size: 1rem;
|
||||
line-height: 0;
|
||||
margin-bottom: 4%;
|
||||
}
|
||||
#t1{
|
||||
padding-top: 5%;
|
||||
}
|
||||
|
||||
#t1,
|
||||
#t5 {
|
||||
color: #2b710c;
|
||||
}
|
||||
#t2,
|
||||
#t6 {
|
||||
color: #c11818;
|
||||
}
|
||||
#t3,
|
||||
#t4 {
|
||||
color: #0b0d7f;
|
||||
}
|
||||
#t6 {
|
||||
font-size: 0.6rem;
|
||||
text-align: center;
|
||||
margin-top: 40%;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#note {
|
||||
top: 57%;
|
||||
left: 6.5%;
|
||||
width: 64%;
|
||||
height: 29.5%;
|
||||
}
|
||||
|
||||
.page1 {
|
||||
color: #c11818;
|
||||
background: #fbfcf7;
|
||||
background: linear-gradient(
|
||||
to right,
|
||||
#fbfcf7 0%,
|
||||
#fffaed 50%,
|
||||
#f0edd3 100%
|
||||
);
|
||||
left: 0;
|
||||
justify-content: start;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.page2 {
|
||||
background: #fbfcf7;
|
||||
background: linear-gradient(to left, #fbfcf7 0%, #fffaed 39%, #d4d1ba 90%);
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
left: 50%;
|
||||
overflow-wrap: break-all;
|
||||
}
|
||||
.page1 p,
|
||||
.page2 p {
|
||||
}
|
||||
.page1 p {
|
||||
font-size: 0.6rem;
|
||||
padding: 1% 5%;
|
||||
width: 100%;
|
||||
}
|
||||
.page2 p {
|
||||
font-size: 0.85rem;
|
||||
line-height: 1.5;
|
||||
padding: 2% 15%;
|
||||
}
|
||||
|
||||
.bar4 {
|
||||
top: 55%;
|
||||
left: 43.5%;
|
||||
width: 50%;
|
||||
height: 39.5%;
|
||||
}
|
||||
.bar4 .frame {
|
||||
padding: 0% 3%;
|
||||
width: 90%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bar4 .frame img {
|
||||
width: 20%;
|
||||
position: absolute;
|
||||
right: 2%;
|
||||
top: 2%;
|
||||
}
|
||||
.bar4 h3 {
|
||||
font-size: 1rem;
|
||||
line-height: 0;
|
||||
line-height: 1.4;
|
||||
margin-top: 4.5%;
|
||||
margin-bottom: 0;
|
||||
cursor: pointer;
|
||||
text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4),
|
||||
-1px -1px 0 rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
.bar4 p {
|
||||
font-size: 0.85rem;
|
||||
font-weight: 600;
|
||||
line-height: 125%;
|
||||
padding: 1% 2%;
|
||||
margin-top: 4%;
|
||||
}
|
||||
|
||||
.bar5 {
|
||||
transform: rotate(40deg);
|
||||
top: 44%;
|
||||
left: 37%;
|
||||
width: 20%;
|
||||
z-index: 11;
|
||||
padding-left: 1.5%;
|
||||
padding-right: 1%;
|
||||
}
|
||||
|
||||
.bar5 p {
|
||||
/* margin: 0 auto; */
|
||||
padding: 0% 2%;
|
||||
|
||||
font-size: 0.7rem;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.bar5 p a {
|
||||
text-decoration: underline;
|
||||
color: blue;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,447 @@
|
||||
html,
|
||||
body {
|
||||
font-size: 16px;
|
||||
}
|
||||
/* * {
|
||||
box-sizing: border-box;
|
||||
} */
|
||||
|
||||
@import url("ext/8a7380f228a12515c367465bc33bb013/css2.css");
|
||||
@import url("ext/becee672c41a09a09c11466c771fb5e5/css2.css");
|
||||
|
||||
body {
|
||||
visibility: visible;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-image: url("img/desk2.jpeg");
|
||||
background-size: cover;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
#home {
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
position: relative;
|
||||
display: flex;
|
||||
margin: 0 auto;
|
||||
width: 90%;
|
||||
height: 100%;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
#title {
|
||||
display: inline-block;
|
||||
height: min-content;
|
||||
padding: 0 2%;
|
||||
margin: 2.5% auto;
|
||||
background: #ffffff;
|
||||
background: linear-gradient(
|
||||
to bottom right,
|
||||
#ffffff 10%,
|
||||
#e2eeec 55%,
|
||||
#bdc7c5 90%
|
||||
);
|
||||
box-shadow: rgba(0, 0, 0, 0.15) 6px 4px 0px 0px;
|
||||
}
|
||||
|
||||
#title h1 {
|
||||
font-family: "Courgette", cursive;
|
||||
font-size: 1.8rem;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.005rem;
|
||||
color: rgb(31, 30, 30);
|
||||
text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4), -1px -1px 0 rgb(108, 108, 108);
|
||||
/* background: -webkit-linear-gradient(#000, rgb(53, 53, 53), #000);
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent; */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#title h1 a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#tape {
|
||||
position: absolute;
|
||||
z-index: 4;
|
||||
transform: rotate(-45deg);
|
||||
width: 9%;
|
||||
left: 6%;
|
||||
top: 0%;
|
||||
}
|
||||
|
||||
#tape img{
|
||||
width:80%;
|
||||
}
|
||||
|
||||
/* #tape {
|
||||
position: absolute;
|
||||
z-index: 4;
|
||||
transform: rotate(-45deg);
|
||||
left: 0.5%;
|
||||
top: 0.5%;
|
||||
} */
|
||||
|
||||
.bar {
|
||||
position: absolute;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px,
|
||||
rgba(0, 0, 0, 0.3) 0px 1px 2px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
|
||||
}
|
||||
|
||||
.bar h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bar1 {
|
||||
background: #f0ecca;
|
||||
background: linear-gradient(to bottom right, #f0ecca 14%, #e0dda8 77%);
|
||||
top: 30%;
|
||||
left: 0%;
|
||||
width: 32%;
|
||||
height: 30%;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0%;
|
||||
}
|
||||
.bar1 .frame {
|
||||
width: 85%;
|
||||
height: 90%;
|
||||
border: 3px navy double;
|
||||
color: navy;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.bar1 h3 {
|
||||
font-size: 1.2rem;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
#adobe,
|
||||
#nomore {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
width: 27.5%;
|
||||
top: 40%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
cursor: pointer;
|
||||
}
|
||||
#adobe {
|
||||
display: none;
|
||||
}
|
||||
#nomore {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.bar1 p {
|
||||
/* background-color: yellow; */
|
||||
font-size: 0.8rem;
|
||||
line-height: 130%;
|
||||
padding: 0% 6%;
|
||||
margin-bottom: 5%;
|
||||
}
|
||||
|
||||
.bar2 {
|
||||
top: 22.5%;
|
||||
left: 33.75%;
|
||||
width: 27%;
|
||||
height: 26%;
|
||||
background: #fff8eb;
|
||||
background: linear-gradient(
|
||||
to bottom right,
|
||||
#fff8eb 0%,
|
||||
#faebd7 39%,
|
||||
#d4c9bf 90%
|
||||
);
|
||||
display: inline-block;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.bar2:hover {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.deco1 {
|
||||
width: 5%;
|
||||
height: 100%;
|
||||
margin-left: 0;
|
||||
background: #d51f03;
|
||||
background: linear-gradient(
|
||||
to bottom right,
|
||||
#d51f03 9%,
|
||||
#b01a02 48%,
|
||||
#d51f03 77%
|
||||
);
|
||||
}
|
||||
|
||||
.bar2 .frame {
|
||||
position: absolute;
|
||||
/* background-color: yellow; */
|
||||
top: 0;
|
||||
left: 5%;
|
||||
width: 97%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 1% 2%;
|
||||
}
|
||||
|
||||
.bar2 h3 {
|
||||
font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
|
||||
font-size: 1rem;
|
||||
width: 100%;
|
||||
margin-bottom: 0;
|
||||
margin-top: -4%;
|
||||
color: rgb(31, 30, 30);
|
||||
/* text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4), -1px -1px 0 rgb(108, 108, 108); */
|
||||
}
|
||||
.bar2 p {
|
||||
font-family: "Dancing Script", cursive;
|
||||
font-size: 0.9rem;
|
||||
line-height: 130%;
|
||||
width: 85%;
|
||||
color: black;
|
||||
}
|
||||
.bar3 {
|
||||
top: 52%;
|
||||
left: 33.75%;
|
||||
width: 27%;
|
||||
height: 24%;
|
||||
background: #fff71c;
|
||||
background: linear-gradient(
|
||||
to bottom right,
|
||||
#fff71c 0%,
|
||||
#ffe142 39%,
|
||||
#cfb71b 90%
|
||||
);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/* justify-content: center; */
|
||||
}
|
||||
|
||||
.bar3 h3,
|
||||
.bar3 p {
|
||||
font-family: "Libre Baskerville", serif;
|
||||
}
|
||||
|
||||
.bar3 h3 {
|
||||
font-style: bold;
|
||||
font-size: 1.1rem;
|
||||
line-height: 0;
|
||||
margin-bottom: 7%;
|
||||
}
|
||||
|
||||
#t1 {
|
||||
margin-top: 15%;
|
||||
}
|
||||
#t1,
|
||||
#t5 {
|
||||
color: #2b710c;
|
||||
}
|
||||
#t2,
|
||||
#t6 {
|
||||
color: #c11818;
|
||||
}
|
||||
#t3,
|
||||
#t4 {
|
||||
color: #0b0d7f;
|
||||
}
|
||||
#t6 {
|
||||
font-style: italic;
|
||||
font-size: 0.6rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-top: 15%;
|
||||
width: 100%;
|
||||
/* margin-top: 20%; */
|
||||
}
|
||||
|
||||
.bar3 p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#note {
|
||||
position: absolute;
|
||||
display: block;
|
||||
z-index: 11;
|
||||
top: 75%;
|
||||
left: 69%;
|
||||
width: 32%;
|
||||
height: 18%;
|
||||
}
|
||||
|
||||
.page1,
|
||||
.page2 {
|
||||
position: absolute;
|
||||
/* display: none; */
|
||||
visibility:visible;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
font-family: "Libre Baskerville", serif;
|
||||
}
|
||||
|
||||
.page1 {
|
||||
color: black;
|
||||
background: #fbfcf7;
|
||||
background: linear-gradient(to right, #fbfcf7 0%, #fffaed 50%, #f0edd3 100%);
|
||||
left: 0;
|
||||
}
|
||||
.page2 {
|
||||
background: #fbfcf7;
|
||||
background: linear-gradient(to left, #fbfcf7 0%, #fffaed 39%, #d4d1ba 90%);
|
||||
display:flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
left: 50%;
|
||||
overflow-wrap: break-all;
|
||||
}
|
||||
.page1 p,
|
||||
.page2 p {
|
||||
}
|
||||
.page1 p {
|
||||
width: 90%;
|
||||
font-size: 0.6rem;
|
||||
line-height: 145%;
|
||||
padding: 2% 6%;
|
||||
}
|
||||
.page2 p {
|
||||
color: #c11818;
|
||||
font-size: 0.75rem;
|
||||
line-height: 142%;
|
||||
padding: 2% 8%;
|
||||
}
|
||||
|
||||
#hostnames{
|
||||
color:black;
|
||||
}
|
||||
|
||||
#hostnames a{
|
||||
color:black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.bar4 {
|
||||
top: 38.5%;
|
||||
left: 62.5%;
|
||||
width: 38.5%;
|
||||
height: 35%;
|
||||
background: #d6f1ff;
|
||||
background: linear-gradient(to bottom right, #d6f1ff 5%, #899fa3 90%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.bar4 .frame {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
padding: 1% 1%;
|
||||
width: 95%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
overflow-y: auto;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.bar4 .frame img {
|
||||
position: absolute;
|
||||
left: 75%;
|
||||
top: 2%;
|
||||
width: 16.5%;
|
||||
border: 2px navy double;
|
||||
}
|
||||
.bar4 h3 {
|
||||
font-family: "Archivo Black", sans-serif;
|
||||
color: rgb(24, 42, 146);
|
||||
font-size: 1.4rem;
|
||||
line-height: 0;
|
||||
margin-top: 11.5%;
|
||||
margin-bottom: 2.5%;
|
||||
cursor: pointer;
|
||||
text-shadow: none;
|
||||
}
|
||||
.bar4 h3 a {
|
||||
text-decoration: none;
|
||||
color: rgb(24, 42, 146);
|
||||
cursor: pointer;
|
||||
text-shadow: none;
|
||||
}
|
||||
.bar4 p {
|
||||
font-family: "Arsenal", sans-serif;
|
||||
color: rgb(24, 42, 146);
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
line-height: 137%;
|
||||
padding: 1% 2%;
|
||||
}
|
||||
|
||||
#hosts {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.bar5 {
|
||||
transform: rotate(-27deg);
|
||||
top: 70%;
|
||||
left: 24.5%;
|
||||
width: 12%;
|
||||
padding: 0 1%;
|
||||
display: inline-block;
|
||||
height: min-content;
|
||||
background: #e2eeec;
|
||||
background: linear-gradient(to bottom right, #e2eeec 8%, #d5e0de 59%);
|
||||
/* box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px; */
|
||||
box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 0px 0px;
|
||||
}
|
||||
|
||||
.bar5 p {
|
||||
/* margin: 0 auto; */
|
||||
padding: 0% 2%;
|
||||
font-family: "Libre Baskerville", serif;
|
||||
font-size: 0.8rem;
|
||||
line-height: 1.4;
|
||||
letter-spacing: 0rem;
|
||||
}
|
||||
|
||||
.bar5 p a {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#print{
|
||||
display:block;
|
||||
}
|
||||
|
||||
#web{
|
||||
display:none;
|
||||
visibility:hidden;
|
||||
}
|
||||
|
||||
#qr {
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 77.5%;
|
||||
left: 10%;
|
||||
width: 13.5%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue