minetest-modinstaller-web/modinfo.css

38 lines
543 B
CSS

.mod_author {
font-size: 15px;
}
#mod_img {
width: 75%;
margin-bottom: 20px;
}
h1 {
text-align: center;
color: #33cc33;
font-size: 5vw;
font-family: "Segoe UI", Arial, sans-serif;
}
.mod_header {
position: relative;
top: 0;
left: 0;
margin-top: 20px;
width: 100%;
}
.mod_content {
width: 90%;
position: relative;
left: 5%;
top: 20px;
padding: 40px;
margin: 0;
background-color: #EEEEEE;
font-family: "Segoe UI", Arial, sans-serif;
font-size: 23px;
color: #222;
box-sizing: border-box;
}