Re: [fossil-users] A lightweight plain skin for Fossil: Plain Wedding

2010-06-23 Thread Dig412
This is a really nice theme, thanks for releasing it!

On 21 June 2010 16:12, zacht...@cis-partners.com wrote:

 I have to say I'd love to see this skin incorporated, very nice work.

 -Original Message-
 From: Richard Hipp d...@sqlite.org
 Sent: Monday, June 21, 2010 11:01am
 To: fossil-users@lists.fossil-scm.org
 Subject: Re: [fossil-users] A lightweight plain skin for Fossil: Plain
 Wedding

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
 On Mon, Jun 21, 2010 at 10:57 AM, Peter Krantz peter.kra...@gmail.com
 wrote:

  On Mon, Jun 21, 2010 at 16:45, Richard Hipp d...@sqlite.org wrote:
 
   If you can make *specific* suggestions on how to make Fossil easier to
   style, I will likely implement them.
  
 
  I was just trying to find info on the preferred method to submit
  patches. Should they go with tickets or can they be sent to the list?
  Or should I just create a ticket to explain what could be done?
 

 Send patches directly to me or open a ticket.  Whichever is easiest for
 you.


 
  Regards,
 
  Peter
  ___
  fossil-users mailing list
  fossil-users@lists.fossil-scm.org
  http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
 



 --
 -
 D. Richard Hipp
 d...@sqlite.org


 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] A lightweight plain skin for Fossil: Plain Wedding

2010-06-21 Thread Peter Krantz
Hi!

I have created a plain skin for Fossil. The ambition was to create a
skin wih improved readability wrt line length and font size.
Screenshots of some pages can be found here:

http://skitch.com/peterkz/de73d/fossil-demo-project-wiki-page
http://skitch.com/peterkz/de73p/fossil-all-tickets
http://skitch.com/peterkz/de73s/fossil-timeline

Suggestions for improvement are of course welcome. Given the current
version of Fossil it is difficult to style parts of the web GUI with
CSS. Tables are used for layouts (e.g. in the ticket forms) and there
could be more separation of styling from markup (e.g. hard coded
br:s). Maybe a future version could use class names for easier
styling?

The CSS for this theme is licensed under the same license as Fossil. I
have named it Plain Wedding as large parts of my city (Stockholm)
are closed down for the Royal Wedding(tm).

Regards,

Peter Krantz
Stockholm, Sweden
http://twitter.com/peterkz_swe
-- The skin configuration exported from
-- repository /Users/pkr/projekt/frameworks/padrino/myclone.fossil
-- on 2010-06-19 15:37:26
REPLACE INTO config VALUES('css','/* General settings for the entire page */
html {
min-height: 100%;
}
body {
margin: 0ex 1ex;
padding: 0px;
background-color: #e1e1e1;
color: #333;
font-family: Verdana, sans-serif;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), 
to(#cbccc8));
background: -moz-linear-gradient(top,  #fff,  #cbccc8);
background: -linear-gradient(top,  #fff,  #cbccc8);
font-size: 0.8em;
}

h1, h2, h3, h4 {
font-family: Georgia, serif;
font-weight:normal;
margin: 0 0 0.5em 0;
}

h1, h2, h3, h4 {
margin-top: 1.2em;
}

h3 {
font-weight:bold;
}

div.contenth1 {
margin-top: 0;
}

li {
margin-bottom: 0.5em;
margin-right: 20px;
}
/* The project logo in the upper left-hand corner of each page */
div.logo {
display:none;
}

/* Widths */
div.header, div.mainmenu, div.submenu, div.content, div.footer {
max-width: 900px;
margin: auto;
padding: 3px 20px 3px 20px;
clear: both;
}

/* The page title at the top of each page */
div.title {
font-size: 2em;
float:left;
font-weight: bold;
margin: 10px 0 10px -20px;
vertical-align: bottom;
text-align: left;
width: 80%;
font-family: Georgia, serif;
font-weight:normal;
}

div.title a {
text-decoration:none;
color: #333;
}

/* The login status message in the top right-hand corner */
div.status {
text-align: right;
vertical-align: bottom;
color: #333;
margin-right: -20px;
}

/* The main menu bar that appears at the top of the page beneath
 ** the header */
div.mainmenu {
text-align: center;
color: white;
-moz-border-top-right-radius: 5px;
-moz-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-border-top-right-radius: 5px;
-border-top-left-radius: 5px;
min-height: 2em;
padding-top: 10px;
background: -webkit-gradient(linear,left bottom,left top, color-stop(0.02, 
rgb(51,81,94)),  color-stop(0.76, rgb(85,129,149)));
background: -moz-linear-gradient(center bottom,rgb(51,81,94) 2%, 
rgb(85,129,149) 76%);
-webkit-box-shadow: 0px 3px 4px #33;
-moz-box-shadow: 0px 3px 4px #33;
box-shadow: 0px 3px 4px #33;
}

/* The submenu bar that *sometimes* appears below the main menu */
div.submenu {
padding-top:10px;
padding-bottom:0;
text-align: right;
color: #000;
background-color: #fff;
height: 1.5em;
vertical-align:middle;
-webkit-box-shadow: 0px 3px 4px #999;
-moz-box-shadow: 0px 3px 4px #999;
box-shadow: 0px 3px 4px #999;
}
div.mainmenu a, div.mainmenu a:visited {
padding: 3px 10px 3px 10px;
color: white;
text-decoration: none;
}
div.submenu a, div.submenu a:visited {
padding: 2px 8px;
color: #000;
font-family: Arial;
text-decoration: none;
margin:auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: -webkit-gradient(linear,left bottom, left top, color-stop(0, 
rgb(184,184,184)), color-stop(0.75, rgb(214,214,214)));
background: -moz-linear-gradient(center bottom, rgb(184,184,184) 0%, 
rgb(214,214,214) 75%);
background-color: #e0e0e0 ;
text-shadow: 0px -1px 0px #eee;
filter: dropshadow(color=#ee, offx=0, offy=-1);


}

div.mainmenu a:hover, div.submenu a:hover {
color: #000;
background-color: white;
}

/* All page content from the bottom of the menu or submenu down to
 ** the footer */
div.content {
background-color: #fff;
-webkit-box-shadow: 0px 3px 4px #999;
-moz-box-shadow: 0px 3px 4px #999;
box-shadow: 0px 3px 4px #999;
-moz-border-bottom-right-radius: 5px;
-moz-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;

Re: [fossil-users] A lightweight plain skin for Fossil: Plain Wedding

2010-06-21 Thread Richard Hipp
On Mon, Jun 21, 2010 at 10:39 AM, Peter Krantz peter.kra...@gmail.comwrote:

 Given the current
 version of Fossil it is difficult to style parts of the web GUI with
 CSS. Tables are used for layouts (e.g. in the ticket forms) and there
 could be more separation of styling from markup (e.g. hard coded
 br:s). Maybe a future version could use class names for easier
 styling?


If you can make *specific* suggestions on how to make Fossil easier to
style, I will likely implement them.



-- 
-
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] A lightweight plain skin for Fossil: Plain Wedding

2010-06-21 Thread Richard Hipp
On Mon, Jun 21, 2010 at 10:57 AM, Peter Krantz peter.kra...@gmail.comwrote:

 On Mon, Jun 21, 2010 at 16:45, Richard Hipp d...@sqlite.org wrote:

  If you can make *specific* suggestions on how to make Fossil easier to
  style, I will likely implement them.
 

 I was just trying to find info on the preferred method to submit
 patches. Should they go with tickets or can they be sent to the list?
 Or should I just create a ticket to explain what could be done?


Send patches directly to me or open a ticket.  Whichever is easiest for you.



 Regards,

 Peter
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
-
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] A lightweight plain skin for Fossil: Plain Wedding

2010-06-21 Thread zachtodd
I have to say I'd love to see this skin incorporated, very nice work.

-Original Message-
From: Richard Hipp d...@sqlite.org
Sent: Monday, June 21, 2010 11:01am
To: fossil-users@lists.fossil-scm.org
Subject: Re: [fossil-users] A lightweight plain skin for Fossil: Plain Wedding

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
On Mon, Jun 21, 2010 at 10:57 AM, Peter Krantz peter.kra...@gmail.comwrote:

 On Mon, Jun 21, 2010 at 16:45, Richard Hipp d...@sqlite.org wrote:

  If you can make *specific* suggestions on how to make Fossil easier to
  style, I will likely implement them.
 

 I was just trying to find info on the preferred method to submit
 patches. Should they go with tickets or can they be sent to the list?
 Or should I just create a ticket to explain what could be done?


Send patches directly to me or open a ticket.  Whichever is easiest for you.



 Regards,

 Peter
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
-
D. Richard Hipp
d...@sqlite.org


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users