* [KJ] [RFC] new design for kerneljanitors.org REV 2
@ 2005-11-01 12:22 Michael Veeck
2005-11-01 17:35 ` Alexey Dobriyan
0 siblings, 1 reply; 6+ messages in thread
From: Michael Veeck @ 2005-11-01 12:22 UTC (permalink / raw)
To: kernel-janitors
Hi everybody,
after looking a bit more at how CSS works I want to propose the second
revision of my rework of the kerneljanitors-homepage.
- Still looks like the current page but is now 100% valid XHTML-1.1
- Tested under Firefox, Opera, Konqueror and IE 6
- Uses only CSS to define its style.
- The design can be changed totally via CSS. To demonstrate this I also
came up with a CSS-style that looks a lot like the current kernel.org,
which Firefox allows by selecting it in the "View"-Menu.
The page can be accessed under:
http://www.veeck.de/janitor/index.html
I hope this code makes it to the official site, as I do not know how to
make it any better ;-)
Have a nice day
Michael Veeck
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [KJ] [RFC] new design for kerneljanitors.org REV 2
2005-06-28 22:23 [KJ] [RFC] new design for kerneljanitors.org? Michael Veeck
@ 2005-11-01 13:07 ` Jerome Pinot
2005-11-01 13:43 ` Michael Veeck
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Jerome Pinot @ 2005-11-01 13:07 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1.1: Type: text/plain, Size: 585 bytes --]
On 11/1/05, Michael Veeck <X@X.X> wrote:
>
> Hi everybody,
>
> after looking a bit more at how CSS works I want to propose the second
> revision of my rework of the kerneljanitors-homepage.
> [...]
>
Great work, nice rendering with Firefox beta2.
2 comments:
- On my display, with the classic CSS, the title is split, I got the word
"page" all alone written just below the pingouin.
- Maybe you can adjust the fonts size. Just my feeling, but I found the
title too small and the normal text too big, especially the links in bold.
Regards,
--
Jerome Pinot
http://ngc891.blogdns.net/
[-- Attachment #1.2: Type: text/html, Size: 951 bytes --]
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [KJ] [RFC] new design for kerneljanitors.org REV 2
2005-06-28 22:23 [KJ] [RFC] new design for kerneljanitors.org? Michael Veeck
2005-11-01 13:07 ` [KJ] [RFC] new design for kerneljanitors.org REV 2 Jerome Pinot
@ 2005-11-01 13:43 ` Michael Veeck
2005-11-01 14:22 ` Jerome Pinot
2005-11-01 19:43 ` Michael Veeck
3 siblings, 0 replies; 6+ messages in thread
From: Michael Veeck @ 2005-11-01 13:43 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]
Thx for the feedback although I just installed the first
release-candidate of Firefox (Windows) and saw the page rendered
correctly. Anyway, changing the width of the header would be no problem
with the css-based design.
As would be changing the size of the fonts, which are (at least for the
classic design) taken over directly from the original page.
So if you have the time (and some skill) why not try to design your own
css-file and show us how the page can look a lot more different ;-) ?
Best reagrds
Michael Veeck
Jerome Pinot schrieb:
> On 11/1/05, *Michael Veeck* <X@X.X <mailto:X@X.X>> wrote:
>
> Hi everybody,
>
> after looking a bit more at how CSS works I want to propose the second
> revision of my rework of the kerneljanitors-homepage.
> [...]
>
>
> Great work, nice rendering with Firefox beta2.
> 2 comments:
> - On my display, with the classic CSS, the title is split, I got the
> word "page" all alone written just below the pingouin.
> - Maybe you can adjust the fonts size. Just my feeling, but I found the
> title too small and the normal text too big, especially the links in bold.
>
> Regards,
>
> --
> Jerome Pinot
> http://ngc891.blogdns.net/
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [KJ] [RFC] new design for kerneljanitors.org REV 2
2005-06-28 22:23 [KJ] [RFC] new design for kerneljanitors.org? Michael Veeck
2005-11-01 13:07 ` [KJ] [RFC] new design for kerneljanitors.org REV 2 Jerome Pinot
2005-11-01 13:43 ` Michael Veeck
@ 2005-11-01 14:22 ` Jerome Pinot
2005-11-01 19:43 ` Michael Veeck
3 siblings, 0 replies; 6+ messages in thread
From: Jerome Pinot @ 2005-11-01 14:22 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1573 bytes --]
On 11/1/05, Michael Veeck <X@X.X> wrote:> [...]> So if you have the time (and some skill) why not try to design your own> css-file and show us how the page can look a lot more different ;-) ?>
Diff to standard CSS:
---8<------- style.css 2005-11-01 22:52:38.000000000 +0900+++ style.css.new 2005-11-01 23:19:54.000000000 +0900@@ -3,7 +3,7 @@ margin-left: auto; margin-right: auto; font-family: verdana, arial, helvetica, sans-serif;- font-size: 12pt;+ font-size: 10pt; color: #000000; background-color: #b0b9ca; }@@ -17,13 +17,14 @@ }
#headmain {- width: 600px;+ width: 620px; border-collapse: collapse; border-style: solid; border-width: 1px; border-color: #000000; border-spacing: 1px; padding:3px;+ font-size: 14pt; margin-top: 10px; margin-left: auto; margin-right: auto;@@ -107,6 +108,7 @@
div.title { text-align: center;+ font-size: 12pt; font-weight: bold; color: #ffffff; background-color: #000000;@@ -128,25 +130,21 @@ a:link { color: #000099; text-decoration: underline;- font-weight: bold; }
a:visited { color: #000099; text-decoration: none;- font-weight: bold; }
a:active { color: #000099; text-decoration: underline;- font-weight: bold; }
a:hover { color: #990000; text-decoration: none;- font-weight: bold; }
ul {----8<----
--Jerome Pinothttp://ngc891.blogdns.net/
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [KJ] [RFC] new design for kerneljanitors.org REV 2
2005-11-01 12:22 [KJ] [RFC] new design for kerneljanitors.org REV 2 Michael Veeck
@ 2005-11-01 17:35 ` Alexey Dobriyan
0 siblings, 0 replies; 6+ messages in thread
From: Alexey Dobriyan @ 2005-11-01 17:35 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1142 bytes --]
On Tue, Nov 01, 2005 at 01:22:25PM +0100, Michael Veeck wrote:
> after looking a bit more at how CSS works I want to propose the second
> revision of my rework of the kerneljanitors-homepage.
>
> - Tested under Firefox, Opera, Konqueror and IE 6
Mostly OK under links. Will try lynx.
> - The design can be changed totally via CSS. To demonstrate this I also
> came up with a CSS-style that looks a lot like the current kernel.org,
> which Firefox allows by selecting it in the "View"-Menu.
I like this Firefox feature. I like a-la "kernel.org" CSS much better
than current. I'd like to make "kernel.org" CSS the default one.
> I hope this code makes it to the official site,
It certainly will.
> as I do not know how to make it any better ;-)
$ wget http://www.veeck.de/janitor/style.css
--20:29:49-- http://www.veeck.de/janitor/style.css
=> `style.css'
Connecting to 10.0.0.5:3129... connected.
Proxy request sent, awaiting response... 200 OK
Length: 3,277 (3.2K) [text/css]
100%[====================================>] 3,277 --.--K/s
20:29:49 (94.70 MB/s) - `style.css' saved [3277/3277]
^^^^^^^^^^
No less.
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [KJ] [RFC] new design for kerneljanitors.org REV 2
2005-06-28 22:23 [KJ] [RFC] new design for kerneljanitors.org? Michael Veeck
` (2 preceding siblings ...)
2005-11-01 14:22 ` Jerome Pinot
@ 2005-11-01 19:43 ` Michael Veeck
3 siblings, 0 replies; 6+ messages in thread
From: Michael Veeck @ 2005-11-01 19:43 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 2018 bytes --]
Looks good too, though I had to make the #headmain even wider to
compensate for the bigger font-size.
I added that style as classicstyle2 on the webpage, see for yourself now.
Best regards
Michael Veeck
Jerome Pinot schrieb:
> On 11/1/05, Michael Veeck <X@X.X> wrote:
>
>>[...]
>>So if you have the time (and some skill) why not try to design your own
>>css-file and show us how the page can look a lot more different ;-) ?
>>
>
>
> Diff to standard CSS:
>
> ---8<----
> --- style.css 2005-11-01 22:52:38.000000000 +0900
> +++ style.css.new 2005-11-01 23:19:54.000000000 +0900
> @@ -3,7 +3,7 @@
> margin-left: auto;
> margin-right: auto;
> font-family: verdana, arial, helvetica, sans-serif;
> - font-size: 12pt;
> + font-size: 10pt;
> color: #000000;
> background-color: #b0b9ca;
> }
> @@ -17,13 +17,14 @@
> }
>
> #headmain {
> - width: 600px;
> + width: 620px;
> border-collapse: collapse;
> border-style: solid;
> border-width: 1px;
> border-color: #000000;
> border-spacing: 1px;
> padding:3px;
> + font-size: 14pt;
> margin-top: 10px;
> margin-left: auto;
> margin-right: auto;
> @@ -107,6 +108,7 @@
>
> div.title {
> text-align: center;
> + font-size: 12pt;
> font-weight: bold;
> color: #ffffff;
> background-color: #000000;
> @@ -128,25 +130,21 @@
> a:link {
> color: #000099;
> text-decoration: underline;
> - font-weight: bold;
> }
>
> a:visited {
> color: #000099;
> text-decoration: none;
> - font-weight: bold;
> }
>
> a:active {
> color: #000099;
> text-decoration: underline;
> - font-weight: bold;
> }
>
> a:hover {
> color: #990000;
> text-decoration: none;
> - font-weight: bold;
> }
>
> ul {
> ----8<----
>
>
> --
> Jerome Pinot
> http://ngc891.blogdns.net/
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-11-01 19:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-01 12:22 [KJ] [RFC] new design for kerneljanitors.org REV 2 Michael Veeck
2005-11-01 17:35 ` Alexey Dobriyan
-- strict thread matches above, loose matches on Subject: below --
2005-06-28 22:23 [KJ] [RFC] new design for kerneljanitors.org? Michael Veeck
2005-11-01 13:07 ` [KJ] [RFC] new design for kerneljanitors.org REV 2 Jerome Pinot
2005-11-01 13:43 ` Michael Veeck
2005-11-01 14:22 ` Jerome Pinot
2005-11-01 19:43 ` Michael Veeck
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.