Implementing facebook galleries
Improved navigator
This commit is contained in:
parent
e06f538690
commit
515bbe0ed2
26 changed files with 120 additions and 61 deletions
|
|
@ -50,10 +50,16 @@ a:hover {
|
|||
margin-top: 40px;
|
||||
border-top: 1px solid #333;
|
||||
display: none;
|
||||
}
|
||||
.navigator h4 {
|
||||
|
||||
}
|
||||
.navigator a {
|
||||
color: #000;
|
||||
}
|
||||
.navigator p {
|
||||
color: #000;
|
||||
}
|
||||
.navigator a:hover {
|
||||
color: #9775af;
|
||||
}
|
||||
|
|
@ -65,16 +71,18 @@ a:hover {
|
|||
color: #9775af;
|
||||
}
|
||||
.navigator h4 {
|
||||
color: #000;
|
||||
padding-left: 0px;
|
||||
color: #fff;
|
||||
background: #9775af;
|
||||
padding: 10px;
|
||||
}
|
||||
.upcoming {
|
||||
padding: 10px;
|
||||
}
|
||||
.upcoming-media img {
|
||||
height: 80px;
|
||||
height: 60px;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.site-header {
|
||||
background: #fff;
|
||||
|
|
@ -240,3 +248,9 @@ a:hover {
|
|||
.footer li img {
|
||||
height: 40px;
|
||||
}
|
||||
.picbook .album-title {
|
||||
display:none;
|
||||
}
|
||||
.picbook .photo-list .photo-list-item .item-thumb {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue