Added theme support. 5 themes are available now: Chrome, Windows, Old,
Linux Native and Mac
1
.gitignore
vendored
|
@ -9,3 +9,4 @@ license_template
|
||||||
Makefile*
|
Makefile*
|
||||||
TestPlugin-build
|
TestPlugin-build
|
||||||
search_*
|
search_*
|
||||||
|
src-*
|
||||||
|
|
2
README
|
@ -1,7 +1,7 @@
|
||||||
#################################
|
#################################
|
||||||
## QUPZILLA - WEB BROWSER ##
|
## QUPZILLA - WEB BROWSER ##
|
||||||
#################################
|
#################################
|
||||||
Version: 1.0.0-b3
|
Version: 1.0.0-b4
|
||||||
|
|
||||||
QupZilla is new and very fast open source browser based on WebKit core http://www.webkit.org
|
QupZilla is new and very fast open source browser based on WebKit core http://www.webkit.org
|
||||||
Written in Qt Framework http://qt.nokia.com
|
Written in Qt Framework http://qt.nokia.com
|
||||||
|
|
BIN
bin/themes/chrome/images/blankbutton-a.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
bin/themes/chrome/images/blankbutton-h.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
bin/themes/chrome/images/flash.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
bin/themes/chrome/images/flashstart.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
bin/themes/chrome/images/gotoaddress.png
Normal file
After Width: | Height: | Size: 612 B |
BIN
bin/themes/chrome/images/library-bg-left.png
Normal file
After Width: | Height: | Size: 546 B |
BIN
bin/themes/chrome/images/library-bg-top-right.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
bin/themes/chrome/images/library-bg-top.png
Normal file
After Width: | Height: | Size: 327 B |
BIN
bin/themes/chrome/images/library-search-bg.png
Normal file
After Width: | Height: | Size: 569 B |
BIN
bin/themes/chrome/images/lineedit-bg.png
Normal file
After Width: | Height: | Size: 457 B |
BIN
bin/themes/chrome/images/navigation-addtab.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
bin/themes/chrome/images/navigation-back.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
bin/themes/chrome/images/navigation-dropdown.png
Normal file
After Width: | Height: | Size: 737 B |
BIN
bin/themes/chrome/images/navigation-forward.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
bin/themes/chrome/images/navigation-home.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
bin/themes/chrome/images/navigation-reload.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
bin/themes/chrome/images/navigation-stop.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
bin/themes/chrome/images/navigation-supermenu.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
bin/themes/chrome/images/rss.png
Normal file
After Width: | Height: | Size: 735 B |
BIN
bin/themes/chrome/images/search-icon.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
bin/themes/chrome/images/searchbar-provider-bg.png
Normal file
After Width: | Height: | Size: 1008 B |
BIN
bin/themes/chrome/images/siteicon-bg.png
Normal file
After Width: | Height: | Size: 784 B |
BIN
bin/themes/chrome/images/siteicon-secure-bg.png
Normal file
After Width: | Height: | Size: 588 B |
BIN
bin/themes/chrome/images/star-a.png
Normal file
After Width: | Height: | Size: 359 B |
BIN
bin/themes/chrome/images/star.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
bin/themes/chrome/images/tabs-bg.png
Normal file
After Width: | Height: | Size: 320 B |
BIN
bin/themes/chrome/images/tabs-list-button.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
bin/themes/chrome/images/toolbar-bg.png
Normal file
After Width: | Height: | Size: 254 B |
BIN
bin/themes/chrome/images/transp.png
Normal file
After Width: | Height: | Size: 141 B |
6
bin/themes/chrome/linux.css
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
/*TabWidget*/
|
||||||
|
#tabbar::tab
|
||||||
|
{
|
||||||
|
max-width: 250px;
|
||||||
|
max-height: 26px;
|
||||||
|
}
|
347
bin/themes/chrome/main.css
Normal file
|
@ -0,0 +1,347 @@
|
||||||
|
/*************************************
|
||||||
|
* Chrome Theme v0.1 *
|
||||||
|
* Author: nowrep *
|
||||||
|
* Based on: Firefox Chromifox Theme *
|
||||||
|
* Last updated: 08.09 2011 *
|
||||||
|
*************************************/
|
||||||
|
|
||||||
|
*[html-link-look="true"]
|
||||||
|
{
|
||||||
|
color: blue;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*MainWindow*/
|
||||||
|
#mainwindow
|
||||||
|
{
|
||||||
|
background: #e4edf9 url(images/toolbar-bg.png) repeat-x;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainwindow-menubar
|
||||||
|
{
|
||||||
|
background-image:url(images/transp.png);
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainwindow-menubar:item
|
||||||
|
{
|
||||||
|
color: black;
|
||||||
|
spacing: 5px;
|
||||||
|
padding: 2px 6px;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainwindow-menubar::item:pressed
|
||||||
|
{
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 #a1c0e6, stop:1 #86abd9);
|
||||||
|
border: 1px solid #4b6e99;
|
||||||
|
border-top-left-radius: 4px;
|
||||||
|
border-top-right-radius: 4px;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainwindow-statusbar
|
||||||
|
{
|
||||||
|
background-color: #e4edf9;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainwindow QToolBar
|
||||||
|
{
|
||||||
|
background-image:url(images/transp.png);
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#statusbar-ip-label
|
||||||
|
{
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*NavigationBar*/
|
||||||
|
#navigationbar QSplitter::handle
|
||||||
|
{
|
||||||
|
background-color:transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-back
|
||||||
|
{
|
||||||
|
qproperty-multiIcon: url(images/navigation-back.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-next
|
||||||
|
{
|
||||||
|
qproperty-multiIcon: url(images/navigation-forward.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-stop
|
||||||
|
{
|
||||||
|
qproperty-multiIcon: url(images/navigation-stop.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-reload
|
||||||
|
{
|
||||||
|
qproperty-multiIcon: url(images/navigation-reload.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-home
|
||||||
|
{
|
||||||
|
qproperty-multiIcon: url(images/navigation-home.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-addtab
|
||||||
|
{
|
||||||
|
qproperty-multiIcon: url(images/navigation-addtab.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-supermenu
|
||||||
|
{
|
||||||
|
qproperty-multiIcon: url(images/navigation-supermenu.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*TabWidget*/
|
||||||
|
#tabbar
|
||||||
|
{
|
||||||
|
background-image: url(images/tabs-bg.png);
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
height: 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabwidget::tab-bar
|
||||||
|
{
|
||||||
|
right: 31px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabwidget-button-opentabs
|
||||||
|
{
|
||||||
|
qproperty-multiIcon: url(images/tabs-list-button.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*LocationBar*/
|
||||||
|
#locationbar
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
border-image: url(images/lineedit-bg.png);
|
||||||
|
border-width:4;
|
||||||
|
color:black;
|
||||||
|
padding-left: 28px;
|
||||||
|
qproperty-fixedheight: 27;
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-bookmarkicon
|
||||||
|
{
|
||||||
|
margin-bottom: 2px;
|
||||||
|
qproperty-pixmap: url(images/star.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-bookmarkicon[bookmarked="true"]
|
||||||
|
{
|
||||||
|
qproperty-pixmap: url(images/star-a.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-siteicon
|
||||||
|
{
|
||||||
|
border-image: url(images/siteicon-bg.png);
|
||||||
|
qproperty-fixedsize:30px 27px;
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-siteicon[secured="true"]
|
||||||
|
{
|
||||||
|
border-image: url(images/siteicon-secure-bg.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-rss-icon
|
||||||
|
{
|
||||||
|
margin-bottom:2px;
|
||||||
|
qproperty-pixmap: url(images/rss.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-goicon
|
||||||
|
{
|
||||||
|
margin-bottom:2px;
|
||||||
|
qproperty-pixmap: url(images/gotoaddress.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-down-icon
|
||||||
|
{
|
||||||
|
margin-right: -4px;
|
||||||
|
margin-bottom: 1px;
|
||||||
|
qproperty-pixmap: url(images/navigation-dropdown.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*BookmarksToolbar*/
|
||||||
|
#bookmarksbar QToolButton
|
||||||
|
{
|
||||||
|
border-image: url(images/transp.png);
|
||||||
|
border-width: 1px;
|
||||||
|
padding-right: -5px;
|
||||||
|
height: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#bookmarksbar QToolButton::menu-indicator
|
||||||
|
{
|
||||||
|
background: url(images/transp.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SideBar*/
|
||||||
|
#sidebar
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*WebSearchBar*/
|
||||||
|
#websearchbar
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
border-image: url(images/lineedit-bg.png);
|
||||||
|
border-width:4;
|
||||||
|
color:black;
|
||||||
|
padding-left: 35px;
|
||||||
|
qproperty-fixedheight: 27;
|
||||||
|
}
|
||||||
|
|
||||||
|
#websearchbar-searchbutton
|
||||||
|
{
|
||||||
|
margin-bottom:2px;
|
||||||
|
margin-right: 2px;
|
||||||
|
qproperty-pixmap: url(images/search-icon.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#websearchbar-searchprovider-comobobox
|
||||||
|
{
|
||||||
|
border-image: url(images/searchbar-provider-bg.png);
|
||||||
|
padding-left:-8px;
|
||||||
|
qproperty-fixedsize: 37px 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#websearchbar-searchprovider-comobobox::menu-indicator
|
||||||
|
{
|
||||||
|
background: url(images/transp.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SourceViewer*/
|
||||||
|
#sourceviewer-textedit
|
||||||
|
{
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SourceViewerSearch*/
|
||||||
|
SourceViewerSearch #lineEdit[notfound="true"]
|
||||||
|
{
|
||||||
|
background:#ff6666;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SearchToolbar*/
|
||||||
|
SearchToolBar #lineEdit[notfound="true"]
|
||||||
|
{
|
||||||
|
background:#ff6666;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Click2Flash*/
|
||||||
|
#click2flash-frame
|
||||||
|
{
|
||||||
|
border: 1px solid #e8e8e8;
|
||||||
|
}
|
||||||
|
|
||||||
|
#click2flash-toolbutton
|
||||||
|
{
|
||||||
|
background: url(images/flash.png) no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#click2flash-toolbutton:hover
|
||||||
|
{
|
||||||
|
background: url(images/flashstart.png) no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*RSSManager*/
|
||||||
|
#rssmanager-frame
|
||||||
|
{
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
RSSManager QTabBar::tab
|
||||||
|
{
|
||||||
|
max-width:100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*AboutDialog*/
|
||||||
|
AboutDialog #label
|
||||||
|
{
|
||||||
|
background:white;
|
||||||
|
}
|
||||||
|
|
||||||
|
AboutDialog #textBrowser
|
||||||
|
{
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*DesktopNotification*/
|
||||||
|
DesktopNotification
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
DesktopNotification #frame
|
||||||
|
{
|
||||||
|
border: 2px solid darkblue;
|
||||||
|
border-radius: 20px;
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 #e4ecf1, stop:1 #d3e5f1);
|
||||||
|
}
|
||||||
|
|
||||||
|
DesktopNotification #heading
|
||||||
|
{
|
||||||
|
font: bold;
|
||||||
|
font-size: 13pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*BrowsingLibrary*/
|
||||||
|
BrowsingLibrary #tabs
|
||||||
|
{
|
||||||
|
qproperty-bgPixmap: url(images/library-bg-left.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
BrowsingLibrary #frame
|
||||||
|
{
|
||||||
|
background: url(images/library-bg-top.png) no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
BrowsingLibrary #frame_2
|
||||||
|
{
|
||||||
|
background: url(images/library-bg-top-right.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
BrowsingLibrary #searchLine
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
border-image: url(images/library-search-bg.png);
|
||||||
|
border-width:4;
|
||||||
|
color:black;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Downloads*/
|
||||||
|
DownloadItem #fileName
|
||||||
|
{
|
||||||
|
font-size: 13pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
DownloadManager #list
|
||||||
|
{
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*JavaScript Dialogs*/
|
||||||
|
QFrame[js-frame="true"]
|
||||||
|
{
|
||||||
|
border: 1px solid black;
|
||||||
|
border-bottom: 0px;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QFrame[js-frame2="true"]
|
||||||
|
{
|
||||||
|
border: 1px solid black;
|
||||||
|
border-top: 0px;
|
||||||
|
background-color: #f3f3f3;
|
||||||
|
}
|
4
bin/themes/chrome/theme.info
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Name: Chrome
|
||||||
|
Author: nowrep
|
||||||
|
Short Description: Chrome like theme
|
||||||
|
Long Description: Chrome like theme for QupZilla based on Firefox Chromifox theme
|
BIN
bin/themes/chrome/theme.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
6
bin/themes/chrome/windows.css
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
/*TabWidget*/
|
||||||
|
#tabbar::tab
|
||||||
|
{
|
||||||
|
max-width: 250px;
|
||||||
|
height: 26px;
|
||||||
|
}
|
BIN
bin/themes/default/images/arrow-down.gif
Normal file
After Width: | Height: | Size: 54 B |
BIN
bin/themes/default/images/background.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
bin/themes/default/images/flash.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
bin/themes/default/images/flashstart.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
bin/themes/default/images/gotoaddress.png
Normal file
After Width: | Height: | Size: 612 B |
BIN
bin/themes/default/images/library-bg-left.png
Normal file
After Width: | Height: | Size: 546 B |
BIN
bin/themes/default/images/library-bg-top-right.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
bin/themes/default/images/library-bg-top.png
Normal file
After Width: | Height: | Size: 327 B |
BIN
bin/themes/default/images/lineedit-bg.png
Normal file
After Width: | Height: | Size: 569 B |
BIN
bin/themes/default/images/navigation-addtab.png
Normal file
After Width: | Height: | Size: 331 B |
BIN
bin/themes/default/images/navigation-back.png
Normal file
After Width: | Height: | Size: 600 B |
BIN
bin/themes/default/images/navigation-forward.png
Normal file
After Width: | Height: | Size: 600 B |
BIN
bin/themes/default/images/navigation-home.png
Normal file
After Width: | Height: | Size: 920 B |
BIN
bin/themes/default/images/navigation-reload.png
Normal file
After Width: | Height: | Size: 983 B |
BIN
bin/themes/default/images/navigation-stop.png
Normal file
After Width: | Height: | Size: 884 B |
BIN
bin/themes/default/images/navigation-supmenu.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
bin/themes/default/images/rss.png
Normal file
After Width: | Height: | Size: 735 B |
BIN
bin/themes/default/images/search.png
Normal file
After Width: | Height: | Size: 660 B |
BIN
bin/themes/default/images/siteicon-bg-secure.png
Normal file
After Width: | Height: | Size: 997 B |
BIN
bin/themes/default/images/siteicon-bg.png
Normal file
After Width: | Height: | Size: 655 B |
BIN
bin/themes/default/images/star.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
bin/themes/default/images/starg.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
bin/themes/default/images/tabs-list-button.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
bin/themes/default/images/transp.png
Normal file
After Width: | Height: | Size: 141 B |
344
bin/themes/default/main.css
Normal file
|
@ -0,0 +1,344 @@
|
||||||
|
/****************************
|
||||||
|
* Default Theme v0.1 *
|
||||||
|
* Author: nowrep *
|
||||||
|
* Last updated: 31.08 2011 *
|
||||||
|
****************************/
|
||||||
|
|
||||||
|
*[html-link-look="true"]
|
||||||
|
{
|
||||||
|
color: blue;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*MainWindow*/
|
||||||
|
#mainwindow
|
||||||
|
{
|
||||||
|
background-image: url(images/background.png);
|
||||||
|
background-position: top right;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-color: #e4eefa;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainwindow-menubar
|
||||||
|
{
|
||||||
|
background-image:url(images/transp.png);
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainwindow-menubar:item
|
||||||
|
{
|
||||||
|
color: black;
|
||||||
|
spacing: 5px;
|
||||||
|
padding: 2px 6px;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainwindow-menubar::item:pressed
|
||||||
|
{
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 lightgray, stop:1 darkgray);
|
||||||
|
border: 1px solid darkgrey;
|
||||||
|
border-top-left-radius: 4px;
|
||||||
|
border-top-right-radius: 4px;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainwindow-statusbar
|
||||||
|
{
|
||||||
|
background-image:url(images/transp.png);
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#statusbar-ip-label
|
||||||
|
{
|
||||||
|
color:*USER-TEXT-COLOR*;
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*NavigationBar*/
|
||||||
|
#navigationbar QSplitter::handle
|
||||||
|
{
|
||||||
|
background-color:transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-back
|
||||||
|
{
|
||||||
|
qproperty-icon: url(images/navigation-back.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-next
|
||||||
|
{
|
||||||
|
qproperty-icon: url(images/navigation-forward.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-stop
|
||||||
|
{
|
||||||
|
qproperty-icon: url(images/navigation-stop.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-reload
|
||||||
|
{
|
||||||
|
qproperty-icon: url(images/navigation-reload.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-home
|
||||||
|
{
|
||||||
|
qproperty-icon: url(images/navigation-home.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-addtab
|
||||||
|
{
|
||||||
|
qproperty-icon: url(images/navigation-addtab.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-supermenu
|
||||||
|
{
|
||||||
|
qproperty-icon: url(images/navigation-supmenu.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*TabWidget*/
|
||||||
|
#tabbar::tab
|
||||||
|
{
|
||||||
|
max-width:250px;
|
||||||
|
max-height: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabwidget-button-opentabs
|
||||||
|
{
|
||||||
|
qproperty-icon: url(images/tabs-list-button.png);
|
||||||
|
qproperty-fixedsize: 20px 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabwidget-button-opentabs::menu-indicator
|
||||||
|
{
|
||||||
|
background: url(images/transp.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*LocationBar*/
|
||||||
|
#locationbar
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
border-image: url(images/lineedit-bg.png);
|
||||||
|
border-width:4;
|
||||||
|
color:black;
|
||||||
|
padding-left: 33px;
|
||||||
|
qproperty-fixedheight: 25;
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-bookmarkicon
|
||||||
|
{
|
||||||
|
margin-bottom: 2px;
|
||||||
|
qproperty-pixmap: url(images/starg.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-bookmarkicon[bookmarked="true"]
|
||||||
|
{
|
||||||
|
qproperty-pixmap: url(images/star.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-siteicon
|
||||||
|
{
|
||||||
|
border-image: url(images/siteicon-bg.png);
|
||||||
|
margin-left:2px;
|
||||||
|
qproperty-fixedsize:35px 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-siteicon[secured="true"]
|
||||||
|
{
|
||||||
|
border-image: url(images/siteicon-bg-secure.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-rss-icon
|
||||||
|
{
|
||||||
|
margin-bottom:2px;
|
||||||
|
qproperty-pixmap: url(images/rss.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-goicon
|
||||||
|
{
|
||||||
|
margin-bottom:2px;
|
||||||
|
qproperty-pixmap: url(images/gotoaddress.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-down-icon
|
||||||
|
{
|
||||||
|
qproperty-pixmap: url(images/arrow-down.gif);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*WebSearchBar*/
|
||||||
|
#websearchbar
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
border-image: url(images/lineedit-bg.png);
|
||||||
|
border-width:4;
|
||||||
|
color:black;
|
||||||
|
padding-left: 33px;
|
||||||
|
qproperty-fixedheight: 25;
|
||||||
|
}
|
||||||
|
|
||||||
|
#websearchbar-searchbutton
|
||||||
|
{
|
||||||
|
margin-bottom:2px;
|
||||||
|
qproperty-pixmap: url(images/search.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#websearchbar-searchprovider-comobobox
|
||||||
|
{
|
||||||
|
border-image: url(images/siteicon-bg.png);
|
||||||
|
padding-left:-6px;
|
||||||
|
margin-left:2px;
|
||||||
|
qproperty-fixedsize: 35px 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#websearchbar-searchprovider-comobobox::menu-indicator
|
||||||
|
{
|
||||||
|
background-image: url(images/arrow-down.gif);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*BookmarksToolbar*/
|
||||||
|
#bookmarksbar QToolButton
|
||||||
|
{
|
||||||
|
border-image: url(images/transp.png);
|
||||||
|
border-width: 1px;
|
||||||
|
padding-right: -5px;
|
||||||
|
height: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#bookmarksbar QToolButton::menu-indicator
|
||||||
|
{
|
||||||
|
background: url(images/transp.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SideBar*/
|
||||||
|
#sidebar
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SourceViewer*/
|
||||||
|
#sourceviewer-textedit
|
||||||
|
{
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SourceViewerSearch*/
|
||||||
|
SourceViewerSearch #lineEdit[notfound="true"]
|
||||||
|
{
|
||||||
|
background:#ff6666;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SearchToolbar*/
|
||||||
|
SearchToolBar #lineEdit[notfound="true"]
|
||||||
|
{
|
||||||
|
background:#ff6666;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Click2Flash*/
|
||||||
|
#click2flash-frame
|
||||||
|
{
|
||||||
|
border: 1px solid #e8e8e8;
|
||||||
|
}
|
||||||
|
|
||||||
|
#click2flash-toolbutton
|
||||||
|
{
|
||||||
|
background: url(images/flash.png) no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#click2flash-toolbutton:hover
|
||||||
|
{
|
||||||
|
background: url(images/flashstart.png) no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*RSSManager*/
|
||||||
|
#rssmanager-frame
|
||||||
|
{
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
RSSManager QTabBar::tab
|
||||||
|
{
|
||||||
|
max-width:100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*AboutDialog*/
|
||||||
|
AboutDialog #label
|
||||||
|
{
|
||||||
|
background:white;
|
||||||
|
}
|
||||||
|
|
||||||
|
AboutDialog #textBrowser
|
||||||
|
{
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*DesktopNotification*/
|
||||||
|
DesktopNotification
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
DesktopNotification #frame
|
||||||
|
{
|
||||||
|
border: 2px solid darkblue;
|
||||||
|
border-radius: 20px;
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 #e4ecf1, stop:1 #d3e5f1);
|
||||||
|
}
|
||||||
|
|
||||||
|
DesktopNotification #heading
|
||||||
|
{
|
||||||
|
font: bold;
|
||||||
|
font-size: 13pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*BrowsingLibrary*/
|
||||||
|
BrowsingLibrary #tabs
|
||||||
|
{
|
||||||
|
qproperty-bgPixmap: url(images/library-bg-left.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
BrowsingLibrary #frame
|
||||||
|
{
|
||||||
|
background: url(images/library-bg-top.png) no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
BrowsingLibrary #frame_2
|
||||||
|
{
|
||||||
|
background: url(images/library-bg-top-right.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
BrowsingLibrary #searchLine
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
border-image: url(images/lineedit-bg.png);
|
||||||
|
border-width:4;
|
||||||
|
color:black;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Downloads*/
|
||||||
|
DownloadItem #fileName
|
||||||
|
{
|
||||||
|
font-size: 13pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
DownloadManager #list
|
||||||
|
{
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*JavaScript Dialogs*/
|
||||||
|
QFrame[js-frame="true"]
|
||||||
|
{
|
||||||
|
border: 1px solid black;
|
||||||
|
border-bottom: 0px;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QFrame[js-frame2="true"]
|
||||||
|
{
|
||||||
|
border: 1px solid black;
|
||||||
|
border-top: 0px;
|
||||||
|
background-color: #f3f3f3;
|
||||||
|
}
|
4
bin/themes/default/theme.info
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Name: Old Default
|
||||||
|
Author: nowrep
|
||||||
|
Short Description: Old standard theme
|
||||||
|
Long Description: This theme was the only theme available in QupZilla until 1.0.0-beta4
|
BIN
bin/themes/default/theme.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
bin/themes/default2/images/flash.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
bin/themes/default2/images/flashstart.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
bin/themes/default2/images/gotoaddress.png
Normal file
After Width: | Height: | Size: 612 B |
BIN
bin/themes/default2/images/library-bg-top-right.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
bin/themes/default2/images/library-bg-top.png
Normal file
After Width: | Height: | Size: 327 B |
BIN
bin/themes/default2/images/library-search-bg.png
Normal file
After Width: | Height: | Size: 569 B |
BIN
bin/themes/default2/images/navigation-dropdown.png
Normal file
After Width: | Height: | Size: 737 B |
BIN
bin/themes/default2/images/rss.png
Normal file
After Width: | Height: | Size: 735 B |
BIN
bin/themes/default2/images/search-icon.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
bin/themes/default2/images/star-a.png
Normal file
After Width: | Height: | Size: 359 B |
BIN
bin/themes/default2/images/star.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
bin/themes/default2/images/tabs-list-button.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
bin/themes/default2/images/transp.png
Normal file
After Width: | Height: | Size: 141 B |
291
bin/themes/default2/main.css
Normal file
|
@ -0,0 +1,291 @@
|
||||||
|
/*************************************
|
||||||
|
* Default Theme v0.1 *
|
||||||
|
* Author: nowrep *
|
||||||
|
* Based on: Firefox Chromifox Theme *
|
||||||
|
* Last updated: 08.09 2011 *
|
||||||
|
*************************************/
|
||||||
|
|
||||||
|
*[html-link-look="true"]
|
||||||
|
{
|
||||||
|
color: blue;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*MainWindow*/
|
||||||
|
#statusbar-ip-label
|
||||||
|
{
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*NavigationBar*/
|
||||||
|
#navigation-button-back
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "go-previous";
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-next
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "go-next";
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-stop
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "process-stop";
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-reload
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "view-refresh";
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-home
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "go-home";
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-addtab
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "list-add";
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-supermenu
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "preferences-desktop";
|
||||||
|
}
|
||||||
|
|
||||||
|
/*TabWidget*/
|
||||||
|
#tabbar::tab
|
||||||
|
{
|
||||||
|
max-width:250px;
|
||||||
|
height: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabwidget::tab-bar
|
||||||
|
{
|
||||||
|
right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabwidget-button-opentabs
|
||||||
|
{
|
||||||
|
qproperty-icon: url(images/tabs-list-button.png);
|
||||||
|
qproperty-fixedsize: 20px 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabwidget-button-opentabs::menu-indicator
|
||||||
|
{
|
||||||
|
background: url(images/transp.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabbar
|
||||||
|
{
|
||||||
|
min-height: 27px;
|
||||||
|
max-height: 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*LocationBar*/
|
||||||
|
#locationbar
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
border-width:4;
|
||||||
|
color:black;
|
||||||
|
padding-left: 22px;
|
||||||
|
qproperty-fixedheight: 27;
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-bookmarkicon
|
||||||
|
{
|
||||||
|
margin-bottom: 2px;
|
||||||
|
qproperty-pixmap: url(images/star.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-bookmarkicon[bookmarked="true"]
|
||||||
|
{
|
||||||
|
qproperty-pixmap: url(images/star-a.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-siteicon
|
||||||
|
{
|
||||||
|
border-image: url(images/transp.png);
|
||||||
|
qproperty-fixedsize:30px 27px;
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-rss-icon
|
||||||
|
{
|
||||||
|
margin-bottom:2px;
|
||||||
|
qproperty-pixmap: url(images/rss.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-goicon
|
||||||
|
{
|
||||||
|
margin-bottom:2px;
|
||||||
|
qproperty-pixmap: url(images/gotoaddress.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-down-icon
|
||||||
|
{
|
||||||
|
margin-right: -4px;
|
||||||
|
margin-bottom: 1px;
|
||||||
|
qproperty-pixmap: url(images/navigation-dropdown.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*BookmarksToolbar*/
|
||||||
|
#bookmarksbar QToolButton
|
||||||
|
{
|
||||||
|
border-image: url(images/transp.png);
|
||||||
|
border-width: 1px;
|
||||||
|
padding-right: -5px;
|
||||||
|
height: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#bookmarksbar QToolButton::menu-indicator
|
||||||
|
{
|
||||||
|
background: url(images/transp.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*WebSearchBar*/
|
||||||
|
#websearchbar
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
border-width:4;
|
||||||
|
color:black;
|
||||||
|
padding-left: 30px;
|
||||||
|
qproperty-fixedheight: 27;
|
||||||
|
}
|
||||||
|
|
||||||
|
#websearchbar-searchbutton
|
||||||
|
{
|
||||||
|
margin-bottom:2px;
|
||||||
|
margin-right: 2px;
|
||||||
|
qproperty-pixmap: url(images/search-icon.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#websearchbar-searchprovider-comobobox
|
||||||
|
{
|
||||||
|
border-image: url(images/transp.png);
|
||||||
|
padding-left:-8px;
|
||||||
|
qproperty-fixedsize: 37px 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SourceViewer*/
|
||||||
|
#sourceviewer-textedit
|
||||||
|
{
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SourceViewerSearch*/
|
||||||
|
SourceViewerSearch #lineEdit[notfound="true"]
|
||||||
|
{
|
||||||
|
background:#ff6666;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SearchToolbar*/
|
||||||
|
SearchToolBar #lineEdit[notfound="true"]
|
||||||
|
{
|
||||||
|
background:#ff6666;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Click2Flash*/
|
||||||
|
#click2flash-frame
|
||||||
|
{
|
||||||
|
border: 1px solid #e8e8e8;
|
||||||
|
}
|
||||||
|
|
||||||
|
#click2flash-toolbutton
|
||||||
|
{
|
||||||
|
background: url(images/flash.png) no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#click2flash-toolbutton:hover
|
||||||
|
{
|
||||||
|
background: url(images/flashstart.png) no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*RSSManager*/
|
||||||
|
#rssmanager-frame
|
||||||
|
{
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
RSSManager QTabBar::tab
|
||||||
|
{
|
||||||
|
max-width:100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*AboutDialog*/
|
||||||
|
AboutDialog #label
|
||||||
|
{
|
||||||
|
background:white;
|
||||||
|
}
|
||||||
|
|
||||||
|
AboutDialog #textBrowser
|
||||||
|
{
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*DesktopNotification*/
|
||||||
|
DesktopNotification
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
DesktopNotification #frame
|
||||||
|
{
|
||||||
|
border: 2px solid darkblue;
|
||||||
|
border-radius: 20px;
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 #e4ecf1, stop:1 #d3e5f1);
|
||||||
|
}
|
||||||
|
|
||||||
|
DesktopNotification #heading
|
||||||
|
{
|
||||||
|
font: bold;
|
||||||
|
font-size: 13pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*BrowsingLibrary*/
|
||||||
|
BrowsingLibrary #frame
|
||||||
|
{
|
||||||
|
background: url(images/library-bg-top.png) no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
BrowsingLibrary #frame_2
|
||||||
|
{
|
||||||
|
background: url(images/library-bg-top-right.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
BrowsingLibrary #searchLine
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
border-image: url(images/library-search-bg.png);
|
||||||
|
border-width:4;
|
||||||
|
color:black;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Downloads*/
|
||||||
|
DownloadItem #fileName
|
||||||
|
{
|
||||||
|
font-size: 13pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
DownloadManager #list
|
||||||
|
{
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*JavaScript Dialogs*/
|
||||||
|
QFrame[js-frame="true"]
|
||||||
|
{
|
||||||
|
border: 1px solid black;
|
||||||
|
border-bottom: 0px;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QFrame[js-frame2="true"]
|
||||||
|
{
|
||||||
|
border: 1px solid black;
|
||||||
|
border-top: 0px;
|
||||||
|
background-color: #f3f3f3;
|
||||||
|
}
|
4
bin/themes/default2/theme.info
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Name: Gnome Default
|
||||||
|
Author: nowrep
|
||||||
|
Short Description: Default theme
|
||||||
|
Long Description: Default theme for Gnome Desktop
|
BIN
bin/themes/default2/theme.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
bin/themes/linux/images/flash.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
bin/themes/linux/images/flashstart.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
bin/themes/linux/images/gotoaddress.png
Normal file
After Width: | Height: | Size: 612 B |
BIN
bin/themes/linux/images/library-bg-left.png
Normal file
After Width: | Height: | Size: 546 B |
BIN
bin/themes/linux/images/library-bg-top-right.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
bin/themes/linux/images/library-bg-top.png
Normal file
After Width: | Height: | Size: 327 B |
BIN
bin/themes/linux/images/library-search-bg.png
Normal file
After Width: | Height: | Size: 569 B |
BIN
bin/themes/linux/images/navigation-dropdown.png
Normal file
After Width: | Height: | Size: 737 B |
BIN
bin/themes/linux/images/rss.png
Normal file
After Width: | Height: | Size: 735 B |
BIN
bin/themes/linux/images/search-icon.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
bin/themes/linux/images/star-a.png
Normal file
After Width: | Height: | Size: 359 B |
BIN
bin/themes/linux/images/star.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
bin/themes/linux/images/tabs-list-button.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
bin/themes/linux/images/transp.png
Normal file
After Width: | Height: | Size: 141 B |
306
bin/themes/linux/main.css
Normal file
|
@ -0,0 +1,306 @@
|
||||||
|
/*************************************
|
||||||
|
* Default Theme v0.1 *
|
||||||
|
* Author: nowrep *
|
||||||
|
* Based on: Firefox Chromifox Theme *
|
||||||
|
* Last updated: 08.09 2011 *
|
||||||
|
*************************************/
|
||||||
|
|
||||||
|
*[html-link-look="true"]
|
||||||
|
{
|
||||||
|
color: blue;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*MainWindow*/
|
||||||
|
#mainwindow-menubar:item
|
||||||
|
{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
#statusbar-ip-label
|
||||||
|
{
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*NavigationBar*/
|
||||||
|
#navigation-button-back
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "go-previous";
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-next
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "go-next";
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-stop
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "process-stop";
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-reload
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "view-refresh";
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-home
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "go-home";
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-addtab
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "list-add";
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation-button-supermenu
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "preferences-desktop";
|
||||||
|
}
|
||||||
|
|
||||||
|
/*TabWidget*/
|
||||||
|
#tabbar::tab
|
||||||
|
{
|
||||||
|
max-width:250px;
|
||||||
|
max-height: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabwidget::tab-bar
|
||||||
|
{
|
||||||
|
right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabwidget-button-opentabs
|
||||||
|
{
|
||||||
|
qproperty-icon: url(images/tabs-list-button.png);
|
||||||
|
qproperty-fixedsize: 20px 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabwidget-button-opentabs::menu-indicator
|
||||||
|
{
|
||||||
|
background: url(images/transp.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabbar
|
||||||
|
{
|
||||||
|
height: 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*LocationBar*/
|
||||||
|
#locationbar
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
border-width:4;
|
||||||
|
color:black;
|
||||||
|
padding-left: 22px;
|
||||||
|
qproperty-fixedheight: 27;
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-bookmarkicon
|
||||||
|
{
|
||||||
|
margin-bottom: 2px;
|
||||||
|
qproperty-pixmap: url(images/star.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-bookmarkicon[bookmarked="true"]
|
||||||
|
{
|
||||||
|
qproperty-pixmap: url(images/star-a.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-siteicon
|
||||||
|
{
|
||||||
|
border-image: url(images/transp.png);
|
||||||
|
qproperty-fixedsize:30px 27px;
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-rss-icon
|
||||||
|
{
|
||||||
|
margin-bottom:2px;
|
||||||
|
qproperty-pixmap: url(images/rss.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-goicon
|
||||||
|
{
|
||||||
|
margin-bottom:2px;
|
||||||
|
qproperty-pixmap: url(images/gotoaddress.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar-down-icon
|
||||||
|
{
|
||||||
|
margin-right: -4px;
|
||||||
|
margin-bottom: 1px;
|
||||||
|
qproperty-pixmap: url(images/navigation-dropdown.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*BookmarksToolbar*/
|
||||||
|
#bookmarksbar QToolButton
|
||||||
|
{
|
||||||
|
border-image: url(images/transp.png);
|
||||||
|
border-width: 1px;
|
||||||
|
padding-right: -5px;
|
||||||
|
height: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#bookmarksbar QToolButton::menu-indicator
|
||||||
|
{
|
||||||
|
background: url(images/transp.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SideBar*/
|
||||||
|
#sidebar
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*WebSearchBar*/
|
||||||
|
#websearchbar
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
border-width:4;
|
||||||
|
color:black;
|
||||||
|
padding-left: 30px;
|
||||||
|
qproperty-fixedheight: 27;
|
||||||
|
}
|
||||||
|
|
||||||
|
#websearchbar-searchbutton
|
||||||
|
{
|
||||||
|
margin-bottom:2px;
|
||||||
|
margin-right: 2px;
|
||||||
|
qproperty-pixmap: url(images/search-icon.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#websearchbar-searchprovider-comobobox
|
||||||
|
{
|
||||||
|
border-image: url(images/transp.png);
|
||||||
|
padding-left:-8px;
|
||||||
|
qproperty-fixedsize: 37px 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SourceViewer*/
|
||||||
|
#sourceviewer-textedit
|
||||||
|
{
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SourceViewerSearch*/
|
||||||
|
SourceViewerSearch #lineEdit[notfound="true"]
|
||||||
|
{
|
||||||
|
background:#ff6666;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*SearchToolbar*/
|
||||||
|
SearchToolBar #lineEdit[notfound="true"]
|
||||||
|
{
|
||||||
|
background:#ff6666;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Click2Flash*/
|
||||||
|
#click2flash-frame
|
||||||
|
{
|
||||||
|
border: 1px solid #e8e8e8;
|
||||||
|
}
|
||||||
|
|
||||||
|
#click2flash-toolbutton
|
||||||
|
{
|
||||||
|
background: url(images/flash.png) no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#click2flash-toolbutton:hover
|
||||||
|
{
|
||||||
|
background: url(images/flashstart.png) no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*RSSManager*/
|
||||||
|
#rssmanager-frame
|
||||||
|
{
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
RSSManager QTabBar::tab
|
||||||
|
{
|
||||||
|
max-width:100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*AboutDialog*/
|
||||||
|
AboutDialog #label
|
||||||
|
{
|
||||||
|
background:white;
|
||||||
|
}
|
||||||
|
|
||||||
|
AboutDialog #textBrowser
|
||||||
|
{
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*DesktopNotification*/
|
||||||
|
DesktopNotification
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
DesktopNotification #frame
|
||||||
|
{
|
||||||
|
border: 2px solid darkblue;
|
||||||
|
border-radius: 20px;
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 #e4ecf1, stop:1 #d3e5f1);
|
||||||
|
}
|
||||||
|
|
||||||
|
DesktopNotification #heading
|
||||||
|
{
|
||||||
|
font: bold;
|
||||||
|
font-size: 13pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*BrowsingLibrary*/
|
||||||
|
BrowsingLibrary #tabs
|
||||||
|
{
|
||||||
|
qproperty-bgPixmap: url(images/library-bg-left.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
BrowsingLibrary #frame
|
||||||
|
{
|
||||||
|
background: url(images/library-bg-top.png) no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
BrowsingLibrary #frame_2
|
||||||
|
{
|
||||||
|
background: url(images/library-bg-top-right.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
BrowsingLibrary #searchLine
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
border-image: url(images/library-search-bg.png);
|
||||||
|
border-width:4;
|
||||||
|
color:black;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Downloads*/
|
||||||
|
DownloadItem #fileName
|
||||||
|
{
|
||||||
|
font-size: 13pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
DownloadManager #list
|
||||||
|
{
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*JavaScript Dialogs*/
|
||||||
|
QFrame[js-frame="true"]
|
||||||
|
{
|
||||||
|
border: 1px solid black;
|
||||||
|
border-bottom: 0px;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QFrame[js-frame2="true"]
|
||||||
|
{
|
||||||
|
border: 1px solid black;
|
||||||
|
border-top: 0px;
|
||||||
|
background-color: #f3f3f3;
|
||||||
|
}
|
4
bin/themes/linux/theme.info
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Name: Linux Default
|
||||||
|
Author: nowrep
|
||||||
|
Short Description: Linux theme
|
||||||
|
Long Description: Default simple theme for Linux using native widget style and some basic icons from desktop icon set
|
BIN
bin/themes/linux/theme.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
bin/themes/mac/images/feed-icon.png
Normal file
After Width: | Height: | Size: 824 B |