
/*  与幻灯片样式无关 使用说明 */
.wrap{width:1000px;float: left; left:50%; margin-left:-500px; position:absolute;}
.side{float: left;width:230px;margin-left:10px;padding:20px 0; position: fixed;right:40px;}
.textDescription{padding:2px;margin:20px 10px;border:2px solid #090909;background:#9f9f9f; border-radius:10px;box-shadow:5px 5px 5px #151414}
.textDescription div{padding:10px;box-shadow:-2px -2px 2px #dddddd;border-radius:10px;}
.textDescription strong{display: block;padding:0 20px;line-height:20px;height:20px;}
.textDescription .cont{ line-height:30px;}
.textDescription .cont a{display: block;height:30px; overflow: hidden;}
a{color:#333;font-size:14px; text-decoration: none;}
a:hover{text-decoration:underline;}
pre, code, kbd, samp {font-family: monospace, serif;_font-family: 'courier new', monospace;font-size: 1em;}
pre {padding:0 20px;	white-space: pre;white-space: pre-wrap;word-wrap: break-word;}

pre code {font-size: 12px;display: block;padding:10px;color: black;border: 1px solid #F1F1F1;background: ghostWhite;border-radius: 2px;}
pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula {color: #D14;}
pre .attribute, pre .variable, pre .instancevar, pre .lisp .body {color: teal;}
pre .tag, pre .tag .title, pre .rules .property, pre .django .tag .keyword {color: navy; font-weight: normal;}
pre .keyword, pre .css .rule .keyword, pre .winutils, pre .javascript .title, pre .lisp .title, pre .subst {color: black;font-weight: bold;}
pre .note{color:#75715e;}
pre .class {color: #458;font-weight: bold;}
pre .number, pre .hexcolor {color: #40A070;}
pre .css{background:#272822;border: 1px solid #75715e; color:#d8f8d2}
pre .css .class{color:#a6e22e;font-weight: normal}
pre .css .attribute{color:#5cd9d0}
pre .css .number{color:#6f73ff}
pre .css .tag{ color:#f9263e}
pre .css .string{color:#fd971f}
pre .css .string2{color:#e6db74;}
