Setup basic comportment with tule apps
This commit is contained in:
+32
-17
@@ -356,26 +356,41 @@ body.logged, .logged .content {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*#apps ul {*/
|
#apps ul {
|
||||||
/* width: 95%;*/
|
width: 95%;
|
||||||
/* height: 100%;*/
|
height: 100%;
|
||||||
/* margin: 0 auto;*/
|
margin: 0 auto;
|
||||||
/* padding: 0;*/
|
padding: 10% 0;
|
||||||
/*}*/
|
letter-spacing: initial;
|
||||||
/*#apps ul li {*/
|
text-align: center;
|
||||||
/* display: inline-block;*/
|
}
|
||||||
/* margin: 1em;*/
|
#apps ul li {
|
||||||
/* background: rgb(73,70,63);*/
|
margin: 1em;
|
||||||
/* background: linear-gradient(0deg, rgba(73,70,63,1) 0%, rgba(87,90,89,1) 100%);*/
|
box-shadow: 6px 6px 6px #101c16;
|
||||||
/* box-shadow: 6px 6px 6px #101c16;*/
|
}
|
||||||
/* border: 0 solid #4f4641;*/
|
|
||||||
/* border-radius: 5px 5px 0 0;*/
|
|
||||||
/* box-sizing: border-box;*/
|
|
||||||
/*}*/
|
|
||||||
/*#apps ul li:hover {*/
|
/*#apps ul li:hover {*/
|
||||||
/* transform: rotate(5deg); */
|
/* transform: rotate(5deg); */
|
||||||
/*}*/
|
/*}*/
|
||||||
/*#apps ul li a {*/
|
#apps ul li a {
|
||||||
|
background: rgb(73,70,63);
|
||||||
|
background: linear-gradient(0deg, rgba(73,70,63,1) 0%, rgba(87,90,89,1) 100%);
|
||||||
|
border-radius: 5px 5px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.listing-apps a:hover {
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.listing-apps a::after, .listing-apps a::before, .listing-apps a:hover::after, .listing-apps a:hover::before {
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* display: block;*/
|
/* display: block;*/
|
||||||
/* position: relative;*/
|
/* position: relative;*/
|
||||||
/* top: 0;*/
|
/* top: 0;*/
|
||||||
|
|||||||
Reference in New Issue
Block a user