2012-08-20 01:14:33 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
#no-styles {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.disabled {
|
|
|
|
color: #BBB;
|
|
|
|
}
|
|
|
|
.disabled .disable {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.enabled .enable {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.style-name {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
#find-styles, #manage-styles {
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
#find-styles {
|
|
|
|
margin-bottom: 0.5em;
|
2012-04-16 01:56:12 +00:00
|
|
|
}
|
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>
|
|
|
|
</head>
|
2013-01-26 00:50:46 +00:00
|
|
|
<body id="stylish-popup">
|
2012-04-16 01:56:12 +00:00
|
|
|
|
2012-08-20 01:14:33 +00:00
|
|
|
<div id="installed"></div>
|
2012-04-16 01:56:12 +00:00
|
|
|
|
2012-08-20 01:14:33 +00:00
|
|
|
<div id="find-styles"><a id="find-styles-link" href="#"></a></div>
|
2013-07-04 22:12:16 +00:00
|
|
|
<div id="manage-styles"><a id="open-manage-link" href="manage.html"></a></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>
|
|
|
|
</html>
|