summaryrefslogtreecommitdiff
path: root/src/default-theme
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2016-06-15 20:23:58 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2016-06-15 20:23:58 +0200
commit42be0eb4f1d7a25dca97e8e2eb4ec4d03b7931fb (patch)
treefae3347b0c924378c57862feea2708766d159771 /src/default-theme
parent1a2f0c9c1087899a00298db8fa70518d3c1e69f8 (diff)
Imported Upstream version 16.6.0~ds0
Diffstat (limited to 'src/default-theme')
-rw-r--r--src/default-theme/favorite-add.png (renamed from src/default-theme/bookmark_add.png)bin2027 -> 2027 bytes
-rw-r--r--src/default-theme/favorite-folder.png (renamed from src/default-theme/bookmark_folder.png)bin1935 -> 1935 bytes
-rw-r--r--src/default-theme/pref_playlist.pngbin0 -> 873 bytes
-rw-r--r--src/default-theme/pref_tv.pngbin0 -> 3108 bytes
-rw-r--r--src/default-theme/quick_access_menu.pngbin0 -> 212 bytes
-rw-r--r--src/default-theme/recents.pngbin0 -> 2185 bytes
-rw-r--r--src/default-theme/send_to_screen.pngbin0 -> 6221 bytes
-rw-r--r--src/default-theme/style.qss29
-rw-r--r--src/default-theme/tablet_mode.pngbin0 -> 6627 bytes
-rw-r--r--src/default-theme/tabletmode.css25
-rw-r--r--src/default-theme/url.pngbin1568 -> 4844 bytes
-rw-r--r--src/default-theme/video_track.pngbin0 -> 12297 bytes
12 files changed, 54 insertions, 0 deletions
diff --git a/src/default-theme/bookmark_add.png b/src/default-theme/favorite-add.png
index d492db1..d492db1 100644
--- a/src/default-theme/bookmark_add.png
+++ b/src/default-theme/favorite-add.png
Binary files differ
diff --git a/src/default-theme/bookmark_folder.png b/src/default-theme/favorite-folder.png
index 9222ce3..9222ce3 100644
--- a/src/default-theme/bookmark_folder.png
+++ b/src/default-theme/favorite-folder.png
Binary files differ
diff --git a/src/default-theme/pref_playlist.png b/src/default-theme/pref_playlist.png
new file mode 100644
index 0000000..101af8b
--- /dev/null
+++ b/src/default-theme/pref_playlist.png
Binary files differ
diff --git a/src/default-theme/pref_tv.png b/src/default-theme/pref_tv.png
new file mode 100644
index 0000000..5db2e94
--- /dev/null
+++ b/src/default-theme/pref_tv.png
Binary files differ
diff --git a/src/default-theme/quick_access_menu.png b/src/default-theme/quick_access_menu.png
new file mode 100644
index 0000000..7167276
--- /dev/null
+++ b/src/default-theme/quick_access_menu.png
Binary files differ
diff --git a/src/default-theme/recents.png b/src/default-theme/recents.png
new file mode 100644
index 0000000..09fdb54
--- /dev/null
+++ b/src/default-theme/recents.png
Binary files differ
diff --git a/src/default-theme/send_to_screen.png b/src/default-theme/send_to_screen.png
new file mode 100644
index 0000000..1311095
--- /dev/null
+++ b/src/default-theme/send_to_screen.png
Binary files differ
diff --git a/src/default-theme/style.qss b/src/default-theme/style.qss
index ddc064b..7cd19da 100644
--- a/src/default-theme/style.qss
+++ b/src/default-theme/style.qss
@@ -1,3 +1,19 @@
+/*
+#panel {
+ background-color: black;
+}
+
+MplayerWindow, MplayerLayer, #mplayerwindowlogo {
+ background-color: transparent;
+}
+*/
+
+QLabel#floating_control_time {
+ background-color: black;
+ color: white;
+}
+
+
QStatusBar,
QStatusBar QLabel {
background: black;
@@ -8,6 +24,19 @@ QStatusBar::item {
border: none;
}
+QToolTip {
+ background-color: lightyellow;
+ color: black;
+ padding: 0px;
+ margin: 0px;
+ /*
+ border: 1px solid silver;
+ border-radius: 2px;
+ font-size: 14px;
+ */
+ border: 0px;
+}
+
ShareButton {
margin: 0px;
padding: 1px;
diff --git a/src/default-theme/tablet_mode.png b/src/default-theme/tablet_mode.png
new file mode 100644
index 0000000..d9d226c
--- /dev/null
+++ b/src/default-theme/tablet_mode.png
Binary files differ
diff --git a/src/default-theme/tabletmode.css b/src/default-theme/tabletmode.css
new file mode 100644
index 0000000..b2bd0e2
--- /dev/null
+++ b/src/default-theme/tabletmode.css
@@ -0,0 +1,25 @@
+/* This stylesheet will be added to the style's stylesheet in tablet mode */
+
+QWidget {
+ font-size: 12pt;
+}
+
+QMenu {
+ menu-scrollable: 1;
+}
+
+.QPushButton {
+ border: 0px;
+ background-color: white;
+ margin: 2px;
+ padding: 10px;
+}
+
+QGroupBox {
+ border: 0px;
+ padding-top: 18px;
+ padding-bottom: 2px;
+ color: darkblue;
+ font: bold;
+ margin: 2px;
+}
diff --git a/src/default-theme/url.png b/src/default-theme/url.png
index 846e124..c77a722 100644
--- a/src/default-theme/url.png
+++ b/src/default-theme/url.png
Binary files differ
diff --git a/src/default-theme/video_track.png b/src/default-theme/video_track.png
new file mode 100644
index 0000000..e648807
--- /dev/null
+++ b/src/default-theme/video_track.png
Binary files differ