dfsfsd
This commit is contained in:
parent
fee9556a63
commit
cd4d05c9db
2 changed files with 40 additions and 1 deletions
|
@ -643,4 +643,24 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.mod:before {
|
||||||
|
content: '(((';
|
||||||
|
}
|
||||||
|
|
||||||
|
.mod:after {
|
||||||
|
content: ')))';
|
||||||
|
}
|
||||||
|
|
||||||
|
.mod {
|
||||||
|
padding: 2px 5px 3px 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
color:white!important;
|
||||||
|
background: -moz-linear-gradient(180deg, red, orange, yellow, green, blue, indigo, violet);
|
||||||
|
background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet );
|
||||||
|
text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
</body>
|
</body>
|
|
@ -534,4 +534,23 @@
|
||||||
{% include "ban_modal.html" %}
|
{% include "ban_modal.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% include "expanded_image_modal.html" %}
|
{% include "expanded_image_modal.html" %}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.mod:before {
|
||||||
|
content: '(((';
|
||||||
|
}
|
||||||
|
|
||||||
|
.mod:after {
|
||||||
|
content: ')))';
|
||||||
|
}
|
||||||
|
|
||||||
|
.mod {
|
||||||
|
padding: 2px 5px 3px 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
color:white!important;
|
||||||
|
background: -moz-linear-gradient(180deg, red, orange, yellow, green, blue, indigo, violet);
|
||||||
|
background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet );
|
||||||
|
text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue