You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
539 B
33 lines
539 B
.bannerbackground {
|
|
background-color: #404040;
|
|
}
|
|
|
|
|
|
#GnomeIcon{
|
|
border-style:solid;
|
|
border-bottom-width: 1px;
|
|
border-image: linear-gradient(90deg, #aaaaaa 0%, rgba(170,170,170,0) 80%);
|
|
border-image-slice: 1;
|
|
}
|
|
|
|
#SepIcon{
|
|
border-style:solid;
|
|
border-bottom-width: 2px;
|
|
border-image: linear-gradient(90deg, #aaaaaa 0%, rgba(170,170,170,0) 100%);
|
|
border-image-slice: 1;
|
|
}
|
|
|
|
#iconlabel {
|
|
font-size:14px;
|
|
font-weight: bold;
|
|
|
|
}
|
|
.roundborder * {
|
|
border-style:solid;
|
|
border-width:1px;
|
|
border-radius:5px;
|
|
}
|
|
.noborder {
|
|
border: none;
|
|
}
|