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.
56 lines
835 B
56 lines
835 B
.label {
|
|
font-size: 13px;
|
|
}
|
|
.noborder{
|
|
border:none;
|
|
border-width:0px;
|
|
border-radius:0px;
|
|
box-shadow: none;
|
|
}
|
|
.darkborder{
|
|
border-width:1px;
|
|
border-radius:1px;
|
|
}
|
|
.bannerbackground {
|
|
background-color: #404040;
|
|
}
|
|
.elseps {
|
|
border-style:solid;
|
|
border-bottom-width: 1px;
|
|
border-image: linear-gradient(90deg, #aaaaaa 0%, #dcddde 100%);
|
|
border-image-slice: 1;
|
|
|
|
}
|
|
#Icon {
|
|
background-color: transparent;
|
|
color: transparent;
|
|
}
|
|
|
|
iconview#GnomeIcon{
|
|
border-style:solid;
|
|
border-bottom-width: 1px;
|
|
border-image: linear-gradient(90deg, #aaaaaa 0%, #dcddde 100%);
|
|
border-image-slice: 1;
|
|
|
|
background-color: transparent;
|
|
}
|
|
#noborders{
|
|
border-style:solid;
|
|
border: 0px;
|
|
}
|
|
|
|
#iconlabel {
|
|
font-size:14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#desclabel {
|
|
font-size:100%;
|
|
}
|
|
.bold {
|
|
color:#1a5fb4;
|
|
}
|
|
iconview {
|
|
background-image:none;
|
|
}
|