d
This commit is contained in:
parent
3fdc48d150
commit
b779dd39bb
|
@ -218,17 +218,6 @@ left:0px;
|
||||||
ul#sliderTabs li
|
ul#sliderTabs li
|
||||||
{float:left;}
|
{float:left;}
|
||||||
|
|
||||||
.tabHeader
|
|
||||||
{font-size:24px;
|
|
||||||
color:#ffb400;
|
|
||||||
text-align:center;
|
|
||||||
margin-top:10px;
|
|
||||||
position:relative;
|
|
||||||
z-index:1;}
|
|
||||||
|
|
||||||
.tabHeader span
|
|
||||||
{font-weight:bold;}
|
|
||||||
|
|
||||||
.textTab
|
.textTab
|
||||||
{font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
|
{font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
|
@ -237,7 +226,9 @@ text-align:justify;
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
padding-right:20px;
|
padding-right:20px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:178px;}
|
top:178px;
|
||||||
|
line-height:14px;
|
||||||
|
}
|
||||||
|
|
||||||
a.buttonTab
|
a.buttonTab
|
||||||
{width:90px;
|
{width:90px;
|
||||||
|
@ -306,13 +297,9 @@ color:#FFF;}
|
||||||
color:#FFb400;
|
color:#FFb400;
|
||||||
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
|
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
line-height:17px;
|
line-height:14px;
|
||||||
font-weight:bold;}
|
font-weight:bold;}
|
||||||
|
|
||||||
.imageMore
|
|
||||||
{margin-bottom:-1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.moreTab:hover
|
.moreTab:hover
|
||||||
{text-decoration:underline;
|
{text-decoration:underline;
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,7 +44,8 @@ padding-bottom:20px;}
|
||||||
{font-size:24px;
|
{font-size:24px;
|
||||||
color:#ffb400;
|
color:#ffb400;
|
||||||
padding-top:7px;
|
padding-top:7px;
|
||||||
padding-left:16px;}
|
padding-left:16px;
|
||||||
|
text-align:left;}
|
||||||
|
|
||||||
#topTextSpan
|
#topTextSpan
|
||||||
{font-weight:bold;}
|
{font-weight:bold;}
|
||||||
|
@ -59,8 +60,9 @@ cursor:pointer;}
|
||||||
color:#FFF;
|
color:#FFF;
|
||||||
cursor:pointer;}
|
cursor:pointer;}
|
||||||
|
|
||||||
#aboutBtn
|
#aboutBtn, #addBtn
|
||||||
{cursor:pointer;}
|
{cursor:pointer;
|
||||||
|
margin-top:6px;}
|
||||||
|
|
||||||
#searchInnerDiv
|
#searchInnerDiv
|
||||||
{position:absolute;
|
{position:absolute;
|
||||||
|
|
|
@ -100,7 +100,8 @@ border-radius:6px;
|
||||||
padding:3px 24px;
|
padding:3px 24px;
|
||||||
border:1px solid transparent;
|
border:1px solid transparent;
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
font-family:'Century Gothic', Arial, 'DejaVu Sans', sans-serif;}
|
font-family:'Century Gothic', Arial, 'DejaVu Sans', sans-serif;
|
||||||
|
cursor:pointer;}
|
||||||
|
|
||||||
#alreadyUser
|
#alreadyUser
|
||||||
{font-size:12px;
|
{font-size:12px;
|
||||||
|
|
BIN
itf/static/images/noel/more-next.jpg
Normal file
BIN
itf/static/images/noel/more-next.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 606 B |
|
@ -73,7 +73,7 @@
|
||||||
<li class="tab" style="background-image:url('{{b.image.url}}');background-position:0px {{b.imageTop}}px;">
|
<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>
|
<h4 class="tabHeader">{% autoescape off %} {{ b.title|format_title }} {% endautoescape %}</h4>
|
||||||
<div class="textTab">
|
<div class="textTab">
|
||||||
<p><span class="boldText">{{ b.boldText }}</span> {{ b.normalText }} <a href="{{ b.url }}" class="moreTab"> More<img src="/static/images/noel/more-next.jpg" width="19" height="10" class="imageMore" /></a>
|
<p><span class="boldText">{{ b.boldText }}</span> {{ b.normalText }} <a href="{{ b.url }}" class="moreTab"> More<img src="/static/images/noel/more-next.jpg" width="16" height="9" class="imageMore" /></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -65,8 +65,7 @@
|
||||||
<!--<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">-->
|
<!--<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">-->
|
||||||
<img src="/static/images/noel/about.png" width="22" height="22" id="aboutBtn" alt="About" title="About">
|
<img src="/static/images/noel/about.png" width="22" height="22" id="aboutBtn" alt="About" title="About">
|
||||||
{% if has_add %}
|
{% if has_add %}
|
||||||
<img src="/static/images/noel/add.png" width="28" height="20" id="aboutBtn" alt="About" title="Add">
|
<img src="/static/images/noel/add.png" width="28" height="20" id="addBtn" alt="About" title="Add">
|
||||||
<span class="plus" id="addBtn" title="Add"></span>
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user