Files
static-manga-engine/css/style.css
T
Hell13Cat 2cdce66869 eng0.4.0
2022-05-03 19:46:28 +03:00

206 lines
2.7 KiB
CSS

body {
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}
#hrinvis {
size: 3px;
}
.links {
text-decoration: none;
}
.body-index {
/* NULL */
}
.body-project {
/* NULL */
}
.body-firefox {
/* NULL */
}
.hr-i {
height: 1px;
}
img {
width: 100%;
}
ul {
list-style-position: inside;
}
#lista {
text-align: left;
}
#bodydiv {
margin-left: 2%;
margin-right: 2%;
height: 100%;
}
.titlediv {
font-family: "Comic Sans MS";
}
.contentdiv {
/* NULL */
}
#card {
transition: 0.3s;
padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 2px;
}
.card-title {
padding: 1px 0px 1px 10px;
font-family: "Comic Sans MS";
}
.card-text {
padding: 1px 0px 1px 5px;
font-family: "Comic Sans MS";
}
.card-button {
padding: 5px;
font-family: "Comic Sans MS";
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: "Comic Sans MS";
}
#maindiv {
margin-top: 0px;
}
table {
margin: 0 auto 0 auto;
}
th {
text-align: center;
}
td, th {
padding: 2px;
}
.sitebuttons {
opacity:0.6;
}
.sitebuttons:hover {
opacity:1;
}
.homebuttons {
opacity:0.6;
}
.homebuttons:hover {
opacity:1;
}
.al-left {
text-align: left;
}
@media only screen and (min-width : 801px) {
.pc-only {
display: block;
}
.mobile-only {
display: none;
}
.sitebuttons {
width: 100%;
}
.homebuttons {
width: 8%;
padding-top: 5px;
}
table {
width: 150px;
}
.content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
max-height: 100%;
padding: 0;
}
.onecol {
width: 20%;
height: 100%;
background-clip: content-box;
list-style: none;
padding-right: 1%;
}
.twocol {
width: 79%;
height: 100%;
background-clip: content-box;
list-style: none;
}
}
@media only screen and (min-width : 801px) and (max-width : 1090px) {
.titlediv {
font-size: 60%;
}
}
@media only screen and (min-width : 1091px) {
.titlediv {
font-size: 80%;
}
}
@media only screen and (max-width : 800px) {
.sitebuttons {
width: 100%;
}
.homebuttons {
width: 8%;
padding-top: 5px;
}
table {
width: 130px;
}
.pc-only {
display: none;
}
.mobile-only {
display: block;
}
}