colors and styles from Workstation and Education
Before Width: | Height: | Size: 284 B After Width: | Height: | Size: 754 B |
@ -10,7 +10,7 @@ body {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0088bf;
|
||||
color: #ff9631;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -98,9 +98,8 @@ small {
|
||||
|
||||
.btn, button {
|
||||
color: black;
|
||||
background-color: #dbeef6;
|
||||
border: 1px solid #36a1cc;
|
||||
|
||||
background-color: #ffdfc1;
|
||||
border: 1px solid #ff9631;
|
||||
cursor: pointer;
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
@ -110,13 +109,13 @@ small {
|
||||
|
||||
.btn:hover, button:hover, #main .btn, .box .btn {
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #455a85;
|
||||
border: 1px solid #1b2575;
|
||||
color: black;
|
||||
background-color: #ff9631;
|
||||
border: 1px solid #ff9631;
|
||||
}
|
||||
|
||||
#main .btn:hover, .box .btn:hover {
|
||||
background-color: #5b76af;
|
||||
background-color: #ff9631;
|
||||
}
|
||||
|
||||
div#top .btn {
|
||||
@ -130,8 +129,8 @@ div#top .btn {
|
||||
|
||||
padding: 10px 20px;
|
||||
padding-top: 10px;
|
||||
background-color: #dbeef6;
|
||||
border: 1px solid #36a1cc;
|
||||
background-color: #ffdfc1;
|
||||
border: 1px solid #ff9631;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
@ -305,8 +304,8 @@ canvas.alterator-clock {
|
||||
padding: 10px 20px;
|
||||
padding-top: 10px;
|
||||
|
||||
background-color: #dbeef6;
|
||||
border: 1px solid #36a1cc;
|
||||
background-color: #ffdfc1;
|
||||
border: 1px solid #ff9631;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
@ -334,7 +333,7 @@ canvas.alterator-clock {
|
||||
.menu-item-selected a {
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
color: #0088bf;
|
||||
color: #ff9631;
|
||||
padding-top: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
@ -348,8 +347,8 @@ canvas.alterator-clock {
|
||||
}
|
||||
|
||||
.menu-item-selected {
|
||||
color: #0088bf;
|
||||
background-color: #dbeef6;
|
||||
background-color: #ffdfc1;
|
||||
color: #ff9631;
|
||||
padding-left: 10px;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
@ -360,16 +359,15 @@ canvas.alterator-clock {
|
||||
|
||||
}
|
||||
.menu-item-normal a:hover {
|
||||
color: #0088bf;
|
||||
color: #ff9631;
|
||||
}
|
||||
|
||||
.menu-group-name {
|
||||
width: 224px;
|
||||
color: #0088bf;
|
||||
height: 16px;
|
||||
color: #ff9631;
|
||||
height: 17px;
|
||||
background: url(/design/images/section.png) no-repeat 0px 23px;
|
||||
font-size: 10pt;
|
||||
|
||||
padding-top: 3px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 4px;
|
||||
@ -545,7 +543,7 @@ div.alterator-accordion h3 {
|
||||
}
|
||||
|
||||
div.alterator-accordion h3.ui-state-active {
|
||||
color: #0088bf;
|
||||
color: #ff9631;
|
||||
background-image: url(/design/images/bottom.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center left;
|
||||
|
BIN
browser-qt/design/computer.png
Normal file
After Width: | Height: | Size: 453 B |
@ -22,27 +22,6 @@ AWizardFace > QScrollArea {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
QCheckBox, QLineEdit, QComboBox, QTreeView, QTextBrowser {
|
||||
border-color: transparent;
|
||||
border-width: 1px;
|
||||
padding: 2px;
|
||||
border-style: outset;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
AWizardFace QCheckBox, AWizardFace QLineEdit, AWizardFace QComboBox, AWizardFace QTreeView, AWizardFace QTextBrowser {
|
||||
border-color: transparent;
|
||||
border-width: 1px;
|
||||
padding: 2px;
|
||||
border-style: outset;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
AWizardFace QPushButton {
|
||||
min-width: 12ex;
|
||||
min-height: 2.5ex;
|
||||
}
|
||||
|
||||
/* Nice WindowsXP-style password character for password line edits. */
|
||||
QLineEdit {
|
||||
lineedit-password-character: 9679;
|
||||
@ -54,7 +33,7 @@ AWizardFace QLineEdit {
|
||||
|
||||
/* White color for labels: 100% white for title text and for other labels */
|
||||
AWizardFace QLabel {
|
||||
color: rgba(255, 255, 255, 100%);
|
||||
color: black;
|
||||
}
|
||||
|
||||
QCheckBox, QRadioButton {
|
||||
@ -62,11 +41,11 @@ QCheckBox, QRadioButton {
|
||||
}
|
||||
|
||||
AWizardFace QCheckBox:checked, AWizardFace QCheckBox:unchecked, AWizardFace QCheckBox:indeterminate {
|
||||
color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
AWizardFace QRadioButton:checked, AWizardFace QRadioButton:unchecked, AWizardFace QRadioButton:indeterminate {
|
||||
color: rgba(255, 255, 255, 100%);
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* Sections */
|
||||
@ -75,8 +54,8 @@ AWizardFace AGroupBox {
|
||||
}
|
||||
|
||||
AWizardFace AGroupBox::title {
|
||||
color: #F8E97C;
|
||||
font: bold;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
QCheckBox:hover, QRadioButton:hover {
|
||||
@ -90,7 +69,7 @@ QCheckBox:indicator:hover, QRadioButton:indicator:hover {
|
||||
|
||||
/* Step title */
|
||||
QLabel#wizardface_title_text {
|
||||
color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* Popup dialogs and message boxes with warnings and errors */
|
||||
@ -110,54 +89,28 @@ AWizardFace StepList {
|
||||
}
|
||||
*/
|
||||
|
||||
/* Selection in lists */
|
||||
QListView, QTreeView, QTableView {
|
||||
selection-color: white;
|
||||
selection-background-color: #FF9631;
|
||||
}
|
||||
|
||||
/* Bold text in list selection */
|
||||
QListView::item:selected, QTreeView::item:selected, QTableView::item:selected {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
QProgressBar {
|
||||
font-weight: bold;
|
||||
color: #fee27f;
|
||||
color: #FF9631;
|
||||
background: white;
|
||||
border: 1px solid #b8b2ad;
|
||||
}
|
||||
|
||||
QProgressBar::chunk {
|
||||
background-color: #132C90;
|
||||
background-color: #FF9631;
|
||||
background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #6f5d51,
|
||||
stop: 1 #423f48) url(:/design/progress-cleanlooks.png);
|
||||
border: 1px solid #001056;
|
||||
}
|
||||
|
||||
QRadioButton:focus, QCheckBox:focus, QLineEdit:focus, QComboBox:focus, QTreeView:focus, QTextBrowser:focus {
|
||||
border-width: 1px;
|
||||
border-color: black;
|
||||
border-style: outset;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
QPushButton:focus {
|
||||
border-width: 1px;
|
||||
border-color: black;
|
||||
border-style: outset;
|
||||
padding: 1px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
AWizardFace QRadioButton:focus, AWizardFace QLineEdit:focus, AWizardFace QComboBox:focus, AWizardFace QTreeView:focus, AWizardFace QTextBrowser:focus {
|
||||
border-width: 1px;
|
||||
border-color: black;
|
||||
border-style: outset;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
AWizardFace QCheckBox:focus {
|
||||
border-width: 1px;
|
||||
border-color: black;
|
||||
border-style: outset;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
AWizardFace QPushButton:focus, AWizardFace QPushButton:hover {
|
||||
border-width: 1px;
|
||||
border-color: black;
|
||||
border-style: outset;
|
||||
padding: 1px;
|
||||
background-color: white;
|
||||
stop: 0 #c87526,
|
||||
stop: 1 #c87526) url(:/design/progress-cleanlooks.png);
|
||||
border: 1px solid #c87526;
|
||||
}
|
||||
|
BIN
browser-qt/design/down.png
Normal file
After Width: | Height: | Size: 277 B |
BIN
browser-qt/design/help.png
Normal file
After Width: | Height: | Size: 654 B |
BIN
browser-qt/design/password-show-off.png
Normal file
After Width: | Height: | Size: 619 B |
BIN
browser-qt/design/password-show-on.png
Normal file
After Width: | Height: | Size: 462 B |
Before Width: | Height: | Size: 400 B After Width: | Height: | Size: 7.4 KiB |
BIN
browser-qt/design/quit.png
Normal file
After Width: | Height: | Size: 433 B |
BIN
browser-qt/design/up.png
Normal file
After Width: | Height: | Size: 251 B |
@ -3,8 +3,15 @@
|
||||
<file>design/bg.png</file>
|
||||
<file>design/design.qss</file>
|
||||
<file>design/design.ini</file>
|
||||
<file>design/help.png</file>
|
||||
<file>design/forward.png</file>
|
||||
<file>design/backward.png</file>
|
||||
<file>design/progress-cleanlooks.png</file>
|
||||
<file>design/up.png</file>
|
||||
<file>design/down.png</file>
|
||||
<file>design/computer.png</file>
|
||||
<file>design/quit.png</file>
|
||||
<file>design/password-show-on.png</file>
|
||||
<file>design/password-show-off.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
12
configure.ac
@ -1,12 +1,12 @@
|
||||
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.org] )
|
||||
|
||||
PROGRESS_COLOR=3f3c45
|
||||
TITLE_COLOR=306ac4
|
||||
PROGRESS_COLOR=ff9631
|
||||
TITLE_COLOR=ff9631
|
||||
LIGHT_COLOR_HEX=F5F5F5
|
||||
MIDDLE_COLOR_HEX=306ac4
|
||||
DARK_COLOR_HEX=001056
|
||||
LIGHT_LABELS_HEX=FFFFFF
|
||||
DARK_LABELS_HEX=242a60
|
||||
MIDDLE_COLOR_HEX=ff9631
|
||||
DARK_COLOR_HEX=ea5d00
|
||||
LIGHT_LABELS_HEX=000000
|
||||
DARK_LABELS_HEX=000000
|
||||
MIDDLE_LABELS_HEX=666666
|
||||
SHADOW_HEX=A6A6A6
|
||||
LIGHT_COLOR_DEC=`echo $(echo "ibase=16; ${LIGHT_COLOR_HEX:0:2}" | bc)','$(echo "ibase=16; ${LIGHT_COLOR_HEX:2:2}" | bc)','$(echo "ibase=16; ${LIGHT_COLOR_HEX:4:2}" | bc)`
|
||||
|
Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 4.6 KiB |
@ -24,7 +24,7 @@
|
||||
message-font: "DejaVu Sans Regular 12"
|
||||
title-text: ""
|
||||
message-color: "#000000"
|
||||
message-bg-color: "#3f3c45"
|
||||
message-bg-color: "#ff9631"
|
||||
desktop-image: "grub.jpg"
|
||||
terminal-font: "Misc Fixed Regular 13"
|
||||
|
||||
@ -37,7 +37,7 @@ terminal-font: "Misc Fixed Regular 13"
|
||||
text = "Для запуска системы выберите пункт меню и нажмите Enter."
|
||||
align = "center"
|
||||
#font = "Droid Sans Bold 14"
|
||||
color = "#F8E97C"
|
||||
color = "#465056"
|
||||
}
|
||||
|
||||
+ label {
|
||||
@ -48,7 +48,7 @@ terminal-font: "Misc Fixed Regular 13"
|
||||
text = "Для редактирования меню нажмите E. Для выхода - Esc."
|
||||
align = "center"
|
||||
#font = "Droid Sans Bold 14"
|
||||
color = "#ffffff"
|
||||
color = "#465056"
|
||||
}
|
||||
|
||||
#menu
|
||||
@ -69,7 +69,7 @@ terminal-font: "Misc Fixed Regular 13"
|
||||
scrollbar_width = 20
|
||||
scrollbar_thumb = "scrollbar_slider_*.png"
|
||||
scrollbar_frame = "scrollbar_border_*.png"
|
||||
item_color = "#ffcd7a"
|
||||
item_color = "#000000"
|
||||
selected_item_color = "#ffffff"
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 854 KiB After Width: | Height: | Size: 506 KiB |
Before Width: | Height: | Size: 788 KiB After Width: | Height: | Size: 444 KiB |
BIN
images/boot.png
Before Width: | Height: | Size: 329 KiB After Width: | Height: | Size: 214 KiB |
BIN
images/grub.jpg
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 854 KiB After Width: | Height: | Size: 506 KiB |
Before Width: | Height: | Size: 870 KiB After Width: | Height: | Size: 517 KiB |
Before Width: | Height: | Size: 329 KiB After Width: | Height: | Size: 454 KiB |