Updated themes + deleted now unneeded files
@ -1,4 +1,10 @@
|
||||
/*TabWidget*/
|
||||
#tabbar
|
||||
{
|
||||
background-image: url(images/tabs-bg.png);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
#tabbar::tab
|
||||
{
|
||||
max-width: 250px;
|
||||
|
@ -98,13 +98,6 @@
|
||||
}
|
||||
|
||||
/*TabWidget*/
|
||||
#tabbar
|
||||
{
|
||||
background-image: url(images/tabs-bg.png);
|
||||
background-repeat: repeat-x;
|
||||
height: 27px;
|
||||
}
|
||||
|
||||
#tabwidget::tab-bar
|
||||
{
|
||||
right: 31px;
|
||||
|
@ -1,4 +1,12 @@
|
||||
/*TabWidget*/
|
||||
#tabbar
|
||||
{
|
||||
background-image: url(images/tabs-bg.png);
|
||||
background-repeat: repeat-x;
|
||||
min-height: 27px;
|
||||
max-height: 27px;
|
||||
}
|
||||
|
||||
#tabbar::tab
|
||||
{
|
||||
max-width: 250px;
|
||||
|
@ -108,6 +108,11 @@
|
||||
qproperty-fixedsize: 20px 27px;
|
||||
}
|
||||
|
||||
#tabwidget::tab-bar
|
||||
{
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
#tabwidget-button-opentabs::menu-indicator
|
||||
{
|
||||
background: url(images/transp.png);
|
||||
|
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 327 B |
Before Width: | Height: | Size: 569 B |
Before Width: | Height: | Size: 737 B |
Before Width: | Height: | Size: 735 B |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 141 B |
@ -1,291 +0,0 @@
|
||||
/*************************************
|
||||
* 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;
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
Name: Gnome Default
|
||||
Author: nowrep
|
||||
Short Description: Default theme
|
||||
Long Description: Default theme for Gnome Desktop
|
Before Width: | Height: | Size: 1.3 KiB |
@ -81,11 +81,6 @@
|
||||
background: url(images/transp.png);
|
||||
}
|
||||
|
||||
#tabbar
|
||||
{
|
||||
height: 27px;
|
||||
}
|
||||
|
||||
/*LocationBar*/
|
||||
#locationbar
|
||||
{
|
||||
|
@ -1,4 +1,10 @@
|
||||
/*TabWidget*/
|
||||
#tabbar
|
||||
{
|
||||
background-image: url(images/tabs-bg.png);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
#tabbar::tab
|
||||
{
|
||||
max-width: 250px;
|
||||
|
@ -93,13 +93,6 @@
|
||||
}
|
||||
|
||||
/*TabWidget*/
|
||||
#tabbar
|
||||
{
|
||||
background-image: url(images/tabs-bg.png);
|
||||
background-repeat: repeat-x;
|
||||
height: 27px;
|
||||
}
|
||||
|
||||
#tabwidget::tab-bar
|
||||
{
|
||||
right: 26px;
|
||||
|
@ -1,4 +1,12 @@
|
||||
/*TabWidget*/
|
||||
#tabbar
|
||||
{
|
||||
background-image: url(images/tabs-bg.png);
|
||||
background-repeat: repeat-x;
|
||||
min-height: 27px;
|
||||
max-height: 27px;
|
||||
}
|
||||
|
||||
#tabbar::tab
|
||||
{
|
||||
max-width: 250px;
|
||||
|
@ -1,4 +1,10 @@
|
||||
/*TabWidget*/
|
||||
#tabbar
|
||||
{
|
||||
background-image: url(images/tabs-bg.png);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
#tabbar::tab
|
||||
{
|
||||
max-width: 250px;
|
||||
|
@ -103,13 +103,6 @@
|
||||
}
|
||||
|
||||
/*TabWidget*/
|
||||
#tabbar
|
||||
{
|
||||
background-image: url(images/tabs-bg.png);
|
||||
background-repeat: repeat-x;
|
||||
height: 27px;
|
||||
}
|
||||
|
||||
#tabwidget::tab-bar
|
||||
{
|
||||
right: 17px;
|
||||
|
@ -1,4 +1,12 @@
|
||||
/*TabWidget*/
|
||||
#tabbar
|
||||
{
|
||||
background-image: url(images/tabs-bg.png);
|
||||
background-repeat: repeat-x;
|
||||
min-height: 27px;
|
||||
max-height: 27px;
|
||||
}
|
||||
|
||||
#tabbar::tab
|
||||
{
|
||||
max-width: 250px;
|
||||
|
Before Width: | Height: | Size: 54 B |
Before Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 569 B |
Before Width: | Height: | Size: 997 B |
Before Width: | Height: | Size: 660 B |
Before Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 616 B |
Before Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 515 B |
Before Width: | Height: | Size: 882 B |
Before Width: | Height: | Size: 802 B |
Before Width: | Height: | Size: 748 B |
Before Width: | Height: | Size: 696 B |
Before Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 600 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 600 B |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 268 B |