minor, css, and gradient fallback
This commit is contained in:
parent
c01ce962c0
commit
08e5b4d2ef
|
@ -18,7 +18,7 @@
|
||||||
-webkit-box-shadow: 0px 0px 1em;
|
-webkit-box-shadow: 0px 0px 1em;
|
||||||
background: rgba(255,255,255,0.5);
|
background: rgba(255,255,255,0.5);
|
||||||
clear:left;
|
clear:left;
|
||||||
font-family: Verdana, Helvetica, sans-serif;
|
font-family: serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
width: 861px;
|
width: 861px;
|
||||||
height:1230px;
|
height:1230px;
|
||||||
|
@ -319,7 +319,7 @@ a img
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #ABAE71;
|
background: #ABAE71;
|
||||||
background: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7);
|
background-image: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7);
|
||||||
background: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
|
background-image: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
|
||||||
#ABAE71 0%, #CDD53F 100%, #F4F6C7 95%);
|
#ABAE71 0%, #CDD53F 100%, #F4F6C7 95%);
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,10 +75,7 @@ body, html {
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript">
|
|
||||||
FRONTEND_URL = "{{frontend_url}}";
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="/static/js/jquery.js"></script>
|
<script type="text/javascript" src="/static/js/jquery.js"></script>
|
||||||
<script type="text/javascript" src="/static/js/jquery.colorbox.js"></script>
|
<script type="text/javascript" src="/static/js/jquery.colorbox.js"></script>
|
||||||
<script type="text/javascript" src="/static/js/jquery.srt.js"></script>
|
<script type="text/javascript" src="/static/js/jquery.srt.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user