mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 16:50:48 +00:00
Fix grafica (non so come)
This commit is contained in:
21
style.css
21
style.css
@@ -31,6 +31,7 @@ body{
|
||||
hr.solid {
|
||||
border: 3px solid #3d3d3d;
|
||||
border-radius: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
hr.solidfooter {
|
||||
border: 1px solid #525252;
|
||||
@@ -70,15 +71,20 @@ a.gbutton{
|
||||
transform: translateY(5px)
|
||||
}
|
||||
footer{
|
||||
position: sticky;
|
||||
position: fixed;
|
||||
left: 8px;
|
||||
right: 8px;
|
||||
bottom: 0px;
|
||||
width: auto;
|
||||
height: 70px;
|
||||
background-color: #282828;
|
||||
height: 70px;
|
||||
width: 100%;
|
||||
border-radius: 10px;
|
||||
}
|
||||
div.footer{
|
||||
position: sticky;
|
||||
bottom: 10px;
|
||||
position: fixed;
|
||||
left: 8px;
|
||||
right: 8px;
|
||||
bottom: 8px;
|
||||
width: auto;
|
||||
height: 60px;
|
||||
background-color:#333;
|
||||
@@ -88,10 +94,9 @@ header {
|
||||
font-size: 67%;
|
||||
background-color: #333;
|
||||
height: auto;
|
||||
padding: 0px 20px;
|
||||
display: flex;
|
||||
padding: 0px 0px;
|
||||
align-items: start;
|
||||
width: auto;
|
||||
width: 100%;
|
||||
border-radius: 10px;
|
||||
}
|
||||
nav ul {
|
||||
|
Reference in New Issue
Block a user