update local template from remote and use it again (if there's a reason not
to have it local, please leave a comment..)master
parent
5fc0010ff4
commit
262fd5549b
|
@ -25,7 +25,7 @@ files..)
|
||||||
You can see it [here](http://fred.ccheznous.org). You can download the local.css file and
|
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).
|
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)
|
designed by [jarico](http://www.openwebdesign.org/userinfo.phtml?user=jcarico)
|
||||||
(License: public domain). You'll need a modified page.tmpl
|
(License: public domain). You'll need a modified page.tmpl
|
||||||
**[[css_market/02_Template.tmpl]]**. If you prefer
|
**[[css_market/02_Template.tmpl]]**. If you prefer
|
||||||
|
|
|
@ -2,128 +2,129 @@
|
||||||
|
|
||||||
/* Add local styling here, instead of modifying style.css. */
|
/* Add local styling here, instead of modifying style.css. */
|
||||||
|
|
||||||
/* This stylesheet is based on 02 Template http://www.openwebdesign.org/viewdesign.phtml?id=3057
|
/* This stylesheet is based on 02 Template
|
||||||
by jarico http://www.openwebdesign.org/userinfo.phtml?user=jcarico
|
(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>
|
|
||||||
|
|
||||||
License: public domain
|
License: public domain
|
||||||
|
|
||||||
|
modifications for ikiwiki by Martin Wuertele <web@wuertele.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/******** General tags ********/
|
/******** General tags ********/
|
||||||
|
|
||||||
body{
|
body{
|
||||||
padding:0;
|
padding:0;
|
||||||
margin:0;
|
margin:0;
|
||||||
border:none;
|
border:none;
|
||||||
font-family:georgia, arial;
|
font-family:georgia, arial;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
background:url(images/bg.png) repeat-x top #4B546B;
|
background:url(images/bg.png) repeat-x top #4B546B;
|
||||||
/*background:#4B546B;*/
|
/*background:#4B546B;*/
|
||||||
color:#000000;
|
color:#000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pagestyle{
|
#pagestyle{
|
||||||
width:80%;
|
width:80%;
|
||||||
padding-top:5px;
|
padding-top:5px;
|
||||||
padding-bottom:5px;
|
padding-bottom:5px;
|
||||||
padding-left:5px;
|
padding-left:5px;
|
||||||
padding-right:5px;
|
padding-right:5px;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
border:none;
|
border:none;
|
||||||
background-color:#FFFFFF;
|
background-color:#FFFFFF;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pagehead{
|
#pagehead{
|
||||||
background:url(images/header.png) no-repeat center #808080;
|
background:url(images/header.png) no-repeat center #808080;
|
||||||
height:203px;
|
height:203px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
border-bottom:1px #8994AF dotted;
|
border-bottom:1px #8994AF dotted;
|
||||||
border-top:none;
|
border-top:none;
|
||||||
border-left:none;
|
border-left:none;
|
||||||
border-right:none;
|
border-right:none;
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
color:#000000;
|
color:#000000;
|
||||||
display:inline;
|
display:inline;
|
||||||
color:#8994AF;
|
color:#8994AF;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover{
|
a:hover{
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
border-bottom:1px #4B556A dotted;
|
border-bottom:1px #4B556A dotted;
|
||||||
border-top:none;
|
border-top:none;
|
||||||
border-left:none;
|
border-left:none;
|
||||||
border-right:none;
|
border-right:none;
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
color:#000000;
|
color:#000000;
|
||||||
display:inline;
|
display:inline;
|
||||||
color:#4B556A;
|
color:#4B556A;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a img{
|
a img{
|
||||||
border:0;
|
border:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p{
|
p{
|
||||||
margin:0 0 18px 10px;
|
margin:0 0 18px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre{
|
pre{
|
||||||
margin:0 0 18px 10px;
|
margin:0 0 18px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul,ol,dl{
|
ul,ol,dl{
|
||||||
}
|
}
|
||||||
|
|
||||||
ul ul,ol ol{
|
ul ul,ol ol{
|
||||||
margin:4px 0 4px 35px;
|
margin:4px 0 4px 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
font-family:georgia, arial;
|
font-family:georgia, arial;
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
color:#4A5368;
|
color:#4A5368;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
padding:0;
|
padding:0;
|
||||||
margin-top:0;
|
margin-top:0;
|
||||||
margin-bottom:5px;
|
margin-bottom:5px;
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
font-family:georgia, arial;
|
font-family:georgia, arial;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
color:#4A5368;
|
color:#4A5368;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
padding:0;
|
padding:0;
|
||||||
margin-top:0;
|
margin-top:0;
|
||||||
margin-bottom:5px;
|
margin-bottom:5px;
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
font-family:georgia, arial;
|
font-family:georgia, arial;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
color:#4A5368;
|
color:#4A5368;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
padding:0;
|
padding:0;
|
||||||
margin-top:0;
|
margin-top:0;
|
||||||
margin-bottom:5px;
|
margin-bottom:5px;
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote{
|
blockquote{
|
||||||
|
@ -136,43 +137,43 @@ blockquote{
|
||||||
}
|
}
|
||||||
|
|
||||||
.header{
|
.header{
|
||||||
width:auto;
|
width:auto;
|
||||||
border:none;
|
border:none;
|
||||||
padding-top:1px;
|
padding-top:1px;
|
||||||
padding-bottom:10px;
|
padding-bottom:10px;
|
||||||
padding-left:5px;
|
padding-left:5px;
|
||||||
padding-right:5px;
|
padding-right:5px;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
margin:0;
|
margin:0;
|
||||||
height:20px;
|
height:20px;
|
||||||
line-height:20px;
|
line-height:20px;
|
||||||
font-family:georgia, arial;
|
font-family:georgia, arial;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
color:#808080;
|
color:#808080;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions {
|
.actions {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#backlinks{
|
#backlinks{
|
||||||
width:auto;
|
width:auto;
|
||||||
border:none;
|
border:none;
|
||||||
padding-top:0;
|
padding-top:0;
|
||||||
padding-bottom:1px;
|
padding-bottom:1px;
|
||||||
padding-left:5px;
|
padding-left:5px;
|
||||||
padding-right:5px;
|
padding-right:5px;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
margin:0;
|
margin:0;
|
||||||
height:20px;
|
height:20px;
|
||||||
line-height:20px;
|
line-height:20px;
|
||||||
font-family:georgia, arial;
|
font-family:georgia, arial;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
color:#808080;
|
color:#808080;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tags {
|
div.tags {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content{
|
#content{
|
||||||
|
@ -182,67 +183,67 @@ div.tags {
|
||||||
}
|
}
|
||||||
|
|
||||||
#pageinfo {
|
#pageinfo {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inlinepage {
|
.inlinepage {
|
||||||
border:none;
|
border:none;
|
||||||
padding:5px 10px;
|
padding:5px 10px;
|
||||||
margin:0
|
margin:0
|
||||||
}
|
}
|
||||||
|
|
||||||
.inlinepage .header {
|
.inlinepage .header {
|
||||||
font-family:georgia, arial;
|
font-family:georgia, arial;
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
color:#4A5368;
|
color:#4A5368;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
padding:0;
|
padding:0;
|
||||||
margin-top:0;
|
margin-top:0;
|
||||||
margin-bottom:5px;
|
margin-bottom:5px;
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tags {
|
#tags {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/******** Content variations ********/
|
/******** Content variations ********/
|
||||||
|
|
||||||
.feedbutton {
|
.feedbutton {
|
||||||
color:#ffffff;
|
color:#ffffff;
|
||||||
font-size:0.9em;
|
font-size:0.9em;
|
||||||
background-color:#4088b8;
|
background-color:#4088b8;
|
||||||
border:1px solid #c8c8c8;
|
border:1px solid #c8c8c8;
|
||||||
line-height:1.3em;
|
line-height:1.3em;
|
||||||
padding: 0px 0.5em 0px 0.5em;
|
padding: 0px 0.5em 0px 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.feedbutton:hover {
|
/*.feedbutton:hover {
|
||||||
color: #4088b8 !important;
|
color: #4088b8 !important;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
|
||||||
/******** sidebar ********/
|
/******** sidebar ********/
|
||||||
|
|
||||||
#sidebar{
|
#sidebar{
|
||||||
float:right;
|
float:right;
|
||||||
width:175px;
|
width:175px;
|
||||||
background-color:#FFFFFF;
|
background-color:#FFFFFF;
|
||||||
border:1px #808080 solid;
|
border:1px #808080 solid;
|
||||||
padding:5px 10px;
|
padding:5px 10px;
|
||||||
margin:0;
|
margin:0;
|
||||||
height:100%
|
height:100%
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar ul{
|
#sidebar ul{
|
||||||
list-style:none;
|
list-style:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar li{
|
#sidebar li{
|
||||||
list-style:none;
|
list-style:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar li a{
|
#sidebar li a{
|
||||||
|
@ -255,39 +256,52 @@ div.tags {
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar h1{
|
#sidebar h1{
|
||||||
font-family:georgia, arial;
|
font-family:georgia, arial;
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
color:#4A5368;
|
color:#4A5368;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
padding:0;
|
padding:0;
|
||||||
margin-top:0;
|
margin-top:0;
|
||||||
margin-bottom:5px;
|
margin-bottom:5px;
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar h2{
|
#sidebar h2{
|
||||||
margin:3px 0px 8px 0px;
|
margin:3px 0px 8px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* 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 ********/
|
||||||
#footer{
|
#footer{
|
||||||
clear:both;
|
clear:both;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
color:#808080;
|
color:#808080;
|
||||||
border-top:1px #808080 solid;
|
border-top:1px #808080 solid;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
padding:8px 0;
|
padding:8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagedate{
|
.pagedate{
|
||||||
text-size:small;
|
font-size:small;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
margin:0;
|
margin:0;
|
||||||
font-family:georgia, arial;
|
font-family:georgia, arial;
|
||||||
font-size:10px;
|
font-size:10px;
|
||||||
color:#808080;
|
color:#808080;
|
||||||
padding:8px 0;
|
padding:8px 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue