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
011f0254
Commit
011f0254
authored
Sep 18, 2009
by
Stanislav Ievlev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- redesign work with product-logo
parent
0fb2eae5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
components.mk
components.mk
+2
-2
alterator.css.in
components/ahttpd/styles/alterator.css.in
+1
-1
index.css.in
components/indexhtml/index.css.in
+1
-1
logo.png
images/logo.png
+0
-0
product-logo.png
images/product-logo.png
+0
-0
No files found.
components.mk
View file @
011f0254
...
...
@@ -14,7 +14,7 @@ browser-qt:components/browser-qt/design/bg.png
ahttpd:
install -d $(datadir)/alterator/design/styles
cp -a components/ahttpd/images $(datadir)/alterator/design
[ ! -f 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)"' $(datadir)/alterator/design/images/
logo.png
install -Dpm644 images/product-logo.png $(datadir)/alterator/design/images/product-
logo.png
cp -a components/ahttpd/styles/*.css $(datadir)/alterator/design/styles
# bootloader and bootsplash
...
...
@@ -48,5 +48,5 @@ indexhtml:
done
install -Dpm644 /dev/null $(INDEXHTML_DIR)/index.html
cp -a components/indexhtml/img $(INDEXHTML_DIR)
[ ! -f 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)"' $(INDEXHTML_DIR)/img/
logo.png
install -Dpm644 images/product-logo.png $(INDEXHTML_DIR)/img/product-
logo.png
install -Dpm644 components/indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop
components/ahttpd/styles/alterator.css.in
View file @
011f0254
...
...
@@ -362,7 +362,7 @@ div.alterator-accordion h3.ui-state-active {
}
#product-logo {
background: url(/design/images/logo.png) no-repeat;
background: url(/design/images/
product-
logo.png) no-repeat;
width: 275px;
height: 30px;
border: 0px;
...
...
components/indexhtml/index.css.in
View file @
011f0254
...
...
@@ -123,7 +123,7 @@ div#lang {
}
#product-logo {
background: url('img/logo.png') no-repeat;
background: url('img/
product-
logo.png') no-repeat;
width: 275px;
height: 30px;
border: 0px;
...
...
images/logo.png
deleted
100644 → 0
View file @
0fb2eae5
168 Bytes
images/product-logo.png
0 → 100644
View file @
011f0254
1.59 KB
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