1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Added theme support. 5 themes are available now: Chrome, Windows, Old,

Linux Native and Mac
This commit is contained in:
nowrep 2011-09-11 19:15:06 +02:00
parent 1c24bde8e7
commit 9902e64f81
254 changed files with 4192 additions and 1786 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ license_template
Makefile*
TestPlugin-build
search_*
src-*

2
README
View File

@ -1,7 +1,7 @@
#################################
## 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
Written in Qt Framework http://qt.nokia.com

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

View File

@ -0,0 +1,6 @@
/*TabWidget*/
#tabbar::tab
{
max-width: 250px;
max-height: 26px;
}

347
bin/themes/chrome/main.css Normal file
View 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;
}

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,6 @@
/*TabWidget*/
#tabbar::tab
{
max-width: 250px;
height: 26px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

344
bin/themes/default/main.css Normal file
View 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;
}

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

View 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;
}

View File

@ -0,0 +1,4 @@
Name: Gnome Default
Author: nowrep
Short Description: Default theme
Long Description: Default theme for Gnome Desktop

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

306
bin/themes/linux/main.css Normal file
View 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;
}

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B

Some files were not shown because too many files have changed in this diff Show More