next previous for lightbox
This commit is contained in:
parent
6fe5d626d0
commit
a66ffc9385
|
@ -87,7 +87,10 @@ margin-left:9px;
|
||||||
-webkit-box-shadow:2px 3px 20px #252425;
|
-webkit-box-shadow:2px 3px 20px #252425;
|
||||||
box-shadow:2px 3px 20px #252425;
|
box-shadow:2px 3px 20px #252425;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
cursor:pointer;}
|
}
|
||||||
|
|
||||||
|
#sliderTabs .tab
|
||||||
|
{cursor:pointer;}
|
||||||
|
|
||||||
#news, #events
|
#news, #events
|
||||||
{margin-top:16px;
|
{margin-top:16px;
|
||||||
|
@ -96,7 +99,7 @@ float:left;}
|
||||||
#events
|
#events
|
||||||
{background-image:url(/static/images/noel/events-tab.jpg);
|
{background-image:url(/static/images/noel/events-tab.jpg);
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-position:0px 49px;}
|
background-position:0px 50px;}
|
||||||
|
|
||||||
#newsTwitter
|
#newsTwitter
|
||||||
{margin-left:12px;
|
{margin-left:12px;
|
||||||
|
@ -191,7 +194,7 @@ position:relative;}
|
||||||
|
|
||||||
#arrowLeft
|
#arrowLeft
|
||||||
{position:absolute;
|
{position:absolute;
|
||||||
bottom:30px;
|
bottom:26px;
|
||||||
left:18px;
|
left:18px;
|
||||||
z-index:5;
|
z-index:5;
|
||||||
/*padding-left:0;
|
/*padding-left:0;
|
||||||
|
@ -202,7 +205,7 @@ cursor:pointer;}
|
||||||
|
|
||||||
#arrowRight
|
#arrowRight
|
||||||
{position:absolute;
|
{position:absolute;
|
||||||
bottom:30px;
|
bottom:26px;
|
||||||
right:12px;
|
right:12px;
|
||||||
z-index:5;
|
z-index:5;
|
||||||
/*padding-right:0;
|
/*padding-right:0;
|
||||||
|
|
|
@ -537,6 +537,14 @@ font-weight:bold;
|
||||||
margin-bottom:6px;
|
margin-bottom:6px;
|
||||||
margin-top:6px}
|
margin-top:6px}
|
||||||
|
|
||||||
|
.lightboxNext, lightboxPrev {
|
||||||
|
font-size:14px;
|
||||||
|
color:#F7BD00;
|
||||||
|
font-weight:bold;
|
||||||
|
cursor:pointer;
|
||||||
|
position:absolute;
|
||||||
|
bottom:10px;}
|
||||||
|
|
||||||
#addForm input, #addForm textarea {
|
#addForm input, #addForm textarea {
|
||||||
border:1px solid #e3e3e3;
|
border:1px solid #e3e3e3;
|
||||||
padding:2px 2px 2px 4px;
|
padding:2px 2px 2px 4px;
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
<h1>Dummy lightbox heading</h1>
|
<h1>Dummy lightbox heading</h1>
|
||||||
<h2>Dummy sub-title</h2>
|
<h2>Dummy sub-title</h2>
|
||||||
|
|
||||||
<p>Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. </p>
|
<p>Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. Some text here. </p>
|
||||||
|
|
||||||
<p>Some text here</p>
|
<p>Some text here</p>
|
||||||
<div class="lightboxImg">
|
<div class="lightboxImg">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user