mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-30 00:55:16 +01:00
revert skins
This commit is contained in:
parent
10e689fb1a
commit
16f63f863c
@ -26,7 +26,7 @@
|
||||
<url type="donation">https://github.com/sponsors/martinrotter</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="4.0.3" date="2021-09-20"/>
|
||||
<release version="4.0.3" date="2021-09-21"/>
|
||||
</releases>
|
||||
<content_rating type="oars-1.0">
|
||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||
|
15
resources/skins/dark/html_adblocked.html
Normal file → Executable file
15
resources/skins/dark/html_adblocked.html
Normal file → Executable file
@ -1,4 +1,11 @@
|
||||
<article dir="auto">
|
||||
<header><h5>Error: %1</h5></header>
|
||||
<div>%2</div>
|
||||
</article>
|
||||
<?xml version="1.0"?>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="alert alert-danger" role="alert">
|
||||
<span class="sr-only">Error:</span>
|
||||
%1
|
||||
</div>
|
||||
|
||||
%2
|
||||
</div>
|
||||
</div>
|
||||
|
2
resources/skins/dark/html_enclosure_every.html
Normal file → Executable file
2
resources/skins/dark/html_enclosure_every.html
Normal file → Executable file
@ -1 +1 @@
|
||||
<a role="button" href="%1">%2<span style="text-transform: uppercase;">%3</span></a>
|
||||
<a class="btn btn-primary btn-sm" href="%1">%2 (%3)</a>
|
2
resources/skins/dark/html_enclosure_image.html
Normal file → Executable file
2
resources/skins/dark/html_enclosure_image.html
Normal file → Executable file
@ -1 +1 @@
|
||||
<a href="%1"><img src="%1" alt="%2" style="margin: 2px; height: %3px;" /></a>
|
||||
<a href="%1"><img src="%1" alt="%2" style="height: %3px;" /></a>
|
21
resources/skins/dark/html_single_message.html
Normal file → Executable file
21
resources/skins/dark/html_single_message.html
Normal file → Executable file
@ -1,5 +1,16 @@
|
||||
<article dir="auto">
|
||||
<header><h5>%1 <a role="button" href="%3">🔗URL</a>%6</h5></header>
|
||||
<div>%7%4</div>
|
||||
<footer>%2, %5</footer>
|
||||
</article>
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h4 class="card-title">%1 <a class="btn btn-primary btn-sm" href="%3">URL</a> %6</h4>
|
||||
</div>
|
||||
|
||||
<div class="panel-body" dir="auto">
|
||||
<div style="padding: 2px; margin: 0px;">
|
||||
%7
|
||||
</div>
|
||||
%4
|
||||
</div>
|
||||
|
||||
<div class="panel-footer" style="text-align: center;">
|
||||
%2, %5
|
||||
</div>
|
||||
</div>
|
||||
|
7293
resources/skins/dark/html_wrapper.html
Normal file → Executable file
7293
resources/skins/dark/html_wrapper.html
Normal file → Executable file
File diff suppressed because one or more lines are too long
2
resources/skins/dark/metadata.xml
Normal file → Executable file
2
resources/skins/dark/metadata.xml
Normal file → Executable file
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<skin version="0.06">
|
||||
<skin version="0.05">
|
||||
<author>
|
||||
<name>Martin Rotter</name>
|
||||
<email>rotter.martinos@gmail.com</email>
|
||||
|
0
resources/skins/dark/theme.css
Normal file → Executable file
0
resources/skins/dark/theme.css
Normal file → Executable file
10
resources/skins/vergilius/html_adblocked.html
Normal file → Executable file
10
resources/skins/vergilius/html_adblocked.html
Normal file → Executable file
@ -1,4 +1,6 @@
|
||||
<article dir="auto">
|
||||
<header><h5>Error: %1</h5></header>
|
||||
<div>%2</div>
|
||||
</article>
|
||||
<div class="card filled fluid">
|
||||
<h4 class="doc section">Error: %1</h4>
|
||||
<div class="doc section">
|
||||
%2
|
||||
</div>
|
||||
</div>
|
2
resources/skins/vergilius/html_enclosure_every.html
Normal file → Executable file
2
resources/skins/vergilius/html_enclosure_every.html
Normal file → Executable file
@ -1 +1 @@
|
||||
<a role="button" href="%1">%2<span style="text-transform: uppercase;">%3</span></a>
|
||||
<a class="button small primary" href="%1">%2<span style="text-transform: uppercase;">%3</span></a>
|
2
resources/skins/vergilius/html_enclosure_image.html
Normal file → Executable file
2
resources/skins/vergilius/html_enclosure_image.html
Normal file → Executable file
@ -1 +1 @@
|
||||
<a href="%1"><img src="%1" alt="%2" style="margin: 2px; height: %3px;" /></a>
|
||||
<a href="%1"><img src="%1" alt="%2" style="height: %3px;" /></a>
|
17
resources/skins/vergilius/html_single_message.html
Normal file → Executable file
17
resources/skins/vergilius/html_single_message.html
Normal file → Executable file
@ -1,5 +1,12 @@
|
||||
<article dir="auto">
|
||||
<header><h5>%1 <a role="button" href="%3">🔗URL</a>%6</h5></header>
|
||||
<div>%7%4</div>
|
||||
<footer>%2, %5</footer>
|
||||
</article>
|
||||
<div class="card filled fluid" dir="auto">
|
||||
<h5 class="doc section">%1 <a class="button small primary" href="%3">🔗URL</a> %6</h5>
|
||||
<div class="doc section">
|
||||
<div style="text-align: center;">
|
||||
%2, %5
|
||||
</div>
|
||||
<div style="padding: 2px; margin: 0px;">
|
||||
%7
|
||||
</div>
|
||||
%4
|
||||
</div>
|
||||
</div>
|
||||
|
99
resources/skins/vergilius/html_wrapper.html
Normal file → Executable file
99
resources/skins/vergilius/html_wrapper.html
Normal file → Executable file
File diff suppressed because one or more lines are too long
2
resources/skins/vergilius/metadata.xml
Normal file → Executable file
2
resources/skins/vergilius/metadata.xml
Normal file → Executable file
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<skin version="0.25">
|
||||
<skin version="0.24">
|
||||
<author>
|
||||
<name>Martin Rotter</name>
|
||||
<email>rotter.martinos@gmail.com</email>
|
||||
|
0
resources/skins/vergilius/theme.css
Normal file → Executable file
0
resources/skins/vergilius/theme.css
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user