titles for innepages

This commit is contained in:
Karen 2011-10-25 19:50:48 +05:30
parent 919e5802db
commit 0848373f4d
7 changed files with 30 additions and 17 deletions

View File

@ -232,7 +232,7 @@ z-index:1;}
.textTab
{font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
font-size:12px;
color:#777;
color:#666;
text-align:justify;
padding-left:20px;
padding-right:20px;
@ -310,7 +310,8 @@ line-height:17px;
font-weight:bold;}
.imageMore
{margin-bottom:-4px;}
{margin-bottom:-1px;
}
.moreTab:hover
{text-decoration:underline;

View File

@ -2,7 +2,7 @@
{width:570px;
min-height:300px; /*IS THIS REQUIRED??*/
background-color:#FFF;
/*color:#777; /*was originally 3b3b39*/
/*color:#666; /*was originally 3b3b39*/
font-family:'Arial Regular', Arial, Helvetica, sans-serif;
font-size:12px;
line-height:17px;

View File

@ -82,7 +82,7 @@ background:url(img/search-icon.png) no-repeat right;
padding:2px 2px 2px 4px;
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
font-size:12px;
color:#777;
color:#666;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
@ -167,7 +167,7 @@ padding-bottom:8px;
{font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
font-size:13px;
line-height:17px;
color:#777;
color:#666;
padding-top:6px;
/*padding-left:10px;
padding-right:10px; /*why is this 20 and the left 10?*/
@ -181,7 +181,7 @@ border-top:1px solid #f0dfdf;}
.selectMenu select
{border:1px solid #f7bd00;
background-color:#FFF;
color:#777;
color:#666;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
@ -200,7 +200,7 @@ background:url(/static/images/noel/search-icon.png) no-repeat right;
padding:2px 2px 2px 4px;
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
font-size:12px;
color:#777;
color:#666;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
@ -247,7 +247,7 @@ overflow:hidden; /*this prevents the box shadow from sticking out on the right*/
}
#listLeft ul span
{color:#777;}
{color:#666;}
#listLeft ul li
{border-top:1px solid #cac9c9;
@ -260,7 +260,7 @@ padding-bottom:3px;
}
#listLeft ul li a, #listLeft ul li a:link, #listLeft ul li a:visited, #listLeft ul li a:active
{color:#777;
{color:#666;
text-decoration:none;
}
@ -457,7 +457,7 @@ overflow-y:auto;
background-color:#FFF;
padding:15px;
z-index:1001;
color:#777;
color:#666;
-moz-border-radius:12px;
-webkit-border-radius:12px;
border-radius:12px;
@ -525,7 +525,7 @@ width:400px; /*SANJ, is it ok to give this width?*/
margin:0 auto;
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
font-size:14px;
color:#777;
color:#666;
padding:20px;
}
@ -545,7 +545,7 @@ background:url(/static/images/noel/search-icon.png) no-repeat right;
padding:2px 2px 2px 4px;
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
font-size:12px;
color:#777;
color:#666;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
@ -571,7 +571,7 @@ padding-top:4px;
padding-bottom:4px;}
#searchItf a:visited {
color:#777;}
color:#666;}
#searchItf a:hover {
text-decoration:underline;}

View File

@ -4,7 +4,7 @@ html
body
{width:100%;
height:100%;
color:#777;
color:#666;
font-family:'Century Gothic', Helvetica, Arial, 'DejaVu Sans', sans-serif;}/*they want helvetica as second font, font-squirrel font to be added if required*/
#header
@ -14,6 +14,7 @@ margin-left:auto;
margin-right:auto;
position:relative;}
#logo
{/*font-family:'Century Gothic', Helvetica, Arial, 'DejaVu Sans', sans-serif;
color:#8a8a8a;
@ -37,6 +38,17 @@ font-weight:bold;
margin-bottom:8px;
}
.tabHeader
{font-size:24px;
color:#ffb400;
text-align:center;
margin-top:10px;
position:relative;
z-index:1;}
.tabHeader span
{font-weight:bold;}
#search
{width:114px;
position:absolute;

View File

@ -31,7 +31,7 @@ box-shadow: 2px 3px 20px #252425;
margin-top:100px;
font-family:'Century Gothic', Arial, Helvetica, 'DejaVu Sans', sans-serif;
font-size:15px;
color:#777;
color:#666;
text-align:right;
text-transform:capitalize;}
@ -54,7 +54,7 @@ font-weight:600;
{text-decoration:none;
font-size:12px;
color:#777;
color:#666;
font-weight:bold;
display:block;
padding-left:92px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 640 B

After

Width:  |  Height:  |  Size: 502 B

View File

@ -73,7 +73,7 @@
<li class="tab" style="background-image:url('{{b.image.url}}');background-position:0px {{b.imageTop}}px;">
<h4 class="tabHeader">{% autoescape off %} {{ b.title|format_title }} {% endautoescape %}</h4>
<div class="textTab">
<p><span class="boldText">{{ b.boldText }}</span> {{ b.normalText }} <a href="{{ b.url }}" class="moreTab"> More<img src="/static/images/noel/morenext.jpg" width="24" height="14" class="imageMore" /></a>
<p><span class="boldText">{{ b.boldText }}</span> {{ b.normalText }} <a href="{{ b.url }}" class="moreTab"> More<img src="/static/images/noel/morenext.jpg" width="24" height="10" class="imageMore" /></a>
</p>
</div>