]> sipb.mit.edu Git - ikiwiki.git/commitdiff
update local template from remote and use it again (if there's a reason not
authorJoey Hess <joey@kitenet.net>
Thu, 6 Dec 2007 18:02:34 +0000 (13:02 -0500)
committerJoey Hess <joey@kitenet.net>
Thu, 6 Dec 2007 18:02:34 +0000 (13:02 -0500)
to have it local, please leave a comment..)

doc/css_market.mdwn
doc/css_market/02_template.css

index 60ea9fc721e535879f91e0eff6f382d5f7615b0f..2c006d9975b2b4118cebfb3ae9e6fdba3b2d1d58 100644 (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).
 
   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 
   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 
index 954f0fce3b0080e956e9331d5cbadbe5a702edf0..522d9a4522037144fdf8530d2a77e8a01996bbd8 100644 (file)
 
 /* 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 
-   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
 
    License: public domain
+
+   modifications for ikiwiki by Martin Wuertele <web@wuertele.net>
 */
 
 /******** General tags ********/
 
 body{
 */
 
 /******** General tags ********/
 
 body{
-        padding:0;
-        margin:0;
-        border:none;
-        font-family:georgia, arial;
-        font-size:12px;
-        background:url(images/bg.png) repeat-x top #4B546B;
-        /*background:#4B546B;*/
-        color:#000000;
+       padding:0;
+       margin:0;
+       border:none;
+       font-family:georgia, arial;
+       font-size:12px;
+       background:url(images/bg.png) repeat-x top #4B546B;
+       /*background:#4B546B;*/
+       color:#000000;
 }
 
 #pagestyle{
 }
 
 #pagestyle{
-        width:80%;
-        padding-top:5px;
-        padding-bottom:5px;
-        padding-left:5px;
-        padding-right:5px;
-        margin:0 auto;
-        border:none;
-        background-color:#FFFFFF;
+       width:80%;
+       padding-top:5px;
+       padding-bottom:5px;
+       padding-left:5px;
+       padding-right:5px;
+       margin:0 auto;
+       border:none;
+       background-color:#FFFFFF;
 
 }
 
 #pagehead{
 
 }
 
 #pagehead{
-        background:url(images/header.png) no-repeat center #808080;
-        height:203px;
+       background:url(images/header.png) no-repeat center #808080;
+       height:203px;
 }
 
 a{
 }
 
 a{
-        margin:0;
-        padding:0;
-        border-bottom:1px #8994AF dotted;
-        border-top:none;
-        border-left:none;
-        border-right:none;
-        background-color:transparent;
-        color:#000000;
-        display:inline;
-        color:#8994AF;
-        text-decoration:none;
+       margin:0;
+       padding:0;
+       border-bottom:1px #8994AF dotted;
+       border-top:none;
+       border-left:none;
+       border-right:none;
+       background-color:transparent;
+       color:#000000;
+       display:inline;
+       color:#8994AF;
+       text-decoration:none;
 }
 
 a:hover{
 }
 
 a:hover{
-        margin:0;
-        padding:0;
-        border-bottom:1px #4B556A dotted;
-        border-top:none;
-        border-left:none;
-        border-right:none;
-        background-color:transparent;
-        color:#000000;
-        display:inline;
-        color:#4B556A;
-        text-decoration:none;
+       margin:0;
+       padding:0;
+       border-bottom:1px #4B556A dotted;
+       border-top:none;
+       border-left:none;
+       border-right:none;
+       background-color:transparent;
+       color:#000000;
+       display:inline;
+       color:#4B556A;
+       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 ul,ol ol{
 }
 
 ul,ol,dl{
 }
 
 ul ul,ol ol{
-        margin:4px 0 4px 35px;
+       margin:4px 0 4px 35px;
 }
 
 h1{
 }
 
 h1{
-        font-family:georgia, arial;
-        font-size:16px;
-        color:#4A5368;
-        text-transform:uppercase;
-        font-weight:bold;
-        padding:0;
-        margin-top:0;
-        margin-bottom:5px;
-        margin-left:auto;
-        margin-right:auto;
+       font-family:georgia, arial;
+       font-size:16px;
+       color:#4A5368;
+       text-transform:uppercase;
+       font-weight:bold;
+       padding:0;
+       margin-top:0;
+       margin-bottom:5px;
+       margin-left:auto;
+       margin-right:auto;
 }
 
 h2{
 }
 
 h2{
-        font-family:georgia, arial;
-        font-size:14px;
-        color:#4A5368;
-        text-transform:uppercase;
-        font-weight:bold;
-        padding:0;
-        margin-top:0;
-        margin-bottom:5px;
-        margin-left:auto;
-        margin-right:auto;
+       font-family:georgia, arial;
+       font-size:14px;
+       color:#4A5368;
+       text-transform:uppercase;
+       font-weight:bold;
+       padding:0;
+       margin-top:0;
+       margin-bottom:5px;
+       margin-left:auto;
+       margin-right:auto;
 }
 
 h3{
 }
 
 h3{
-        font-family:georgia, arial;
-        font-size:12px;
-        color:#4A5368;
-        text-transform:uppercase;
-        font-weight:bold;
-        padding:0;
-        margin-top:0;
-        margin-bottom:5px;
-        margin-left:auto;
-        margin-right:auto;
+       font-family:georgia, arial;
+       font-size:12px;
+       color:#4A5368;
+       text-transform:uppercase;
+       font-weight:bold;
+       padding:0;
+       margin-top:0;
+       margin-bottom:5px;
+       margin-left:auto;
+       margin-right:auto;
 }
 
 blockquote{
 }
 
 blockquote{
@@ -136,43 +137,43 @@ blockquote{
 }
 
 .header{
 }
 
 .header{
-        width:auto;
-        border:none;
-        padding-top:1px;
-        padding-bottom:10px;
-        padding-left:5px;
-        padding-right:5px;
-        text-align:left;
-        margin:0;
-        height:20px;
-        line-height:20px;
-        font-family:georgia, arial;
-        font-size:12px;
-        color:#808080;
+       width:auto;
+       border:none;
+       padding-top:1px;
+       padding-bottom:10px;
+       padding-left:5px;
+       padding-right:5px;
+       text-align:left;
+       margin:0;
+       height:20px;
+       line-height:20px;
+       font-family:georgia, arial;
+       font-size:12px;
+       color:#808080;
 }
 
 .actions {
 }
 
 .actions {
-        border-bottom: none;
+       border-bottom: none;
 }
 
 #backlinks{
 }
 
 #backlinks{
-        width:auto;
-        border:none;
-        padding-top:0;
-        padding-bottom:1px;
-        padding-left:5px;
-        padding-right:5px;
-        text-align:right;
-        margin:0;
-        height:20px;
-        line-height:20px;
-        font-family:georgia, arial;
-        font-size:12px;
-        color:#808080;
+       width:auto;
+       border:none;
+       padding-top:0;
+       padding-bottom:1px;
+       padding-left:5px;
+       padding-right:5px;
+       text-align:right;
+       margin:0;
+       height:20px;
+       line-height:20px;
+       font-family:georgia, arial;
+       font-size:12px;
+       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;
-        padding:5px 10px;
-        margin:0
+       border:none;
+       padding:5px 10px;
+       margin:0
 }
 
 .inlinepage .header {
 }
 
 .inlinepage .header {
-        font-family:georgia, arial;
-        font-size:16px;
-        color:#4A5368;
-        text-transform:uppercase;
-        font-weight:bold;
-        padding:0;
-        margin-top:0;
-        margin-bottom:5px;
-        margin-left:auto;
-        margin-right:auto;
+       font-family:georgia, arial;
+       font-size:16px;
+       color:#4A5368;
+       text-transform:uppercase;
+       font-weight:bold;
+       padding:0;
+       margin-top:0;
+       margin-bottom:5px;
+       margin-left:auto;
+       margin-right:auto;
 }
 
 #tags {
 }
 
 #tags {
-        border: none;
+       border: none;
 } 
 
 /******** Content variations ********/
 
 .feedbutton {
 } 
 
 /******** Content variations ********/
 
 .feedbutton {
-        color:#ffffff;
-        font-size:0.9em;
-        background-color:#4088b8;
-        border:1px solid #c8c8c8;
-        line-height:1.3em;
-        padding: 0px 0.5em 0px 0.5em;
+       color:#ffffff;
+       font-size:0.9em;
+       background-color:#4088b8;
+       border:1px solid #c8c8c8;
+       line-height:1.3em;
+       padding: 0px 0.5em 0px 0.5em;
 }
 
 /*.feedbutton:hover {
 }
 
 /*.feedbutton:hover {
-        color: #4088b8 !important;
-        background: #ffffff;
+       color: #4088b8 !important;
+       background: #ffffff;
 }*/
 
 
 /******** sidebar ********/
 
 #sidebar{
 }*/
 
 
 /******** sidebar ********/
 
 #sidebar{
-        float:right;
-        width:175px;
-        background-color:#FFFFFF;
-        border:1px #808080 solid;
-        padding:5px 10px;
-        margin:0;
-        height:100%
+       float:right;
+       width:175px;
+       background-color:#FFFFFF;
+       border:1px #808080 solid;
+       padding:5px 10px;
+       margin:0;
+       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-size:16px;
-        color:#4A5368;
-        text-transform:uppercase;
-        font-weight:bold;
-        padding:0;
-        margin-top:0;
-        margin-bottom:5px;
-        margin-left:auto;
-        margin-right:auto;
+       font-family:georgia, arial;
+       font-size:16px;
+       color:#4A5368;
+       text-transform:uppercase;
+       font-weight:bold;
+       padding:0;
+       margin-top:0;
+       margin-bottom:5px;
+       margin-left: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;
-        text-align:right;
-        color:#808080;
-        border-top:1px #808080 solid;
-        margin:0 auto;
-        padding:8px 0;
+       clear:both;
+       text-align:right;
+       color:#808080;
+       border-top:1px #808080 solid;
+       margin:0 auto;
+       padding:8px 0;
 }
 
 .pagedate{
 }
 
 .pagedate{
-        text-size:small;
-        text-align:right;
-        margin:0;
-        font-family:georgia, arial;
-        font-size:10px;
-        color:#808080;
-        padding:8px 0;
+       font-size:small;
+       text-align:right;
+       margin:0;
+       font-family:georgia, arial;
+       font-size:10px;
+       color:#808080;
+       padding:8px 0;
 }
 }