2011-09-11 19:15:06 +02:00
|
|
|
/*************************************
|
2013-03-16 09:37:26 +01:00
|
|
|
* Windows Theme *
|
2011-09-11 19:15:06 +02:00
|
|
|
* Author: nowrep *
|
|
|
|
* Based on: Firefox Strata Aero *
|
|
|
|
*************************************/
|
|
|
|
|
|
|
|
*[html-link-look="true"]
|
|
|
|
{
|
2012-09-11 10:49:38 +02:00
|
|
|
color: palette(link);
|
2011-09-11 19:15:06 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*MainWindow*/
|
|
|
|
#mainwindow
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
background : #ffffff;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#statusbar-ip-label
|
|
|
|
{
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*NavigationBar*/
|
2013-04-27 13:51:08 +02:00
|
|
|
#navigationbar
|
|
|
|
{
|
|
|
|
qproperty-layoutMargin: 3;
|
|
|
|
qproperty-layoutSpacing: 3;
|
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
#navigationbar QSplitter::handle
|
|
|
|
{
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
|
|
|
|
2018-01-07 17:46:48 +01:00
|
|
|
#navigationbar QSplitter
|
|
|
|
{
|
|
|
|
min-width: 8px;
|
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
#navigation-button-back
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "go-previous";
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigation-button-next
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "go-next";
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigation-button-stop
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "process-stop";
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigation-button-reload
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "view-refresh";
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigation-button-home
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "go-home";
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigation-button-addtab
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "list-add";
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
2018-01-04 21:35:39 +01:00
|
|
|
#navigation-button-tools
|
|
|
|
{
|
|
|
|
qproperty-themeIcon: "arrow-right-double";
|
2018-01-07 18:16:40 +01:00
|
|
|
qproperty-fallbackIcon: url(images/tools.svg);
|
2018-01-04 21:35:39 +01:00
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
#navigation-button-supermenu
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "application-menu";
|
|
|
|
qproperty-fallbackIcon: url(images/menu.svg);
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
2018-01-06 15:53:52 +01:00
|
|
|
#navigation-toolbutton-badge
|
|
|
|
{
|
|
|
|
background: palette(dark);
|
|
|
|
color: palette(bright-text);
|
|
|
|
margin: 0px 1px;
|
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
/*TabWidget*/
|
2013-12-23 20:28:14 +01:00
|
|
|
#tabbar-button-right
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "arrow-right";
|
|
|
|
qproperty-fallbackIcon: url(images/tab-right-arrow.svg);
|
2013-12-23 20:28:14 +01:00
|
|
|
qproperty-fixedsize: 15px 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar-button-left
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "arrow-left";
|
|
|
|
qproperty-fallbackIcon: url(images/tab-left-arrow.svg);
|
2013-12-23 20:28:14 +01:00
|
|
|
qproperty-fixedsize: 15px 25px;
|
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
#tabwidget-button-opentabs
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "go-down";
|
|
|
|
qproperty-fixedsize: 22px 28px;
|
2013-03-07 17:26:21 +01:00
|
|
|
}
|
|
|
|
|
2014-03-17 15:01:28 +01:00
|
|
|
#tabwidget-button-closedtabs
|
|
|
|
{
|
2014-03-24 18:07:56 +01:00
|
|
|
qproperty-themeIcon: "user-trash-full";
|
2014-03-17 15:01:28 +01:00
|
|
|
qproperty-fixedsize: 22px 28px;
|
|
|
|
}
|
|
|
|
|
2018-01-07 17:46:48 +01:00
|
|
|
#tabwidget-button-addtab[outside-tabbar="false"]
|
2011-10-23 14:44:18 +02:00
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
background : #dddddd;
|
|
|
|
border: 1px solid #b2b2b2;
|
|
|
|
border-bottom: none;
|
|
|
|
border-left: none;
|
|
|
|
qproperty-fixedsize: 28px 28px;
|
|
|
|
qproperty-themeIcon: "list-add";
|
2011-10-23 14:44:18 +02:00
|
|
|
}
|
|
|
|
|
2014-01-01 18:23:56 +01:00
|
|
|
#tabwidget-button-addtab[outside-tabbar="true"]
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "list-add";
|
|
|
|
qproperty-fixedsize: 22px 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar
|
|
|
|
{
|
|
|
|
min-height: 30px;
|
|
|
|
max-height: 30px;
|
2018-01-08 10:18:57 +01:00
|
|
|
qproperty-tabPadding: 3;
|
2018-01-07 17:46:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#tab-icon
|
|
|
|
{
|
|
|
|
padding-right: 3px;
|
|
|
|
padding-left: 3px;
|
|
|
|
min-width: 16px;
|
|
|
|
max-width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#combotabbar_tabs_close_button
|
|
|
|
{
|
|
|
|
max-width: 11px;
|
|
|
|
max-height: 9px;
|
|
|
|
min-width: 11px;
|
|
|
|
min-height: 9px;
|
|
|
|
padding-right: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::close-button
|
|
|
|
{
|
|
|
|
image: url(images/tab-close.svg);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::close-button:hover
|
|
|
|
{
|
|
|
|
image: url(images/tab-close-h.svg);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::close-button:pressed
|
|
|
|
{
|
|
|
|
image: url(images/tab-close-a.svg);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::tab
|
|
|
|
{
|
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::tab:selected
|
|
|
|
{
|
|
|
|
background : #ffffff;
|
|
|
|
border: 1px solid #b2b2b2;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::tab:!selected
|
|
|
|
{
|
|
|
|
background : #dddddd;
|
|
|
|
border: 1px solid #b2b2b2;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::tab:!selected:hover
|
|
|
|
{
|
|
|
|
background: #f3f3f3;
|
|
|
|
border: 1px solid #b2b2b2;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::tab:selected:!first
|
|
|
|
{
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::tab:!selected:!first
|
|
|
|
{
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::tab:!selected:!first:hover
|
|
|
|
{
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::tab:selected:first
|
|
|
|
{
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::tab:!selected:first
|
|
|
|
{
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::tab:selected:only-one
|
|
|
|
{
|
|
|
|
margin-left: 0;
|
2014-01-01 18:23:56 +01:00
|
|
|
}
|
|
|
|
|
2018-01-07 18:28:42 +01:00
|
|
|
#tabbar::tab:!selected:only-one
|
|
|
|
{
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::tab:!selected:hover:only-one
|
|
|
|
{
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2012-04-22 20:51:28 +02:00
|
|
|
/*IconProvider*/
|
|
|
|
IconProvider
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-bookmarkIcon: url(images/star-a.svg);
|
2012-04-22 20:51:28 +02:00
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
/*LocationBar*/
|
|
|
|
#locationbar
|
|
|
|
{
|
|
|
|
background: transparent;
|
2018-01-07 17:46:48 +01:00
|
|
|
border: 1px solid #b2b2b2;
|
|
|
|
min-height: 25px;
|
|
|
|
qproperty-leftMargin: 27;
|
|
|
|
}
|
|
|
|
|
|
|
|
#locationbar::focus
|
|
|
|
{
|
|
|
|
border-color: #0078d7;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#locationbar-bookmarkicon
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "rating-unrated";
|
|
|
|
qproperty-fallbackIcon: url(images/star.svg);
|
|
|
|
qproperty-fixedsize: 16px 16px;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#locationbar-bookmarkicon[bookmarked="true"]
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "rating";
|
|
|
|
qproperty-fallbackIcon: url(images/star-a.svg);
|
|
|
|
qproperty-fixedsize: 16px 16px;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#locationbar-siteicon
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
border-image: url(images/transp.png);
|
|
|
|
qproperty-fixedwidth: 30;
|
|
|
|
min-height: 25px;
|
2011-09-11 19:15:06 +02:00
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#locationbar-goicon
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "go-jump-locationbar";
|
|
|
|
qproperty-fallbackIcon: url(images/goto.svg);
|
|
|
|
qproperty-fixedsize: 16px 16px;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#locationbar-down-icon
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "go-down";
|
|
|
|
qproperty-fixedsize: 12px 16px;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
2013-02-08 18:44:26 +01:00
|
|
|
#locationbar-autofillicon
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-themeIcon: "user-identity";
|
|
|
|
qproperty-fallbackIcon: url(images/user.svg);
|
|
|
|
qproperty-fixedsize: 16px 16px;
|
2013-02-08 18:44:26 +01:00
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
/*BookmarksToolbar*/
|
|
|
|
#bookmarksbar QToolButton
|
|
|
|
{
|
|
|
|
border-image: url(images/transp.png);
|
2012-03-04 22:30:45 +01:00
|
|
|
border-width: 0px;
|
2011-09-11 19:15:06 +02:00
|
|
|
height: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*SideBar*/
|
|
|
|
#sidebar
|
|
|
|
{
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
2011-10-28 23:17:38 +02:00
|
|
|
#sidebar-splitter::handle
|
|
|
|
{
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
/*WebSearchBar*/
|
|
|
|
#websearchbar
|
|
|
|
{
|
|
|
|
background: transparent;
|
2018-01-07 17:46:48 +01:00
|
|
|
border: 1px solid #b2b2b2 solid;
|
|
|
|
qproperty-leftMargin: 27;
|
|
|
|
}
|
|
|
|
|
|
|
|
#websearchbar::focus
|
|
|
|
{
|
|
|
|
border-color: #0078d7;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#websearchbar-searchbutton
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
qproperty-fixedsize: 22px 16px;
|
|
|
|
qproperty-themeIcon: "edit-find";
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#websearchbar-searchprovider-comobobox
|
|
|
|
{
|
2018-01-07 17:46:48 +01:00
|
|
|
border-image: url(images/transp.png);
|
|
|
|
qproperty-fixedwidth: 25;
|
|
|
|
min-height: 25px;
|
|
|
|
padding-left: 4px;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*SourceViewer*/
|
|
|
|
#sourceviewer-textedit
|
|
|
|
{
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*SourceViewerSearch*/
|
|
|
|
SourceViewerSearch #lineEdit[notfound="true"]
|
|
|
|
{
|
|
|
|
background:#ff6666;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*SearchToolbar*/
|
|
|
|
SearchToolBar #lineEdit[notfound="true"]
|
|
|
|
{
|
|
|
|
background:#ff6666;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*AboutDialog*/
|
|
|
|
AboutDialog #label
|
|
|
|
{
|
|
|
|
background:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
AboutDialog #textBrowser
|
|
|
|
{
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*DesktopNotification*/
|
|
|
|
DesktopNotification
|
|
|
|
{
|
|
|
|
background: transparent;
|
|
|
|
}
|
2018-01-07 17:46:48 +01:00
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
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
|
|
|
|
{
|
2015-11-06 14:31:02 +01:00
|
|
|
qproperty-bgPixmap: url(images/library-bg.png);
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
BrowsingLibrary #frame
|
|
|
|
{
|
2015-11-06 14:31:02 +01:00
|
|
|
background: url(images/library-bg.png);
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*Downloads*/
|
|
|
|
DownloadItem #fileName
|
|
|
|
{
|
|
|
|
font-size: 13pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
DownloadManager #list
|
|
|
|
{
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*JavaScript Dialogs*/
|
2011-11-24 22:18:45 +01:00
|
|
|
#jsFrame
|
|
|
|
{
|
|
|
|
background: url(images/semi-transp.png);
|
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
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;
|
|
|
|
}
|