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
fac65a0f
Commit
fac65a0f
authored
Apr 09, 2009
by
Alexandra Panyukova
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'default' into default-server
parents
0baef1df
2e9a6162
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
13 deletions
+20
-13
Makefile.in
Makefile.in
+2
-2
alterator.css.in
alterator/styles/alterator.css.in
+9
-9
menu.css.in
alterator/styles/menu.css.in
+8
-2
configure.ac
configure.ac
+1
-0
logo.png
images/logo.png
+0
-0
No files found.
Makefile.in
View file @
fac65a0f
...
...
@@ -15,11 +15,11 @@ all:
convert
graphics/backgrounds/wallpaper.png
-fill
'#c62530'
-font
/usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf
-style
Normal
-weight
Normal
-pointsize
20
-gravity
northeast
-draw
'text 25,25 "@STATUS@"'
prototype.png
cp
-al
prototype.png
graphics/backgrounds/default.png
cp
-al
background.png
graphics/backgrounds/xdm.png
convert
-resize
'800x600!'
alterator/images/background.png
alterator/design/bg.png
convert
alterator/images/background.png
-resize
'800x600!'
-fill
'#c62530'
-font
/usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf
-style
Normal
-weight
Normal
-pointsize
20
-gravity
northeast
-draw
'text 25,25 "@STATUS@"
alterator/design/bg.png
# console background
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
c
p
images/logo.png
alterator/images/
c
onvert 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
#color scheme
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 @
fac65a0f
body {
background-color: #@MIDDLE_COLOR_HEX@;/*#92b2b8;/*#67999a;/*#c0dbdb;*/
color: #@
DARK_COLOR
_HEX@;
color: #@
MIDDLE_LABELS
_HEX@;
margin: 0px;
padding: 10px;
font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
...
...
@@ -8,13 +8,13 @@ body {
}
a {
color: #@
DARK_COLOR
_HEX@;
color: #@
MIDDLE_LABELS
_HEX@;
font-weight: bold;
}
table {
font-size: 9pt;
border-color: #@
DARK_COLOR
_HEX@;
border-color: #@
MIDDLE_LABELS
_HEX@;
border-collapse: collapse;
}
...
...
@@ -37,7 +37,7 @@ h1 {
}
textarea, select, input.text {
border: 1px solid #@
DARK_COLOR
_HEX@;
border: 1px solid #@
MIDDLE_LABELS
_HEX@;
font-size: 8pt;
margin: 1px 3px 1px 0px;
padding: 1px 3px;
...
...
@@ -46,7 +46,7 @@ textarea, select, input.text {
.btn {
background-color: #@MIDDLE_COLOR_HEX@;
color: #@DARK_COLOR_HEX@;
border: 1px solid #@
DARK_COLOR
_HEX@;
border: 1px solid #@
MIDDLE_LABELS
_HEX@;
cursor: pointer;
font-size: 9pt;
padding: 0px 3px;
...
...
@@ -66,7 +66,7 @@ textarea, select, input.text {
.info-name {
font-size: 18pt;
border-bottom: 2px solid #@
DARK_COLOR
_HEX@;
border-bottom: 2px solid #@
MIDDLE_LABELS
_HEX@;
}
.info-description {
...
...
@@ -89,11 +89,11 @@ textarea, select, input.text {
}
.disabled {
color: #@
DARK_COLOR
_HEX@;
color: #@
MIDDLE_LABELS
_HEX@;
}
.alterator-progress {
border: 1px solid #@
DARK_COLOR
_HEX@;
border: 1px solid #@
MIDDLE_LABELS
_HEX@;
height: 20px;
width: 200px;
padding: 2px;
...
...
@@ -101,7 +101,7 @@ textarea, select, input.text {
}
.alterator-progress div {
background-color: #@
DARK_COLOR
_HEX@;
background-color: #@
MIDDLE_LABELS
_HEX@;
height: 20px;
}
...
...
alterator/styles/menu.css.in
View file @
fac65a0f
/* c0dbdb */
.top-button-menu {
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
padding-right: 10px;
padding-top: 10px;
}
#logo-td {
border-left: none;
padding-left: 10px;
...
...
@@ -46,7 +52,7 @@
/* border-left: none; */
padding-left: 10px;
padding-top: 10px;
color: #@LIGHT_LABELS_
TEXT
@;
color: #@LIGHT_LABELS_
HEX
@;
padding-right: 10px;
text-align:center;
width: 100px;
...
...
@@ -171,7 +177,7 @@
#help-popup {
padding-left: 10px;
width: 95%;
background-color: #@
MIDDLE
_COLOR_HEX@;
background-color: #@
LIGHT
_COLOR_HEX@;
/* padding-right: 5px;
padding-top: 10px;*/
}
...
...
configure.ac
View file @
fac65a0f
...
...
@@ -9,6 +9,7 @@ MIDDLE_COLOR_HEX=C8C9CB
DARK_COLOR_HEX=909195
LIGHT_LABELS_HEX=FFFFFF
DARK_LABELS_HEX=000000
MIDDLE_LABELS_HEX=4d4d4f
LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}`
MIDDLE_COLOR_DEC=`./color_dec ${MIDDLE_COLOR_HEX}`
DARK_COLOR_DEC=`./color_dec ${DARK_COLOR_HEX}`
...
...
images/logo.png
View replaced file @
0baef1df
View file @
fac65a0f
412 Bytes
|
W:
|
H:
168 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
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