css Unity3D社区支持页面的KonTraBox_UnityAnswersTweaks

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css Unity3D社区支持页面的KonTraBox_UnityAnswersTweaks相关的知识,希望对你有一定的参考价值。

@namespace url(http://www.w3.org/1999/xhtml);

/*
 * KonTraBox_UnityAnswers
 * 
 * FireFox :
 *    Use as is
 *
 * Chrome & others :
 *    1. Apply to : "URLs on the domain" "answers.unity3d.com"
 *    2. Remove / Comment out the line below ("@-moz-document...")
 *    2. Remove / Comment out the last line ("}")
*/

@-moz-document domain("answers.unity3d.com") { /* Remove this line on chrome */


/** ############################## **/

/***

Begins with :  a[src^="https"]
Contains    :  a[src*="github"]
Ends with   :  a[src$=".com"]

Padding / Margin:
  xxx : top right bottom left;

border-radius:
  xxx : top-left top-right bottom-right bottom-left;

***/


/** ############################## Page
**/

  /** Page: Container **/

  body > div#wrapper {
    display: block;
    width: auto;

    margin-left: 10px;
    margin-right: 10px;
  }

  /** Page: XXX **/

  #room{
    width: auto;
  }

  #CALeft, #CARight{
    display: table-cell;

    float: none;
    position: static;
  }

  #CALeft{
    width: auto;
    padding-right: 10px;
  }

  #CARight{
  }

  #tail{
  }

  #wrapper > .spacer3{
  }


/** ############################## Links
**/

  /** Links: External **/

    /** Links: External: General **/

    /** Links: External: URLs **/


/** ############################## Post / Answer
**/

  /** Post: **/

    .answer-body,
    .question-body {
    }


/** ############################## Code
**/

  /** Code: Container **/

  .answer-body > pre,
  .question-body > pre {
    width : auto;
  }

  .comment-text > pre,
  .answer-body > pre,
  .question-body > pre {
    margin: 0px;
    padding: 1px;

    border-top    : 6px solid #C2DBFF;
    border-left   : 4px solid #FFB400;
    border-right  : 4px solid #FFB400;
    border-bottom : 6px solid #C2DBFF;
  }

  /** Code: Block **/

  code.prettyprint {
    font-size:   12px;
    line-height: 1.24;
  }

  /** Code: Line **/

  code.prettyprint ol li {
    border-left: 1px dotted #CCC;
    padding-left: 4px;
    list-style-type: inherit;
  }

  /** Code: Line: Hover **/

  code.prettyprint ol li:hover {
    background-color: #E0E0E0;
  }

  /** Code: Syntax: Highlight **/

  code.prettyprint .kwd {
    color: #FFB400;
    font-weight: bold;
  }

  code.prettyprint .pln {
    color: #009369;
    font-weight: bold;
  }


/** ############################## **/

} /* Remove this line on chrome */

以上是关于css Unity3D社区支持页面的KonTraBox_UnityAnswersTweaks的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu环境下使用Unity3D调用C++编写的Linux so动态链接库

Ubuntu环境下使用Unity3D调用C++编写的Linux so动态链接库

Gitlab社区版支持多LDAP登录

css 支持 - 购物车页面上的产品选项突出显示

unity3d c#支持热更吗

unity3d怎么导入3d模型