* 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-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