minetest-modinstaller-web/modinfo.css

38 lines
543 B
CSS
Raw Permalink Normal View History

2017-02-02 05:28:31 -08:00
.mod_author {
font-size: 15px;
}
#mod_img {
2017-02-02 05:31:47 -08:00
width: 75%;
2017-02-02 05:28:31 -08:00
margin-bottom: 20px;
2017-02-02 05:31:47 -08:00
}
2017-02-04 13:21:49 -08:00
h1 {
text-align: center;
color: #33cc33;
font-size: 5vw;
font-family: "Segoe UI", Arial, sans-serif;
}
2017-02-02 05:31:47 -08:00
.mod_header {
2017-02-04 13:21:49 -08:00
position: relative;
top: 0;
left: 0;
margin-top: 20px;
width: 100%;
2017-02-02 13:28:06 -08:00
}
.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;
}