Conan Exiles Wiki

脚本错误:没有“animate”这个模块。

了解更多

Conan Exiles Wiki
Advertisement

其他语言: DeutschEnglishFrançaisItalianoPolskiPortuguês do Brasil


CSS 和Javascript更改必须遵守Wiki设计条例


注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
/* CSS placed here will be applied to all skins */


.flex-recipes {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 93px;
	-ms-flex: 1 0 93px;
	flex: 1 0 93px;
}

/* Infobox styles */
/* Conflicts with infobox styles in Hydradark.css, so I'm going to wait until it's ready to enable.
.infobox {
  float: right;
  width: 23em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 2px;
  background: transparent;
  border: 1px solid #000000;
}

.infobox-table {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 1px solid #7F3808;
}

.infobox-header {
  color: #ffffff;
  background: #7F3808 linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.4) 100%);
  color: #FFFFFF;
  font-family: EasonPro,"Times New Roman",serif;
  font-size: 135%;
  font-weight: bold;
  padding-top: 5px;
  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.75);
}

.infobox-section {
  background-color: #7F3808;
  color: #FFFFFF;
  font-weight: bold;
}

.infobox-centered {
  text-align: center;
}

.infobox-row {
  vertical-align: top;
}

.infobox-row-name {
  text-align: left;
  white-space: nowrap;
  background: rgba(37,30,20,.85);
}

.infobox-spacer {
  height: 0.5em;
}
*/

/* fake <h2> - looks identical but no edit link and doesn't show up in the ToC */
.fakeh2 {
  font-family: sans-serif;
  font-size: 1.5em;
  margin-top: 1em;
  line-height: 1.3;
  color: #A38369;
  font-weight: normal;
  margin-bottom: 0.25em;
  padding: 0;
  border-bottom: 1px solid #A38369;
}

/* Hide other chinese variant */
li#ca-0,
li#ca-1,
li#ca-2,
li#ca-varlang-1,
li#ca-varlang-2,
li#ca-varlang-4,
li#ca-varlang-5,
li#ca-varlang-6,
li#ca-varlang-7
{
    display: none;
}
Advertisement