0.1.1
This commit is contained in:
+200
@@ -0,0 +1,200 @@
|
||||
@font-face {
|
||||
font-family: "Anime Ace v05";
|
||||
src: local("Anime Ace v05"), url("/fonts/AnimeAce.ttf") format("ttf");
|
||||
}
|
||||
|
||||
body {
|
||||
text-align: center;
|
||||
color: white;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
|
||||
.body-index {
|
||||
/* NULL */
|
||||
}
|
||||
|
||||
.body-project {
|
||||
/* NULL */
|
||||
}
|
||||
|
||||
.body-firefox {
|
||||
/* NULL */
|
||||
}
|
||||
|
||||
.body-trans {
|
||||
background: rgb(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
summary {
|
||||
color: deeppink;
|
||||
}
|
||||
|
||||
.hr-v {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.hr-i {
|
||||
color: rgb(255, 255, 255, 0);
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
a {
|
||||
color: deeppink;
|
||||
}
|
||||
a:visited {
|
||||
color: purple;
|
||||
}
|
||||
a:active {
|
||||
color: pink;
|
||||
}
|
||||
|
||||
#lista {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#bodydiv {
|
||||
margin-left: 2%;
|
||||
margin-right: 2%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.titlediv {
|
||||
font-family: "Anime Ace v05";
|
||||
}
|
||||
|
||||
.contentdiv {
|
||||
/* NULL */
|
||||
}
|
||||
|
||||
#card {
|
||||
box-shadow: 4px 4px 4px 0 rgb(255, 255, 255, 1);
|
||||
transition: 0.3s;
|
||||
padding-left: 2px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
#card2 {
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
|
||||
.card-title {
|
||||
padding: 1px 0px 1px 10px;
|
||||
font-family: "Anime Ace v05";
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.card-text {
|
||||
padding: 1px 0px 1px 5px;
|
||||
font-family: "Anime Ace v05";
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
.card-button {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
padding: 5px;
|
||||
color: #ffffff;
|
||||
font-family: "Anime Ace v05";
|
||||
font-size: 70%;
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
}
|
||||
.card-button:hover {
|
||||
opacity:0.8;
|
||||
}
|
||||
.card-button-block {
|
||||
padding: 5px 0px 5px 5px;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
padding: 10px;
|
||||
right: 1em;
|
||||
text-align: center;
|
||||
bottom: 1em;
|
||||
}
|
||||
|
||||
.aace {
|
||||
font-family: "Anime Ace v05";
|
||||
}
|
||||
|
||||
#maindiv {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
border-bottom: 0px solid rgba(0, 0, 0, 0);
|
||||
background: rgba(0, 0, 0, 0);
|
||||
margin: 0 auto 0 auto;
|
||||
}
|
||||
th {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
color: rgba(0, 0, 0, 0);
|
||||
text-align: center;
|
||||
}
|
||||
td, th {
|
||||
padding: 2px;
|
||||
}
|
||||
.sitebuttons {
|
||||
opacity:0.6;
|
||||
}
|
||||
.sitebuttons:hover {
|
||||
opacity:1;
|
||||
}
|
||||
|
||||
.homebuttons {
|
||||
opacity:0.6;
|
||||
}
|
||||
.homebuttons:hover {
|
||||
opacity:1;
|
||||
}
|
||||
@media only screen and (min-width : 801px) {
|
||||
#maindiv {
|
||||
width: 60%;
|
||||
margin-left: 20%;
|
||||
margin-right: 20%;
|
||||
}
|
||||
.sitebuttons {
|
||||
width: 100%;
|
||||
}
|
||||
.homebuttons {
|
||||
width: 8%;
|
||||
padding-top: 5px;
|
||||
}
|
||||
table {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 800px) {
|
||||
#maindiv {
|
||||
width: 100%;
|
||||
margin-left: 0%;
|
||||
margin-right: 0%;
|
||||
}
|
||||
.sitebuttons {
|
||||
width: 100%;
|
||||
}
|
||||
.homebuttons {
|
||||
width: 8%;
|
||||
padding-top: 5px;
|
||||
}
|
||||
table {
|
||||
width: 130px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user