You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

448 lines
7.3 KiB
CSS

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%;
}