From 0848373f4d60282d9cdee4d2d42071e642d0345c Mon Sep 17 00:00:00 2001 From: Karen Date: Tue, 25 Oct 2011 19:50:48 +0530 Subject: [PATCH] titles for innepages --- itf/static/css/noel/home.css | 5 +++-- itf/static/css/noel/inner-details.css | 2 +- itf/static/css/noel/inner.css | 20 ++++++++++---------- itf/static/css/noel/main.css | 14 +++++++++++++- itf/static/css/register.css | 4 ++-- itf/static/images/noel/morenext.jpg | Bin 640 -> 502 bytes itf/templates/noel/index.html | 2 +- 7 files changed, 30 insertions(+), 17 deletions(-) diff --git a/itf/static/css/noel/home.css b/itf/static/css/noel/home.css index 5c3f135..676be5e 100755 --- a/itf/static/css/noel/home.css +++ b/itf/static/css/noel/home.css @@ -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; diff --git a/itf/static/css/noel/inner-details.css b/itf/static/css/noel/inner-details.css index e00263b..1ca3480 100755 --- a/itf/static/css/noel/inner-details.css +++ b/itf/static/css/noel/inner-details.css @@ -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; diff --git a/itf/static/css/noel/inner.css b/itf/static/css/noel/inner.css index 74ed2ad..b8301c9 100755 --- a/itf/static/css/noel/inner.css +++ b/itf/static/css/noel/inner.css @@ -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;} diff --git a/itf/static/css/noel/main.css b/itf/static/css/noel/main.css index 4f1fa69..edc0e73 100755 --- a/itf/static/css/noel/main.css +++ b/itf/static/css/noel/main.css @@ -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; diff --git a/itf/static/css/register.css b/itf/static/css/register.css index d90613b..4e5318a 100755 --- a/itf/static/css/register.css +++ b/itf/static/css/register.css @@ -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; diff --git a/itf/static/images/noel/morenext.jpg b/itf/static/images/noel/morenext.jpg index 89eee6b327e15fd7ee6636fa9abb8674233ec73a..314273e199a1699dab7f782e5ecbd75bac0f9f60 100644 GIT binary patch delta 308 zcmZo*{l+}ubUi171T&)`1Ct;lvmoRDBMg-c49tuSD1e!jgOP!W8AXhNnTeH6fPs;T znT;KxTu4}iL6C`2(XdfTG|?z1iJ67fM38}znUR&96|P-~K~R`cF|muV36GCMB4s?1YUfi+-VmDS+$Ui z_thnO@fG)*HlOSWbL{>8)xJCW#Y=nt5_>ML{FARUe>%Kk4ZVCS`R){D`;~eEx(T=C zuc#hTE6Y**R6XU>$E}_V>)tKTvNq!{)7ARE?Bia3;o_=}3CTH2!XHY-Y}t4zaB{_t Z2jAX=?$;1k?)@FS@MT6LMs;NqQr>@gN*;*V&DOq$0W!s$Y9TK$?Dz8(4`Zua-N*&vzTeg44+vp-Rxc} zJ%x)GO;;-3CSLJQ+|o#o>3FmsQ{a)c5ouc`r+9FN$)Ei6cJHn}zP~NU>@#y)UPZkP zRq2fC=x8-L7@}*p{BpoUQ*rO+{T{1De$@Mw+1uXJi%iaMVBKUt`@5co#@h8WR5LCJ zZA|U+U9Wb3NA+y8%f~-{y(unIYJb^J_|r1an%dyjwh5u$$Nn>{&M&(DHMjj~vG~D* zvK

{% autoescape off %} {{ b.title|format_title }} {% endautoescape %}

-

{{ b.boldText }} {{ b.normalText }} More +

{{ b.boldText }} {{ b.normalText }} More