added edgware link

This commit is contained in:
Karen 2011-07-07 21:01:08 +05:30
parent 1853b547a5
commit f9b578a381
2 changed files with 12 additions and 13 deletions

View File

@ -1,23 +1,23 @@
@charset "UTF-8"; @charset "UTF-8";
/* CSS Document */ /* CSS Document */
#footer { #header {
position:fixed; position:fixed;
top: 0px; top: 0px;
width: 100%; width: 100%;
height: 50px; height: 50px;
background: #3B240B; background: #3B240B;
z-index:10; z-index:10000;
font-weight:bold; font-weight:bold;
font-size:16px; font-size:16px;
} }
#footer a #header a
{color: #fff; {color: #fff;
font-weight: bold; font-weight: bold;
text-decoration:none;} text-decoration:none;}
#footer a:hover { #header a:hover {
color: #2E64FE; color: #2E64FE;
} }
@ -28,21 +28,20 @@ text-decoration:none;}
top: 50px; top: 50px;
} }
#footer ul li { #header ul li {
float: left; float: left;
margin-right: 30px; margin-right: 30px;
list-style:none; list-style:none;
} }
#logo { #GoHome {
font-family: 'SG Grotesque', sans-serif;
font-size: 1.2em; font-size: 1.2em;
line-height: 1.3em; line-height: 1.3em;
letter-spacing: 0px; letter-spacing: 0px;
font-weight: bold; font-weight: bold;
position: absolute; position: absolute;
top: 12px; top: 12px;
right: 10px; right: 16px;
} }
#logo a { #logo a {

View File

@ -171,7 +171,7 @@ p {
<div id="languageBtn"><span class="arabicBtn">االقائمة العربية</span> <span class="englishBtn">English Menu</span></div> <div id="languageBtn"><span class="arabicBtn">االقائمة العربية</span> <span class="englishBtn">English Menu</span></div>
</div>--> </div>-->
<div id="footer"> <div id="header">
<ul id="nav"> <ul id="nav">
<li> <li>
<a href="archive" title="The Edgwareroad.org Archive">Archive</a> <a href="archive" title="The Edgwareroad.org Archive">Archive</a>
@ -193,9 +193,9 @@ p {
</li> </li>
<li> &nbsp;</li> <li> &nbsp;</li>
</ul> </ul>
<!--<div id="logo"> <div id="GoHome">
<a href="http://www.serpentinegallery.org/edgware_road_project.html" title="Serpentine Gallery Webpage">Serpentine <br />Gallery</a> <a href="/home" title="home">Edgwareroad.org</a>
</div>--> </div>
</div> </div>
@ -220,7 +220,7 @@ p {
<p>&nbsp;</p> <p>&nbsp;</p>
<div id="contents"> <div id="contents">
<div class="english"> <div class="english">
<p>Contents:<br /> <p>Contents:<br /><br />
{% for a_b in articles_before %} {% for a_b in articles_before %}
<a href="../../{{a_b.product.id}}/{{a_b.order}}/">{{a_b.order}}</a>. {{a_b.title}}<br /> <a href="../../{{a_b.product.id}}/{{a_b.order}}/">{{a_b.order}}</a>. {{a_b.title}}<br />
{% endfor %} {% endfor %}