<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/test25/">
    <title>test25 @ wiki</title>
    <link>http://w.atwiki.jp/test25/</link>
    <atom:link href="https://w.atwiki.jp/test25/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>test25 @ wiki</description>

    <dc:language>ja</dc:language>
    <dc:date>2016-03-15T10:52:19+09:00</dc:date>
    <utime>1458006739</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/test25/pages/23.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/test25/pages/23.html">
    <title>css</title>
    <link>https://w.atwiki.jp/test25/pages/23.html</link>
    <description>
      #javascript(){{{
&lt;script&gt;&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://cdn25.atwikiimg.com/dragonseekers/pub/css/normalize.css&quot;&gt;
&lt;style&gt;
@charset &quot;utf-8&quot;;
/* ////////////////////////////////////////
Tokidora at Wiki
Last Update : 2016/03/15
style.css
 //////////////////////////////////////// */

/* =================== common */

html,
body { height:100%; height:auto; margin:0; padding:0; }
html { overflow-y:scroll; overflow-x:hidden; }

body { line-height:1.4; color:#333333; font-family:Verdana, &#039;Arial&#039;, ‘游ゴシック体’, ‘Yu Gothic’, ‘YuGothic’, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;Osaka&#039;, &#039;メイリオ&#039;, &#039;Meiryo&#039;, &#039;ＭＳ Ｐゴシック&#039;, &#039;MS PGothic&#039;, sans-serif !important; }

* { -moz-box-sizing: border-box; box-sizing: border-box; }

/* -------------------- headline */
/* pc (#menubar,#contents) / sp (.atwiki-body) */ 
#menubar h2,#menubar h3,#menubar h4,
#contents h2,#contents h3,#contents h4,
.atwiki-body h2,.atwiki-body h3,.atwiki-body h4{margin:10px 0 15px; font-weight:bold;}

#menubar h2,#contents h2,.atwiki-body h2{padding-bottom:10px; border-bottom:3px double #ccc;}
#menubar h3,#contents h3,.atwiki-body h3{border-left:4px solid #999;padding:0 0 0 10px;}
#menubar h4,#contents h4,.atwiki-body h4{border:1px solid  #ccc;padding:10px;}

/* -------------------- link */
a:hover { text-decoration:underline !important; }

/* --------------------table */
table { width:auto; margin:10px 0; border-collapse:collapse; border-spacing: 0; }
thead th,
tfoot th { font-style:normal !important; font-weight:normal !important; font-size:1em; color:#ffffff !important; background-color:#999966!important; }
th{text-align:center !important;font-weight:bold !important;}
th,
td { min-width: 20px; padding: 4px; border:1px solid #ccc; }
tr:hover td { border-color:#ffffff !important; background-color:rgba(204, 204, 136, 0.4) !important; }

/* --------------------hr */
hr { border:none;margin:5px 0 ; border-top:1px solid #ccc; }

/* =================== style  */

/* -------------------- scroll */
/* テーブルをスクロールさせる (sp) */
.scroll {overflow: auto; white-space: nowrap;}
.scroll::-webkit-scrollbar {height: 5px;}
.scroll::-webkit-scrollbar-track {background: #f1f1f1;}
.scroll::-webkit-scrollbar-thumb {background: #bcbcbc;}

/* -------------------- sort */
/* 削除予定 */
table.sort tr:nth-child(even) {background-color:rgba(204, 204, 204, 0.2);}
table.sort th.header { padding-top:14px; background:url(http://cdn25.atwikiimg.com/dragonseekers/pub/img/sort_icon_bk.gif) no-repeat center 4px; }
table.sort th.headerSortUp { background-image:url(http://cdn25.atwikiimg.com/dragonseekers/pub/img/sort_down_bk.gif); }
table.sort th.headerSortDown { background-image:url(http://cdn25.atwikiimg.com/dragonseekers/pub/img/sort_up_bk.gif); }
table.sort td.num { text-align:center; }
table.sort td a{padding-top:4px;}

/* -------------------- switch */
.switch-item {margin:0 0 5px;}
.switch-item input { display:none; }
.switch-item label { display:block; line-height:1.6em; padding-left:20px; background: url(&quot;http://cdn25.atwikiimg.com/dragonseekers/pub/img/icon_plus.svg&quot;) no-repeat 4px 2px; cursor:pointer; }
.switch-item input:checked ~ label {background: url(&quot;http://cdn25.atwikiimg.com/dragonseekers/pub/img/icon_minus.svg&quot;) no-repeat 4px 2px;}

.switch-item .box { margin:5px 4px 0; padding:10px 0; border:1px dashed #ccc; }
.switch-item .switch {display:none;}
.switch-item input:checked ~ .switch {display:block;}

.switch-item .headline { font-weight:bold; font-size:1.2em; }

.switch-item ul { margin:0; padding:0; }
.switch-item .switch ul { margin:0 0 5px; padding:5px 0; background-color:#f0f0f0; }
.switch-item li { margin-left:30px; list-style-type:square; }
.switch-item li.no-list { margin:0 10px; list-style:none; }

/*news*/
.news-item {margin:0 10px 5px; padding:0; border-bottom:1px solid #f0f0f0;}

.news-item .date,
.news-item .type { display:inline-block; white-space:nowrap; }
.news-item .title { width:100%; margin-left:0px; }
.news-item .type { margin:0.2em 10px; padding:0 4px; width:60px; height:1.2em; line-height:1.2em; text-align:center; border-radius:15px; color:#ffffff; font-size:0.8em; background-color:darkgray; }

.type.notice { background-color:deepskyBlue; }
.type.mainte { background-color:mediumorchid }
.type.news { background-color:yellowgreen; }

.switch.info { width:auto; margin:5px 0 5px 5px; padding:2px 4px; background-color:#f0f0f0; }

/*event*/
.event-item .title { font-weight:bold; }
.event-item .type { width:60px; height:1.2em; line-height:1.2em; margin:0.2em 10px; padding:0 4px; border-radius:15px; color:#fff; font-weight:normal; font-size:0.8em; text-align:center; background-color:#ccc; }

.type.start { background-color:orange; }
.type.end { background-color:darkgray; }

.event-item .info { width:auto; margin:5px; padding:2px 4px; background-color:#f0f0f0; }

/*btn-switch*/
.btn-switch-item input { display:none; }
.btn-switch-item label { display:inline-block; margin:0 5px 5px 0; padding:2px 8px; border-radius:10px; color:#ffffff; background-color:#44bb22; }

.btn-switch-item label:hover,
.btn-switch-item input.btn1:checked + label,
.btn-switch-item input.btn2:checked + label,
.btn-switch-item input.btn3:checked + label,
.btn-switch-item input.btn4:checked + label,
.btn-switch-item input.btn5:checked + label,
.btn-switch-item input.btn6:checked + label,
.btn-switch-item input.btn7:checked + label,
.btn-switch-item input.btn8:checked + label,
.btn-switch-item input.btn9:checked + label,
.btn-switch-item input.btn10:checked + label {background-color:orange;}

.btn-switch-item input.btn1 ~ div .btn1-con {display:none;}
.btn-switch-item input.btn2 ~ div .btn2-con {display:none;}
.btn-switch-item input.btn3 ~ div .btn3-con {display:none;}
.btn-switch-item input.btn4 ~ div .btn4-con {display:none;}
.btn-switch-item input.btn5 ~ div .btn5-con {display:none;}
.btn-switch-item input.btn6 ~ div .btn6-con {display:none;}
.btn-switch-item input.btn7 ~ div .btn7-con {display:none;}
.btn-switch-item input.btn8 ~ div .btn8-con {display:none;}
.btn-switch-item input.btn9 ~ div .btn9-con {display:none;}
.btn-switch-item input.btn10 ~ div .btn10-con {display:none;}

.btn-switch-item input:checked.btn1 ~ div .btn1-con {display:table;}
.btn-switch-item input:checked.btn2 ~ div .btn2-con {display:table;}
.btn-switch-item input:checked.btn3 ~ div .btn3-con {display:table;}
.btn-switch-item input:checked.btn4 ~ div .btn4-con {display:table;}
.btn-switch-item input:checked.btn5 ~ div .btn5-con {display:table;}
.btn-switch-item input:checked.btn6 ~ div .btn6-con {display:table;}
.btn-switch-item input:checked.btn7 ~ div .btn7-con {display:table;}
.btn-switch-item input:checked.btn8 ~ div .btn8-con {display:table;}
.btn-switch-item input:checked.btn9 ~ div .btn9-con {display:table;}
.btn-switch-item input:checked.btn10 ~ div .btn10-con {display:table;}

/* -------------------- navi-link */
/* pc (.plugin_pc) */
.plugin_pc .navi-link { padding:5px 0px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc; list-style:none; font-size:0; }
.plugin_pc .navi-link li { display:inline-block; margin-right:5px; padding-right:5px; margin-bottom:5px; border-right:1px solid #ccc; font-size:12px; }
.plugin_pc .navi-link li:last-child { border-right:none; }
.plugin_pc .navi-link li a { display:inline-block; min-width:60px; padding:0 10px; text-align:center; }
.plugin_pc .navi-link li a:hover,
.sword .plugin_pc li.sword a,
.cane .plugin_pc li.cane a,
.stuff .plugin_pc li.stuff a,
.knife .plugin_pc li.knife a,
.shield .plugin_pc li.shield a,
.armor .plugin_pc li.armor a,
.robe .plugin_pc li.robe a,
.gown .plugin_pc li.gown a,
.cloak .plugin_pc li.cloak a,
.attack .plugin_pc li.attack a,
.defense .plugin_pc li.defense a,
.magic .plugin_pc li.magic a,
.state .plugin_pc li.state a,
.recovery .plugin_pc li.recovery a,
.assist .plugin_pc li.assist a,
.thief .plugin_pc li.thief a,
.passive .plugin_pc li.passive a,
.other .plugin_pc li.other a,
.d01 .plugin_pc li.d01 a,
.d02 .plugin_pc li.d02 a,
.d03 .plugin_pc li.d03 a,
.d04 .plugin_pc li.d04 a,
.d05 .plugin_pc li.d05 a,
.d06 .plugin_pc li.d06 a,
.d07 .plugin_pc li.d07 a,
.d08 .plugin_pc li.d08 a,
.d09 .plugin_pc li.d09 a,
.d10 .plugin_pc li.d10 a,
.d11 .plugin_pc li.d11 a,
.d12 .plugin_pc li.d12 a,
.plugin_pc .navi-link li.on a { border-radius:5px; color:#fff; text-decoration:none !important; background-color:orange; }

/* sp (.plugin_mobile) */
.plugin_mobile .navi-link { margin:0; padding:5px 0; list-style:none; font-size:0; }
.plugin_mobile .navi-link li { margin:0 5px; }
.plugin_mobile .navi-link li a { display:block; min-width:60px; min-height:40px; margin:-1px 0 0 -1px; padding:10px 5px; border:1px solid #aaa; color:#333; font-size:12px; text-align:center; background-color:#ccc; }
.plugin_mobile .navi-link li a:hover,
.sword .plugin_mobile li.sword a,
.cane .plugin_mobile li.cane a,
.stuff .plugin_mobile li.stuff a,
.knife .plugin_mobile li.knife a,
.shield .plugin_mobile li.shield a,
.armor .plugin_mobile li.armor a,
.robe .plugin_mobile li.robe a,
.gown .plugin_mobile li.gown a,
.cloak .plugin_mobile li.cloak a,
.attack .plugin_mobile li.attack a,
.defense .plugin_mobile li.defense a,
.magic .plugin_mobile li.magic a,
.state .plugin_mobile li.state a,
.recovery .plugin_mobile li.recovery a,
.assist .plugin_mobile li.assist a,
.thief .plugin_mobile li.thief a,
.passive .plugin_mobile li.passive a,
.other .plugin_mobile li.other a,
.d01 .plugin_mobile li.d01 a,
.d02 .plugin_mobile li.d02 a,
.d03 .plugin_mobile li.d03 a,
.d04 .plugin_mobile li.d04 a,
.d05 .plugin_mobile li.d05 a,
.d06 .plugin_mobile li.d06 a,
.d07 .plugin_mobile li.d07 a,
.d08 .plugin_mobile li.d08 a,
.d09 .plugin_mobile li.d09 a,
.d10 .plugin_mobile li.d10 a,
.d11 .plugin_mobile li.d11 a,
.d12 .plugin_mobile li.d12 a,
.plugin_mobile .navi-link li.on a{ color:#fff; text-decoration:none !important; background-color:orange; }

/* -------------------- tip */
.tip {position:relative;}
.tip span {display:none;}
.tip:hover span {display: inline; position: absolute; top:0; z-index:99999; width: 100px; margin-left:5px; padding:4px; border-radius:5px; color: #000000; font-weight:normal; font-size:0.8em; background-color: rgba(204, 204, 136, .6);}
.tip span:after {width: 100%; content: &quot;&quot;; display: block; position: absolute; left:-105px; top:5px; border-top:5px solid transparent; border-bottom:5px solid transparent; border-right:5px solid rgba(204, 204, 136, .6);}

/* -------------------- btn */
span.btn a { display:inline-block; min-width:60px; margin:10px 10px 5px 0; padding:0 10px; border-radius:10px; color:#fff; background-color:#44bb22; }
span.btn a:hover,span.btn.on a{ text-decoration:none !important; background-color:orange; }

/* --------------------edit (table) */
.edit table { width:auto; margin:10px 0; border-collapse:collapse; border-spacing: 0; }
.edit thead th,
.edit tfoot th { font-style:normal !important; font-weight:normal !important; font-size:1em; color:#ffffff !important; background-color:#999!important; }
.edit th{text-align:center !important;font-weight:bold !important;}
.edit th,
.edit td { min-width: 20px; padding: 4px; border:1px solid #ccc; }
.edit tr:hover td { border-color:#ffffff !important; background-color:rgba(153, 153, 153, 0.2) !important; }


/* -------------------- other */
.red { color:red !important;}
.strike { text-decoration:line-through !important;}
.right{text-align:right !important;}
.normal{font-weight:normal !important;}
.center{text-align:center !important;}
.note-box{ border:3px double #ccc; padding:20px;margin:10px 0;}

/* width */
.w20{width:20px !important;}
.w40{width:40px !important;}
.w60{width:60px !important;}
.w80{width:80px !important;}
.w100{width:100px !important;}

/* margin */
.m0 { margin: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }

/* padding */
.p0 { padding: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }

/* -------------------- wiki */
/* include (plugin) */
.plugin_include .inc,
.inc .plugin_include,
.plugin_include_cache .inc,
.inc .plugin_include_cache { display:none; }
.plugin_include + br {display:none;}

/* comment (plugin) */
.plugin_pcomment{margin:10px 0 10px; padding:10px;border:1px dashed #cccccc;}
.plugin_pcomment input[name=&quot;reply&quot;]{margin:0 5px 0 0;}
.plugin_pcomment input[name=&quot;name&quot;]{margin:0 5px 5px;}
.plugin_pcomment input[name=&quot;text&quot;]{margin:0 5px 5px 0;min-width:200px; max-width:400px; width:100%;}
.plugin_pcomment input[type=&quot;submit&quot;]{display:inline-block; min-width:60px; margin:10px 10px 5px 0; padding:0 10px; border:0; border-radius:10px; color:#fff; background-color:#44bb22; }
.plugin_pcomment input[type=&quot;submit&quot;]:hover{ background-color:orange; }
.plugin_pcomment input[type=&quot;submit&quot;] ~ ul{padding:10px; border-top:3px double #ccc;}
.plugin_pcomment input[type=&quot;submit&quot;] ~ ul li :nth-child(2) {background-color:whitesmoke;}

/* tablesorter (plugin) */
table.tablesorter thead tr .header {padding:14px 4px 4px; background-position:center 4px; }
table.tablesorter tbody tr:nth-child(even) {background-color:rgba(204, 204, 204, 0.2);}

/* openclose (plugin) */
.plugin_openclose_b { padding-left: 20px;background: url(&quot;http://cdn25.atwikiimg.com/dragonseekers/pub/img/icon_plus.svg&quot;) no-repeat 4px 2px; }
div[id*=&quot;plugin_openclose_&quot;] { margin: 0 !important; padding: 0 !important; }

/* -------------------- other */
/*sp:table-wrap-div*/
.uk-overflow-container { margin:0 !important; }

/* 2: menu size (pc) */
#menubar{width:240px;}

/* 124: accessory image (sp) */
.atwiki-body #acce-list img{max-width:none;}
#acce-list img{max-width:none;}

/* =================== design */

/* -------------------- 属性 */
span.void,
span.bright,
span.dark { display:block; width:24px; height:24px; padding:2px; border-radius:5px; text-align:center; }

span.void { color:white; background:grey; }
span.bright { background:goldenrod; color:white; }
span.dark { color:white; background:purple; }

/* -------------------- 耐性 */
span.mind { color:salmon; }
span.poison { color:purple; }
span.thunder { color:goldenrod; }
span.ice { color:blue; }
span.fire { color:red; }

/* -------------------- 装備 (一覧) */
/* 装備名、スキル*/
.equip-param tr td:nth-child(2) {width:170px;}
.equip-param tr td:nth-child(21) {width:130px;}
/* 必要LV (戦、魔、僧侶、盗) */
.equip-param td:nth-child(6),
.equip-param td:nth-child(7),
.equip-param td:nth-child(8),
.equip-param td:nth-child(9){background-color:rgba(170, 137, 189, 0.2);}
/* 基本値 (HP、攻、防、魔、速) */
.equip-param td:nth-child(11),
.equip-param td:nth-child(12),
.equip-param td:nth-child(13),
.equip-param td:nth-child(14),
.equip-param td:nth-child(15) {background-color:rgba(132, 204, 201, 0.2);}
/* 上昇値 (HP、攻、防、魔、速) */
.equip-param td:nth-child(16),
.equip-param td:nth-child(17),
.equip-param td:nth-child(18),
.equip-param td:nth-child(19),
.equip-param td:nth-child(20) {background-color:rgba(242, 156, 159, 0.2);}

/* -------------------- 装備 (新規・強化リスト) */
/* 名前、マテリアル（新規）、マテリアル（強化）、工房（新規） */
.equip-list tr :nth-child(2) {width:170px;}
.equip-list tr :nth-child(3),
.equip-list tr :nth-child(5){width:160px;}
.equip-list tr :nth-child(7){width:90px;}

/* delete------------------------------------------------------------ */
/* -------------------- 装備 (一覧) */
/* 装備名、スキル*/
#equip-param tr td:nth-child(2) {width:170px;}
#equip-param tr td:nth-child(21) {width:130px;}
/* 必要LV (戦、魔、僧侶、盗) */
#equip-param td:nth-child(6),
#equip-param td:nth-child(7),
#equip-param td:nth-child(8),
#equip-param td:nth-child(9){background-color:rgba(170, 137, 189, 0.2);}
/* 基本値 (HP、攻、防、魔、速) */
#equip-param td:nth-child(11),
#equip-param td:nth-child(12),
#equip-param td:nth-child(13),
#equip-param td:nth-child(14),
#equip-param td:nth-child(15) {background-color:rgba(132, 204, 201, 0.2);}
/* 上昇値 (HP、攻、防、魔、速) */
#equip-param td:nth-child(16),
#equip-param td:nth-child(17),
#equip-param td:nth-child(18),
#equip-param td:nth-child(19),
#equip-param td:nth-child(20) {background-color:rgba(242, 156, 159, 0.2);}

/* -------------------- 装備 (新規・強化リスト) */
/* 名前、マテリアル（新規）、マテリアル（強化）、工房（新規） */
#equip-list tr :nth-child(2) {width:170px;}
#equip-list tr :nth-child(3),
#equip-list tr :nth-child(5){width:160px;}
#equip-list tr :nth-child(7){width:90px;}
/* ------------------------------------------------------------delete */

/* -------------------- スキル (一覧) */
/* No、名前、チャージ、対象、説明 */
#skill-list tr :nth-child(1) {width:36px;}
#skill-list tr :nth-child(2) {width:160px;}
#skill-list tr :nth-child(3) {width:70px;}
#skill-list tr :nth-child(4) {width:420px;}
/*#skill-list tr :nth-child(5) {width:100px;text-align:center;}*/

/* -------------------- 114:スキル別装備一覧 */
/* No、スキル、種類、装備 */
#skill-equip tr :nth-child(1) {width:48px;}
#skill-equip tr :nth-child(2) {width:200px;}
#skill-equip tr :nth-child(3) {width:100px;text-align:center;}
#skill-equip tr :nth-child(4) {width:200px;}

/* -------------------- クエスト (一覧) */
/* No、クエスト、分類 */
#quest-list tr :nth-child(1) {width:36px;text-align:center;}
#quest-list tr :nth-child(2) {width:260px;}
#quest-list tr :nth-child(3) {width:90px;text-align:center;}

/* -------------------- 129:報酬別クエスト一覧 */
/* No、報酬、種類、クエスト、分類 */
#reward-quest tr :nth-child(1) {width:48px;}
#reward-quest tr :nth-child(2) {width:170px;}
#reward-quest tr :nth-child(3) {width:90px;text-align:center;}
#reward-quest tr :nth-child(4) {width:280px;}
#reward-quest tr :nth-child(5) {width:90px;text-align:center;}

/* -------------------- 工房 (作成可能リスト) */
/* 名前 */
#workshop-list tr td:nth-child(2) {width:150px;}
/* 必要LV：戦、魔、僧、盗*/
#workshop-list td:nth-child(6),
#workshop-list td:nth-child(7),
#workshop-list td:nth-child(8),
#workshop-list td:nth-child(9){background-color:rgba(170, 137, 189, 0.2);}

/* -------------------- ダンジョン */
/* テーブルの幅 */
#dungeon-info,#monster-info,#material-info {min-width:400px;}

&lt;/style&gt;
}}}
#html2(){
&lt;div class=&quot;inc&quot;&gt;このページは読込専用です。&lt;/div&gt;
}    </description>
    <dc:date>2016-03-15T10:52:19+09:00</dc:date>
    <utime>1458006739</utime>
  </item>
  </rdf:RDF>
