mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Version 40.5.2 - playing with meta tags
This commit is contained in:
12
css/upgr.css
12
css/upgr.css
@@ -8,8 +8,7 @@
|
||||
|
||||
body {
|
||||
font-size: 15pt;
|
||||
/*background: linear-gradient(#009000, black);*/
|
||||
background-color: #ccc;
|
||||
background-color: #333;
|
||||
}
|
||||
#jonathan{
|
||||
position: fixed;
|
||||
@@ -22,8 +21,6 @@ body {
|
||||
margin: 0;
|
||||
top: 0;
|
||||
border-radius: 0 0 90px 90px;
|
||||
background: linear-gradient(#11ABFF, #ccccccab);
|
||||
|
||||
}
|
||||
|
||||
/* By MrEidam */
|
||||
@@ -31,7 +28,6 @@ body {
|
||||
/* Lemons */
|
||||
#loglm{
|
||||
position: relative;
|
||||
background-color: papayawhip;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -68,8 +64,6 @@ main{
|
||||
|
||||
/* By MrEidam */
|
||||
.item{
|
||||
background-color: papayawhip/*var(--color)*/;
|
||||
/*border: 2px solid #333;*/
|
||||
border: none;
|
||||
top: 5px;
|
||||
margin: 2rem 3vw 2rem 3vw;
|
||||
@@ -138,6 +132,7 @@ main{
|
||||
}
|
||||
button{
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
filter: drop-shadow(8px 6px 4px #555);
|
||||
}
|
||||
|
||||
@@ -266,6 +261,9 @@ ul li:last-child{
|
||||
border-bottom: none;
|
||||
}
|
||||
ul li a{
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user