/***********************************************************************
** DavidChiou 改  pmwiki.css
***********************************************************************/
body { margin-left:20px;
       line-height:135%;
       /*background-image:url(bg.gif);*/
       background-image:url(/images/top/dejandesktop.jpg);
     }

/*body:after
{
content: "(c)2007 台大獅子吼佛學專站   歡迎轉載流通";
color: green;
font-size:smaller;
text-align:center;
}
*/

#wikihead {
  position:absolute; top:2px; right:20px;
  font-size:smaller; text-align:right;
  background-color: #eeeeff;
}
#wikilogo { border-bottom:20px solid #cccccc; }
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }
#wikitext {
      /* font-family:"新細明體"; */
      background-color: #eeeeff;
      font-size:22px;
      padding:20px;
      line-height:135%;
}

td#wikileft
     { vertical-align:top;
       font-size: 22px;
       line-height:120%;
       background-color: #ffcccc;
}
td#wikibody
     { vertical-align:top;
       background-color: #eeeeff;
       position:relative; left:2px;
     }
td#wikiright { vertical-align:top; }
a {text-decoration : none;
  font-weight: bold;
  color: blue;
/* background-color: #ffdddd; */
}

h1 { background-color: #ccFFcc;
      margin-top:22px;
      margin-bottom:22px;
      font-family:"標楷體";
      line-height:135%;
     }

h3 { background-color: #ccccFF;
     font-size : 24px;
     }

/*
ul, ol, dl
    {
      margin-top:0px;
      margin-left:8px;
      margin-bottom:0px;
      font-weight:bold;
}
*/

img {margin: 15px;}


.indent { margin-left:40px; }

.pagetitle {
  font-size:200%;
  font-weight:bold;
  line-height:135%;
}

.diffbox { border:1px #999999 solid; }
.diffauthor { font-weight:bold; }
.diffchangesum { font-weight:bold; }
.difftime
  { font-family:verdana,sans-serif; font-size:66%; background-color:#dddddd; }
.difftype
  { clear:both; font-family:verdana,sans-serif; font-size:66%; font-weight:bold; }
.diffadd
  { border-left:5px #99ff99 solid; padding-left:5px; }
.diffdel
  { border-left:5px #ffff99 solid; padding-left:5px; }
.diffrestore
  { clear:both; font-family:verdana,sans-serif; font-size:66%; margin:1.5em 0px; }

#wikiedit textarea { width:98%; }

a.varlink { text-decoration:none; }
