Commit 53f357cb authored by Vadim Makeev's avatar Vadim Makeev

margin to target blank icon, article positioning for reading mode

parent facdf30a
...@@ -117,6 +117,9 @@ A { ...@@ -117,6 +117,9 @@ A {
border-bottom:0.1em solid; border-bottom:0.1em solid;
color:#0174A7; color:#0174A7;
} }
.slide ARTICLE A[target=_blank] {
margin-right:0.9em;
}
.slide ARTICLE A[target=_blank]:after { .slide ARTICLE A[target=_blank]:after {
position:absolute; position:absolute;
margin:0.1em 0 0 0.3em; margin:0.1em 0 0 0.3em;
...@@ -293,6 +296,9 @@ A { ...@@ -293,6 +296,9 @@ A {
-o-transform:scale(0.1) translate(0, 2em); -o-transform:scale(0.1) translate(0, 2em);
-o-transition:all 0.8s ease-out; -o-transition:all 0.8s ease-out;
} }
.slide.shout ARTICLE A {
margin:0;
}
.slide.shout ARTICLE A:after { .slide.shout ARTICLE A:after {
content:''; content:'';
} }
......
...@@ -97,9 +97,12 @@ A { ...@@ -97,9 +97,12 @@ A {
border-bottom:0.07em solid; border-bottom:0.07em solid;
color:#0174A7; color:#0174A7;
} }
.slide ARTICLE A[target=_blank] {
margin-right:0.9em;
}
.slide ARTICLE A[target=_blank]:after { .slide ARTICLE A[target=_blank]:after {
position:absolute; position:absolute;
margin:0.1em 0 0 0.3em; margin-left:0.3em;
font-family:'Target Blank'; font-family:'Target Blank';
content:'\005E'; content:'\005E';
} }
...@@ -229,13 +232,11 @@ A { ...@@ -229,13 +232,11 @@ A {
.slide.back { .slide.back {
} }
.slide.back ARTICLE { .slide.back ARTICLE {
padding:0;
}
.slide.back ARTICLE H1,
.slide.back ARTICLE H2 {
position:absolute; position:absolute;
top:30px; top:0;
left:60px; right:;
bottom:0;
left:0;
} }
.slide.back ARTICLE:after { .slide.back ARTICLE:after {
position:absolute; position:absolute;
...@@ -259,6 +260,9 @@ A { ...@@ -259,6 +260,9 @@ A {
text-align:center; text-align:center;
font-size:60px; font-size:60px;
} }
.slide.shout ARTICLE A {
margin:0;
}
.slide.shout ARTICLE A:after { .slide.shout ARTICLE A:after {
content:''; content:'';
} }
\ No newline at end of file
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