frontpages

This commit is contained in:
ashok sukumaran 2011-07-04 23:03:04 +05:30
parent a67d2c409b
commit d1661d8070
2 changed files with 174 additions and 103 deletions

View File

@ -1,108 +1,181 @@
#categoryHelp {
padding:18px 0px 5px 100px; #filterForm
{padding:18px 0px 18px 100px;}
#filterForm p
{padding-bottom:10px;
padding-right:32px;
font-size:14px; font-size:14px;
color: #3B240B; float:left;}
#leftCol
{float:left;
clear:both;
padding-top:10px;
font-size:12px;
text-align:justify;}
#fileList
{width:330px;
height:320px;
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;}
#pageDataWrapper {
width:330px;
margin-left: 100px;
overflow: hidden;
}
#pageData
{padding-top:10px;
font-style:italic; font-style:italic;
} letter-spacing:4;
#categoryForm {
padding:5px 0px 5px 100px;
}
#categoryForm p {
padding-bottom:10px;
padding-right:50px;
font-size:14px;
float:left; float:left;
} }
#addFilesWrapper { #firstPage
display: none; {cursor:pointer;
padding:18px 0px 18px 100px; padding-top:10px;
} padding-left:15px;
#uploadInstructions {
font-size:14px;
color: #3B240B;
margin-bottom: 10px;
font-style:italic;
}
#uploadingTo {
margin-bottom: 10px;
font-style:italic;}
.uploading {
width: 450px;
border-width: 1px;
border-style: dashed;
border-color: #7db9e8;
padding: 5px;
font-size: 14px;
margin-bottom: 5px;
border-radius:10px;
}
.uploaded {
width: 450px;
padding:10px;
font-size:14px;
margin-bottom:5px;
background: #7db9e8;
border-radius:10px;}
.formHelp
{font-weight:bold;
padding-top:6px;}
.fileForm button
{float:right;
margin-right:5px;
margin-bottom:5px;}
#progressbar {
display: none;
background-color: #848484;
margin-left: 40px;
}
#progress {
background: #3B240B;
}
#progressstatus {
font-size: 12px;
}
#filesList {
margin-top: 15px;
margin-bottom:5px;}
.saved
{padding-left:7px;
font-size:12px;
display:block;
padding-top:5px;
float:left;} float:left;}
.fileForm { #firstPage:hover
overflow: hidden; {text-decoration:underline;}
width: 100%;
#prevBtn, #nextBtn
{cursor:pointer;
padding-top:10px;}
#prevBtn
{padding-left:12px;
float:left;}
#nextBtn
{padding-left:20px;
padding-right:12px;
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;}
#makePrivate
{margin-left:10px;}
#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
{width:400px;
height:200px;
overflow:hidden;
} }
.fileTitle { .leftCol {
float: bottom; width:200px;
width: 170px; padding-top:12px;
margin-left: 6px; float:left;}
margin-bottom: 10px;
.leftCol p
{
font-size:12px;
font-weight:bold;
text-align:left;}
.editTitle
{float:left;}
.itemFormLabel titleLabel {
display:block;
} }
.fileDesc { .itemTitle
float: left; {width:180px;}
width: 250px;
margin-right:8px; .editPrivate
{clear:both;
float:left;
padding-top:6px;}
.rightCol {
width:200px;
padding-top:12px;
float:right;}
.rightCol p
{font-weight:bold;
text-align:right;}
.editDescription {
float:right;
} }
#uploadStudy { .itemDescription {
font-weight: bold; width:190px;
font-family: "DejaVu Sans", Arial, Verdana, sans-serif;
} }
.itemFormLabel descriptionLabel {
display:block;
}
.submitInput
{clear:both;
float:right;
margin-top:6px;}

View File

@ -1,7 +1,7 @@
#categoryHelp { #categoryHelp {
padding:18px 0px 5px 100px; padding:18px 0px 5px 100px;
font-size:14px; font-size:14px;
color: #154e6f; color: #3B240B;
font-style:italic; font-style:italic;
} }
@ -23,8 +23,9 @@ padding:18px 0px 18px 100px;
#uploadInstructions { #uploadInstructions {
font-size:14px; font-size:14px;
color: #2E64FE; color: #3B240B;
margin-bottom: 10px; margin-bottom: 10px;
font-style:italic;
} }
#uploadingTo { #uploadingTo {
@ -33,7 +34,7 @@ font-style:italic;}
.uploading { .uploading {
width: 450px; width: 450px;
border-width: 2px; border-width: 1px;
border-style: dashed; border-style: dashed;
border-color: #7db9e8; border-color: #7db9e8;
padding: 5px; padding: 5px;
@ -61,16 +62,13 @@ margin-bottom:5px;}
#progressbar { #progressbar {
display: none; display: none;
background-color: #F2F2F2; background-color: #848484;
margin-left: 40px; margin-left: 40px;
} }
#progress { #progress {
background: #3b240b; /* Old browsers */ background: #3B240B;
background: -moz-linear-gradient(top, #3b240b 0%, #207cca 52%, #7db9e8 100%); /* FF3.6+ */ }
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b240b), color-stop(52%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* W3C */}
#progressstatus { #progressstatus {
font-size: 12px; font-size: 12px;