2011-09-11 19:15:06 +02:00
|
|
|
/*************************************
|
2013-03-16 09:37:26 +01:00
|
|
|
* Chrome Theme *
|
2011-09-11 19:15:06 +02:00
|
|
|
* Author: nowrep *
|
|
|
|
* Based on: Firefox Chromifox Theme *
|
|
|
|
*************************************/
|
|
|
|
|
|
|
|
*[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
|
|
|
|
{
|
|
|
|
background: #e4edf9 url(images/toolbar-bg.png) repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mainwindow-menubar
|
|
|
|
{
|
2014-04-20 09:32:59 +02:00
|
|
|
background: transparent;
|
|
|
|
border: none;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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);
|
|
|
|
}
|
|
|
|
|
2018-01-07 13:17:41 +01:00
|
|
|
#navigation-button-tools
|
|
|
|
{
|
|
|
|
qproperty-icon: url(images/navigation-tools.png);
|
|
|
|
}
|
|
|
|
|
2018-01-08 17:50:23 +01:00
|
|
|
#navigation-button-exitfullscreen
|
|
|
|
{
|
|
|
|
qproperty-icon: url(images/navigation-exit-fullscreen.png);
|
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
#navigation-button-supermenu
|
|
|
|
{
|
|
|
|
qproperty-multiIcon: url(images/navigation-supermenu.png);
|
|
|
|
}
|
|
|
|
|
2018-01-06 15:53:52 +01:00
|
|
|
#navigation-toolbutton-badge
|
|
|
|
{
|
|
|
|
background: palette(dark);
|
|
|
|
color: palette(bright-text);
|
|
|
|
margin: 0px 1px;
|
|
|
|
}
|
|
|
|
|
2018-01-08 19:49:05 +01:00
|
|
|
ToolButton[button-id="button-downloads"]
|
|
|
|
{
|
|
|
|
qproperty-icon: url(images/navigation-downloads.png);
|
|
|
|
}
|
|
|
|
|
2014-04-20 09:32:59 +02:00
|
|
|
ToolButton[toolbar-look="true"]
|
|
|
|
{
|
2018-01-07 13:17:41 +01:00
|
|
|
qproperty-iconSize: 19px 19px;
|
2014-04-20 09:32:59 +02:00
|
|
|
qproperty-fixedsize: 31px 29px;
|
|
|
|
border-image: url(images/toolbutton.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
ToolButton[toolbar-look="true"]:hover
|
|
|
|
{
|
|
|
|
border-image: url(images/toolbutton-h.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
ToolButton[toolbar-look="true"]:pressed
|
|
|
|
{
|
|
|
|
border-image: url(images/toolbutton-a.png);
|
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
/*TabWidget*/
|
2018-01-08 10:18:57 +01:00
|
|
|
#tabbar
|
|
|
|
{
|
|
|
|
qproperty-tabPadding: -1;
|
2018-01-08 16:59:13 +01:00
|
|
|
qproperty-baseColor: 0;
|
2018-01-08 10:18:57 +01:00
|
|
|
}
|
|
|
|
|
2011-10-14 23:12:10 +02:00
|
|
|
#tabbar::scroller
|
2011-09-11 19:15:06 +02:00
|
|
|
{
|
2011-10-14 23:12:10 +02:00
|
|
|
width: 0px;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
2013-12-23 20:28:14 +01:00
|
|
|
#tabbar-button-right
|
|
|
|
{
|
|
|
|
qproperty-icon: url(images/tab-right-arrow.png);
|
|
|
|
qproperty-fixedsize: 15px 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar-button-left
|
|
|
|
{
|
|
|
|
qproperty-icon: url(images/tab-left-arrow.png);
|
|
|
|
qproperty-fixedsize: 15px 25px;
|
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
#tabwidget-button-opentabs
|
|
|
|
{
|
|
|
|
qproperty-multiIcon: url(images/tabs-list-button.png);
|
|
|
|
}
|
|
|
|
|
2014-03-17 15:01:28 +01:00
|
|
|
#tabwidget-button-closedtabs
|
|
|
|
{
|
2018-01-07 13:17:41 +01:00
|
|
|
qproperty-multiIcon: url(images/tabs-closed-button.png);
|
2014-03-17 15:01:28 +01:00
|
|
|
}
|
|
|
|
|
2011-10-23 14:44:18 +02:00
|
|
|
#tabwidget-button-addtab
|
|
|
|
{
|
|
|
|
qproperty-multiIcon: url(images/tabbar-addtab.png);
|
|
|
|
}
|
|
|
|
|
2012-04-22 20:51:28 +02:00
|
|
|
/*IconProvider*/
|
|
|
|
IconProvider
|
|
|
|
{
|
|
|
|
qproperty-bookmarkIcon: url(images/star-a.png);
|
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
/*LocationBar*/
|
|
|
|
#locationbar
|
|
|
|
{
|
|
|
|
background: transparent;
|
|
|
|
border-image: url(images/lineedit-bg.png);
|
2012-09-30 10:55:44 +02:00
|
|
|
border-width: 3px;
|
2011-09-11 19:15:06 +02:00
|
|
|
color:black;
|
2012-08-11 13:13:37 +02:00
|
|
|
padding-right: 0px;
|
|
|
|
padding-left: 0px;
|
2012-01-27 17:25:51 +01:00
|
|
|
padding-top: -2px;
|
2012-09-30 10:55:44 +02:00
|
|
|
padding-bottom: -2px;
|
2011-09-11 19:15:06 +02:00
|
|
|
qproperty-fixedheight: 27;
|
2012-08-13 15:41:08 +02:00
|
|
|
qproperty-leftMargin: 28;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#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-goicon
|
|
|
|
{
|
|
|
|
qproperty-pixmap: url(images/gotoaddress.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
#locationbar-down-icon
|
|
|
|
{
|
|
|
|
margin-bottom: 1px;
|
|
|
|
qproperty-pixmap: url(images/navigation-dropdown.png);
|
|
|
|
}
|
|
|
|
|
2013-02-08 18:44:26 +01:00
|
|
|
#locationbar-autofillicon
|
|
|
|
{
|
|
|
|
margin-bottom: 1px;
|
|
|
|
qproperty-pixmap: url(images/key.png);
|
|
|
|
}
|
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
/*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;
|
|
|
|
border-image: url(images/lineedit-bg.png);
|
2012-09-30 11:22:28 +02:00
|
|
|
border-width: 3px;
|
2011-09-11 19:15:06 +02:00
|
|
|
color:black;
|
2012-08-11 13:13:37 +02:00
|
|
|
padding-right: 0px;
|
|
|
|
padding-left: 0px;
|
2012-01-27 17:25:51 +01:00
|
|
|
padding-top: -2px;
|
2012-09-30 11:22:28 +02:00
|
|
|
padding-bottom: -2px;
|
2011-09-11 19:15:06 +02:00
|
|
|
qproperty-fixedheight: 27;
|
2012-08-14 13:12:55 +02:00
|
|
|
qproperty-leftMargin: 35;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#websearchbar-searchbutton
|
|
|
|
{
|
2018-01-07 13:17:41 +01:00
|
|
|
margin-top: 2px;
|
2011-09-11 19:15:06 +02:00
|
|
|
margin-right: 2px;
|
|
|
|
qproperty-pixmap: url(images/search-icon.png);
|
|
|
|
}
|
|
|
|
|
2018-01-28 10:52:09 +01:00
|
|
|
#websearchbar-searchprovider-combobox
|
2011-09-11 19:15:06 +02:00
|
|
|
{
|
|
|
|
border-image: url(images/searchbar-provider-bg.png);
|
|
|
|
padding-left:-8px;
|
|
|
|
qproperty-fixedsize: 37px 27px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*SearchToolbar*/
|
|
|
|
SearchToolBar #lineEdit[notfound="true"]
|
|
|
|
{
|
|
|
|
background:#ff6666;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*AboutDialog*/
|
|
|
|
AboutDialog #label
|
|
|
|
{
|
2018-01-09 17:17:28 +01:00
|
|
|
background: palette(window);
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
2018-02-24 10:03:41 +01:00
|
|
|
AboutDialog #textLabel
|
2011-09-11 19:15:06 +02:00
|
|
|
{
|
2018-01-09 17:17:28 +01:00
|
|
|
background: palette(window);
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*DesktopNotification*/
|
|
|
|
DesktopNotification
|
|
|
|
{
|
2018-01-09 17:17:28 +01:00
|
|
|
background: #31363b;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
2018-01-09 17:17:28 +01:00
|
|
|
|
2011-09-11 19:15:06 +02:00
|
|
|
DesktopNotification #frame
|
|
|
|
{
|
2018-01-09 17:17:28 +01:00
|
|
|
border: 1px solid #696d71;
|
|
|
|
padding: 10px;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
DesktopNotification #heading
|
|
|
|
{
|
|
|
|
font: bold;
|
2018-01-09 17:17:28 +01:00
|
|
|
color: #c2c7c7;
|
|
|
|
}
|
|
|
|
|
|
|
|
DesktopNotification #text
|
|
|
|
{
|
|
|
|
color: #e7ebeb;
|
2011-09-11 19:15:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*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
|
|
|
}
|
|
|
|
|
|
|
|
/*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;
|
|
|
|
}
|
2018-02-24 18:00:53 +01:00
|
|
|
|
|
|
|
/*WebView*/
|
|
|
|
WebView
|
|
|
|
{
|
|
|
|
background: white;
|
|
|
|
}
|