margin to target blank icon, article positioning for reading mode

This commit is contained in:
Vadim Makeev 2010-11-06 12:24:56 +03:00
parent facdf30afb
commit 53f357cbc0
2 changed files with 18 additions and 8 deletions

View File

@ -117,6 +117,9 @@ A {
border-bottom:0.1em solid;
color:#0174A7;
}
.slide ARTICLE A[target=_blank] {
margin-right:0.9em;
}
.slide ARTICLE A[target=_blank]:after {
position:absolute;
margin:0.1em 0 0 0.3em;
@ -293,6 +296,9 @@ A {
-o-transform:scale(0.1) translate(0, 2em);
-o-transition:all 0.8s ease-out;
}
.slide.shout ARTICLE A {
margin:0;
}
.slide.shout ARTICLE A:after {
content:'';
}

View File

@ -97,9 +97,12 @@ A {
border-bottom:0.07em solid;
color:#0174A7;
}
.slide ARTICLE A[target=_blank] {
margin-right:0.9em;
}
.slide ARTICLE A[target=_blank]:after {
position:absolute;
margin:0.1em 0 0 0.3em;
margin-left:0.3em;
font-family:'Target Blank';
content:'\005E';
}
@ -229,14 +232,12 @@ A {
.slide.back {
}
.slide.back ARTICLE {
padding:0;
position:absolute;
top:0;
right:;
bottom:0;
left:0;
}
.slide.back ARTICLE H1,
.slide.back ARTICLE H2 {
position:absolute;
top:30px;
left:60px;
}
.slide.back ARTICLE:after {
position:absolute;
bottom:15px;
@ -259,6 +260,9 @@ A {
text-align:center;
font-size:60px;
}
.slide.shout ARTICLE A {
margin:0;
}
.slide.shout ARTICLE A:after {
content:'';
}