html{ overflow-y: scroll }
body{ margin: 0 0 10px; color: #fff; font-size: 18px; font-weight: 400; line-height: 30px; background-color: #8C8C8C }
.container{ margin: 10px auto 0; width: 1003px; background: #58544F }
.wrapper{ display: table; height: 100%; -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.8); -moz-box-shadow: 0 0 1px rgba(255,255,255,0.8); box-shadow: 0 0 1px rgba(255,255,255,0.8) }
.left_column{ display: table-cell; vertical-align: top; padding: 0 0 26px; width: 663px; min-height: 300px; background-color: #58544F; border-color: #cbcbcb; border-style: solid; border-width: 0 1px 0 0 }
/* Header */
.header{ background-color: #58544F }
.header .logo{ float: left; margin: 15px 0 15px 30px }
.header .logo img{ width: 270px }
/* Navigation */
.nav{ padding: 0 15px 0px 15px }
.nav ul{ float: left; width: 70%; margin: 0; padding: 4px; display: inline-block; border: 1px solid #B7B6B5; border-radius: 6px; background: linear-gradient(to top, #868482, #DCDCDC); box-shadow: 3px 3px 10px rgba(0,0,0,0.5) }
.nav ul li{ padding: 5px 17px 5px 10px; float: left; overflow: hidden; background:url('/web/20220315083249im_/http://ourcms.info/templates/images/sep.png') no-repeat center right }
.nav ul li:last-child{ background: none }
.nav ul li a{ font-size: 18px; color: #000; cursor: pointer; text-decoration: none }
.nav ul li a:hover{ text-decoration: none; color: #4D5360 }
/* Lang */
.nav .lang{ float: right; margin: 2px 0 0 0; text-align: right; border: 0px solid red; padding: 0 }
.nav .lang img{ width: 80px; margin-right: 3px; box-shadow: 3px 3px 4px #999; padding: 0; margin: 0}
/* Post */
.post{ position: relative; text-align: justify; padding: 0 15px 0px 15px; margin-top: 10px }
.post h1,
.post h2{ clear: both; color: #fff; font-size: 22px; text-shadow: 3px 3px 4px #999; font-weight: 400; margin: 10px 0 5px 0px; border-bottom: 1px solid #fff; margin-top: 15px }
.post h2 a{ color: #fff; font-size: 22px; text-decoration: none }
.post h3{ color: #fff; font-size: 20px; text-shadow: 3px 3px 4px #999; font-weight: 400; margin: 10px 0 0 0 }
.post pre code{ display: inline-block; padding: 5px; margin: 0; color: #f8f8f8; font-size: 16px; overflow: auto; max-width: 600px; max-height: 400px; border: 1px solid #1a1819; background: #282627; border-top-left-radius: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px }
.post textarea{ max-height: 300px }
.post img{ margin: 10px 0 10px 0 }
.post table{ width: 100% }
.post br{ line-height: 15px }
.post strong{ font-style: italic }
.post i{ color: #FFFF00 }
.post p{ text-indent: 15px; margin: 0 0 10px 0; text-align: justify }
.post ul{  margin: 0 }
.post ul li a{ text-decoration: none }
.post a{ text-decoration: underline }
/* Notice, Warning */
.post .notice,
.post .warning{ overflow: hidden; margin: 10px 0 10px 0px; border-left-width: 5px; border-left-style: solid; padding: 10px; clear: both; clear: none; background-color: #eee }
.post .notice{ background: #fff3d4; border-color: #f6b73c; color: #000 }
.post .warning{ background: #ffe7e8; border-color: #e66465; color: #000 }
.post .notice a,
.post .warning a{ outline: none; color: #B2B2B2; overflow: auto; font-weight: bold }
.post .notice i,
.post .warning i{ color: #000 }
.post .notice a,
.post .warning a{ color: #000 }
/* Right Column */
.right_column{ display: table-cell; vertical-align: top; width: 338px }
/* List */
.sidebar{ padding: 0 10px 0 10px }
.sidebar ul{ padding: 0px; width: 100%; clear: both  }
.sidebar ul li{ background: #868381; margin-bottom: 7px; border: 2px solid #B7B6B5; border-radius: 10px; box-shadow: 3px 3px 10px rgba(0,0,0,0.5); list-style-type: none }
.sidebar ul li a{ text-decoration: none; padding: 1px 5px 1px 10px; color: #fff; display: block; font-size: 16px }
.sidebar ul li a:hover{ color: #4D5360; text-decoration: none }
/* Block */
.sidebar .block{ text-align: center; background: linear-gradient(to top, #868482, #DCDCDC); width: 308px; height: 258px; border: 2px solid #B7B6B5; border-radius: 2px; box-shadow: 3px 3px 10px rgba(0,0,0,0.5); margin: 15px 10px 15px 0 }
.sidebar .block .code{ padding: 4px }
/* Cms */
.sidebar .cms{ text-align: center }
.sidebar .cms img{ width: 308px; border: 2px solid #B7B6B5; border-radius: 2px; box-shadow: 3px 3px 10px rgba(0,0,0,0.5); }
/* Download */
.download{ text-align: center; margin-top: 15px }
/* Footer */
.footer{ margin: 0 auto; width: 1003px; background: #58544F; color: #fff; text-align: center; border-top: 1px solid #cbcbcb; background: #000 }
.footer p{ margin: 0; padding: 7px }
/* Other */
.clearfix:before,
.clearfix:after{ content: "\0020"; display: block; height: 0; visibility: hidden }
.clearfix:after{ clear: both }
.clearfix{ zoom: 1 }
/* Link */
a{ color: #fff; text-decoration: underline; outline: none }
a:focus,
a:hover{ text-decoration: underline }
@media screen and (max-width: 480px){
 body{ margin: 0; padding: 0 }
 .wrapper{ display: block }
 .header .logo{ float: none; text-align: center; margin: 0  }
 .header .logo img{ width: 90%; margin: 10px; padding: 0 }
 .nav ul{ width: 100% }
 .nav .lang{ width: 100%; text-align: center; margin: 10px 0 0 0 }
 .container{ margin: 0 auto; width: 100% }
 .left_column{ float: none; width: 100%; display: block; border-width: 0 }
 .post h1{ text-align: center; margin: 0 }
 .post img{ margin: 0; width: 100%; height: auto }
 .post pre code{ width: 100% }
 .right_column{ float: none; width: 100%; display: block }
 .sidebar .cms img{ width: 100% }
 .sidebar img{ width: 100%; float: none }
 .footer{ width: 100% }
}
/*
     FILE ARCHIVED ON 08:32:49 Mar 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:51:00 Jul 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.674
  exclusion.robots: 0.066
  exclusion.robots.policy: 0.051
  esindex: 0.012
  cdx.remote: 3.997
  LoadShardBlock: 74.207 (3)
  PetaboxLoader3.datanode: 113.742 (5)
  PetaboxLoader3.resolve: 37.773 (2)
  load_resource: 103.054
  loaddict: 49.069
*/