revert skins
This commit is contained in:
parent
10e689fb1a
commit
16f63f863c
15 changed files with 7337 additions and 132 deletions
|
@ -26,7 +26,7 @@
|
||||||
<url type="donation">https://github.com/sponsors/martinrotter</url>
|
<url type="donation">https://github.com/sponsors/martinrotter</url>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="4.0.3" date="2021-09-20"/>
|
<release version="4.0.3" date="2021-09-21"/>
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.0">
|
<content_rating type="oars-1.0">
|
||||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
<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">
|
<?xml version="1.0"?>
|
||||||
<header><h5>Error: %1</h5></header>
|
<div class="container">
|
||||||
<div>%2</div>
|
<div class="row">
|
||||||
</article>
|
<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">
|
<div class="panel panel-default">
|
||||||
<header><h5>%1 <a role="button" href="%3">🔗URL</a>%6</h5></header>
|
<div class="panel-heading">
|
||||||
<div>%7%4</div>
|
<h4 class="card-title">%1 <a class="btn btn-primary btn-sm" href="%3">URL</a> %6</h4>
|
||||||
<footer>%2, %5</footer>
|
</div>
|
||||||
</article>
|
|
||||||
|
<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"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<skin version="0.06">
|
<skin version="0.05">
|
||||||
<author>
|
<author>
|
||||||
<name>Martin Rotter</name>
|
<name>Martin Rotter</name>
|
||||||
<email>rotter.martinos@gmail.com</email>
|
<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">
|
<div class="card filled fluid">
|
||||||
<header><h5>Error: %1</h5></header>
|
<h4 class="doc section">Error: %1</h4>
|
||||||
<div>%2</div>
|
<div class="doc section">
|
||||||
</article>
|
%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">
|
<div class="card filled fluid" dir="auto">
|
||||||
<header><h5>%1 <a role="button" href="%3">🔗URL</a>%6</h5></header>
|
<h5 class="doc section">%1 <a class="button small primary" href="%3">🔗URL</a> %6</h5>
|
||||||
<div>%7%4</div>
|
<div class="doc section">
|
||||||
<footer>%2, %5</footer>
|
<div style="text-align: center;">
|
||||||
</article>
|
%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"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<skin version="0.25">
|
<skin version="0.24">
|
||||||
<author>
|
<author>
|
||||||
<name>Martin Rotter</name>
|
<name>Martin Rotter</name>
|
||||||
<email>rotter.martinos@gmail.com</email>
|
<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…
Add table
Reference in a new issue