some css on browse page
This commit is contained in:
parent
bc5779e11e
commit
2700d79eb3
|
@ -31,10 +31,43 @@ h5 {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
ul, li {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#articleList {
|
||||
width: 90%;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.articleItem {
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
padding: 6px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.selectedArticle {
|
||||
background-color: #f4f3ba;
|
||||
border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
}
|
||||
|
||||
#linkP {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#articleLink {
|
||||
text-decoration: none;
|
||||
color: #393939;
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
#articleLink:hover {
|
||||
text-decoration: underline;
|
||||
color: #000;
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ Browse Publications
|
|||
<iframe src="" width="320" height="400" id="iframePreview"></iframe>
|
||||
|
||||
<!-- <img src="http://camputer.org/ftp/public/Issue00.jpg"></a> -->
|
||||
<p>
|
||||
<p id="linkP">
|
||||
<a id="articleLink" href="" title="View as Webpage!"></a>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user