update local template from remote and use it again (if there's a reason not

to have it local, please leave a comment..)
master
Joey Hess 2007-12-06 13:02:34 -05:00
parent 5fc0010ff4
commit 262fd5549b
2 changed files with 177 additions and 163 deletions

View File

@ -25,7 +25,7 @@ files..)
You can see it [here](http://fred.ccheznous.org). You can download the local.css file and
the modified templates [here](http://fred.ccheznous.org/refresh_20060602.tgz).
* [local.css](http://martin.wuertele.net/local.css), contributed and adapted by [maxx](http://martin.wuertele.net/), [original](http://www.openwebdesign.org/viewdesign.phtml?id=3057)
* **[[02_Template.css]]**, contributed and adapted by [maxx](http://martin.wuertele.net/), [original](http://www.openwebdesign.org/viewdesign.phtml?id=3057)
designed by [jarico](http://www.openwebdesign.org/userinfo.phtml?user=jcarico)
(License: public domain). You'll need a modified page.tmpl
**[[css_market/02_Template.tmpl]]**. If you prefer

View File

@ -2,12 +2,13 @@
/* Add local styling here, instead of modifying style.css. */
/* This stylesheet is based on 02 Template http://www.openwebdesign.org/viewdesign.phtml?id=3057
by jarico http://www.openwebdesign.org/userinfo.phtml?user=jcarico
modifications for ikiwiki by Martin Wuertele <web@wuertele.net>
/* This stylesheet is based on 02 Template
(http://www.openwebdesign.org/viewdesign.phtml?id=3057)
by jarico (http://www.openwebdesign.org/userinfo.phtml?user=jcarico)
License: public domain
modifications for ikiwiki by Martin Wuertele <web@wuertele.net>
*/
/******** General tags ********/
@ -272,6 +273,19 @@ div.tags {
}
/* CSS fixes */
.popup:focus .balloon {
position: absolute;
display: inline;
margin: 1em 0 0 -2em;
padding: 0.625em;
border: 2px solid;
background-color: #dee;
color: black;
}
/******** Footer ********/
#footer{
clear:both;
@ -283,7 +297,7 @@ div.tags {
}
.pagedate{
text-size:small;
font-size:small;
text-align:right;
margin:0;
font-family:georgia, arial;