Compare commits
No commits in common. "a0e8e84a6786f744716f3e1b471e87a5467ca565" and "2c245f950637e78f62d7585a58ba9270de729655" have entirely different histories.
a0e8e84a67
...
2c245f9506
|
@ -7,24 +7,12 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>RSS feed by morss</title>
|
<title>RSS feed by morss</title>
|
||||||
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
|
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body > pre {
|
||||||
overflow-wrap: anywhere;
|
|
||||||
word-wrap: anywhere;
|
|
||||||
}
|
|
||||||
|
|
||||||
#url {
|
|
||||||
background-color: rgba(255, 165, 0, 0.25);
|
|
||||||
padding: 1% 5%;
|
|
||||||
display: inline-block;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
body > ul {
|
|
||||||
background-color: #FFFAF4;
|
background-color: #FFFAF4;
|
||||||
padding: 1%;
|
padding: 1%;
|
||||||
|
overflow-x: scroll;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -52,6 +40,8 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
word-wrap: anywhere;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -60,17 +50,12 @@
|
||||||
<h1>RSS feed by morss</h1>
|
<h1>RSS feed by morss</h1>
|
||||||
|
|
||||||
<p>Your RSS feed is <strong style="color: green">ready</strong>. You
|
<p>Your RSS feed is <strong style="color: green">ready</strong>. You
|
||||||
can enter the following url in your newsreader:</p>
|
can enter the url of this page in your newsreader.</p>
|
||||||
|
|
||||||
<div id="url"></div>
|
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<script>
|
|
||||||
document.getElementById("url").innerHTML = window.location.href;
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
Loading…
Reference in New Issue