Remove: unused CSS
This commit is contained in:
parent
3b59a61178
commit
d61b2a917f
1 changed files with 2 additions and 46 deletions
|
@ -4,51 +4,7 @@
|
||||||
|
|
||||||
{% block title %} Sites {% endblock title %}
|
{% block title %} Sites {% endblock title %}
|
||||||
|
|
||||||
{% block stylesheets %}
|
{% block stylesheets %}{% endblock stylesheets %}
|
||||||
<style>
|
|
||||||
{% comment %}
|
|
||||||
.e-container-border{
|
|
||||||
// width: 90%;
|
|
||||||
padding: 4px;
|
|
||||||
margin: auto;
|
|
||||||
background-color:#222222;
|
|
||||||
border-radius: 25px;
|
|
||||||
background: linear-gradient(180deg, #4b8fca, #e73c7e, #23a6d5, #23d5ab);
|
|
||||||
background-size: 400% 400%;
|
|
||||||
animation: gradient 15s ease infinite;
|
|
||||||
box-shadow: 0px 2px 10px 0px #221133;
|
|
||||||
transition-timing-function: ease-out;
|
|
||||||
transition-duration: 0.3s;
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
.e-container{
|
|
||||||
overflow:hidden;
|
|
||||||
background-color:#222222;
|
|
||||||
padding:24px;
|
|
||||||
text-align:justify;
|
|
||||||
border-radius: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.containcenter{
|
|
||||||
margin:auto;
|
|
||||||
}
|
|
||||||
.index{
|
|
||||||
transform: scale(0.95);
|
|
||||||
transition-timing-function: ease-out;
|
|
||||||
transition-duration: 0.3s;
|
|
||||||
filter: saturate(0) contrast(75%) brightness(0.8);
|
|
||||||
}
|
|
||||||
.index:hover{
|
|
||||||
transform: scale(1);
|
|
||||||
transition-timing-function: ease-out;
|
|
||||||
transition-duration: 0.1s;
|
|
||||||
filter: saturate(1) contrast(100%) brightness(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
{% endcomment %}
|
|
||||||
</style>
|
|
||||||
{% endblock stylesheets %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue