front pages

This commit is contained in:
ashok sukumaran 2011-07-04 00:07:05 +05:30
parent 0fd09d3fa4
commit 1eb3a0c54f
4 changed files with 29 additions and 130 deletions

View File

@ -1,124 +1,19 @@
#browseWrapper {
padding: 18px 0 18px 100px;
overflow: auto;
}
#filterForm
{padding:18px 0px 18px 100px;}
#filterForm p
{padding-bottom:10px;
padding-right:32px;
font-size:14px;
float:left;}
#leftCol
{float:left;
clear:both;
padding-top:10px;
font-size:12px;
text-align:justify;}
#fileList
{width:330px;
height:272px;
overflow-x:hidden;
margin-left:100px;}
.fileItem
{width:290px;
padding-bottom:8px;
cursor:pointer;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;} /*ellipsis not supported except for FF7*/
.fileItem:hover
{color:#555353;}
.fileStudy
{font-style:italic;}
.fileIcon
{margin-right:4px;}
.selectedItem
{background-color:#f4f3ba;}
.fileCheckbox
{padding-right:4px;}
#pageData
{padding-top:12px;
padding-left:120px;
font-style:italic;
letter-spacing:4;}
#firstPage
{cursor:pointer;
padding-top:10px;
padding-left:120px;
clear:both;
float:left;}
#firstPage:hover
{text-decoration:underline;}
#prevBtn, #nextBtn
{cursor:pointer;
padding-top:10px;}
#prevBtn
{padding-left:16px;
float:left;}
#nextBtn
{padding-left:30px;
padding-right:16px;
float:left;}
#lastPage
{float:left;
cursor:pointer;
padding-top:10px;}
#lastPage:hover
{text-decoration:underline;}
#withSelected
{padding-top:12px;
padding-left:100px;
clear:both;
float:left;}
#em
{font-style:italic;
text-align:justify;
line-height:20px;
padding-left:16px;}
#previewPane
{float:left;
padding-top:10px;
padding-left:20px;
font-size:12px;}
.previewObject a, .previewObject a:link
{text-decoration:none;
color:#555353;}
.previewObject a:visited
{color:#5a4123;}
.previewObject a:hover
{text-decoration:underline;}
.previewObject a:active
{color:#000;}
.itemForm p
{padding-top:12px;}
.itemForm p span
{font-weight:bold;}
.itemFormLabel
{position:relative;
bottom:16px;}
#browsePublicationsleft {
width: 30%;
font-size: 14px;
float:left;
overflow: hidden;
}
#browseArticlesright {
width: 30%;
font-size: 16px;
float:left;
margin-left: 20px;
}

View File

@ -5,7 +5,7 @@
#publishBlockleft {
width: 25%;
width: 30%;
font-size: 14px;
float:left;
}
@ -14,6 +14,6 @@ float:left;
width: 30%;
font-size: 16px;
float:left;
margin-left: 40px;
margin-left: 20px;
}

View File

@ -113,7 +113,6 @@ ul {
}
#logo {
font-family: 'SG Grotesque', sans-serif;
font-size: 1.2em;
line-height: 1.3em;
@ -122,10 +121,10 @@ ul {
position: absolute;
bottom: 5px;
right: 10px;
height: 60px;
}
#logo a {
text-align: bottom;
color: #fff;
text-decoration: none;

View File

@ -5,16 +5,21 @@
{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/main/home.css" />
<link rel="stylesheet" href="/static/css/files/browse.css" />
{% endblock %}
{% block pageTitle %}
Browse Publications
{% endblock %}
Browse Publications
{% block content %}
<div class="centerSentence">
Browse existing publications here.
<div id="browseWrapper">
<div id="browsePublicationsleft">
First page of most recent pub.
</div>
<div id="browseArticlesright">
Published Articles by type of study.
</div>
</div>
{% endblock %}