some css
This commit is contained in:
parent
f4b7a962c7
commit
cc46d962c0
|
@ -13,7 +13,9 @@
|
||||||
|
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
|
box-shadow: 0px 0px 1em;
|
||||||
|
-moz-box-shadow: 0px 0px 1em;
|
||||||
|
-webkit-box-shadow: 0px 0px 1em;
|
||||||
clear:left;
|
clear:left;
|
||||||
font-family: Verdana, Helvetica, sans-serif;
|
font-family: Verdana, Helvetica, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -22,9 +24,11 @@
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottm:20px;
|
padding-bottm:20px;
|
||||||
|
/*
|
||||||
border-left:1px #CC6600 dotted;
|
border-left:1px #CC6600 dotted;
|
||||||
border-bottom: #CC6600 1px dotted;
|
border-bottom: #CC6600 1px dotted;
|
||||||
|
*/
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
@ -175,7 +179,6 @@
|
||||||
#navcontainerar ul li a
|
#navcontainerar ul li a
|
||||||
{
|
{
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: ;
|
|
||||||
color: #F2FA58;
|
color: #F2FA58;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: ;
|
font-family: ;
|
||||||
|
@ -311,3 +314,11 @@ a img
|
||||||
.englishBtn {
|
.englishBtn {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.style1 {font-size: 16px}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: #ABAE71;
|
||||||
|
background: -moz-linear-gradient(left top, #ABAE71, #CDD535, #fff);
|
||||||
|
background: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
|
||||||
|
#ABAE71 0%, #CDD53F 100%, #E6F215 95%);
|
||||||
|
}
|
||||||
|
|
|
@ -8,10 +8,7 @@
|
||||||
<link href="/static/css/articleDemo.css" rel="stylesheet" type="text/css" />
|
<link href="/static/css/articleDemo.css" rel="stylesheet" type="text/css" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
.style1 {font-size: 16px}
|
|
||||||
body {
|
|
||||||
background-color: #ABAE71;
|
|
||||||
}
|
|
||||||
-->
|
-->
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript" src="/static/js/jquery.js"></script>
|
<script type="text/javascript" src="/static/js/jquery.js"></script>
|
||||||
|
|
|
@ -11,8 +11,7 @@
|
||||||
|
|
||||||
.style1 {font-size: 16px}
|
.style1 {font-size: 16px}
|
||||||
|
|
||||||
body, html {
|
body, html {
|
||||||
background-color: #ABAE71;
|
|
||||||
font-size: {{ "14px"|make_really_big:m }};
|
font-size: {{ "14px"|make_really_big:m }};
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|
|
@ -7,12 +7,8 @@
|
||||||
<link rel="stylesheet" type="text/css" href="/static/css/jquery.tooltip.css" />
|
<link rel="stylesheet" type="text/css" href="/static/css/jquery.tooltip.css" />
|
||||||
<link href="/static/css/articleDemo.css" rel="stylesheet" type="text/css" />
|
<link href="/static/css/articleDemo.css" rel="stylesheet" type="text/css" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<!--
|
|
||||||
.style1 {font-size: 16px}
|
|
||||||
body {
|
|
||||||
background-color: #ABAE71;
|
|
||||||
}
|
|
||||||
-->
|
|
||||||
</style>
|
</style>
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user