Commit 8c04b729 authored by Vadim Makeev's avatar Vadim Makeev

links for the list view; minor fixes

parent addb216d
...@@ -31,7 +31,8 @@ BODY { ...@@ -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 { ...@@ -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 { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment