<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

html {
    font-size: 16px;
    background-color: #f9f9f9;
    font-size: 62.5%; /* 10px */
  }
body {
    position: relative;
    /* background-color: #fff; */
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    max-width:780px;
    color:rgba(0, 0, 0, 0.87);
    -webkit-font-smoothing:antialiased;

    background-color: azure;
    max-width:none;
    padding:0 0 0 0;
    margin: 0 0 0 0;

    font-size: 16px;
    font-size: 1.4rem;
    /* line-height: $::line_height; */
  }
.none {display:none}
.one-active &gt; * {display:none}
.one-active &gt; .active {display:unset}
a {color:#0076df;text-decoration:none;}
a:hover {color:rgba(0, 0, 0, 0.87);}
ul, ol {list-style-position:outside;margin-left:1em;}
img {display:block;margin-left:auto;margin-right:auto;max-width:100%;}
code {
    font-family:"Roboto Mono", Consolas, monospace;
    color:rgba(0, 0, 0, 0.6);
  }




pre.captcha {
    font-size: 0.5rem;
    font-family: consolas,"Courier New", monospace,fixed;
    line-height: 1;
}








a:hover {
  color:#f66; 
}

/*
.buttons{display:flex;justify-content:space-between;flex-wrap:wrap;}.buttons section{display:flex;margin:0.5em 0;}.buttons section a{display:inline-block;text-align:center;min-width:3em;padding:0.5em;color:white;}.wf-active body{font-family:"PT Serif", serif;}.wf-active h1,h2,3{font-family:"Roboto", sans-serif;}.wf-active pre code,.wf-active code{font-family:"Roboto Mono", monospace;}
*/



/* ===========================   */

\#fossil-submenu {
  text-align:right;
  background-color: cadetblue ;
  display:none;
  margin-bottom: 0;
}

\#fossil-submenu a {
    margin-right:1em;
    color:#fff;
    line-height:2;
}


#header .logo span {
      /* background-color: rgba(0, 0, 0, 0.87); */
      background-color: lightcoral;
      color: #fff;
      min-width: 48px;
      min-height: 48px;
      font-size: 28px;
      border-radius: 2px;
      text-align: center;
      align-items: center;
      display: flex;
      justify-content: center;
      margin-right: 0.5em;
      font-weight:normal;
  }
#header .logo {
      font-size:1.6em;
      font-weight:bold;
      color: coral;
      background-color:transparent;
      /* text-shadow: -1px 1px #ccc; */
  }
#header i.fa {
    vertical-align: text-bottom;
  }
#footer {

      font-size: 14px;
      margin: 1.5em 0 3em;
      color: gray;
      border-top: 1px solid cadetblue;
      margin-top:4rem;
      padding-top:0.5rem;

    border-top: 1px solid silver;
    margin-bottom: 0;
    padding-bottom: 4em;
    padding-top: 2rem;
  }
#footer ul.nav li {
      display: inline-block;
      margin-left: 1.5rem;
  }
#footer &gt; div {
    display: flex;
    align-items: center;
  }
#footer &gt; div &gt; :last-child {
    flex: 1 1;
    text-align:right;
  }
a.admin {
      color: cadetblue;
      /* font-weight: bold; */
  }
header a.admin {
      color: aquamarine;
  }
table.fossil-setup {
      border-spacing:0;
  }
table.fossil-setup tr:nth-child(odd) {
      background: #f6f6f6;
  }
table.fossil-setup td {
    padding:0.4em 0.5em;
    line-height:1.4;
    font-size:16px;
  }
table.fossil-setup a {
    color:#f33;
    font-weight: bold;
  }
table.fossil-setup a:hover {
    color:blue;
  }
form.fossil-setup textarea {
    width: 100%;
    min-height:360px;
  }
.markdown ul, article ul {
      margin-left:0;
      list-style-type:square;
  }
h2, h3 {
    margin: 2em 0 1em;
  }
table.fossil-sql-table {
      border-spacing:0;
      max-width:100%;
      overflow:scroll;
  }
table.fossil-sql-table tr:nth-child(odd) {
    background-color:#f6f6f6;
  }
table.fossil-sql-table td {
    padding:3px 6px;
    border:1px solid silver;
    font-size:smaller;
  }
table.fossil-sql-table th {
    padding:0 6px;
    background-color:#333;
    color:silver;
  }




\#idheader , #idfooter, #idcss, #iddetails {
  width:100%;
  min-height:360px;
}

.fossil-field label {
    width:2em;
    display:inline-block;
    text-align:left;
    padding-right:0.4em;
    padding-left:0em;
    margin-right:0.4em;
}
.fossil-field {
   margin-bottom:1px;   
   max-width:640px; 
   border:0px solid gray;
   border-top-width:0;
}

.fossil-message, .fossil-warn {
  background-color:#ffc;
  padding:0.5em;
  border:1px solid silver;
  margin:1em 0em;    
}

.fossil-attach-bottom {
  /* margin-top:0; */
  margin-bottom:0;
}

/*======================   Editor Form  =======================*/

input[name="title"] {
    border:1px solid silver;
    line-height:2em;
    border-width:1px;
    font-size:1.2em;
    width:100%;
    box-sizing:border-box;
    padding-left:16px;
    background-color: #ffe;
}

textarea[name="w"] {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    /* font-family: Consolas; */
    background-color: #ffe;
    display:block;
}
textarea[name="excerpt"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    /* font-family: Consolas; */
    background-color: #ffe;
    display:block;
}

span.url {
    font-family: consolas;
    font-size:14px;
    color:gray
}
input[type="url"] {
    font-family: consolas;
    font-size:14px; 
    width:160px;
    background-color:#ffe;
    border:1px solid gray;
    border-width:0 0 1px 0;
    padding: 4px 3px 2px 1px;
}

table.userTable {
    border-collapse:collapse;
    margin-bottom:1em;
    min-width:94%;
}
table.userTable td, table.userTable th {
    border:1px solid silver;
    padding:3px 0.5em;
}

table.userTable th {
    background-color:#eee;
}

.fossil-setup-field {
    border:1px solid silver;
    margin-bottom:1em;
    border-width:0 0 0px 0;
    position:relative;
    padding-top:2em;
}

.fossil-setup-field p {
  background-color:#f6f6f6;
  padding:0.5em;
  font-size:smaller;
}

.fossil-setup-field label {
  font-weight:bold;
  position:absolute;
  top:0em;left:0;
}


.fossil-setup-field input {
  line-height:2;
  border:1px solid #eee;
  padding-left:0.5em;
  background-color:#ffe;
}


form.fossil-login {
  margin-top: 6em;
}

.fossil-login input {
    line-height:1.5;
    font-size:16px;
    border-width:0;
    border-bottom:1px solid gray;
}

.fossil-login button[type="submit"],
.fossil-admin button[type="submit"],
.fossil-setup button[type="submit"],
.fossil-submit button[type="submit"] {
    line-height:1.5;
    font-size:16px;
    padding:3px 1em;
    /* margin-top:1em; */
}

.fossil-submit {
    margin-top: 1.6em;
}


td.login_out_label {
    text-align: right;
    padding-right: 0.5em;
}

\#fossil-content {
  position:relative;
  /*
  background-color: #f3f3f3;
  padding: 3em 2.0em 6em;
  */
  /*
  color: cadetblue;
  border-top: 2em solid cadetblue;
  */
}

\#fossil-article {
  background-color: #f3f3f3;
  padding: 3em 2em 1em;
  position:relative;
}

/*------ fossil article start {{{1 ---------*/


.fossil-article {
    max-width: 700px;
    position:relative;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
.fossil-article p {
    margin:2.4rem 0;
  }
.fossil-article &gt; h1 {
    font-size: 1.8em;
    line-height: 4.8rem ;
    font-weight: bold;
    color: lightseagreen;
    color: lightcoral;
    margin-top: 0;
    margin-bottom: 2.4rem;
    text-transform: none; 
    border-bottom: 0px solid ;
  }
.fossil-article .article-meta {
      text-align: right;
      color: gray;
      font-style: italic;
      margin: 2.4rem 0;
  }
.fossil-article h2 {
    font-size:1.8rem;
    margin-top: 4.8rem;
  }
.fossil-article h2 { color: lightseagreen; }
.fossil-article h3 { font-size:1.05em; }
.fossil-article blockquote {
    border-left: 0.4em solid darkseagreen;
    padding: 0.5em 1em;
    margin: 2.4rem 0;
    margin-left: 2em;
    background-color: white;
  }
.fossil-article blockquote *:first-child {
    margin-top:0;
  }
.fossil-article blockquote *:last-child {
    margin-bottom:0;
  }
.fossil-article pre {
    margin:2.4rem auto;
    padding:0;
    overflow-y:auto;
  }
.fossil-article code {
      font-family:"Roboto Mono", Consolas, monospace;
  }
.fossil-article pre &gt; code {
      display: block;
      overflow-y: auto;
      padding: 1em;
      border: 1px solid silver;
      border-radius: 6px;
      font-size:14px;
      line-height: 20px;
      /*
      background-color: #fcfcfc;
      */
      color:rgba(0, 0, 0, 0.7);
      /* background-color:rgba(0, 0, 0, 0.9); */
      color: darkseagreen;
  }
.fossil-article li &gt; code, p &gt; code {
    color: lightcoral;    
  }
aside.toc {
      width:24em;
      height:100%;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem;
      line-height: 1.6;
      box-sizing: border-box;
      max-width: 30rem;
      border: 1px solid silver;
      border-width: 0 0 0 0px;
  }
aside.toc &gt; div {
    position:sticky;
    top:1em;
    /* background-color: white; */
    padding:1em 0;
  }
aside.toc ol {
      margin: 0; padding: 0;
      list-style-position:outside;
      color:lightseagreen;
      font-size: smaller;
      margin-left: 2.0em;

      list-style-type:decimal-leading-zero;
  }
aside.toc ul {
      margin: 0; padding: 0;
      list-style-position:outside;
      color:lightseagreen;
      font-size: smaller;
      margin-left: 2.0em;

      list-style-type:decimal-leading-zero;
  }
aside.toc ul {
      list-style-type:lower-alpha;
  }
aside.toc li {
      margin-bottom: 0.25rem;
      padding-left:0.5rem;
      border-bottom:0px solid silver;
      padding-right:0;
  }
aside.toc a {
      color: #333;
  }
aside.toc a:hover {
      color: coral;
  }
aside.toc ul.icon {
      /* margin-left:0; */
  }
aside.toc ul.icon &gt; li {
      list-style-type:none;
  }
aside.toc ul.icon &gt; li &gt; i {
      margin-right:0.5em;
      margin-left:-1.5em;
  }










/*------ fossil article end }}}1 -------*/


\#fossil-editor-aside {
  position:absolute;
  right:0;
  width:180px;
  background-color:#eee;
  min-height:360px;
  padding:0.5em;
  box-sizing: border-box;
  display:none;
}

ul.fossil-hint {
    color:#999;
    list-style-type:square
}

.fossil-setup-submit {
  margin-top: 2em;
}


section.article-list {
    /* background-color: aliceblue; */ */
    color: cadetblue;
    color: cadetblue;
    margin-left: 0;
    margin-right: 0;
    padding: 1px 0 1em;
    /* margin-top: 4rem; */
    /* border-top: 2px solid cadetblue; */
}

section.article-list h2 {
    /*
    border-bottom:2px solid cadetblue !important;
    */
}

dl.wiki-list .date {
    color:#666;
}
dl.wiki-list .date:after {
    content:" #";
}


blockquote.lyrics{
    border-left:0px solid cadetblue;
    padding:0.6em 1em;
    margin-left:0em;
    background-color:#fffff3;
    text-align:center;
}

blockquote.lyrics p {
    white-space:pre-line;
    line-height:2;
    text-align:center;

}

.dropbar {display:none}

@media (max-width:640px){
  #fossil-article {
    padding: 1.5em 0.6em;
  }
  #fossil-article ul {
    margin-left:0;
    padding-left: 1.2em;
  }

  #nav-main {
    position:relative;
  }

  ul.nav-main {
      position:absolute;
      right:0; top:3em;
      width:4rem;
      z-index:100;
      display:none;
      background-color:#f3f3f3;
      border:1px solid #333;
      min-width:6rem;
      padding:0.5em;
      text-align:right;
      box-sizing:border-box;
  }

  ul.nav-main li {
    display:list-item;
  }
  
  .dropbar {
    display:inline-block;font-size:2rem;
  }

  #dropbar:checked + ul.nav-main { display: block }
  #dropbar         + ul.nav-main { display: none}

  /*
  .dropbar:active -main:active ul.nav-main { display:none}
  .dropbar:hover + ul.nav-main { display:block}
  */

}


.fossil-write input[name="title"] {
    border-width:0 0;
    font-weight:bold;
    outline:0;
    font-size: 1.6rem;
    color:lightseagreen;
    border-bottom:1px solid cadetblue;
}

.fossil-write textarea[name="w"] {
    border-top-width:0;
    border-width:0 0;
    outline: 0;
    resize:vertical;
    flex: 1 1;
}

.fossil-write h1 {
    display:none;
}

.fossil-write a.logo {
    display:none;
}

.fossil-write .fossil-field {
    display:none;
}


.fossil-preview header,
.fossil-preview footer {
    display:none;
}

.fossil-preview #fossil-article {
    padding-top:1em;
}

.logo img {
    height: 64px;
    margin-right: 0.6rem;
}


/*===========================================*/

.fossil-admin input[type="text"] {
      line-height:1.8;
      padding-left:0px;
      box-sizing:border-box;
    line-height:2;
    border:1px solid #eee;
    padding-left:0.5em;
    background-color:#ffe;
  }
.fossil-admin textarea {
     resize:vertical;
  }
.fossil-admin &gt; fieldset {
    border-width: 0;
    padding: 1em 0;
  }
.fossil-admin &gt; fieldset &gt; div {
    position: relative;
    padding-top:2em;
    margin-bottom:1em;
  }
.fossil-admin &gt; fieldset &gt; div &gt; span {
    position: absolute;
    top:0;
    left:0;
  }
.fossil-admin &gt; fieldset &gt; div &gt; label {
    position: absolute;
    top:0;
    left:0;
  }




/*----------- ipad mini 768x1024 ----------*/

@media (min-width:800px) {
#header &gt; div {
    margin:auto;
    max-width: 768px;
    max-width: 700px;
    padding: 0 1rem;
    box-sizing:border-box;
  }
body &gt; main, #footer &gt; div, aside.submenu &gt; nav {
    margin:auto;
    max-width: 768px;
    max-width: 700px;
    padding: 0 1rem;
    box-sizing:border-box;
  }
aside.submenu {
    margin: 0em auto;
  }
aside.submenu &gt; nav {
    display: flex;
    height: 4.8rem;
    justify-items: flex-end;
    justify-content: flex-end;
    align-items: start;
  }
body &gt; main {
    margin: 0em auto;
    min-height:64vh;
    padding-top:0; padding-bottom:2em;
  }
}
#header {
    margin-bottom:2.4rem;
    padding:0;

    background-color:transparent;
    border-bottom:3px solid teal;
  }
#header &gt; div {
    display:flex;
    height: 4.8rem;
    justify-content:space-between;
    align-items:center;
  }
#header &gt; div &gt; * {
    display:flex;
    justify-content:center;
    align-items:center;
  }
#header nav {flex-wrap:wrap;}
#header .logo {
    font-size:2.8rem;
    color:#fff;
    border-radius:2px;
    padding-left:0;
    padding-right:0;
  }
#header a {
    min-width:16px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    /* color: cadetblue; */
  }
#header ul.nav {
    list-style-type:none;
    margin:0; padding:0;
  }
#header ul.nav li {
    display: inline-block;
    margin-left: 1rem;
  }



body &gt; main &gt; h1 {
  margin-top:0;
}



aside.submenu a {
  margin-right: 0rem;
  color: lightseagreen;
  border: 1px solid lightseagreen;
  padding: 0 0.75em;
  border-radius: 2px;
  line-height: 2em;
  margin-left: 1em;
  min-width: 3em;
  text-align: center;
}

#header &gt; div {
  margin-bottom:0;
}

.artifact-meta address {

    display: inline-block;
    color: coral;

}





.write-list ol,
.write-list ul {
  padding-left: 0;
  margin-left:0;
  list-style-type:none;
}

.write-list li {
  padding-left:0;
  margin-left:0;
  line-height:2.0;
}

.write-list time {
  color:silver;
}

.write-list time:after {
  content:"~";
  margin-right:0.4em;
  margin-left:0.5em;
  visibility: hidden;
  margin: auto 0;
}

/*------ fossil-editor ----------*/


.fossil-editor {
  /* margin-top:2.4em;*/
}

.fossil-editor label {
  min-width:3em;
  display: inline-block;
  text-align: justify;
  vertical-align: top;
}

.field-title label,
.field-body label {
  display:none;
}

.field-title input {
  border-bottom-width:1px;
  color:teal;
  font-family:"Microsoft Yahei";
}

.field-body textarea {
  border:1px solid silver;
  border-top:0;
  position: relative;
  top:0px;
  resize:vertical;
  font-family:consolas, "Courier New", "Microsoft Yahei", monospace, fixed;
  margin-bottom:0;
}

fieldset.submit {
  border:0;
  margin:1.6em 0;  
  text-align:right;
}
fieldset.submit button {
  font-size:1.3em;
  line-height:1.6;
  border-radius: 2px;
  border:1px solid silver;
  background-color:lightseagreen;
  color:white;
  margin-left:1em;
}

/*------------------- Write Editor ------------------*/

.write-editor form {
  flex: 1 1;
  order: 2;
  display: flex;
  flex-flow: column;
}

.fossil-write &gt; fieldset {
  border-width: 0;
  padding: 0;
  display:none;
}

.fossil-write .field-tags,
.fossil-write .field-date,
.fossil-write .field-path {
  display: none;
}
.fossil-write .field-note label {
  display: none;
}
.fossil-write .field-note textarea {
  resize: none;
  box-sizing: border-box;
  width:100%;
  position: relative;
  top: -4px;
  top: -1px;
  border: 1px solid silver;
  padding:0.4em;
}



.editor-icon-eye {
  color:teal;
  height: 36px;
  width: 36px;
  display: inline-block;
  background:no-repeat url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJleWUiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1leWUgZmEtdy0xOCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0yODggMTQ0YTExMC45NCAxMTAuOTQgMCAwIDAtMzEuMjQgNSA1NS40IDU1LjQgMCAwIDEgNy4yNCAyNyA1NiA1NiAwIDAgMS01NiA1NiA1NS40IDU1LjQgMCAwIDEtMjctNy4yNEExMTEuNzEgMTExLjcxIDAgMSAwIDI4OCAxNDR6bTI4NC41MiA5Ny40QzUxOC4yOSAxMzUuNTkgNDEwLjkzIDY0IDI4OCA2NFM1Ny42OCAxMzUuNjQgMy40OCAyNDEuNDFhMzIuMzUgMzIuMzUgMCAwIDAgMCAyOS4xOUM1Ny43MSAzNzYuNDEgMTY1LjA3IDQ0OCAyODggNDQ4czIzMC4zMi03MS42NCAyODQuNTItMTc3LjQxYTMyLjM1IDMyLjM1IDAgMCAwIDAtMjkuMTl6TTI4OCA0MDBjLTk4LjY1IDAtMTg5LjA5LTU1LTIzNy45My0xNDRDOTguOTEgMTY3IDE4OS4zNCAxMTIgMjg4IDExMnMxODkuMDkgNTUgMjM3LjkzIDE0NEM0NzcuMSAzNDUgMzg2LjY2IDQwMCAyODggNDAweiI+PC9wYXRoPjwvc3ZnPg==");
}

html.blog-list body &gt; main &gt; h1 {
  display: none;
}


aside#preview {
    display: none;
    position: fixed;
    top: 1%;
    left: 0;
    right: 0;
    width: 960px;
    height: 98%;
    margin: 0 auto;
    z-index: 999;
    background-color: #eee;
    border: 1px solid gray;
    box-sizing: border-box;
    padding-top: 2rem;
}

aside#preview &gt; iframe {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0px solid gray;
}

aside#preview &gt; nav {
  position: absolute;
  box-sizing: border-box;
  width: 100%; height: 2rem;
  top: 0; left: 0;
  line-height: 2rem;
  text-align: right;
  padding-right: 0.5rem;
  background-color: cadetblue;
}

aside#preview h6 {
  position:absolute;
  left: 0.5em; top:0;
  margin:0;
  font-size:1em;
  color:white;
}

aside#preview a {
  color: #fff;
}
aside#preview a:hover {
  color: #ff3;
}



aside.dimmer {

    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;

    margin: 0 auto;
    z-index: 999;
    background-color: #eee;
    border: 1px solid gray;
    box-sizing: border-box;
    padding-top: 2rem;

}

aside.dimmer &gt; nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    background-color: teal;
    line-height: 1.4rem;
    padding: 0.5em;
    color:white;
}

aside.dimmer &gt; nav a {
  color:yellow;
}

aside.dimmer &gt; * {
    position: relative;
    width: 800px;
    max-width: 800px;
    margin: auto;
    padding:1.6em;
}


body.plain {
  background-color: #fefefe;
}


/*----------------- setup page ----------------*/

html.setup table {
    border-spacing: 0;
  }
html.setup tr:nth-child(odd) {
    background-color:#fcfcfc;
    border:6px solid red;
  }
html.setup tr {
    line-height: 1.6;
    border:6px solid red;
  }
html.setup td {
    padding:0.5em 0.5em;
    font-size:1em;
    border-top: 1px solid silver;
  }




.fossil-guide {
  text-align:center;
  padding: 2rem 1rem;
  display:block;
}



/*--------------- Login Page ---------------*/
form[action="/login"] input {
    border:1px solid silver;
    line-height:2;
  }
.securityWarning {
    color:lightcoral
  }
form[action$="/login"] table {
    border-spacing: 0;
  }
form[action$="/login"] td {
    padding:0.2em 0.6em;
  }
form[action$="/login"] .fossil-warn td {
    padding-top:1em;
    padding-bottom:1em;
  }
form[action$="/login"] input[type="submit"] {

      margin-top: 1rem;
      margin-bottom: 1rem;
      padding: 0.1rem 1.6rem;
      font-size: 1rem;
      background-color:teal;
      color:white;
      border-radius: 3px;
  }
section.blog-cover {
      margin-bottom: 2rem;
      font-size: 1.6rem;
      font-weight: normal;
      line-height: 4em;
      min-height: 4em;
      text-align: right;

      background-color: transparent;
      color: lightcoral;
      color: lightseagreen;
  }






/*----------------- tint plate ----------------*/

#header { background-color: lightseagreen; border:0; }
#header a { color:aliceblue; }
#header a:hover { color:coral; }
#header #logo a {color:azure}


/*------------- Editor -----------------------*/

body.write-edit {
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    flex-flow:column;
  }
body.write-edit article h1 {
    margin-top: 0.6em;
    margin-bottom: 1.6em;
    line-height: 1em;
  }
body.write-edit &gt; main {
    flex:1 1;
    box-sizing: border-box;
    max-width: 100%;
    width:100%;
    display: flex;
    padding:2.4em 2.4em;
    padding:0;
    min-height:auto;
    overflow:hidden;
  }
body.write-edit &gt; main form {
    position:relative;
  }
body.write-edit article {
    flex: 1 1;
    order:1;
    width:50vw;
    max-width: 50vw;
    border:1px solid silver;
    padding-right: 3.2em;
    border: 0;
    overflow-y:auto;
    padding-bottom: 0;
    padding-top: 0;
    padding-left:2.4rem;
    padding-right:2.4rem;
  }
body.write-edit footer {
    display:none;
  }
body.write-edit .fossil-editor-title {
    position:absolute;
    top:0;left:0;right:1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
body.write-edit .fossil-editor-title &gt; input {
      border-width:0 0;
      font-weight:bold;
      outline:0;
      font-size: 20px;
      line-height:40px;
      border-bottom:3px solid lightseagreen;
      color:lightseagreen;
  }
body.write-edit .fossil-write-body {
      padding-top: 60px;
      padding-bottom: 48px;
      font-family: Consolas, "Microsoft Yahei";
      resize:none;
  }
body.write-edit .fossil-editor-toolbar {
    /* order:-1; */
    position: absolute;
    font-size: 36px;
    right: 24px;
    bottom: 0;
    left: 0;
    background-color: transparent;
    height: 1.4em;
    text-align: right;
    display:block;
    margin:0;
  }
.fossil-editor-toolbar &gt; * {
     color: cadetblue;
     margin-right: 0.5em;
     display:inline-block;
  }
.fossil-editor-toolbar a {
     color: cadetblue;
  }
.fossil-editor-toolbar a:hover {
     color: coral;
  }
.fossil-editor-toolbar .dropup ul {
    display: none;
  }
.fossil-editor-toolbar .dropup {
    position: relative;
  }
.fossil-editor-toolbar .dropup:hover ul {
    display:block;
    position:absolute;
    bottom:0;
    text-align: left;
    left:0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    padding-bottom: 1.6em;
    margin: 0;
    padding-top: 0.5em;
  }




body.write-edit.view-write article {
  display:none;
}

body.write-edit.view-write &gt; main form {
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

span.palette {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right:0.5em;
  cursor:pointer;
  background-color: beige;
  border: 1px solid silver;
  vertical-align: middle;
}

header.article-meta address {
    display: inline-block;
}


form.fossil-write-config {
    margin: 2.4rem 0;
    border: 1px solid silver;
    padding: 1.4rem;
    background-color: lightyellow;
    color: slategray;
  }


form.fossil-write-config label {
    display:inline-block;
    width:3em;
    color:#999;
    font-size:small;
    vertical-align:middle;
    line-height:24px;
}

form.fossil-write-config label ~ * {
  line-height:24px;
  vertical-align:middle;
  font-size: 16px;
  line-height: 24px;
  font-family: "Microsoft Yahei";
}

form.fossil-write-config input[name="tags"] {
  border:0;
  background-color:transparent;
  font-size:16px;
  color: lightseagreen;
}

.fossil-write-config input[name="slug"] {
    border: 0;
    background-color: transparent;
    color: lightseagreen;
    overflow: visible;
    width: 16em;
}

.fossil-write-config .submit {
  display:none;
}


input[type="text"]::placeholder {
    color:#ccc;
}

input[type="text"]:focus {
     outline-width:0;
     border-bottom:1px solid lightseagreen;
}

input[type="text"]:hover {
     border-bottom:1px solid lightseagreen;
}

.write-list li {
    display:flex;
  }
.write-list li &gt; time {
      order:2;
      flex:0 0 content;
  }
.write-list li &gt; a {
      flex:1 1;
      color:lightcoral;
  }
.write-list li &gt; a:hover {
      color:lightseagreen;
  }



.write-list h1 {
      display:none;
  }
.write-list li {
      flex-flow:column;
      align-items: start;
      padding:1.6em 0;
      border-top:1px solid #dee;
  }
.write-list li:last-child {
      border-bottom:0;
  }
.write-list li &gt; a {
    font-size:1.8rem;
    flex:0 0;
  }
.write-list li &gt; time {
    color:slategray;
  }
.pallete-pure #header {
	background-color:transparent;
	border-bottom:0;
	overflow:visible;
	position: sticky;
	top: 0;
	background-color: azure;
    }
.pallete-pure #header .logo { color:lightcoral; }
.pallete-pure #header a { color: lightseagreen; }
.pallete-pure #header a.min { color: lightcoral; }
.pallete-pure #footer {
	background-color: transparent;
	padding: 4rem 0;
    }
.pallete-pure section.blog-cover {

      font-weight:normal;
      font-size:1em;
      border-radius:3px;

      margin-top:-3rem;
      text-align:left;
      background-color:transparent;
      color:lightcoral;
      color:slategray;

  }


body {
    background-color:white;
  }
body #header {
      background-color:transparent;
  }
body #header #logo a {
    color: lightseagreen;
    font-size: 2.4rem;
  }
body #header li a {
    color: slategray;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
body .blog-cover {
    text-align: center;
  }
body .write-list li {
    flex-flow:row;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding:1rem 0;
  }
body .write-list li &gt; time {
      order:0;
      flex:0 0 content;
  }
body .write-list li &gt; a {
      flex:0 0 auto;
      color: #333;
  }
body .write-list li &gt; a:hover {
      color: lightseagreen;
  }
body aside.toc &gt; div {
    background-color: #f9f9f9 ;
    padding:1em 1em;
  }
body form.fossil-write-config {
    background-color: #f9f9f9 ;
    border:3px double silver;
    border-width:4px 0;
  }
body.palette-black {
    background-color:black;
    color: #fefefe;
  }
body.palette-black #header {
  }
body.palette-black .fossil-article h1 {
    position: sticky;
    top: -1px;
    background-color: black;
    padding: 1.4rem 0 4.8rem 0;
    box-sizing: border-box;
  }
body.palette-azure {
    background-color:azure;
  }
body.palette-whitesmoke {
    background-color: whitesmoke;
  }
body.palette-whitesmoke #header #logo a {
      color: whitesmoke;
  }
body.palette-whitesmoke .write-list li {
    flex-flow:row;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding:1rem 0;
  }
body.palette-whitesmoke .write-list li &gt; time {
      order:1;
      flex:0 0 content;
  }
body.palette-whitesmoke .write-list li &gt; a {
      flex:0 0 auto;
      color: #333;
  }
body.default {
    background-color:white;
  }
body.default #header {
      background-color:transparent;
  }
body.default #header #logo a {
    color: lightseagreen;
    font-size: 2.4rem;
  }
body.default #header li a {
    color: slategray;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
body.default .blog-cover {
    text-align: center;
  }
body.default .write-list li {
    flex-flow:row;
    flex-flow: row;
    align-items: center;
    padding:1rem 0;
  }
body.default .write-list li &gt; time {
      order:0;
      flex:0 0 content;
  }
body.default .write-list li &gt; a {
      flex:0 0 auto;
      color: #333;
  }
body.default .write-list li &gt; a:hover {
      color: lightseagreen;
  }
body.palette-darkslategray {
    background-color:darkslategray;
  }





/***********************************************************
** All CSS above is supplied by the repository "skin".
** That which follows is generated automatically by Fossil
** to fill in needed selectors that are missing from the
** "skin" CSS.
***********************************************************/
div.sideboxTitle {
  display: inline;
  font-weight: bold;
}
div.sideboxDescribed {
  display: inline;
  font-weight: bold;
}
span.disabled {
  color: red;
}
table.timelineTable {
  border-spacing: 0px 2px;
}
.timelineDate {
  white-space: nowrap;
}
span.timelineDisabled {
  font-style: italic;
  font-size: small;
}
tr.timelineCurrent {
  padding: .1em .2em;
  border: 1px dashed #446979;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.timelineSelected {
  padding: .1em .2em;
  border: 2px solid lightgray;
  background-color: #ffc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.timelineSecondary {
  background-color: #cff;
}
tr.timelineSelected td {
  border-radius: 0;
  border-width: 0;
}
tr.timelineCurrent td {
  border-radius: 0;
  border-width: 0;
}
span.timelineLeaf {
  font-weight: bold;
}
span.timelineHistDsp {
  font-weight: bold;
}
td.timelineTime {
  vertical-align: top;
  text-align: right;
  white-space: nowrap;
}
td.timelineGraph {
  width: 20px;
  text-align: left;
  vertical-align: top;
}
span.timelineCompactComment {
  cursor: pointer;
}
span.timelineEllipsis {
  cursor: pointer;
}
.timelineModernCell, .timelineColumnarCell, .timelineDetailCell {
  vertical-align: top;
  text-align: left;
  padding: 0.75em;
  border-radius: 1em;
}
.timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] {
  background-color: #efefef;
}
.timelineModernDetail {
  font-size: 80%;
  text-align: right;
  float: right;
  opacity: 0.75;
  margin-top: 0.5em;
  margin-left: 1em;
}
.tl-canvas {
  margin: 0 6px 0 10px;
}
.tl-rail {
  width: 18px;
}
.tl-mergeoffset {
  width: 2px;
}
.tl-nodemark {
  margin-top: 5px;
}
.tl-node {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
}
.tl-node.leaf:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 4px;
  background: #000;
}
.tl-node.sel:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: red;
}
.tl-arrow {
  width: 0;
  height: 0;
  transform: scale(.999);
  border: 0 solid transparent;
}
.tl-arrow.u {
  margin-top: -1px;
  border-width: 0 3px;
  border-bottom: 7px solid #000;
}
.tl-arrow.u.sm {
  border-bottom: 5px solid #000;
}
.tl-line {
  background: #000;
  width: 2px;
}
.tl-arrow.merge {
  height: 1px;
  border-width: 2px 0;
}
.tl-arrow.merge.l {
  border-right: 3px solid #000;
}
.tl-arrow.merge.r {
  border-left: 3px solid #000;
}
.tl-line.merge {
  width: 1px;
}
.tl-arrow.cherrypick {
  height: 1px;
  border-width: 2px 0;
}
.tl-arrow.cherrypick.l {
  border-right: 3px solid #000;
}
.tl-arrow.cherrypick.r {
  border-left: 3px solid #000;
}
.tl-line.cherrypick.h {
  width: 0px;
  border-top: 1px dashed #000;
  border-left: 0px dashed #000;
  background: rgba(255,255,255,0);
}
.tl-line.cherrypick.v {
  width: 0px;
  border-top: 0px dashed #000;
  border-left: 1px dashed #000;
  background: rgba(255,255,255,0);
}
.tl-arrow.warp {
  margin-left: 1px;
  border-width: 3px 0;
  border-left: 7px solid #600000;
}
.tl-line.warp {
  background: #600000;
}
.tl-line.dotted.v {
  width: 0px;
  border-left-width: 2px;
  border-left-style: dotted;
  background: rgba(255,255,255,0);
}
.tl-tooltip {
  text-align: center;
  padding: 5px 1em;
  border: 1px solid black;
  border-radius: 6px;
  position: absolute;
  z-index: 100;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75);
}
span.tagDsp {
  font-weight: bold;
}
span.wikiError {
  font-weight: bold;
  color: red;
}
span.infoTagCancelled {
  font-weight: bold;
  text-decoration: line-through;
}
span.infoTag {
  font-weight: bold;
}
span.wikiTagCancelled {
  text-decoration: line-through;
}
div.columns {
  padding: 0 2em 0 2em;
  max-width: 1000px;
}
div.columns &gt; ul {
  margin: 0;
  padding: 0 0 0 1em;
}
div.columns &gt; ul li:first-child {
  margin-top:0px;
}
.columns li {
  break-inside: avoid;
  page-break-inside: avoid;
}
.filetree {
  margin: 1em 0;
  line-height: 1.5;
}
.filetree &gt; ul {
  display: inline-block;
}
.filetree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filetree ul.collapsed {
  display: none;
}
.filetree ul ul {
  position: relative;
  margin: 0 0 0 21px;
}
.filetree li {
  position: relative;
  margin: 0;
  padding: 0;
}
.filetree li li:before {
  content: '';
  position: absolute;
  top: -.8em;
  left: -14px;
  width: 14px;
  height: 1.5em;
  border-left: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.filetree li &gt; ul:before {
  content: '';
  position: absolute;
  top: -1.5em;
  bottom: 0;
  left: -35px;
  border-left: 2px solid #aaa;
}
.filetree li.last &gt; ul:before {
  display: none;
}
.filetree a {
  position: relative;
  z-index: 1;
  display: table-cell;
  min-height: 16px;
  padding-left: 21px;
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAJEAAP\/\/\/yEhIf\/\/\/wAAACH5BAEHAAIALAAAAAAQABAAAAIvlIKpxqcfmgOUvoaqDSCxrEEfF14GqFXImJZsu73wepJzVMNxrtNTj3NATMKhpwAAOw==);
  background-position: center left;
  background-repeat: no-repeat;
}
ul.browser {
  list-style-type: none;
  padding: 10px;
  margin: 0px;
  white-space: nowrap;
}
ul.browser li.file {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAJEAAP\/\/\/yEhIf\/\/\/wAAACH5BAEHAAIALAAAAAAQABAAAAIvlIKpxqcfmgOUvoaqDSCxrEEfF14GqFXImJZsu73wepJzVMNxrtNTj3NATMKhpwAAOw==);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 20px;
  padding-top: 2px;
}
ul.browser li.dir {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAJEAAP/WVCIiIv\/\/\/wAAACH5BAEHAAIALAAAAAAQABAAAAInlI9pwa3XYniCgQtkrAFfLXkiFo1jaXpo+jUs6b5Z/K4siDu5RPUFADs=);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 20px;
  padding-top: 2px;
}
div.filetreeline {
  display: table;
  width: 100%;
  white-space: nowrap;
}
.filetree .dir &gt; div.filetreeline &gt; a {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAJEAAP/WVCIiIv\/\/\/wAAACH5BAEHAAIALAAAAAAQABAAAAInlI9pwa3XYniCgQtkrAFfLXkiFo1jaXpo+jUs6b5Z/K4siDu5RPUFADs=);
}
div.filetreeage {
  display: table-cell;
  padding-left: 3em;
  text-align: right;
}
div.filetreeline:hover {
  background-color: #eee;
}
table.login_out {
  text-align: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
div.captcha {
  text-align: center;
  padding: 1ex;
}
table.captcha {
  margin: auto;
  padding: 10px;
  border-width: 4px;
  border-style: double;
  border-color: black;
}
pre.captcha {
  font-size: 50%;
}
span.loginError {
  color: red;
}
span.note {
  font-weight: bold;
}
span.textareaLabel {
  font-weight: bold;
}
table.usetupLayoutTable {
  outline-style: none;
  padding: 0;
  margin: 25px;
}
td.usetupColumnLayout {
  vertical-align: top
}
table.usetupUserList {
  outline-style: double;
  outline-width: 1px;
  padding: 10px;
}
th.usetupListUser {
  text-align: right;
  padding-right: 20px;
}
th.usetupListCap {
  text-align: center;
  padding-right: 15px;
}
th.usetupListCon {
  text-align: left;
}
td.usetupListUser {
  text-align: right;
  padding-right: 20px;
  white-space:nowrap;
}
td.usetupListCap {
  text-align: center;
  padding-right: 15px;
}
td.usetupListCon {
  text-align: left
}
div.ueditCapBox {
  margin-right: 20px;
  margin-bottom: 20px;
}
td.usetupEditLabel {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
span.ueditInheritNobody {
  color: green;
  padding: .2em;
}
span.ueditInheritDeveloper {
  color: red;
  padding: .2em;
}
span.ueditInheritReader {
  color: black;
  padding: .2em;
}
span.ueditInheritAnonymous {
  color: blue;
  padding: .2em;
}
span.capability {
  font-weight: bold;
}
span.usertype {
  font-weight: bold;
}
span.usertype:before {
  content:"'";
}
span.usertype:after {
  content:"'";
}
div.selectedText {
  font-weight: bold;
  color: blue;
  background-color: #d5d5ff;
  border: 1px blue solid;
}
p.missingPriv {
  color: blue;
}
span.wikiruleHead {
  font-weight: bold;
}
td.tktDspLabel {
  text-align: right;
}
td.tktDspValue {
  text-align: left;
  vertical-align: top;
  background-color: #d0d0d0;
}
td.tktTlOpen {
  color: #800;
}
td.tktTlClosed {
  color: #888;
}
span.tktError {
  color: red;
  font-weight: bold;
}
table.rpteditex {
  float: right;
  margin: 0;
  padding: 0;
  width: 125px;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
table.report {
  border-collapse:collapse;
  border: 1px solid #999;
  margin: 1em 0 1em 0;
  cursor: pointer;
}
td.rpteditex {
  border-width: thin;
  border-color: #000000;
  border-style: solid;
}
div.endContent {
  clear: both;
}
p.generalError {
  color: red;
}
p.tktsetupError {
  color: red;
  font-weight: bold;
}
p.xfersetupError {
  color: red;
  font-weight: bold;
}
p.thmainError {
  color: red;
  font-weight: bold;
}
span.thTrace {
  color: red;
}
p.reportError {
  color: red;
  font-weight: bold;
}
blockquote.reportError {
  color: red;
  font-weight: bold;
}
p.noMoreShun {
  color: blue;
}
p.shunned {
  color: blue;
}
span.brokenlink {
  color: red;
}
ul.filelist {
  margin-top: 3px;
  line-height: 100%;
}
ul.filelist li {
  padding-top: 1px;
}
table.sbsdiffcols {
  width: 90%;
  border-spacing: 0;
  font-size: xx-small;
}
table.sbsdiffcols td {
  padding: 0;
  vertical-align: top;
}
table.sbsdiffcols pre {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  background: inherit;
  color: inherit;
}
div.difflncol {
  padding-right: 1em;
  text-align: right;
  color: #a0a0a0;
}
div.difftxtcol {
  width: 45em;
  overflow-x: auto;
}
div.diffmkrcol {
  padding: 0 1em;
}
span.diffchng {
  background-color: #c0c0ff;
}
span.diffadd {
  background-color: #c0ffc0;
}
span.diffrm {
  background-color: #ffc8c8;
}
span.diffhr {
  display: inline-block;
  margin: .5em 0 1em;
  color: #0000ff;
}
span.diffln {
  color: #a0a0a0;
}
span.modpending {
  color: #b03800;
  font-style: italic;
}
pre.th1result {
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre.th1error {
  white-space: pre-wrap;
  word-wrap: break-word;
  color: red;
}
pre.textPlain {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.statistics-report-graph-line {
  background-color: #446979;
}
.statistics-report-table-events th {
  padding: 0 1em 0 1em;
}
.statistics-report-table-events td {
  padding: 0.1em 1em 0.1em 1em;
}
.statistics-report-row-year {
  text-align: left;
}
.statistics-report-week-number-label {
  text-align: right;
  font-size: 0.8em;
}
.statistics-report-week-of-year-list {
  font-size: 0.8em;
}
#usetupEditCapability {
  font-weight: bold;
}
table.adminLogTable {
  text-align: left;
}
.adminLogTable .adminTime {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.fileage table {
  border-spacing: 0;
}
.fileage tr:hover {
  background-color: #eee;
}
.fileage td {
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #ddd;
  padding-top: 3px;
}
.fileage td:first-child {
  white-space: nowrap;
}
.fileage td:nth-child(2) {
  padding-left: 1em;
  padding-right: 1em;
}
.fileage td:nth-child(3) {
  word-wrap: break-word;
  max-width: 50%;
}
.brlist table {
  border-spacing: 0;
}
.brlist table th {
  text-align: left;
  padding: 0px 1em 0.5ex 0px;
  vertical-align: bottom;
}
.brlist table td {
  padding: 0px 2em 0px 0px;
  white-space: nowrap;
}
th.sort:after {
  margin-left: .4em;
  cursor: pointer;
  text-shadow: 0 0 0 #000;
}
th.sort.none:after {
  content: '\2666';
}
th.sort.asc:after {
  content: '\2193';
}
th.sort.desc:after {
  content: '\2191';
}
span.snippet&gt;mark {
  background-color: inherit;
  font-weight: bold;
}
div.searchForm {
  text-align: center;
}
p.searchEmpty {
  font-style: italic;
}
.clutter {
  display: none;
}
table.label-value th {
  vertical-align: top;
  text-align: right;
  padding: 0.2ex 1ex;
}
table.forum_post {
  margin-top: 1ex;
  margin-bottom: 1ex;
  margin-left: 0;
  margin-right: 0;
  border-spacing: 0;
}
span.forum_author {
  color: #888;
  font-size: 75%;
}
span.forum_author::after {
  content: " | ";
}
span.forum_age {
  color: #888;
  font-size: 85%;
}
span.forum_buttons {
  font-size: 85%;
}
span.forum_buttons::before {
  color: #888;
  content: " | ";
}
span.forum_npost {
  color: #888;
  font-size: 75%;
}
table.forumeditform td {
  vertical-align: top;
  border-collapse: collapse;
  padding: 1px;
}
div.forum_body p {
  margin-top: 0;
}
td.form_label {
  vertical-align: top;
  text-align: right;
}
.debug {
  background-color: #ffc;
  border: 2px solid #ff0;
}
div.forumEdit {
  border: 1px solid black;
  padding-left: 1ex;
  padding-right: 1ex;
}
div.forumHier, div.forumTime {
  border: 1px solid black;
  padding-left: 1ex;
  padding-right: 1ex;
  margin-top: 1ex;
}
div.forumSel {
  background-color: #cef;
}
div.forumObs {
  color: #bbb;
}
#capabilitySummary {
  text-align: center;
}
#capabilitySummary td {
  padding-left: 3ex;
  padding-right: 3ex;
}
#capabilitySummary th {
  padding-left: 1ex;
  padding-right: 1ex;
}
.capsumOff {
  background-color: #bbb;
}
.capsumRead {
  background-color: #bfb;
}
.capsumWrite {
  background-color: #ffb;
}
label {
  white-space: nowrap;
}
.copy-button {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -2px .24em 0 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0,0,14,14'%3E%3Cpath style='fill:black;opacity:0' d='M14,14H0V0h14v14z'/%3E%3Cpath style='fill:rgb(240,240,240)' d='M1,0h6.6l2,2h1l3.4,3.4v8.6h-10v-2h-3z'/%3E%3Cpath style='fill:rgb(64,64,64)' d='M2,1h5l3,3v7h-8z'/%3E%3Cpath style='fill:rgb(248,248,248)' d='M3,2h3.6l2.4,2.4v5.6h-6z'/%3E%3Cpath style='fill:rgb(80,128,208)' d='M4,5h4v1h-4zm0,2h4v1h-4z'/%3E%3Cpath style='fill:rgb(64,64,64)' d='M5,3h5l3,3v7h-8z'/%3E%3Cpath style='fill:rgb(248,248,248)' d='M10,4.4v1.6h1.6zm-4,-0.6h3v3h-3zm0,3h6v5.4h-6z'/%3E%3Cpath style='fill:rgb(80,128,208)' d='M7,8h4v1h-4zm0,2h4v1h-4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.copy-button-flipped {
  margin-left: .16em;
  margin-right: 0;
}
.nobr {
  white-space: nowrap;
}
</pre></body></html>