Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
d0d027bd
Commit
d0d027bd
authored
Jul 04, 2012
by
Sergey V Turchin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- update brauser-qt branding
parent
0d2aca01
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
103 deletions
+9
-103
branding.spec
branding.spec
+1
-1
backward.png
components/browser-qt/design/backward.png
+0
-0
design.ini.in
components/browser-qt/design/design.ini.in
+4
-4
design.qss.in
components/browser-qt/design/design.qss.in
+3
-89
forward.png
components/browser-qt/design/forward.png
+0
-0
wzface-step-current.png
components/browser-qt/design/wzface-step-current.png
+0
-0
wzface-step-done.png
components/browser-qt/design/wzface-step-done.png
+0
-0
theme.qrc
components/browser-qt/theme.qrc
+1
-9
No files found.
branding.spec
View file @
d0d027bd
...
...
@@ -5,7 +5,7 @@
Name: branding-%brand-schoolmaster
Version: 6.0.0
Release: alt1
Release: alt
0.
1
BuildArch: noarch
%define theme %name
...
...
components/browser-qt/design/backward.png
0 → 100644
View file @
d0d027bd
1.16 KB
components/browser-qt/design/design.ini.in
View file @
d0d027bd
Palette\active=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #f8f7f6, #141312
Palette\inactive=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #f8f7f6, #141312
Palette\disabled=#929190, #dedcdb, #ffffff, #e2e1e0, #686766, #b0aeac, #a5a4a4, #ffffff, #979695, #f4f4f4, #d6d5d3, #3c3b3b, #d6d5d3, #929190, #97bcdf, #c1b6d7, #eeece9, #000000, #f8f7f6, #141312
Palette\active=#000000, #dfebe6, #ffffff, #eff5f5, #6c7373, #b3bebe, #000000, #ffffff, #000000, #f5faf5, #e0ebeb, #3a3d3d, #006d73, #ffffff, #0000c0, #800080, #ddfff6, #000000, #adebca, #000000
Palette\inactive=#000000, #dfebe6, #ffffff, #eff5f5, #6c7373, #b3bebe, #000000, #ffffff, #000000, #f5faf5, #e0ebeb, #3a3d3d, #006d73, #ffffff, #0000c0, #800080, #ddfff6, #000000, #adebca, #000000
Palette\disabled=#929999, #dfebe6, #ffffff, #eff5f5, #6c7373, #b3bebe, #9fa39f, #ffffff, #919996, #f5faf5, #e0ebeb, #3a3d3d, #e0ebeb, #929999, #9fa3e3, #cca3cc, #ddfff6, #000000, #adebca, #000000
Style=Plastique
Style=Cleanlooks
components/browser-qt/design/design.qss.in
View file @
d0d027bd
/* Customize any plain widget that is a child of a QMainWindow. */
.AWizardFace {
border-style: none;
background-image: url(:/design/bg.png);
...
...
@@ -6,102 +6,16 @@
background-repeat: no-repeat
}
AWizardFace > QScrollArea {
border-width: 2px;
border-color: #4EAE95;
border-style: solid;
border-radius: 5;
background-color: rgba(234, 232, 226, 50%);
}
.ACenterFace {
border-style: none;
}
}
.ACenterFace #modules_view {
background-color: white;
}
.ACenterFace #modules_view QToolButton:hover {
border-width: 1px;
border-color: #5175AE;
border-style: solid;
background-color: white;
border-radius: 5;
}
.AWizardFaceStepList {
border-style: none;
border-top-right-radius: 1ex;
border-bottom-right-radius: 1ex;
background-image: url(:/design/bg-steplist.png);
}
.AWizardFaceStepList QLabel {
font-weight: bold;
font-size: 10px;
}
/* Nice WindowsXP-style password character */
/* Nice WindowsXP-style password character for password line edits. */
QLineEdit[echoMode="2"] {
lineedit-password-character: 9679;
}
QToolTip {
border: 2px solid #50A9AE;
padding: 5px;
border-radius: 3px;
opacity: 200;
}
QPushButton {
background-color: #BDEEEA;
border-width: 2px;
border-color: #50A9AE;
border-style: solid;
border-radius: 5;
padding: 3px;
min-width: 9ex;
min-height: 2.5ex;
}
QPushButton:hover {
background-color: #CAFFFB;
}
QPushButton:pressed {
padding-left: 5px;
padding-top: 5px;
background-color: #CAFFFB;
}
QRadioButton, QCheckBox {
border-style: none;
border-radius: 3px;
}
QRadioButton:hover, QCheckBox:hover {
background-color: #B0F3DD;
}
QLineEdit, QProgressBar, QComboBox, QTreeView, QTextBrowser {
border-width: 2px;
padding: 1px;
border-style: solid;
border-color: #50A9AE;
border-radius: 5px;
}
QLineEdit:focus, QComboBox:focus, QTreeView:focus, QTextBrowser:focus {
border-width: 3px;
border-color: #2FAE7F;
padding: 0px;
}
QListView, QTreeView {
show-decoration-selected: 1;
}
QListView::item:hover, QTreeView::item:hover {
background-color: #D5FCF1;
}
components/browser-qt/design/forward.png
0 → 100644
View file @
d0d027bd
1.17 KB
components/browser-qt/design/wzface-step-current.png
deleted
100644 → 0
View file @
0d2aca01
339 Bytes
components/browser-qt/design/wzface-step-done.png
deleted
100644 → 0
View file @
0d2aca01
348 Bytes
components/browser-qt/theme.qrc
View file @
d0d027bd
<!DOCTYPE RCC>
<RCC
version=
"1.0"
>
<qresource>
<file>
design/bg.png
</file>
<file>
design/design.qss
</file>
<file>
design/design.ini
</file>
<file>
design/logo_48.png
</file>
<file>
design/bg.png
</file>
<!--
<file>design/logo_width.png</file>
<file>design/bg-steplist.png</file>
<file>
design/forward.png
</file>
<file>
design/backward.png
</file>
-->
<file>
design/wzface-step-done.png
</file>
<file>
design/wzface-step-current.png
</file>
</qresource>
</RCC>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment