added edgware link
This commit is contained in:
parent
1853b547a5
commit
f9b578a381
|
@ -1,23 +1,23 @@
|
|||
@charset "UTF-8";
|
||||
/* CSS Document */
|
||||
|
||||
#footer {
|
||||
#header {
|
||||
position:fixed;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
background: #3B240B;
|
||||
z-index:10;
|
||||
z-index:10000;
|
||||
font-weight:bold;
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
#footer a
|
||||
#header a
|
||||
{color: #fff;
|
||||
font-weight: bold;
|
||||
text-decoration:none;}
|
||||
|
||||
#footer a:hover {
|
||||
#header a:hover {
|
||||
color: #2E64FE;
|
||||
}
|
||||
|
||||
|
@ -28,21 +28,20 @@ text-decoration:none;}
|
|||
top: 50px;
|
||||
}
|
||||
|
||||
#footer ul li {
|
||||
#header ul li {
|
||||
float: left;
|
||||
margin-right: 30px;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#logo {
|
||||
font-family: 'SG Grotesque', sans-serif;
|
||||
#GoHome {
|
||||
font-size: 1.2em;
|
||||
line-height: 1.3em;
|
||||
letter-spacing: 0px;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
right: 10px;
|
||||
right: 16px;
|
||||
}
|
||||
|
||||
#logo a {
|
||||
|
|
|
@ -171,7 +171,7 @@ p {
|
|||
<div id="languageBtn"><span class="arabicBtn">االقائمة العربية</span> <span class="englishBtn">English Menu</span></div>
|
||||
</div>-->
|
||||
|
||||
<div id="footer">
|
||||
<div id="header">
|
||||
<ul id="nav">
|
||||
<li>
|
||||
<a href="archive" title="The Edgwareroad.org Archive">Archive</a>
|
||||
|
@ -193,9 +193,9 @@ p {
|
|||
</li>
|
||||
<li> </li>
|
||||
</ul>
|
||||
<!--<div id="logo">
|
||||
<a href="http://www.serpentinegallery.org/edgware_road_project.html" title="Serpentine Gallery Webpage">Serpentine <br />Gallery</a>
|
||||
</div>-->
|
||||
<div id="GoHome">
|
||||
<a href="/home" title="home">Edgwareroad.org</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -220,7 +220,7 @@ p {
|
|||
<p> </p>
|
||||
<div id="contents">
|
||||
<div class="english">
|
||||
<p>Contents:<br />
|
||||
<p>Contents:<br /><br />
|
||||
{% for a_b in articles_before %}
|
||||
<a href="../../{{a_b.product.id}}/{{a_b.order}}/">{{a_b.order}}</a>. {{a_b.title}}<br />
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user