Files
FE_Charts/mobile/www/css/index.css
dario-cfpt ea23badffb Add images for logo and splash screen
Also added project informations in the about page and updated the README
2020-03-16 18:39:20 +01:00

38 lines
634 B
CSS

.no-select {
-webkit-user-select: none; /* safari */
-ms-user-select: none; /* IE 10+ and Edge */
user-select: none; /* standard syntax */
}
.img-character {
display: block;
margin-left: auto;
margin-right: auto;
width: 256px;
height: 256px;
}
#table-classes-content > tr > td {
text-align: center;
display: block !important;
padding-top: 3.7%;
}
.data-table-title {
text-align: center;
}
.text-center {
text-align: center;
}
.logo {
display: block;
margin-left: auto;
margin-right: auto;
}
h1.about, h2.about, h3.about {
color: #1f3487;
margin-top: 0px;
}