passage des :before/:after en ::before/::after
This commit is contained in:
parent
788272745c
commit
285764c5f9
8 changed files with 15 additions and 15 deletions
|
@ -17,7 +17,7 @@
|
||||||
/* blocks that must contain floats */
|
/* blocks that must contain floats */
|
||||||
.clearfix,
|
.clearfix,
|
||||||
.line {
|
.line {
|
||||||
&:after {
|
&::after {
|
||||||
content: "";
|
content: "";
|
||||||
display: table;
|
display: table;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|
|
@ -87,12 +87,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* displaying URLs */
|
/* displaying URLs */
|
||||||
a[href]:after {
|
a[href]::after {
|
||||||
content: " (" attr(href) ")";
|
content: " (" attr(href) ")";
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^="javascript:"]:after,
|
a[href^="javascript:"]::after,
|
||||||
a[href^="#"]:after {
|
a[href^="#"]::after {
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,7 +51,7 @@ blockquote {
|
||||||
padding-left: 3em;
|
padding-left: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote:before {
|
blockquote::before {
|
||||||
content: "\201C";
|
content: "\201C";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -68,7 +68,7 @@ blockquote > footer {
|
||||||
color: rgba(0, 0, 0, .7);
|
color: rgba(0, 0, 0, .7);
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote > footer:before {
|
blockquote > footer::before {
|
||||||
content: "\2014 \0020";
|
content: "\2014 \0020";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ Description: Reset styles for WordPress usage of KNACSS
|
||||||
.comment-content {
|
.comment-content {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|
||||||
&:after, &:before {
|
&::after, &::before {
|
||||||
content: "";
|
content: "";
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
/* blocks that must contain floats */
|
/* blocks that must contain floats */
|
||||||
.clearfix,
|
.clearfix,
|
||||||
.line {
|
.line {
|
||||||
&:after {
|
&::after {
|
||||||
content: "";
|
content: "";
|
||||||
display: table;
|
display: table;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|
|
@ -86,12 +86,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* displaying URLs */
|
/* displaying URLs */
|
||||||
a[href]:after {
|
a[href]::after {
|
||||||
content: " (" attr(href) ")";
|
content: " (" attr(href) ")";
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^="javascript:"]:after,
|
a[href^="javascript:"]::after,
|
||||||
a[href^="#"]:after {
|
a[href^="#"]::after {
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,7 +49,7 @@ blockquote {
|
||||||
padding-left: 3em;
|
padding-left: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote:before {
|
blockquote::before {
|
||||||
content: "\201C";
|
content: "\201C";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -66,7 +66,7 @@ blockquote > footer {
|
||||||
color: rgba(0, 0, 0, .7);
|
color: rgba(0, 0, 0, .7);
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote > footer:before {
|
blockquote > footer::before {
|
||||||
content: "\2014 \0020";
|
content: "\2014 \0020";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ Description: Reset styles for WordPress usage of KNACSS
|
||||||
.comment-content {
|
.comment-content {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|
||||||
&:after, &:before {
|
&::after, &::before {
|
||||||
content: "";
|
content: "";
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue