front pages
This commit is contained in:
parent
0fd09d3fa4
commit
1eb3a0c54f
|
@ -1,124 +1,19 @@
|
||||||
|
#browseWrapper {
|
||||||
|
padding: 18px 0 18px 100px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#filterForm
|
|
||||||
{padding:18px 0px 18px 100px;}
|
|
||||||
|
|
||||||
#filterForm p
|
#browsePublicationsleft {
|
||||||
{padding-bottom:10px;
|
width: 30%;
|
||||||
padding-right:32px;
|
font-size: 14px;
|
||||||
font-size:14px;
|
float:left;
|
||||||
float:left;}
|
overflow: hidden;
|
||||||
|
}
|
||||||
#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;}
|
|
||||||
|
|
||||||
|
#browseArticlesright {
|
||||||
|
width: 30%;
|
||||||
|
font-size: 16px;
|
||||||
|
float:left;
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
|
|
||||||
#publishBlockleft {
|
#publishBlockleft {
|
||||||
width: 25%;
|
width: 30%;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,6 @@ float:left;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
float:left;
|
float:left;
|
||||||
margin-left: 40px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -113,8 +113,7 @@ ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
|
font-family: 'SG Grotesque', sans-serif;
|
||||||
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;
|
||||||
|
@ -122,10 +121,10 @@ ul {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
height: 60px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo a {
|
#logo a {
|
||||||
|
|
||||||
text-align: bottom;
|
text-align: bottom;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
@ -5,16 +5,21 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
<link rel="stylesheet" href="/static/css/main/home.css" />
|
<link rel="stylesheet" href="/static/css/files/browse.css" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block pageTitle %}
|
{% block pageTitle %}
|
||||||
|
Browse Publications
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Browse Publications
|
Browse Publications
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="centerSentence">
|
<div id="browseWrapper">
|
||||||
Browse existing publications here.
|
<div id="browsePublicationsleft">
|
||||||
|
First page of most recent pub.
|
||||||
|
</div>
|
||||||
|
<div id="browseArticlesright">
|
||||||
|
Published Articles by type of study.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user