mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Removed search. Fixed Magazine Archives page. Few other css changes
This commit is contained in:
@ -48,7 +48,7 @@ body {
|
||||
.container {
|
||||
.mid-col {
|
||||
float: right;
|
||||
width: 75%;
|
||||
width: 77%;
|
||||
background: whitesmoke;
|
||||
.mid-col-container {
|
||||
padding: 0px 70px 0px 40px;
|
||||
@ -77,6 +77,10 @@ body {
|
||||
h1.title{
|
||||
a {
|
||||
color: #333;
|
||||
-webkit-transition: color 0.3s;
|
||||
-moz-transition: color 0.3s;
|
||||
-o-transition: color 0.3s;
|
||||
transition: color 0.3s;
|
||||
}
|
||||
a:hover {
|
||||
color: #258FB8;
|
||||
@ -98,7 +102,7 @@ body {
|
||||
position: fixed;
|
||||
#header {
|
||||
width: 100%;
|
||||
padding: 20% 0% 0% 10%;
|
||||
padding: 20% 0% 0% 20%;
|
||||
a {
|
||||
color: #EFEFEF;
|
||||
text-shadow: 0 1px #333;
|
||||
|
||||
@ -10,12 +10,6 @@
|
||||
<br/>
|
||||
<div class="alignright search">
|
||||
<a class="button"></a>
|
||||
<div class="container">
|
||||
<form action="{{ site.simple_search }}" method="get">
|
||||
<input type="text" name="q" results="0">
|
||||
<input type="hidden" name="q" value="site:{{ site.url | shorthand_url }}">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<nav id="sub-nav" class="alignright">
|
||||
@ -45,9 +39,5 @@
|
||||
<a class="rss" href="{{ site.subscribe_rss }}" title="RSS">RSS</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<form class="search" action="{{ site.simple_search }}" method="get">
|
||||
<input class="alignright" type="text" name="q" results="0">
|
||||
<input type="hidden" name="q" value="site:{{ site.url | shorthand_url }}">
|
||||
</form>
|
||||
</nav>
|
||||
{% include custom/header.html %}
|
||||
|
||||
@ -3,9 +3,20 @@ layout: default
|
||||
title: Magazine Archives
|
||||
---
|
||||
<h3>2012</h3>
|
||||
<div><object style="width:400px;height:300px" ><param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf?mode=mini&autoFlip=true&embedBackground=%2327c0bf&printButtonEnabled=false&backgroundColor=%23222222&documentId=120930052024-50e2b42412b24fb4b1123b29aa550850" /><param name="allowfullscreen" value="true"/><param name="menu" value="false"/><param name="wmode" value="transparent"/><embed src="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf" type="application/x-shockwave-flash" allowfullscreen="true" menu="false" wmode="transparent" style="width:200px;height:100px" flashvars="mode=mini&autoFlip=true&embedBackground=%2327c0bf&printButtonEnabled=false&backgroundColor=%23222222&documentId=120930052024-50e2b42412b24fb4b1123b29aa550850" /></object><div style="width:200px;text-align:left;"><a href="http://issuu.com/wona-iitr/docs/watchout_magazine/9#download" target="_blank">September 2012</a></div>
|
||||
<div>
|
||||
<object style="width:400px;height:300px" >
|
||||
<param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf?mode=mini&autoFlip=true&embedBackground=%2327c0bf&printButtonEnabled=false&backgroundColor=%23222222&documentId=120930052024-50e2b42412b24fb4b1123b29aa550850" />
|
||||
<param name="allowfullscreen" value="true"/><param name="menu" value="false"/><param name="wmode" value="transparent"/>
|
||||
<embed src="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf" type="application/x-shockwave-flash" allowfullscreen="true" menu="false" wmode="transparent" style="width:200px;height:100px" flashvars="mode=mini&autoFlip=true&embedBackground=%2327c0bf&printButtonEnabled=false&backgroundColor=%23222222&documentId=120930052024-50e2b42412b24fb4b1123b29aa550850" />
|
||||
</object>
|
||||
<div style="width:200px;text-align:left;">
|
||||
<a href="http://issuu.com/wona-iitr/docs/watchout_magazine/9#download" target="_blank">September 2012</a>
|
||||
</div>
|
||||
</div>
|
||||
<h3>2011</h3>
|
||||
<div>
|
||||
<img src="/images/sep-2011.gif" alt=""/>
|
||||
<div style="width:200px;text-align:left;"><a id="single_image" href="/images/sep-2011.gif">September 2011</a>
|
||||
</div>
|
||||
<img src="/images/sep-2011.gif" alt=""/>
|
||||
<div style="width:200px;text-align:left;">
|
||||
<a id="single_image" href="/images/sep-2011.gif">September 2011</a>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user