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:
cp -al images/console.jpg bootsplash/images/bootsplash-800x600.jpg
convert -resize '640x480!' bootsplash/images/bootsplash-800x600.jpg bootsplash/images/bootsplash-640x480.jpg
# 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
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 {
.btn {
background-color: #@MIDDLE_COLOR_HEX@;
color: #@DARK_COLOR_HEX@;
color: #@MIDDLE_LABELS_HEX@;
border: 1px solid #@MIDDLE_LABELS_HEX@;
cursor: pointer;
font-size: 9pt;
......@@ -53,7 +53,7 @@ textarea, select, input.text {
}
.btn:hover {
background-color: #@MIDDLE_COLOR_HEX@;
background-color: #@LIGHT_COLOR_HEX@;
}
.error-message {
......@@ -89,7 +89,7 @@ textarea, select, input.text {
}
.disabled {
color: #@MIDDLE_LABELS_HEX@;
color: #@DARK_COLOR_HEX@;
}
.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