|
Before Width: | Height: | Size: 907 B |
|
Before Width: | Height: | Size: 626 B |
|
Before Width: | Height: | Size: 608 B |
|
Before Width: | Height: | Size: 935 B |
|
Before Width: | Height: | Size: 435 B |
|
Before Width: | Height: | Size: 435 B |
|
Before Width: | Height: | Size: 762 B |
|
Before Width: | Height: | Size: 261 B |
|
Before Width: | Height: | Size: 373 B |
|
Before Width: | Height: | Size: 940 B |
|
Before Width: | Height: | Size: 907 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 146 B |
|
Before Width: | Height: | Size: 366 B |
|
Before Width: | Height: | Size: 325 B |
|
Before Width: | Height: | Size: 313 B |
|
Before Width: | Height: | Size: 403 B |
|
Before Width: | Height: | Size: 344 B |
|
Before Width: | Height: | Size: 427 B |
|
Before Width: | Height: | Size: 665 B |
|
Before Width: | Height: | Size: 654 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 167 B |
|
Before Width: | Height: | Size: 165 B |
|
Before Width: | Height: | Size: 300 B |
|
Before Width: | Height: | Size: 135 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 436 B |
|
Before Width: | Height: | Size: 345 B |
|
Before Width: | Height: | Size: 334 B |
@ -1,317 +0,0 @@ |
|||||||
/************************************* |
|
||||||
* Breathe theme * |
|
||||||
* Author: daimonion * |
|
||||||
* Using Oxygen icon set * |
|
||||||
*************************************/ |
|
||||||
|
|
||||||
*[html-link-look="true"] |
|
||||||
{ |
|
||||||
color: palette(link); |
|
||||||
text-decoration: underline; |
|
||||||
} |
|
||||||
|
|
||||||
/*MainWindow*/ |
|
||||||
#statusbar-ip-label |
|
||||||
{ |
|
||||||
padding-right: 5px; |
|
||||||
} |
|
||||||
|
|
||||||
/*NavigationBar*/ |
|
||||||
#navigation-button-back |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/previous.png); |
|
||||||
} |
|
||||||
|
|
||||||
#navigation-button-next |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/next.png); |
|
||||||
} |
|
||||||
|
|
||||||
#navigation-button-stop |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/stop.png); |
|
||||||
} |
|
||||||
|
|
||||||
#navigation-button-reload |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/reload.png); |
|
||||||
} |
|
||||||
|
|
||||||
#navigation-button-home |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/home.png); |
|
||||||
} |
|
||||||
|
|
||||||
#navigation-button-addtab |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/add.png); |
|
||||||
} |
|
||||||
|
|
||||||
#navigation-button-tools |
|
||||||
{ |
|
||||||
qproperty-themeIcon: "arrow-right-double"; |
|
||||||
} |
|
||||||
|
|
||||||
#navigation-button-supermenu |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/menu.png); |
|
||||||
} |
|
||||||
|
|
||||||
#navigation-toolbutton-badge |
|
||||||
{ |
|
||||||
background: palette(dark); |
|
||||||
color: palette(bright-text); |
|
||||||
margin: 0px 1px; |
|
||||||
} |
|
||||||
|
|
||||||
/*TabWidget*/ |
|
||||||
#tabbar::tab |
|
||||||
{ |
|
||||||
max-height: 22px; |
|
||||||
} |
|
||||||
|
|
||||||
#tabbar::scroller |
|
||||||
{ |
|
||||||
width: 0px; |
|
||||||
} |
|
||||||
|
|
||||||
#tabbar-button-right |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/tab-right.png); |
|
||||||
qproperty-fixedsize: 15px 22px; |
|
||||||
} |
|
||||||
|
|
||||||
#tabbar-button-left |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/tab-left.png); |
|
||||||
qproperty-fixedsize: 15px 22px; |
|
||||||
} |
|
||||||
|
|
||||||
#tabwidget-button-opentabs |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/tabs-list.png); |
|
||||||
qproperty-fixedsize: 18px 22px; |
|
||||||
} |
|
||||||
|
|
||||||
#tabwidget-button-closedtabs |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/trash.png); |
|
||||||
qproperty-fixedsize: 22px 22px; |
|
||||||
} |
|
||||||
|
|
||||||
#tabwidget-button-addtab |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/add.png); |
|
||||||
qproperty-fixedsize: 22px 22px; |
|
||||||
} |
|
||||||
|
|
||||||
/*IconProvider*/ |
|
||||||
IconProvider |
|
||||||
{ |
|
||||||
qproperty-bookmarkIcon: url(images/star-a.png); |
|
||||||
} |
|
||||||
|
|
||||||
/*LocationBar*/ |
|
||||||
#locationbar |
|
||||||
{ |
|
||||||
background: transparent; |
|
||||||
border-image: url(images/lineedit-bg.png); |
|
||||||
border-width: 3; |
|
||||||
qproperty-fixedheight: 22; |
|
||||||
qproperty-leftMargin: 30; |
|
||||||
} |
|
||||||
|
|
||||||
#locationbar-bookmarkicon |
|
||||||
{ |
|
||||||
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: 32px 22px; |
|
||||||
padding-left: 0px; |
|
||||||
} |
|
||||||
|
|
||||||
#locationbar-siteicon:hover |
|
||||||
{ |
|
||||||
border-image: url(images/siteicon-bg-h.png); |
|
||||||
} |
|
||||||
|
|
||||||
#locationbar-siteicon:pressed |
|
||||||
{ |
|
||||||
border-image: url(images/siteicon-bg-a.png); |
|
||||||
} |
|
||||||
|
|
||||||
#locationbar-siteicon[secured="true"] |
|
||||||
{ |
|
||||||
border-image: url(images/siteicon-secure-bg.png); |
|
||||||
} |
|
||||||
|
|
||||||
#locationbar-siteicon[secured="true"]:hover |
|
||||||
{ |
|
||||||
border-image: url(images/siteicon-secure-bg-h.png); |
|
||||||
} |
|
||||||
|
|
||||||
#locationbar-siteicon[secured="true"]:pressed |
|
||||||
{ |
|
||||||
border-image: url(images/siteicon-secure-bg-a.png); |
|
||||||
} |
|
||||||
|
|
||||||
#locationbar-goicon |
|
||||||
{ |
|
||||||
qproperty-pixmap: url(images/goto.png); |
|
||||||
} |
|
||||||
|
|
||||||
#locationbar-down-icon |
|
||||||
{ |
|
||||||
qproperty-pixmap: url(images/navigation-dropdown.png); |
|
||||||
} |
|
||||||
|
|
||||||
#locationbar-autofillicon |
|
||||||
{ |
|
||||||
qproperty-pixmap: url(images/login.png); |
|
||||||
} |
|
||||||
|
|
||||||
/*BookmarksToolbar*/ |
|
||||||
#bookmarksbar QToolButton |
|
||||||
{ |
|
||||||
border-image: url(images/transp.png); |
|
||||||
border-width: 0px; |
|
||||||
height: 12px; |
|
||||||
} |
|
||||||
|
|
||||||
/*SideBar*/ |
|
||||||
#sidebar |
|
||||||
{ |
|
||||||
background: transparent; |
|
||||||
} |
|
||||||
|
|
||||||
/*WebSearchBar*/ |
|
||||||
#websearchbar |
|
||||||
{ |
|
||||||
background: transparent; |
|
||||||
border-image: url(images/lineedit-bg.png); |
|
||||||
border-width: 3; |
|
||||||
qproperty-fixedheight: 22; |
|
||||||
qproperty-leftMargin: 30; |
|
||||||
} |
|
||||||
|
|
||||||
#websearchbar-searchbutton |
|
||||||
{ |
|
||||||
qproperty-pixmap: url(images/find.png); |
|
||||||
qproperty-fixedsize: 20px 16px; |
|
||||||
} |
|
||||||
|
|
||||||
#websearchbar-searchprovider-comobobox |
|
||||||
{ |
|
||||||
border-image: url(images/websearch-bg.png); |
|
||||||
padding-left:-8px; |
|
||||||
qproperty-fixedsize: 32px 22px; |
|
||||||
} |
|
||||||
|
|
||||||
#websearchbar-searchprovider-comobobox:hover |
|
||||||
{ |
|
||||||
border-image: url(images/websearch-bg-h.png); |
|
||||||
} |
|
||||||
|
|
||||||
#websearchbar-searchprovider-comobobox:pressed |
|
||||||
{ |
|
||||||
border-image: url(images/websearch-bg-a.png); |
|
||||||
} |
|
||||||
|
|
||||||
/*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; |
|
||||||
margin-top: -2px; /* Workarounding rounded border on KDE */ |
|
||||||
} |
|
||||||
|
|
||||||
/*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.png); |
|
||||||
} |
|
||||||
|
|
||||||
BrowsingLibrary #frame |
|
||||||
{ |
|
||||||
background: url(images/library-bg.png); |
|
||||||
} |
|
||||||
|
|
||||||
/*Downloads*/ |
|
||||||
DownloadItem #fileName |
|
||||||
{ |
|
||||||
font-size: 13pt; |
|
||||||
} |
|
||||||
|
|
||||||
DownloadManager #list |
|
||||||
{ |
|
||||||
border: none; |
|
||||||
} |
|
||||||
|
|
||||||
/*JavaScript Dialogs*/ |
|
||||||
#jsFrame |
|
||||||
{ |
|
||||||
background: url(images/semi-transp.png); |
|
||||||
} |
|
||||||
|
|
||||||
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; |
|
||||||
} |
|
||||||
@ -1,19 +0,0 @@ |
|||||||
#navigation-button-next |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/go-previous.png); |
|
||||||
} |
|
||||||
|
|
||||||
#navigation-button-back |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/go-next.png); |
|
||||||
} |
|
||||||
|
|
||||||
#tabbar-button-right |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/tab-left-arrow.png); |
|
||||||
} |
|
||||||
|
|
||||||
#tabbar-button-left |
|
||||||
{ |
|
||||||
qproperty-icon: url(images/tab-right-arrow.png); |
|
||||||
} |
|
||||||
@ -1,4 +0,0 @@ |
|||||||
Name: Breathe |
|
||||||
Author: daimonion |
|
||||||
Short Description: Theme with Oxygen icon set |
|
||||||
Long Description: Strictly uses Oxygen icon set. Mostly based on Default Linux theme by David Rosca. |
|
||||||
|
Before Width: | Height: | Size: 2.9 KiB |