Commit 680d641c authored by Alexandra Panyukova's avatar Alexandra Panyukova

web logo - white and smaller;

labels on buttons - darker; disabled elements - lighter;
parent c3439539
...@@ -20,6 +20,6 @@ all: ...@@ -20,6 +20,6 @@ all:
cp -al images/console.jpg bootsplash/images/bootsplash-800x600.jpg cp -al images/console.jpg bootsplash/images/bootsplash-800x600.jpg
convert -resize '640x480!' bootsplash/images/bootsplash-800x600.jpg bootsplash/images/bootsplash-640x480.jpg convert -resize '640x480!' bootsplash/images/bootsplash-800x600.jpg bootsplash/images/bootsplash-640x480.jpg
# logo for web alterator # logo for web alterator
convert images/logo.png -fill '#@LIGHT_LASELS_HEX@' -font /usr/share/fonts/ttf/dejavu/DejaVuSans-Bold.ttf -style Normal -weight Normal -pointsize 36 -gravity northwest -draw 'text 0,0 "@VERSION@ @NAME@"' alterator/images/logo.png convert images/logo.png -fill '#ffffff' -font /usr/share/fonts/ttf/dejavu/DejaVuSans-Bold.ttf -style Normal -weight Normal -pointsize 24 -gravity northwest -draw 'text 0,0 "@VERSION@ @NAME@"' alterator/images/logo.png
#color scheme #color scheme
mv kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc "kde3-settings/apps/kdisplay/color-schemes/@BRAND_FNAME@ @NAME@.kcsrc" mv kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc "kde3-settings/apps/kdisplay/color-schemes/@BRAND_FNAME@ @NAME@.kcsrc"
...@@ -45,7 +45,7 @@ textarea, select, input.text { ...@@ -45,7 +45,7 @@ textarea, select, input.text {
.btn { .btn {
background-color: #@MIDDLE_COLOR_HEX@; background-color: #@MIDDLE_COLOR_HEX@;
color: #@DARK_COLOR_HEX@; color: #@MIDDLE_LABELS_HEX@;
border: 1px solid #@MIDDLE_LABELS_HEX@; border: 1px solid #@MIDDLE_LABELS_HEX@;
cursor: pointer; cursor: pointer;
font-size: 9pt; font-size: 9pt;
...@@ -53,7 +53,7 @@ textarea, select, input.text { ...@@ -53,7 +53,7 @@ textarea, select, input.text {
} }
.btn:hover { .btn:hover {
background-color: #@MIDDLE_COLOR_HEX@; background-color: #@LIGHT_COLOR_HEX@;
} }
.error-message { .error-message {
...@@ -89,7 +89,7 @@ textarea, select, input.text { ...@@ -89,7 +89,7 @@ textarea, select, input.text {
} }
.disabled { .disabled {
color: #@MIDDLE_LABELS_HEX@; color: #@DARK_COLOR_HEX@;
} }
.alterator-progress { .alterator-progress {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment