2020-06-01 17:25:47 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width"/>
|
|
|
|
<meta charset="UTF-8">
|
2021-05-09 10:36:27 +00:00
|
|
|
<title>firefox-csshacks tag browser</title>
|
2022-04-03 12:01:07 +00:00
|
|
|
<script type="module" src="html_resources/selector.js"></script>
|
|
|
|
<script type="module" src="html_resources/code-block/code-block.js"></script>
|
2020-06-01 17:25:47 +00:00
|
|
|
<link href="html_resources/main.css" rel="stylesheet" type="text/css"/>
|
2021-05-09 10:36:27 +00:00
|
|
|
<link rel="icon" href="html_resources/favicon.svg" type="image/svg+xml">
|
2020-06-01 17:25:47 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-05-15 06:15:25 +00:00
|
|
|
<div id="placeholder">
|
|
|
|
<div class="placeholder-text">FAILURE, resources could not be loaded properly</div>
|
|
|
|
</div>
|
2023-02-25 10:09:19 +00:00
|
|
|
<div id="ui" class="hidden no-content">
|
2020-07-18 05:39:34 +00:00
|
|
|
<div id="categories" class="categoryList">
|
|
|
|
</div>
|
2020-07-19 11:05:27 +00:00
|
|
|
<div id="secondaryCategories" class="categoryList">
|
2020-06-01 17:25:47 +00:00
|
|
|
</div>
|
2023-02-05 08:26:53 +00:00
|
|
|
<main id="site">
|
2020-06-01 17:25:47 +00:00
|
|
|
<div id="targets">
|
|
|
|
</div>
|
2023-02-05 08:26:53 +00:00
|
|
|
<div class="banner">
|
|
|
|
<div class="hint keyinfo">Hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd> to add/remove styles to style set</div>
|
|
|
|
<div class="hint placeholder">Select a style category from the left pane</div>
|
|
|
|
</div>
|
2020-06-01 17:25:47 +00:00
|
|
|
<div>
|
2023-02-25 09:13:50 +00:00
|
|
|
<code-block data-highlight="css" data-matchlinks="[\w-\.\+]+\.css -> ./chrome/%s" id="previewBox" class="copy-able"></code-block>
|
2020-06-01 17:25:47 +00:00
|
|
|
</div>
|
2023-02-05 08:26:53 +00:00
|
|
|
</main>
|
2020-06-01 17:25:47 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|