mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 06:08:02 +01:00
first attempt for an logo
probably at the wrong chrome location, it just didn't accept files in chrome/skin/ in my first attempts, but i don't really care as a logo is also "content" :)
This commit is contained in:
1
Makefile
1
Makefile
@@ -12,6 +12,7 @@ JAR_FILES = ${shell find chrome/content -type f \
|
|||||||
-o -path '*.css' \
|
-o -path '*.css' \
|
||||||
-o -path '*.xul' \
|
-o -path '*.xul' \
|
||||||
-o -path '*.rdf' \
|
-o -path '*.rdf' \
|
||||||
|
-o -path '*.png' \
|
||||||
\) } chrome.manifest
|
\) } chrome.manifest
|
||||||
JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))
|
JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))
|
||||||
JAR = chrome/vimperator.jar
|
JAR = chrome/vimperator.jar
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ h1 {
|
|||||||
p.tagline {
|
p.tagline {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
margin-top: -35px; /* don't leave so much space between "Vimperator" and "First there was..." */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* the text in the tables is too large without that */
|
/* the text in the tables is too large without that */
|
||||||
@@ -164,7 +165,7 @@ fieldset.paypal {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
#vimperator-commandline-prompt {
|
#vimperator-commandline-prompt {
|
||||||
/* FIXME: black on white or default skin colours? */
|
/* FIXME: black on white or default skin colors? */
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ vimperator.help = function(section, easter) //{{{
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
var header = '<h1>Vimperator</h1>\n' +
|
var header = '<h1 alt="Vimperator"><img src="chrome://vimperator/content/logo_white.png"></h1>\n' +
|
||||||
'<p class="tagline">First there was a Navigator, then there was an Explorer.\n' +
|
'<p class="tagline">First there was a Navigator, then there was an Explorer.\n' +
|
||||||
'Later it was time for a Konqueror. Now it\'s time for an Imperator, the VIMperator :)</p>\n';
|
'Later it was time for a Konqueror. Now it\'s time for an Imperator, the VIMperator :)</p>\n';
|
||||||
|
|
||||||
|
|||||||
BIN
chrome/content/vimperator/logo_white.png
Normal file
BIN
chrome/content/vimperator/logo_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user