styles cleanup
This commit is contained in:
parent
3c4495791e
commit
d25d0ff38c
4 changed files with 151 additions and 184 deletions
68
includes/styles_mobile.css
Normal file
68
includes/styles_mobile.css
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
table {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.topnav {
|
||||
overflow: hidden;
|
||||
background-color: #0f0f0f;
|
||||
position: relative;
|
||||
min-width: 300px;
|
||||
max-width: 500px;
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.btn {
|
||||
padding: 8px 16px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
th:nth-child(4), td:nth-child(4), th:nth-child(9), td:nth-child(9) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
header .banner {
|
||||
max-height: 100px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
header, main, footer {
|
||||
min-width: 0;
|
||||
padding: 5px;
|
||||
margin: 5px 5px;
|
||||
max-width: 800px;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
nav {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
font-size: 10px;
|
||||
letter-spacing: -0.5px;
|
||||
}
|
||||
|
||||
table {
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue