heimdall css theme #1068
SiriusXT
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
`body {
background: #eee;
}
.app-icon {
border-radius:6px;
max-height: 50px !important;
}
#app main, #app #sortable{
margin: auto;
width: 1200px;
}
div.item {
background-color:rgba(255,255,255,0.01) !important;
border:0px solid rgba(215,215,215,0.5);
width:130px !important;
height: 130px !important;
transform:scale(0.9);
margin:20px 0 !important;
text-align: center;
display: block;
padding-right: 15px !important;
background-image: none;
}
div.app-icon-container {
opacity:0.9;
margin: 0 auto;
background: white;
border-radius: 6px;
box-shadow: 0 1px 5px rgba(0,0,0,.3);
padding: 15px;
align-items: center;
width: 80px;
height: 80px;
}
.item::after {
display:none;
box-shadow:0 0 40px 0px rgba(0,0,0,0.1) !important;
}
svg.svg-inline--fa.fa-arrow-alt-to-right {
color:rgba(30,30,30,0.5) !important;
}
.homesearch {
height:40px;
}
.searchform button {
height:40px;
line-height:0px !important;
}
.searchform input {
outline-style: none;
}
.searchform{
margin: 50px auto 0px auto !important;
}
div#app{
background-repeat: repeat;
background-size: auto !important;
}
#config-buttons a{
background: rgba(0, 0, 0, 0.12);
}
div#sortable.ui-sortable {
padding-top:0px !important;
}
.item .title {
color: #000 !important;
margin-top: 10px;
text-shadow: 1px 1px 1px rgba(200,200,200,.5);
}
svg.svg-inline--fa.fa-arrow-alt-to-right{
display: none;
}
.item .link {
padding-right: 0px;
}`
Beta Was this translation helpful? Give feedback.
All reactions