Dragon's Prophet 维基
Advertisement

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
@charset "utf-8";

/*
[[Category:Project]]
[[Category:Style]]
*/

/* Dragon's Prophet */

section#wkMainCntHdr h1
{
font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica,Roboto,"Lucida Grande",arial,sans-serif;
}

.WikiaMainContent .WikiaPageHeader h1, .category-gallery-item .title , .EditPageHeader h1 a, input[name="wpTitle"], .WikiaActivityModule a
{
font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica,Arial,sans-serif; 
}

.dp-style, .dp-font, .dp-chat, .dp-chat td, .dp-chat th .dp-chat table, .dp-effect 
{
font-family: "微軟正黑體", "Microsoft JhengHei";
/*font-family: "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue",Helvetica,"Heiti TC","Microsoft Sans Serif",Helvetica,Geneva,sans-serif;*/
font-weight: bold;
text-shadow: 2px 2px 3px rgba(5,5,5,0.9);
}

.dp-chat, .dp-bg, .dp-effect dl
{
background-color: #1e1b16;
background-color: rgba(30, 27, 22, 0.9);
background-color: rgba(30, 27, 22, 0.4);
}

.dp-chat, .dp-effect dl
{
color: #ffffff;
}

.dp-chat * { font-family: inherit; }

table.dp-chat th
{
background-color: #050505;
background-color: rgba(5, 5, 5, 0.9);
}

table.dp-chat td, table.dp-chat th
{
border-bottom-color: #050505;
border-bottom-color: rgba(5, 5, 5, 0.5);
}

.dp-msg
{
display: inline-block;
padding: 5px;
margin: 0.4em 0 0.5em;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

word-break:break-all;
white-space:normal;

width: auto;

}

.dp-chat p, .dp-msg p
{
margin: 0px;
}

.dp-chat p+p, .dp-msg p+p
{
margin: 0px;
}

.dp-chat > *:first-child, .dp-msg > *:first-child {
margin-top: 0.4em;
}

.dp-chat > *:last-child, .dp-msg > *:last-child {
margin-bottom: 0.5em;
}

/* 範圍 */

.dp-chat-s 
{
color: #ffffff;
}

/* 區域 */

.dp-chat-z 
{
color: #dbcc85;
}

/* 區域2 */

.dp-chat-z2
{
color: #996600;
}

/* 世界 */
.dp-chat-o 
{
color: #aa00e4;
}

/* 夥伴團 */

.dp-chat-g 
{
color: #53b154;
}

/* 密語 */

.dp-chat-w , .dp-chat-w2
{
color:#d5759a;
}

/* 角色 */

.dp-char
{
color:#33FFFF;
}

/* gm */

.dp-char-gm
{
color:#FF4500;
}

.dp-item-0
{
color:#969696;
}

.dp-item-1
{
color:#fefefe;
}

.dp-item-2
{
color:#00ff00;
}

.dp-item-3
{
color:#00ffff;
}

.dp-sys
{
color:#FFFF33;
}

.dp-item-shop
{
color:#a67c52;
}

.dp-char a, .dp-force a
{
color: inherit;
}

.dp-effect 
{
  display: block;
  /*clear: both;*/
}

.dp-effect dl
{
  display: block;
  padding: 5px;
  margin: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 300px;
  width: auto;

word-break:break-all;
white-space:normal;

  word-wrap:break-word;
  /*clear: both;*/
}

.dp-effect dt, .dp-effect dd
{
  display: block;
  margin: 5px 5px;
}

.dp-effect dd
{
  color: #FFDD33;
  border-top: 1px solid #969696;
  border-top: 1px solid rgba(150, 150, 150, 0.25);
  padding-top: 5px;
}

.grayscale{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.dp-title-table
{
table-layout: fixed;
}

.dp-title-table td, .dp-title-table th
{
text-align: center;
vertical-align: middle;
}

.dp-title-field
{
/*padding: 0px;*/
}

.dp-title-colors-r, .dp-title-colors-y, .dp-title-colors-g, .dp-title-colors-p
{
margin: 0px;
color: #000000;
padding: 3px;
text-shadow: 2px 2px 3px rgba(5, 5, 5, 0.5);
border: 1px #3d3e3f solid;
}

.dp-title-colors-r b, .dp-title-colors-y b, .dp-title-colors-g b, .dp-title-colors-p b
{
font-family: 'Times New Roman';
}

.dp-title-colors-r
{
background-color: #FF3300;
}
.dp-title-colors-y
{
background-color: #FFCC00;
}
.dp-title-colors-g
{
background-color: #99FF00;
}
.dp-title-colors-p
{
background-color: #CC66CC;
}
Advertisement