exported from svn
28
personal/css/admin.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
/* -- CSS for the Jlog admincenter v0.2 -- */
|
||||
/* -- last edit 15 Dec 2004 -- */
|
||||
|
||||
#admin { margin: 0; padding: 0; border: 0; }
|
||||
#admin p { font-weight: normal; }
|
||||
#admin input, #admin textarea { font-weight: normal; font-family: inherit; font-size: inherit; padding-left: 0.2em; }
|
||||
#admin input.long { width: 90%; }
|
||||
#admin input.short { width: 3em; }
|
||||
#admin input.button { width: auto; margin: 1em; }
|
||||
#admin textarea { width: 90%; }
|
||||
#admin form dt { font-weight: normal; margin: 0.5em 0 0 0; }
|
||||
#admin form dd { margin: 0 0 0 1em; }
|
||||
#admin form textarea.small { height: 2.7em; }
|
||||
#admin form textarea.big { height: 15em; }
|
||||
|
||||
#admin table { empty-cells: show; border-spacing: 0; font-size: 1em; }
|
||||
#admin table tr td,
|
||||
#admin table tr th { padding: 3px 8px; border-left: 1px dotted #bdaa94; vertical-align: top; }
|
||||
#admin table tr th { border-bottom: 1px dotted #bdaa94; }
|
||||
#admin table a, #admin table a img { border: none; background: none; }
|
||||
|
||||
#admin a img.admin { border: none; background: none; }
|
||||
|
||||
#admin h2.preview { color: red; text-align: center; background-color: white; }
|
||||
#admin .preview { background: #FFF5F7; margin: 0 -10px; padding: 10px; }
|
||||
|
||||
#admin .hide { display: none; }
|
||||
#admin-menu { position: relative; z-index: 2; }
|
34
personal/css/ielte6.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
/* additional hacks for IE
|
||||
* btw. IE sucks! ;-)
|
||||
*/
|
||||
|
||||
#pokal { /* do not display the alpha image */
|
||||
display: none;
|
||||
}
|
||||
|
||||
#container { /* IE max-width and PNG no-alpha hack */
|
||||
height: 1%;
|
||||
width: 750px;
|
||||
width:expression(document.body.clientWidth>805?"800px":"auto");
|
||||
background-image: url(img/banner-ielte6.jpg);
|
||||
}
|
||||
|
||||
#main { width: 63%; margin: 0 0 0 15px; }
|
||||
|
||||
ul.comments li {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
#admin table { /* adapting the font size for IE 5.x */
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
* html #subnav { /* Box-Model Bug */
|
||||
content:"\"; width: 30%; padding: 2em 1.5em;
|
||||
}
|
||||
|
||||
* html #main { width: 62.5%; margin: 0 0 0 15px; }
|
||||
|
||||
html + body #admin { /* close the hole in IE 5.0 */
|
||||
margin: 0;
|
||||
}
|
BIN
personal/css/img/Browse.plb
Normal file
BIN
personal/css/img/banner-ielte6.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
personal/css/img/banner.jpg
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
personal/css/img/body.png
Normal file
After Width: | Height: | Size: 161 B |
BIN
personal/css/img/border.png
Normal file
After Width: | Height: | Size: 76 B |
BIN
personal/css/img/cheese.png
Normal file
After Width: | Height: | Size: 624 B |
BIN
personal/css/img/footer.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
personal/css/img/pokal.png
Normal file
After Width: | Height: | Size: 21 KiB |
34
personal/css/popup.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
body {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: black;
|
||||
font-size: 0.8em;
|
||||
background-color: #eee;
|
||||
margin: 0px;
|
||||
padding: 10px 5%;
|
||||
}
|
||||
h1 {
|
||||
margin: 0px 0px 20px 0px;
|
||||
font-size: 140%;
|
||||
}
|
||||
.caution {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
ul { list-style-type: none; margin: 0; }
|
||||
ul.error { list-style-type: disc; }
|
||||
li { margin: 0.5em; }
|
||||
.error { color: red; }
|
||||
a { color: brown; }
|
||||
img { border: none; }
|
||||
a img {
|
||||
border: none;
|
||||
margin: 0 0 0.5em 0;
|
||||
}
|
||||
p { margin: 0; padding: 0.5em 0 0.5em 0 }
|
||||
blockquote {
|
||||
border: 1px solid #999;
|
||||
border-left: 3px solid #aaa;
|
||||
padding: 0 1em 0.3em 1em;
|
||||
margin: 0;
|
||||
background: #eee url(/img/anfuehrungszeichen.png) 2% 1px no-repeat;
|
||||
}
|
19
personal/css/print.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* print.css for the default template of Jlog
|
||||
* see screen.css for more details
|
||||
*/
|
||||
|
||||
/* -- hide -- */
|
||||
#subnav, .skip, .entryform, .hidecomments, #entryform, hr { display: none; }
|
||||
|
||||
/* -- main settings -- */
|
||||
body { font-family: Georgia, "Times New Roman", Times, serif; }
|
||||
h1 { text-align: right; margin-top: 0; }
|
||||
blockquote { font-style: italic; }
|
||||
|
||||
/* -- links -- */
|
||||
a { text-decoration: none; }
|
||||
#main a:after { font-size: 70%; content:" <"attr(href)">"; }
|
||||
#main .meta a:after, #main h2 a:after { content:""; }
|
||||
|
||||
/* -- comments -- */
|
||||
ul#commentslist { list-style-type: none; }
|
213
personal/css/screen.css
Normal file
|
@ -0,0 +1,213 @@
|
|||
/* screen.css for the standard Jlog <http://jeenaparadies.net/webdesign/jlog/> template.
|
||||
*
|
||||
* Author: Jeena Paradies <http://jeenaparadies.net>
|
||||
* License: GPL (see LICENSE.txt in this package)
|
||||
*
|
||||
*/
|
||||
|
||||
/* -- main positionering -- */
|
||||
body {
|
||||
font-size: 100.01%;
|
||||
font-family: verdana, arial, sans-serif;
|
||||
background: #ffdc6c url(img/body.png);
|
||||
color: black;
|
||||
min-width: 500px;
|
||||
margin: 0 20px;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
#container {
|
||||
font-size: 0.8em;
|
||||
text-align: left;
|
||||
margin: 0 auto;
|
||||
max-width: 800px;
|
||||
background: url(img/banner.jpg) no-repeat 0 2.4em white;
|
||||
border: 1px solid #2B2B2B;
|
||||
border-top: 0;
|
||||
position: relative;
|
||||
}
|
||||
#main {
|
||||
margin: 0 0 0 25px;
|
||||
padding: 190px 0 2em 0;
|
||||
width: 64.5%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* Clearfix-Hack */
|
||||
#main:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#main {display: inline-table;}
|
||||
|
||||
/* Hides from IE-mac \*/
|
||||
* html #main {height: 1%;}
|
||||
#main {display: block;}
|
||||
/* End hide from IE-mac */
|
||||
|
||||
/* -- logo -- */
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
font-weight: normal;
|
||||
padding: 0 5%;
|
||||
margin: 0;
|
||||
background: url(img/cheese.png) right bottom repeat-y white;
|
||||
}
|
||||
h1 a:link, h1 a:visited { color: black; text-decoration: none; }
|
||||
|
||||
/* -- pokal -- */
|
||||
#pokal {
|
||||
position: absolute;
|
||||
left: -21px;
|
||||
top: 4.5em;
|
||||
width: 128px;
|
||||
height: 198px;
|
||||
background: url(img/pokal.png) no-repeat;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* -- subnavigation -- */
|
||||
#subnav {
|
||||
width: 26%;
|
||||
margin: 1em 1px 1em 0;
|
||||
float: right;
|
||||
margin-top: 165px;
|
||||
padding: 1% 1% 1% 2%;
|
||||
font-size: 0.8em;
|
||||
background: url(img/border.png) repeat-y white;
|
||||
}
|
||||
#subnav dt {
|
||||
font-weight: bold;
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
#subnav dd {
|
||||
padding: 0.5em;
|
||||
margin: 0;
|
||||
line-height: 120%;
|
||||
}
|
||||
#subnav ul {
|
||||
margin: 0; padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
#subnav ul li { margin-bottom: 0.5em; }
|
||||
.rss img { vertical-align: middle; border: 0; width: 94px; height: 15px; }
|
||||
|
||||
/* -- footer -- */
|
||||
#footer {
|
||||
clear: both;
|
||||
height: 60px;
|
||||
background: url(img/footer.png) no-repeat top center;
|
||||
}
|
||||
|
||||
/* -- basic styles -- */
|
||||
.skip {
|
||||
position: absolute;
|
||||
left: -999px;
|
||||
width: 990px;
|
||||
}
|
||||
hr {
|
||||
background-color: #aaa;
|
||||
color: #aaa;
|
||||
border: 0 none;
|
||||
height: 1px;
|
||||
margin: 1em 0;
|
||||
clear: both;
|
||||
}
|
||||
.error { color: red; }
|
||||
blockquote {
|
||||
background: url(img/border.png) repeat-y;
|
||||
padding: 0 0.5em;
|
||||
font-style: italic;
|
||||
}
|
||||
#searchform { text-align: center; }
|
||||
.meta.date { margin-top: 0; }
|
||||
.meta { font-style: italic; font-size: 0.85em; }
|
||||
.searchword { background: yellow; }
|
||||
|
||||
/* -- pictures -- */
|
||||
.fl { float: left; margin: 0 1em 1em 0; }
|
||||
.fr { float: right; margin: 0 0 1em 1em; }
|
||||
#main img, dl.img {
|
||||
border: 1px solid #aaa;
|
||||
padding: 2px;
|
||||
max-width: 95%;
|
||||
}
|
||||
dl.img dt { padding: 0; margin: 0;}
|
||||
#main dl.img dt img { margin: 0; padding: 0; max-width: 100%; border: none; }
|
||||
dl.img dd { margin: 0; padding: 0 0.3em; font-size: 90%; }
|
||||
.teaser { clear: both; }
|
||||
|
||||
/* -- main link styles -- */
|
||||
a:link { color: #18518b; }
|
||||
a:visited { color: #555; }
|
||||
a:hover { color: black; }
|
||||
|
||||
/* -- headlines -- */
|
||||
h2, h3, h4, h5, h6 {
|
||||
font-weight: normal;
|
||||
font-family: verdana, sans-serif;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
h2 { font-size: 1.7em; margin: 0; }
|
||||
h3 { font-size: 1.2em; }
|
||||
h4 { font-size: 1.1em; }
|
||||
h5 { font-size: 1em; }
|
||||
h6 { font-size: 0.9em; }
|
||||
h2 a:link, h2 a:visited,
|
||||
.teaser h3 a:link, .teaser h3 a:visited,
|
||||
.teaser h4 a:link, .teaser h4 a:visited { text-decoration: none; color: black; }
|
||||
h2 a:hover, .teaser h3 a:hover, .teaser h4 a:hover { text-decoration: underline; }
|
||||
.teaser h3, .teaser h4 { margin: 0; }
|
||||
|
||||
/* -- textareas and inputs -- */
|
||||
fieldset { border: 1px solid #aaa; padding: 1em; }
|
||||
legend { padding: 1em; font-weight: bold; }
|
||||
input.long, input.short, input.userdata, textarea, select {
|
||||
background: #f7f7f7;
|
||||
border: 1px solid #bbb;
|
||||
border-right: 1px solid #d8d8d8;
|
||||
border-bottom: 1px solid #D8D8D8;
|
||||
}
|
||||
|
||||
/* -- aditional styles for the home- and searchpage -- */
|
||||
.teaser h2 { font-size: 1.3em; }
|
||||
.teaser h3, .teaser h4 { font-weight: bold; }
|
||||
.teaserpic { float: right; margin: 0 0 1em 1em; }
|
||||
.entries , .search li { list-style-type: none; }
|
||||
.search li { border-top: 1px solid #d8d8d8; padding-top: 1em; }
|
||||
ul.search { margin: auto 5%; padding-left: 0; }
|
||||
h2.search { text-align: center; }
|
||||
.archive { margin-left: 5%; }
|
||||
.archivenavigation { text-align: center; border-top: 1px dotted #aaa; padding-top: 0.7em; margin-top: 2em; }
|
||||
|
||||
/* -- comments -- */
|
||||
p.hidecomments { font-size: 0.75em; text-align: right; line-height: 1px; padding: 0; margin-bottom: 0; }
|
||||
#preview li { border: solid 1px red; }
|
||||
ul.comments .meta { font-size: 1.3em; }
|
||||
ul.comments { list-style-type: none; font-size: 0.9em;}
|
||||
ul.comments li {
|
||||
padding: 0 1em 0.5em 1em;
|
||||
margin: 1em 0;
|
||||
background: #f7f7f7;
|
||||
border: 1px solid #ccc;
|
||||
border-left: 1px solid #d8d8d8;
|
||||
border-top: 1px solid #D8D8D8;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
ul.comments li p { margin: 0.5em; }
|
||||
ul.comments a.permalink {
|
||||
font: normal bold 1.5em monospace;
|
||||
border-right: 1px solid #d8d8d8;
|
||||
text-decoration: none;
|
||||
padding-right: 0.2em;
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
ul.comments a.permalink:hover { text-decoration: underline; }
|
||||
#pingbackslist { margin-bottom: 3em; }
|
||||
textarea { width: 90%; min-width: 10em; }
|
40
personal/template.tpl
Normal file
|
@ -0,0 +1,40 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><jlog:title /> - <jlog:website /></title>
|
||||
<jlog:aditional-header />
|
||||
<link rel="stylesheet" href="<jlog:homelink />/personal/css/print.css" type="text/css" media="print" />
|
||||
<link rel="stylesheet" href="<jlog:homelink />/personal/css/screen.css" type="text/css" media="screen, projection" />
|
||||
<!--[if lte IE 6]><link rel="stylesheet" href="<jlog:homelink />/personal/css/ielte6.css" type="text/css" media="screen" /><![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<p class="skip"><a href="#main"><jlog:skipcontent /></a></p>
|
||||
<div id="container"><span id="pokal"></span>
|
||||
<h1><a title="<jlog:home />" href="<jlog:homelink />/"><jlog:website /></a></h1>
|
||||
<dl id="subnav">
|
||||
<dt class="first"><jlog:slogan-h /></dt>
|
||||
<dd><jlog:slogan /></dd>
|
||||
<dt><jlog:search-h /></dt>
|
||||
<dd>
|
||||
<form action="<jlog:homelink />/search.php">
|
||||
<p><input class="userdata" type="text" name="q" size="15" value="" />
|
||||
<input class="send" type="submit" value="<jlog:search />" /></p>
|
||||
</form>
|
||||
</dd>
|
||||
<dt><jlog:categorieslist-h /></dt>
|
||||
<dd><jlog:categorieslist /></dd>
|
||||
<dt><jlog:current-h /></dt>
|
||||
<dd><jlog:subcurrent /></dd>
|
||||
<dd><jlog:archive-more /> <a href="<jlog:archivelink />"><jlog:archive /></a>.</dd>
|
||||
<dt><jlog:sub-info /></dt>
|
||||
<dd class="rss"><jlog:rss-link /><br /> <jlog:rss-info /></dd>
|
||||
<dd><jlog:copyright /></dd>
|
||||
<dd><jlog:powered /></dd>
|
||||
</dl>
|
||||
<div id="main">
|
||||
<jlog:content />
|
||||
</div>
|
||||
<div id="footer"> </div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|