연습장:Sakura/1: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
= asdf =
<div class="w-full "></div>
<div class=""></div>
== asdf ==
=== asdf ===
==== asdf ====
===== asdf =====
====== asdf ======
<html>
<html>
<head><script src="https://cdn.tailwindcss.com"></script></head>
<head><script src="https://cdn.tailwindcss.com"></script></head>
17번째 줄: 11번째 줄:
h6 { font-size: 1.1rem; }
h6 { font-size: 1.1rem; }


a {
color: var(--ew-theme-link);
}
a.new {
color: var(--ew-theme-link-new);
}
a:hover,
a:focus {
color: var(--ew-theme-link-hover);
text-decoration: underline;
transition: 0.3s;
}
a.new:hover,
a.new:focus {
color: var(--ew-theme-link-new-hover);
text-decoration: underline;
transition: 0.3s;
}
a.external {
color: var(--ew-theme-link-external);
}
a.external:hover,
a.external:focus {
color: var(--ew-theme-link-external-hover);
text-decoration: underline;
transition: 0.3s;
}
a.external:before {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
text-align: center;
color: var(--ew-theme-link-external);
content: '\f0c1';
}
.plainlinks a.external {
color: var(--ew-theme-link);
}
.plainlinks a.external:hover,
.plainlinks a.external:focus {
color: var(--ew-theme-link-hover);
text-decoration: underline;
transition: 0.3s;
}
</style>
</style>
</html>
</html>

2023년 7월 16일 (일) 19:41 판