2012-08-20 01:14:33 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
#no-styles {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2014-10-01 19:51:25 +00:00
|
|
|
.checker {
|
|
|
|
display: inline;
|
2012-08-20 01:14:33 +00:00
|
|
|
}
|
|
|
|
.style-name {
|
2014-10-03 20:31:25 +00:00
|
|
|
cursor: default;
|
2014-10-01 19:51:25 +00:00
|
|
|
display: inline;
|
2012-08-20 01:14:33 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.actions {
|
|
|
|
font-size: x-small;
|
|
|
|
}
|
|
|
|
a, a:visited {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.entry {
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
}
|
2015-02-25 05:20:55 +00:00
|
|
|
.actions > div, #unavailable {
|
2015-01-30 17:28:05 +00:00
|
|
|
margin-bottom: 0.75em;
|
|
|
|
}
|
|
|
|
#unavailable {
|
|
|
|
display: none;
|
2012-04-16 01:56:12 +00:00
|
|
|
}
|
2015-02-17 19:01:15 +00:00
|
|
|
/* Never shown, but can be enabled with a style */
|
|
|
|
.enable, .disable {
|
|
|
|
display: none;
|
|
|
|
}
|
2012-08-20 01:14:33 +00:00
|
|
|
</style>
|
2012-04-16 01:56:12 +00:00
|
|
|
|
2012-08-20 01:14:33 +00:00
|
|
|
<script src="localization.js"></script>
|
2013-06-26 04:25:04 +00:00
|
|
|
<script src="health.js"></script>
|
2012-08-20 01:14:33 +00:00
|
|
|
<script src="storage.js"></script>
|
|
|
|
<script src="messaging.js"></script>
|
2015-02-09 04:25:35 +00:00
|
|
|
<script src="apply.js"></script>
|
2012-08-20 01:14:33 +00:00
|
|
|
</head>
|
2013-01-26 00:50:46 +00:00
|
|
|
<body id="stylish-popup">
|
2012-04-16 01:56:12 +00:00
|
|
|
|
2015-01-30 17:28:05 +00:00
|
|
|
<div id="unavailable"></div>
|
|
|
|
|
2012-08-20 01:14:33 +00:00
|
|
|
<div id="installed"></div>
|
2012-04-16 01:56:12 +00:00
|
|
|
|
2015-02-25 05:20:55 +00:00
|
|
|
<div class="actions">
|
|
|
|
<div id="find-styles"><a id="find-styles-link" href="#"></a></div>
|
|
|
|
<div id="manage-styles"><a id="open-manage-link" href="manage.html"></a></div>
|
|
|
|
<div id="write-style"><span id="write-style-for"></span></div>
|
|
|
|
</div>
|
2012-04-16 01:56:12 +00:00
|
|
|
|
2012-08-20 01:14:33 +00:00
|
|
|
<script src="popup.js"></script>
|
2012-04-16 01:56:12 +00:00
|
|
|
|
2012-08-20 01:14:33 +00:00
|
|
|
</body>
|
2014-10-03 20:31:25 +00:00
|
|
|
</html>
|