links for the list view; minor fixes
This commit is contained in:
parent
addb216d2a
commit
8c04b729d0
|
@ -31,7 +31,8 @@ BODY {
|
||||||
right:120px;
|
right:120px;
|
||||||
width:40px;
|
width:40px;
|
||||||
height:120px;
|
height:120px;
|
||||||
content:url(../images/ribbon.svg);
|
background:url(../images/ribbon.svg) no-repeat;
|
||||||
|
content:'';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
|
@ -176,7 +177,7 @@ BODY {
|
||||||
background:transparent;
|
background:transparent;
|
||||||
}
|
}
|
||||||
.slide.bg SECTION:before {
|
.slide.bg SECTION:before {
|
||||||
content:normal;
|
display:none;
|
||||||
}
|
}
|
||||||
.slide.bg IMG {
|
.slide.bg IMG {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
|
@ -239,6 +240,14 @@ BODY {
|
||||||
.list .caption H1 {
|
.list .caption H1 {
|
||||||
font:bold 50px/1 'PT Sans Narrow', sans-serif;
|
font:bold 50px/1 'PT Sans Narrow', sans-serif;
|
||||||
}
|
}
|
||||||
|
.list .caption A {
|
||||||
|
color:#4B86C2;
|
||||||
|
text-shadow:0 -1px 1px #1F3F60;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
.list .caption A:hover {
|
||||||
|
color:#5ca4ed;
|
||||||
|
}
|
||||||
|
|
||||||
/* Slide */
|
/* Slide */
|
||||||
.list .slide {
|
.list .slide {
|
||||||
|
|
Loading…
Reference in New Issue