/* column-print.css - part of the column skin for pmwiki */

  body {
    background:none #fff;
    width:auto;
    margin:0;
    padding:0;
    font-family:"palatino linotype", palatino, "book antiqua", georgia, times, "times new roman", serif;
    line-height:1.3em;
    font-size:12pt;
  }

  #topmenu,#header,#footmenu,#footer,.wikisearch {display:none}

  a { text-decoration:none; color:black}
  h1 { font-size:24pt; font-weight:600; padding:5pt 0}
  h2 { font-size:22pt; font-weight:600;padding-bottom:5pt}
  h3 { font-size:20pt; font-weight:600;padding-bottom:5pt}
  h4 { font-size:18pt; font-weight:600;padding-bottom:5pt}
  h5 { font-size:14pt; font-weight:600;padding-bottom:5pt}
  h6 { font-size:12pt; font-weight:600;font-variant:small-caps;}

  hr {color:#999;}

/* extras */

  #footmenu li a { text-decoration:none; }

/* was local.css */

/* + extra for rightbar */

  #rightbardiv, #rightbardiv2 { float:right; width:30%; }

/* external links */

  #wikibody a.external {
    background: url() center right no-repeat;
    padding-right:13px;
  }

/* flickralbum */

  #flickralbum { margin:25px; }
  #flickralbum img {
    padding:5px;
    margin:5px;
    border:1px solid #afafaf;
  }

  #mainheader {letter-spacing:-5px;}
  #mainheader a {text-decoration:none; color:#000;}

/* post tags */

  .tags {
    padding:10px;
    border:1px solid #000;
    background-color:#efefef;
    clear:both;
  }
  .tags a {
    text-decoration:none;
    color:#ff6622;
  }
  #taglist {
    margin:25px;
    padding:10px;
    border:1px solid #000;
    background:#efefef;
    text-align:center;
    text-transform:lowercase;
  }
  #taglist a {
    text-decoration:none;
    color:#ff6622;
  }

/* Blog styles */

  .post .tags {color:#aaa; text-align:center; padding:0px; border:0px;background-color:#fff;}
  .blogdate { font-size:1.75em; color:#693; padding-top:10px; border-bottom:1px solid #693; }

/* del.icio.us lists */

  #tagroll {margin-left:10px; margin-right:10px;}
  #tagroll ul li a {padding:0px;}
  #tagroll li a {display:inline;}
  #tagroll h2 a {display:inline;}
  #sidebar #tagroll .delicious-banner {margin-left:-5px; padding-left:0px;}

  #linkroll h2 {border:0px;}

/* showhide tweak */

  .hidediv { display:none;}

/* rss + itunes buttons */

  .rssbtn {
    border:1px solid;
    border-color:#FC9 #630 #330 #F96;
    padding:0 3px;
    font:bold 10px verdana,sans-serif;
    background:#F60;
    margin:0;
  }
  .itunesbtn {
    border:1px solid;
    border-color:#FC9 #630 #330 #F96;
    padding:0 3px;
    font:bold 10px verdana,sans-serif;
    background:#06f;
    margin:0;
  }
  .rssbtn a, .itunesbtn a {color:#fff; text-decoration:none;}

/* rounded corners dialog box, from Scott Schiller */

  .dialog { margin:0px auto; color:#fff; }
  .dialog .hd .c, .dialog .ft .c { 
    font-size:1px; /* ensure minimum height */
    height:13px;
  }
  .dialog .ft .c { height:14px; }
  .dialog .hd { background:transparent url() no-repeat 0px 0px; }
  .dialog .hd .c { background:transparent url() no-repeat right 0px; }
  .dialog .bd { background:transparent url() repeat-y 0px 0px; }
  .dialog .bd .c { background:transparent url() repeat-y right 0px; }
  .dialog .bd .c .s { 
    margin:0px 8px 0px 4px; background:#000 url() repeat-x 0px 0px;
    padding:1em;

}

  .dialog .ft { background:transparent url() no-repeat 0px 0px; }
  .dialog .ft .c { background:transparent url() no-repeat right 0px; }
  .dialog a:link, a:visited {color:#c00;}
  .dialog a:active, a:hover {color:#00c;}

/* Default pmwiki styles */

/* markup */

  table.markup { border:2px dotted #ccf; width:90%; }
  td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
  table.vert td.markup1 { border-bottom:1px solid #ccf; }
  table.horiz td.markup1 { width:23em; border-right:1px solid #ccf; }
  table.markup caption { text-align:left; }
  div.faq p, div.faq pre { margin-left:2em; }
  div.faq p.question { margin:1em 0 0.75em 0; font-weight:bold; }

/* pmwiki */

  ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
  code.escaped { white-space: nowrap; }
  .vspace { margin-top:1.33em; }
  .indent { margin-left:40px; }
  .outdent { margin-left:40px; text-indent:-40px; }
  a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; }
  a.createlink { text-decoration:none; position:relative; top:-0.5em;
    font-weight:bold; font-size:smaller; border-bottom:none; }
  img { border:0px; }

/* wikistyles */

  .frame { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
  .lfloat { float:left; margin-right:0.5em; }
  .rfloat { float:right; margin-left:0.5em; }

/* styling of commentbox entries */

  .messagehead, .journalhead {
    margin:1em 0 0 0;
    padding:0 0 0 3px;
    border:1px solid #999;
  }
  .messageitem, .journalitem {
    margin:0;
    padding:3px;
    border-left:1px solid #999;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
  }
  .messagehead { background:#e5e5ff; }
  /*use the following if message head should be same as message item */
  /* .messagehead { background:#eef; border-bottom:none; } */
  .messageitem { background:#eef; }
  .journalhead { background:#ffb; }
  .journalitem { background:#ffc; }

  .diaryhead h4 { border-bottom:1px solid #999; margin-bottom:1px; }
  * html .diaryhead h4 { margin-bottom:0; }
  .diaryitem {background:#ffc;
    margin:0;
    padding:3px;
    border-left:1px solid #999;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
  }
  .messagehead h5, .messagedate h4, .journalhead h5, .journaldate h4,
    .diaryhead h4 { margin:0.25em 0 0 0; }

  .commentbutton { margin:0 0 0 5px; padding:0 3px }
  .commenttext { width:100%; margin:0 0 3px 0 }
  em.access { font-style:normal; color:#FF2222;}

This page last modified September 07, 2006, at 11:07 PM. Josquin.us is powered by pmwiki-2.2.134.