2010/1/19 Jonathan Clarke <[email protected]>:
> On 18/01/10 22:53, Clément OUDOT wrote:
>> 2010/1/18 Jonathan Clarke <[email protected]>:
>>> Le 17/01/2010 02:05, Sebastien Bahloul a écrit :
>>>>
>>>> Hi guys
>>>>
>>>> I was looking at the 1.2 branch to identify what is required before
>>>> publishing
>>>> a new stable version and I notice severeals items :
>>>> - completing web site documentation : I think it's now require to separate
>>>> a
>>>> documentation between different major versions. Some elements can be
>>>> shared or
>>>> referred in the previous versions, but for example, the quick start must
>>>> be
>>>> updated and I think this is important not to loose the previous work
>>>
>>> Absolutely. Should we divide the doc section of the wiki into sub-sections
>>> per major version? ie, documentation/1.2/blah instead of documentation/blah?
>>>
>>> I would like to get a simple version of the user guide out for 1.2 release,
>>> as well (http://lsc-project.org/user-guide/). By the way - someone who
>>> understands CSS / has some taste still really needs to look at the style of
>>> that guide! :)
>>>
>>
>> I can have a look on the CSS if you want, but maybe you should tell me
>> what your are expecting.
>
> That would be great!
>
> I'm only expecting something simple: ie, that makes the document display
> correctly, preferably using LSC's colour chart. And the more
> professional looking it is, the better! :)


Hi,

I join a new CSS. This is a first try.

We can have very nice effects by using images, but I don't know if it
will work with your Makefile.

Clément.
/* CSS styles for LSC User Guide */

/* LSC colors (from lsc-project.org)
 *
 * Light green: #A7CC44
 * Dark green:  #7A9833
 * Light gray:  #949494 
 * Dark gray:   #454545
 */

html {
	background:#A7CC44;
}

body {
	margin: 20px 100px;
	padding: 10px;
	font-family: sans-serif;
	color: #454545;
	background:#fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
pre {
	border: 1px dotted #454545;
	background-color: #949494;
	color: #000;
	padding: 5px;
}
code {
	font-family: monospace;
}
a {
	color: #7A9833;
	text-decoration: none;
}
a:hover {
	color: #454545;
}
h1, h2, h3, h4, h5 { 
	font-weight: bold;
}
h1 {
	font-size: 130%;
	text-align:right;
	color:#fff;
	padding:5px;
	background:#A7CC44;
}
h1 a {
	color:#fff;
}

h2 {
	font-size: 110%;
	border-left:30px solid #7A9833;
	padding:5px;
}

h3 {
	font-size: 95%;
}

h4 {
	font-size: 90%;
	font-style: italic;
}

h5 {
	font-size: 90%;
	font-style: italic;
}

h1.title {
	font-size:200%;
	text-align:center;
	color:#fff;
	background:#7A9833;
}

dt code {
	font-weight: bold;
}
dd p {
	margin-top: 0;
}

#toc {
	float:right;
	width:40%;
	background:#eee;
	margin-left:5px;
	border:10px #fff solid;
}
#footer {
	padding-top: 1em;
	font-size: 70%;
	color: gray;
	text-align: center;
}
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-dev mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-dev

Reply via email to