mirror of
https://git.gay/Juli/pages-old.git
synced 2025-04-12 04:02:28 +00:00
88 lines
No EOL
1.3 KiB
CSS
88 lines
No EOL
1.3 KiB
CSS
body {
|
|
background-color: rgb(0, 27, 41);
|
|
/* */
|
|
|
|
color: rgb(255, 255, 255);
|
|
font-family: "Roboto Mono", monospace
|
|
}
|
|
|
|
.container {
|
|
position: relative
|
|
}
|
|
|
|
.header {
|
|
position: relative;
|
|
left: 50%;
|
|
top: 0%;
|
|
transform: translateX(-50%);
|
|
text-align: center
|
|
}
|
|
|
|
.header ul {
|
|
text-decoration: none;
|
|
list-style-type: none
|
|
}
|
|
|
|
.header h1 {
|
|
font-size: 3em
|
|
}
|
|
|
|
.header a {
|
|
font-size: 1.25em;
|
|
margin: 2px;
|
|
color: rgb(255, 255, 255);
|
|
text-decoration: none
|
|
}
|
|
|
|
.button {
|
|
font-family: "Roboto Mono", monospace;
|
|
background-color: #008cba;
|
|
border: none;
|
|
color: #fff;
|
|
padding: 15px 32px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
margin: 4px 2px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.button:hover {
|
|
font-family: "Roboto Mono", monospace;
|
|
background-color: #006384;
|
|
border: none;
|
|
color: #fff;
|
|
padding: 15px 32px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
margin: 4px 2px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.main {
|
|
position: relative;
|
|
top: 20%;
|
|
left: 50%;
|
|
transform: translate(-50%,20%);
|
|
text-align: center;
|
|
width: 60%;
|
|
border-width: 2px;
|
|
border-style: solid;
|
|
padding: 30px;
|
|
text-align: left;
|
|
background-color: #000;
|
|
}
|
|
|
|
a {
|
|
color: #FFF;
|
|
}
|
|
|
|
#prompt_name {
|
|
color: #14A10C;
|
|
}
|
|
#path {
|
|
color: #3B78FE;
|
|
} |