This commit is contained in:
sanj 2010-05-14 07:18:07 +05:30
parent f4b7a962c7
commit cc46d962c0
4 changed files with 19 additions and 16 deletions

View File

@ -13,7 +13,9 @@
.page {
box-shadow: 0px 0px 1em;
-moz-box-shadow: 0px 0px 1em;
-webkit-box-shadow: 0px 0px 1em;
clear:left;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
@ -22,9 +24,11 @@
padding-left:20px;
padding-right: 20px;
padding-top: 20px;
padding-bottm:20px;
padding-bottm:20px;
/*
border-left:1px #CC6600 dotted;
border-bottom: #CC6600 1px dotted;
border-bottom: #CC6600 1px dotted;
*/
margin-left: 25px;
margin-top: 10px;
margin-bottom: 20px;
@ -175,7 +179,6 @@
#navcontainerar ul li a
{
padding: 10px;
background-color: ;
color: #F2FA58;
text-decoration: none;
font-family: ;
@ -311,3 +314,11 @@ a img
.englishBtn {
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%);
}

View File

@ -8,10 +8,7 @@
<link href="/static/css/articleDemo.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {font-size: 16px}
body {
background-color: #ABAE71;
}
-->
</style>
<script type="text/javascript" src="/static/js/jquery.js"></script>

View File

@ -11,8 +11,7 @@
.style1 {font-size: 16px}
body, html {
background-color: #ABAE71;
body, html {
font-size: {{ "14px"|make_really_big:m }};
margin: 0px;
padding: 0px;

View File

@ -7,12 +7,8 @@
<link rel="stylesheet" type="text/css" href="/static/css/jquery.tooltip.css" />
<link href="/static/css/articleDemo.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {font-size: 16px}
body {
background-color: #ABAE71;
}
-->
</style>
<script type="text/javascript" src="/static/js/jquery.js"></script>
<script type="text/javascript" src="/static/js/jquery.colorbox.js"></script>