made changes according to sharvari's email dated 14/10/2011

This commit is contained in:
Karen 2011-10-15 16:50:46 +05:30
parent bd16aa3538
commit 178ed00ddf
4 changed files with 31 additions and 24 deletions

View File

@ -22,7 +22,7 @@ position:relative;
} }
#leftColumn #leftColumn
{width:296px; {width:306px;
background-color:#FFF; background-color:#FFF;
margin-top:-8px; /*had to give this because of shadow*/ margin-top:-8px; /*had to give this because of shadow*/
margin-bottom:20px; margin-bottom:20px;
@ -219,11 +219,11 @@ white-space:nowrap;
width:100%;*/} width:100%;*/}
#listLeft ul #listLeft ul
{color:#979797; /*was originally f7bd00*/ {/* color:#979797; /*was originally f7bd00*/
font-family:'Arial Regular', Arial, Helvetica, sans-serif; font-family:'Arial Regular', Arial, Helvetica, sans-serif;
font-size:14px; font-size:14px;
line-height:18px; line-height:18px;
font-weight:bold; /*font-weight:bold;*/
list-style-image:url(/static/images/noel/disc.png); list-style-image:url(/static/images/noel/disc.png);
list-style-type:disc; list-style-type:disc;
list-style-position:outside; list-style-position:outside;
@ -261,26 +261,29 @@ box-shadow:inset -6px 0px 18px #eece98;
cursor:pointer;} cursor:pointer;}
#triangleUp #triangleUp
{font-size:10px; {font-size:14px;
color:#f7bd00; color:#f7bd00;
position:absolute; /*position:absolute;
right:8px; right:8px;
top:-14px; top:-14px;*/
cursor:pointer;} cursor:pointer;
margin-left:10px;}
#triangleDown #triangleDown
{font-size:10px; {font-size:14px;
color:#f7bd00; color:#f7bd00;
position:absolute; /*position:absolute;
right:8px; right:8px;
bottom:-0px; bottom:-0px;*/
cursor:pointer;} /*SANJ, see what happens to the list when i do ctrl minus, and the triangles as well*/ cursor:pointer;
text-align:right;
margin-left:266px;} /*SANJ, see what happens to the list when i do ctrl minus, and the triangles as well*/
#rightColumn #rightColumn
{width:618px; {width:618px;
height:100%; /*necessary, right?*/ height:100%; /*necessary, right?*/
margin-top:-8px; margin-top:-8px;
margin-left:36px; margin-left:26px;
margin-bottom:20px; margin-bottom:20px;
float:left; float:left;
position:relative; position:relative;

View File

@ -110,6 +110,9 @@ border-bottom:1px solid #e0e0e0;
text-align:left; text-align:left;
box-shadow:1px 1px 6px #919191;} box-shadow:1px 1px 6px #919191;}
#navMenu li:first-child:hover
{background:none;}
#navMenu li li a #navMenu li li a
{padding:2px 10px; {padding:2px 10px;
color:#737373;} /*menu may break in IE, add JS hack and one for navigation by keyboard*/ color:#737373;} /*menu may break in IE, add JS hack and one for navigation by keyboard*/
@ -182,7 +185,7 @@ background-color:#ff8400;}
#loginMenu li:hover a #loginMenu li:hover a
{color:#FFF;} {color:#FFF;}
#woodPng /*#woodPng
{width:30%; {width:30%;
height:30%; height:30%;
position:absolute; position:absolute;
@ -192,7 +195,7 @@ margin:0 auto;
top:400px; top:400px;
background-color:#989898; background-color:#989898;
opacity:0.4; /*plz add JS to detect if browser does not support opacity*/ opacity:0.4; /*plz add JS to detect if browser does not support opacity*/
-moz-border-radius:60px; /*-moz-border-radius:60px;
-webkit-border-radius:60px; -webkit-border-radius:60px;
border-radius:60px; border-radius:60px;
-moz-box-shadow: 0px 0px 100px 100px #989898; -moz-box-shadow: 0px 0px 100px 100px #989898;

View File

@ -10,8 +10,8 @@
{% block content %} {% block content %}
<div id="center"> <div id="center">
<div id="woodPng"> <!--<div id="woodPng">
</div> </div>-->
<div id="centerContent" class="centerContent"> <div id="centerContent" class="centerContent">
<div id="shadow"> <div id="shadow">

View File

@ -41,8 +41,8 @@
</div> </div>
<div id="centerInner"> <div id="centerInner">
<div id="woodPng"> <!--<div id="woodPng">
</div> </div>-->
<div class="centerInnerContent"> <div class="centerInnerContent">
<div id="shadow"> <div id="shadow">
@ -54,9 +54,9 @@
<div id="searchInnerDiv"> <div id="searchInnerDiv">
<!--<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/aboutus.gif" width="20" height="20" id="aboutBtn" alt="About"> <img src="/static/images/noel/aboutus.gif" width="20" height="20" id="aboutBtn" alt="About" title="About">
{% if has_add %} {% if has_add %}
<span class="plus" id="addBtn">&#000043;</span> <span class="plus" id="addBtn" title="Add">&#000043;</span>
{% endif %} {% endif %}
@ -117,6 +117,10 @@
</div> </div>
</div> </div>
<span id="triangleDown">next</span>
<span id="triangleUp">previous</span>
<div id="listLeft"> <div id="listLeft">
<ul> <ul>
<li id="loadingList">Loading...</li> <li id="loadingList">Loading...</li>
@ -128,9 +132,6 @@
<!-- <li><a href=""><span>The Mystery of vanishing rights<span></a></li> --> <!-- <li><a href=""><span>The Mystery of vanishing rights<span></a></li> -->
</ul> </ul>
<div id="triangleUp">&#x25B2;</div>
<div id="triangleDown">&#x25BC;</div>
</div> </div>
<div id="pagination" style="display:none;"> <!-- Please, please let me display pagination info --> <div id="pagination" style="display:none;"> <!-- Please, please let me display pagination info -->
<span id="currPageNo">1</span> <span id="currPageNo">1</span>