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
Boris Yumankulov
branding-etersoft-ximper
Commits
680d641c
Commit
680d641c
authored
Apr 10, 2009
by
Alexandra Panyukova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
web logo - white and smaller;
labels on buttons - darker; disabled elements - lighter;
parent
c3439539
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile.in
Makefile.in
+1
-1
alterator.css.in
alterator/styles/alterator.css.in
+3
-3
No files found.
Makefile.in
View file @
680d641c
...
@@ -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"
alterator/styles/alterator.css.in
View file @
680d641c
...
@@ -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 {
...
...
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