head	1.22;
access;
symbols;
locks; strict;
comment	@# @;


1.22
date	2006.04.03.18.18.03;	author rse;	state Exp;
branches;
next	1.21;
commitid	yIQr0WLQzQLGsKrr;

1.21
date	2006.03.28.08.58.59;	author rse;	state Exp;
branches;
next	1.20;
commitid	o24AzawFsM0SyVqr;

1.20
date	2006.03.27.13.46.29;	author rse;	state Exp;
branches;
next	1.19;
commitid	yuqV4XRtUwEtbPqr;

1.19
date	2006.03.27.10.44.57;	author rse;	state Exp;
branches;
next	1.18;
commitid	kHDF6lzB7VPdbOqr;

1.18
date	2006.03.24.21.52.57;	author rse;	state Exp;
branches;
next	1.17;
commitid	7TLTG5AihuzmYtqr;

1.17
date	2006.03.23.15.48.42;	author rse;	state Exp;
branches;
next	1.16;
commitid	tSVAnxqESDmoZjqr;

1.16
date	2006.03.21.17.12.50;	author rse;	state Exp;
branches;
next	1.15;
commitid	mcahtpfn4kdfw4qr;

1.15
date	2006.03.16.19.09.24;	author rse;	state Exp;
branches;
next	1.14;
commitid	5W6SswMZaobbkrpr;

1.14
date	2006.03.14.18.51.04;	author rse;	state Exp;
branches;
next	1.13;
commitid	VtKBiY8Kp0xThbpr;

1.13
date	2006.03.13.21.09.47;	author rse;	state Exp;
branches;
next	1.12;
commitid	H8tjtfn2Iz2t54pr;

1.12
date	2006.03.13.18.45.25;	author rse;	state Exp;
branches;
next	1.11;
commitid	WmjTyNFVcL1Vh3pr;

1.11
date	2006.03.13.07.47.38;	author rse;	state Exp;
branches;
next	1.10;
commitid	EvABJo757dDhEZor;

1.10
date	2006.03.12.19.16.36;	author rse;	state Exp;
branches;
next	1.9;
commitid	B23qzzqu5d3CuVor;

1.9
date	2006.03.11.16.32.59;	author rse;	state Exp;
branches;
next	1.8;
commitid	Sc38vyOyirIuCMor;

1.8
date	2006.03.09.21.30.45;	author rse;	state Exp;
branches;
next	1.7;
commitid	vfbAEr0BkTyDkyor;

1.7
date	2006.03.09.19.48.53;	author rse;	state Exp;
branches;
next	1.6;
commitid	0dVY9m5bsCTGLxor;

1.6
date	2006.03.09.19.40.14;	author rse;	state Exp;
branches;
next	1.5;
commitid	ezElbdqMZRQIIxor;

1.5
date	2006.03.09.19.12.10;	author rse;	state Exp;
branches;
next	1.4;
commitid	epriXSkS92w5zxor;

1.4
date	2006.02.20.08.34.35;	author rse;	state Exp;
branches;
next	1.3;
commitid	XGwb4UIHrCifAimr;

1.3
date	2006.02.17.08.59.45;	author rse;	state Exp;
branches;
next	1.2;
commitid	iogEp2hgTxvROUlr;

1.2
date	2005.11.26.17.57.04;	author rse;	state Exp;
branches;
next	1.1;
commitid	C9NSTQltkyiBsibr;

1.1
date	2005.11.25.13.13.34;	author rse;	state Exp;
branches;
next	;
commitid	6m7MyNUJMyrkV8br;


desc
@@


1.22
log
@flush pending changes
@
text
@<script language="php">
##
##  Copyright (c) 2005-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
##  Copyright (c) 2005-2006 Ralf S. Engelschall <http://engelschall.com/>
##
##  Permission to use, copy, modify, and distribute this software for
##  any purpose with or without fee is hereby granted, provided that
##  the above copyright notice and this permission notice appear in all
##  copies.
##
##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
##  SUCH DAMAGE.
##
##  canvas-style.wml: canvas style
##
</script>

<script language="php">
    divert("css");
</script>

/* use a sans-serif font family for text */
body,div,span,
table,tr,td,th,p,
font,ul,ol,lI
form,input,
textarea,
blockquote,a,i,b,em {
    font-family:             helvetica,lucida,arial,sans-serif;
    font-size:               9pt;
}

/* use teletype font for code */
tt,code,samp,pre {
    font-family:             courier,courier-new,terminal,fixed,monospace;
    font-size:               9pt;
}
tt,code,samp,pre a {
    font-family:             courier,courier-new,terminal,fixed,monospace;
    font-weight:             normal !important;
}
tt,code,samp,pre b {
    font-family:             courier,courier-new,terminal,fixed,monospace;
}

/* hyper-links */
a {
    text-decoration:         none;
    font-weight:             bold;
}
a:link {
    text-decoration:         none;
    font-weight:             bold;
    color:                   #908070;
}
a:visited {
    text-decoration:         none;
    font-weight:             bold;
    color:                   #908070;
}
a:hover {
    text-decoration:         underline;
    font-weight:             bold;
    color:                   #908070;
}

/* lists */
ul {
    list-style-type:         square;
    list-style-image:        url('<?php echo $cfg["url.base"] ?>canvas/canvas-box.png');
    margin-left:             0px;
    padding-left:            20px;
    margin-top:              4px;
}
ul li + li {
    margin-top:              6px;
}
ul.compact li {
    margin-top:              2px;
}

/* pull-quotes */
span.pullquote-left {
    text-indent:             0px;
    float:                   left;
    width:                   12em;
    margin:                  1em 1em 1em 0em;
    text-align:              left;
    font-size:               80%;
    font-weight:             bold;
    color:                   #000000;
}
span.pullquote-right {
    text-indent:             0px;
    float:                   right;
    width:                   12em;
    margin:                  1em 0em 1em 1em;
    text-align:              left;
    font-size:               80%;
    font-weight:             bold;
    color:                   #000000;
}
h2 + span.pullquote-left, h2 + span.pullquote-right, p + span.pullquote-left, p + span.pullquote-right {
    margin-top:              0px;
}

/* paragraph */
p {
    margin-top:              6px;
}
p.indent {
    text-indent:             2em;
}

/* headlines */
h1, h2, h3 {
    font-family:             tahoma,arial,helvetica,lucida,sans-serif;
    font-weight:             bold;
    color:                   #807060;
}
h1 {
    font-size:               20pt;
}
h2 {
    font-size:               16pt;
    margin-top:              0.50em;
    margin-bottom:           0.25em;
}
h3 {
    font-size:               12pt;
    margin-top:              0.50em;
    margin-bottom:           0.25em;
}

/* images */
a img {
    border:                  0px;
}
img.float-right {
    float:                   right;
    margin-top:              10px;
    margin-bottom:           10px;
}
img.portrait-right {
    margin-left:             10px;
    border:                  1px solid #999999;
    float:                   right;
}

/* boxes */
div.boxed {
    display:                 block;
    padding:                 10px;
    background-attachment:   scroll;
    background-position:     left top;
    background-image:        url('<?php echo $cfg["url.base"] ?>canvas/canvas-crop-glass-dark-T.png');
}
    
/* widgets */
input {
    background-color:        #ffffff;
}

/* table */
table.lined {
    border-collapse: collapse;
}
table.lined tr:first-child td {
    font-weight:     bold;
}
table.lined tr td {
    margin:          0px  0px 0px 0px;
    padding:         1px 10px 1px 0px;
}
table.lined tr {
    border-top:      1px solid #e0e0e0;
}
table.lined tr:first-child {
    border-top:      none;
}

table.linedx {
    border-collapse: collapse;
}
table.linedx tr td {
    margin:          0px  0px 0px 0px;
    padding:         1px 10px 1px 0px;
}
table.linedx tr {
    border-top:      1px solid #e0e0e0;
}
table.linedx tr:first-child {
    border-top:      none;
}

@


1.21
log
@try to fix hyperlinks in code blocks
@
text
@d50 1
a50 1
    font-weight:             normal;
@


1.20
log
@establish news ticker and feeds
@
text
@d50 1
@


1.19
log
@provide lined grid with headers in x-dimension
@
text
@d167 1
a167 1

@


1.18
log
@more details about our website canvas
@
text
@d191 14
@


1.17
log
@make sure bold teletype text is rendered as expected
@
text
@d85 1
a85 1
    margin-top:              2px;
d88 1
a88 1
    margin-top:              1px;
@


1.16
log
@flush pending changes to meta
@
text
@d51 3
@


1.15
log
@fixate default font size to 9pt
@
text
@d48 3
d109 3
@


1.14
log
@more cosmetics
@
text
@d40 1
d46 1
@


1.13
log
@first cut for global pages, too
@
text
@d162 18
@


1.12
log
@fix style of tabs under IE and center the header correctly, i.e. relative to canvas body
@
text
@d55 1
a55 1
    color:                   #909090;
d60 1
a60 1
    color:                   #909090;
d65 1
a65 1
    color:                   #909090;
d73 1
a73 1
    padding-left:            32px;
d157 5
@


1.11
log
@consequently use lower-case for HTML tags in CSS selectors
@
text
@d120 1
a120 1
    font-size:               200% !important;
d123 1
a123 1
    font-size:               140%;
d128 1
a128 1
    font-size:               100%;
@


1.10
log
@code cosmetics
@
text
@d33 6
a38 6
BODY,DIV,SPAN,
TABLE,TR,TD,TH,P,
FONT,UL,OL,LI
FORM,INPUT,
TEXTAREA,
BLOCKQUOTE,A,I,B,EM {
d43 1
a43 1
TT,CODE,SAMP,PRE {
d48 1
a48 1
A {
d52 1
a52 1
A:link {
d57 1
a57 1
A:visited {
d62 1
a62 1
A:hover {
d69 1
a69 1
UL {
d76 1
a76 1
UL LI + LI {
d79 1
a79 1
UL.compact LI {
d84 1
a84 1
SPAN.pullquote-left {
d94 1
a94 1
SPAN.pullquote-right {
d106 1
a106 1
P {
d109 1
a109 1
P.indent {
d114 1
a114 1
H1, H2, H3 {
d119 1
a119 1
H1 {
d122 1
a122 1
H2 {
d127 1
a127 1
H3 {
d134 1
a134 1
A IMG {
d137 1
a137 1
IMG.float-right {
d142 1
a142 1
IMG.portrait-right {
@


1.9
log
@switch to global configuration array variables instead of a dozend individual variables
@
text
@d48 1
a48 1
A { 
d50 3
a52 3
    font-weight:             bold; 
}                            
A:link {                     
d54 1
a54 1
    font-weight:             bold; 
d56 2
a57 2
}                            
A:visited {                  
d61 2
a62 2
}                            
A:hover {                    
d65 1
a65 1
    color:                   #909090; 
d90 1
a90 1
    font-size:               80%; 
d100 1
a100 1
    font-size:               80%; 
@


1.8
log
@style cleanup
@
text
@d71 1
a71 1
    list-style-image:        url('<?php echo $rooturl ?>canvas/canvas-box.png');
d154 1
a154 1
    background-image:        url('<?php echo $rooturl ?>canvas/canvas-crop-glass-dark-T.png');
@


1.7
log
@add box
@
text
@d39 1
a39 1
    font-family: helvetica,lucida,arial,sans-serif;
d44 1
a44 1
    font-family: courier,courier-new,terminal,fixed,monospace;
d48 19
a66 4
A                    { text-decoration: none;      font-weight: bold; }
A:link               { text-decoration: none;      font-weight: bold; color: #909090; }
A:visited            { text-decoration: none;      font-weight: bold; color: #909090; }
A:hover              { text-decoration: underline; font-weight: bold; color: #909090; }
d70 5
a74 3
    list-style-type:   square;
    list-style-image:  url('<?php echo $rooturl ?>canvas/canvas-box.png');
    padding-left:      40px;
d76 2
a77 2
UL LI {
    margin-top:        4px;
d80 1
a80 1
    margin-top:        1px;
d85 8
a92 8
    text-indent:           0px;
    float:                 left;
    width:                 12em;
    margin:                1em 1em 1em 0em;
    text-align:            left;
    font-size:             80%; 
    font-weight:           bold;
    color:                 #000000;
d95 8
a102 8
    text-indent:           0px;
    float:                 right;
    width:                 12em;
    margin:                1em 0em 1em 1em;
    text-align:            left;
    font-size:             80%; 
    font-weight:           bold;
    color:                 #000000;
d105 4
a108 1
/* indented paragraph */
d110 1
a110 1
    text-indent:           2em;
d115 3
a117 3
    font-family:           tahoma,arial,helvetica,lucida,sans-serif;
    font-weight:           bold;
    color:                 #807060;
d120 1
a120 1
    font-size:             200% !important;
d123 3
a125 3
    font-size:             140%;
    margin-top:            0.50em;
    margin-bottom:         0.25em;
d128 3
a130 3
    font-size:             100%;
    margin-top:            0.50em;
    margin-bottom:         0.25em;
d135 1
a135 1
    border:                0px;
d138 3
a140 3
    float:                 right;
    margin-top:            10px;
    margin-bottom:         10px;
d143 3
a145 3
    margin-left:           10px;
    border:                1px solid #999999;
    float:                 right;
d150 5
a154 5
    display:               block;
    padding:               10px;
    background-attachment: scroll;
    background-position:   left top;
    background-image:      url('<?php echo $rooturl ?>canvas/canvas-crop-glass-dark-T.png');
@


1.6
log
@fix paths
@
text
@d56 1
a56 1
    list-style-image:  url('<?php echo $rooturl ?>canvas-style.d/box.png');
@


1.5
log
@flush all other pending changes to improve the website layout
@
text
@d56 1
a56 1
    list-style-image:  url('canvas-style.d/box.png');
d134 1
a134 1
    background-image:      url('canvas/canvas-full-glass-dark2-T.png');
@


1.4
log
@cleanups for 2006
@
text
@d97 1
a97 1
    color:                 #999999;
d128 9
@


1.3
log
@flush pending changes
@
text
@d3 2
a4 2
##  Copyright (c) 2005 OpenPKG Foundation e.V. <http://openpkg.net/>
##  Copyright (c) 2005 Ralf S. Engelschall <http://engelschall.com/>
d24 1
a24 1
##  layout.wml: page layout (Website META Language)
@


1.2
log
@fix double definition of text-decoration
@
text
@a39 1
    font-size:   10pt;
d56 1
a56 1
    list-style-image:  url('style/box.png');
d63 1
a63 1
    margin-top:        0px;
d71 1
a71 1
    margin:                1em 1em 1em 0;
d81 1
a81 1
    margin:                1em 0 1em 1em;
d88 1
d93 1
d113 1
a113 5
IMG#founder_logo {
    float:                 right;
    margin-top:            20px;
}

d117 6
a122 2

IMG.portrait {
@


1.1
log
@first cut for new meta.openpkg.org canvas rendering framework
@
text
@d49 4
a52 4
A                    { text-decoration: none; font-weight: bold; }
A:link               { text-decoration: none; font-weight: bold;   color: #909090; }
A:visited            { text-decoration: none; font-weight: bold;   color: #909090; }
A:hover              { text-decoration: none; font-weight: bold;   color: #909090; text-decoration: underline; }
@

