mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
5785877883
MozReview-Commit-ID: IBe0zbsCJJy --HG-- extra : rebase_source : 9045ca886302026220dec365e63203c538c14e9a
54 lines
903 B
HTML
54 lines
903 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head lang="en">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Bug 1245260</title>
|
|
</head>
|
|
<body>
|
|
<style>
|
|
body {
|
|
color: blue;
|
|
}
|
|
|
|
div {
|
|
transition: text-emphasis-color 0.1s;
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
a {
|
|
color: red;
|
|
transition: text-emphasis-color 0.1s;
|
|
}
|
|
|
|
span {
|
|
transition: text-emphasis-color 0.1s;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "icon-fonts";
|
|
src: url(x);
|
|
}
|
|
</style>
|
|
|
|
<div>
|
|
<span><a>Shows</a></span>
|
|
<span><a>Video</a></span>
|
|
<span><a>Schedule</a></span>
|
|
<span><a>Topics</a></span>
|
|
<span><a>Games</a></span>
|
|
<span><a>Shop</a></span>
|
|
<span><a>This Day In History</a></span>
|
|
<span><a>Ask History</a></span>
|
|
<span><a>History Lists</a></span>
|
|
<span><a>Hungry History</a></span>
|
|
<span><a>Speeches & Audio</a></span>
|
|
<span class="hide"><a>Sign In</a></span>
|
|
<span><a class="hide">Sign Out</a></span>
|
|
</div>
|
|
<script/>
|
|
</body>
|
|
</html>
|