Initial dark skin.
This commit is contained in:
parent
dac3a30a04
commit
a724c1d94b
1
resources/skins/dark/html_enclosure_every.html
Executable file
1
resources/skins/dark/html_enclosure_every.html
Executable file
@ -0,0 +1 @@
|
||||
<a class="btn btn-primary btn-sm" href="%1">%2 (%3)</a>
|
1
resources/skins/dark/html_enclosure_image.html
Executable file
1
resources/skins/dark/html_enclosure_image.html
Executable file
@ -0,0 +1 @@
|
||||
<a href="%1"><img src="%1" alt="%2" height="%3" /></a>
|
21
resources/skins/dark/html_single_message.html
Executable file
21
resources/skins/dark/html_single_message.html
Executable file
@ -0,0 +1,21 @@
|
||||
<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 class="buttons" style="margin-bottom: 10px;">
|
||||
<img class="%7" message_id="%9" onclick="switchReadStatus(this); return false;"></img>
|
||||
<img class="%8" message_id="%9" onclick="switchStarredStatus(this); return false;"></img>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel-body">
|
||||
<div style="padding: 2px; margin: 0px;">
|
||||
%10
|
||||
</div>
|
||||
%4
|
||||
</div>
|
||||
|
||||
<div class="panel-footer" style="text-align: center;">
|
||||
%2, %5
|
||||
</div>
|
||||
</div>
|
7278
resources/skins/dark/html_wrapper.html
Executable file
7278
resources/skins/dark/html_wrapper.html
Executable file
File diff suppressed because one or more lines are too long
7
resources/skins/dark/metadata.xml
Executable file
7
resources/skins/dark/metadata.xml
Executable file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<skin version="0.01">
|
||||
<author>
|
||||
<name>Martin Rotter</name>
|
||||
<email>rotter.martinos@gmail.com</email>
|
||||
</author>
|
||||
</skin>
|
38
resources/skins/dark/theme.css
Executable file
38
resources/skins/dark/theme.css
Executable file
@ -0,0 +1,38 @@
|
||||
/* This is Qt CSS theme file for the overall GUI of the application. */
|
||||
|
||||
QTreeView::branch:has-siblings:!adjoins-item {
|
||||
border-image: url(qss/dummy.png) 0;
|
||||
}
|
||||
|
||||
QTreeView::branch:has-siblings:adjoins-item {
|
||||
border-image: url(qss/dummy.png) 0;
|
||||
}
|
||||
|
||||
QTreeView::branch:!has-children:!has-siblings:adjoins-item {
|
||||
border-image: url(qss/dummy.png) 0;
|
||||
}
|
||||
|
||||
QTreeView::branch:has-children:!has-siblings:closed,
|
||||
QTreeView::branch:closed:has-children:has-siblings {
|
||||
border-image: none;
|
||||
image: url(qss/branch-closed.png);
|
||||
}
|
||||
|
||||
QTreeView::branch:open:has-children:!has-siblings,
|
||||
QTreeView::branch:open:has-children:has-siblings {
|
||||
border-image: none;
|
||||
image: url(qss/branch-open.png);
|
||||
}
|
||||
|
||||
QTreeView::item {
|
||||
padding: 1px 1px 1px 1px;
|
||||
}
|
||||
|
||||
QTreeView[hideTree="true"]::branch:!has-chlidren:hasSiblings {
|
||||
border-image: none;
|
||||
image: none;
|
||||
}
|
||||
|
||||
QStatusBar::item {
|
||||
border: none;
|
||||
}
|
@ -1,5 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- This is core html which is used as a wrapper for "html_single_message.html -->
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user