#author("2018-03-27T18:52:10+09:00","","")
<?php
///////////////////////////////////////////////////////////
// 180wiki-sp skin 0.2 2015/9/6 hrmz
// http://180xz.com/wiki/
// Copyright (C) 2015 hrmz
// License: GNU General Public License v2 or later
// License URI: http://www.gnu.org/licenses/gpl-2.0.html
///////////////////////////////////////////////////////////
#author("2018-03-27T18:56:03+09:00","","")
@charset "UTF-8";

// ------------------------------------------------------------
// Settings (define before here, if you want)
/*
180wiki-sp skin black 0.4 2015/10/4 hrmz
http://180xz.com/wiki/
Copyright (C) 2015 hrmz
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/ [#r5dabc78]

// Set site identities
$_IMAGE['skin']['favicon']  = ''; // Sample: 'image/favicon.ico';
/* wrap
----------------------------------------------------------------------------- */
body {text-align: center; }

// SKIN_DEFAULT_DISABLE_TOPICPATH
//   1 = Show reload URL
//   0 = Show topicpath
if (! defined('SKIN_DEFAULT_DISABLE_TOPICPATH'))
	define('SKIN_DEFAULT_DISABLE_TOPICPATH', 1); // 1, 0
div#wrapper {
	width: 100%;
	text-align: left;
}

// Show / Hide navigation bar UI at your choice
// NOTE: This is not stop their functionalities!
if (! defined('PKWK_SKIN_SHOW_NAVBAR'))
	define('PKWK_SKIN_SHOW_NAVBAR', 1); // 1, 0
div#wrap_content{
}

// Show / Hide toolbar UI at your choice
// NOTE: This is not stop their functionalities!
if (! defined('PKWK_SKIN_SHOW_TOOLBAR'))
	define('PKWK_SKIN_SHOW_TOOLBAR', 1); // 1, 0
div#pop-menu{
}

// ------------------------------------------------------------
div#footer{
}

// Prohibit direct access
if (! defined('UI_LANG')) die('UI_LANG is not set');
if (! isset($_LANG)) die('$_LANG is not set');
if (! defined('PKWK_READONLY')) die('PKWK_READONLY is not set');
/* ■■ design ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

$link  = & $_LINK;
$image = & $_IMAGE['skin'];
$rw    = ! PKWK_READONLY;
/* General
----------------------------------------------------------------------------- */
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック','MS PGothic',sans-serif;
	font-size:medium;
	margin: 0 ;
	padding: 0;
}

// Output HTTP headers
pkwk_common_headers();
header('Cache-Control: no-cache');
header('Pragma: no-cache');
header('Content-Type: text/html; charset=' . CONTENT_CHARSET);
img{
	border:none;
	vertical-align:middle;
	max-width: 100%;
	height: auto;
}

// Output HTML DTD, <html>, and receive content-type
if (isset($pkwk_dtd)) {
	$meta_content_type = pkwk_output_dtd($pkwk_dtd);
} else {
	$meta_content_type = pkwk_output_dtd();
#wrapper {
	margin: 0 auto;
}

?>
<head>
 <?php echo $meta_content_type ?>
 <meta http-equiv="content-style-type" content="text/css" />
 <?php if ($nofollow || ! $is_read)  { ?> <meta name="robots" content="NOINDEX,NOFOLLOW" /><?php } ?>
 <?php if (PKWK_ALLOW_JAVASCRIPT && isset($javascript)) { ?> <meta http-equiv="Content-Script-Type" content="text/javascript" /><?php } ?>
/* ----- link ----- */
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FF33CC;
	text-decoration: underline;
}

	<title><?php echo $title ?> - <?php echo $page_title ?></title>
div.ie5 { text-align:center; }

	<link rel="SHORTCUT ICON" href="<?php echo $image['favicon'] ?>" />
	<link rel="stylesheet" href="skin/180wiki-sp.css" title="180wiki" type="text/css" charset="UTF-8" />
	<link rel="alternate" type="application/rss+xml" title="RSS" href="<?php echo $link['rss'] ?>" />
span.noexists {
	color:inherit;
	background-color:#FFFACC;
}

	<meta name="viewport" content="width=device-width, initial-scale=1.0">
.super_index {
	color:#DD3333;
	background-color:inherit;
	font-weight:bold;
	font-size:60%;
	vertical-align:super;
}

 <?php if (PKWK_ALLOW_JAVASCRIPT && $trackback_javascript) { ?> <script type="text/javascript" src="skin/trackback.js"></script><?php } ?>
a.note_super {
	color:#DD3333;
	background-color:inherit;
	font-weight:bold;
	font-size:60%;
	vertical-align:super;
}

<?php echo $head_tag ?>
div.jumpmenu {
	font-size:60%;
	text-align:right;
}

</head>
<body>
<div id="wrapper"><!-- ■BEGIN id:wrapper -->
<!-- ◆ Header ◆ ========================================================== -->
<div id="header">
	<div id="menu-btn"><a href="#pop-menu">Menu</a></div>
	<div id="logo"><a href="<?php echo $link_top ?>"><?php echo $page_title ?></a></div>
</div>
em { font-style:italic; }

<!-- ◆ Content ◆ ========================================================= -->
<div id="main"><!-- ■BEGIN id:main -->
<div id="wrap_content"><!-- ■BEGIN id:wrap_content -->
strong { font-weight:bold; }

<!-- ◆ anchor ◆ -->
<div id="navigator"></div>
.small { font-size:80%; }

<div id="content"><!-- ■BEGIN id:content -->
<h1 class="title"><?php echo(($newtitle!='' && $is_read)?$newtitle:$page) ?></h1>
<?php if ($lastmodified != '') { ?><!-- ■BEGIN id:lastmodified -->
<div id="lastmodified">Last-modified: <?php echo $lastmodified ?></div>
<?php } ?><!-- □END id:lastmodified -->
<div id="topicpath"><!-- ■BEGIN id:topicpath -->
<?php if ($is_page and exist_plugin_convert('topicpath')) { echo do_plugin_convert('topicpath'); } ?>
</div><!-- □END id:topicpath -->
<div id="body"><!-- ■BEGIN id:body -->
<?php echo $body ?>
</div><!-- □END id:body -->
<div id="summary"><!-- ■BEGIN id:summary -->
<?php if ($notes != '') { ?><!-- ■BEGIN id:note -->
<div id="note">
<?php echo $notes ?>
</div>
<?php } ?><!-- □END id:note -->
<div id="trackback"><!-- ■BEGIN id:trackback -->
<?php if ($trackback) {
    $tb_id = tb_get_id($_page);
?>
<a href="<?php echo "$script?plugin=tb&amp;__mode=view&amp;tb_id=$tb_id" ?>">TrackBack(<?php echo tb_count($_page) ?>)</a> | 
<?php } ?>
span.size1 {
	font-size:xx-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size2 {
	font-size:x-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size3 {
	font-size:small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size4 {
	font-size:medium;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size5 {
	font-size:large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size6 {
	font-size:x-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size7 {
	font-size:xx-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}

<?php if ($referer) { ?>
<a href="<?php echo "$script?plugin=referer&amp;page=$r_page" ?>">外部リンク元</a>
<?php } ?>
</div><!-- □ END id:trackback -->
<?php if ($related != '') { ?><!-- ■ BEGIN id:related -->
<div id="related">
Link: <?php echo $related ?>
</div>
<?php } ?><!-- □ END id:related -->
<?php if ($attaches != '') { ?><!-- ■ BEGIN id:attach -->
<div id="attach">
<?php echo $hr ?>
<?php echo $attaches ?>
</div>
<?php } ?><!-- □ END id:attach -->
</div><!-- □ END id:summary -->
</div><!-- □END id:content -->
</div><!-- □ END id:wrap_content -->
/* html.php/catbody() */
strong.word0 {
	background-color:#FFFF66;
	color:black;
}
strong.word1 {
	background-color:#A0FFFF;
	color:black;
}
strong.word2 {
	background-color:#99FF99;
	color:black;
}
strong.word3 {
	background-color:#FF9999;
	color:black;
}
strong.word4 {
	background-color:#FF66FF;
	color:black;
}
strong.word5 {
	background-color:#880000;
	color:white;
}
strong.word6 {
	background-color:#00AA00;
	color:white;
}
strong.word7 {
	background-color:#886800;
	color:white;
}
strong.word8 {
	background-color:#004699;
	color:white;
}
strong.word9 {
	background-color:#990099;
	color:white;
}

<!-- ◆ pop-menu ◆ -->
<div id="modal">
<div id="pop-menu">
	<a href="#" class="close_overlay">×</a>
	<span class="modal_window">
/* Header
----------------------------------------------------------------------------- */
#header{
	text-align: left;
	background-color: #333;
	background:linear-gradient(#AAA, #111);
	background: -moz-linear-gradient(top, #AAA, #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#AAA), to(#111));
	margin:0 0 10px;
}

<!-- ■BEGIN id:menubar -->
<?php if (arg_check('read') && exist_plugin_convert('menu')) { ?>
<div id="menubar" ><?php echo do_plugin_convert('menu') ?></div>
<?php } ?>
<!-- □END id:menubar -->
#header a,
#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
	font-size: x-large;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

	<div id="menu-footer">
		<div id="close-btn"><a href="#">CLOSE</a></div>
	</div><!--/#pop-menu-->
	</span><!-- id:menu-footer -->
</div><!--/#pop-menu-->
</div><!--/#modal-->
#logo{
	padding: 10px;
}

<!-- ◆ Toolbar ◆ -->
<?php if (PKWK_SKIN_SHOW_TOOLBAR) { ?>
<!-- ■BEGIN id:toolbar -->
<div id="toolbar">
<?php
#menu-btn{
	float: right;
	display: block;
	padding: 15px;
}

// Set toolbar-specific images
$_IMAGE['skin']['reload']   = 'reload.png';
$_IMAGE['skin']['new']      = 'new.png';
$_IMAGE['skin']['edit']     = 'edit.png';
$_IMAGE['skin']['freeze']   = 'freeze.png';
$_IMAGE['skin']['unfreeze'] = 'unfreeze.png';
$_IMAGE['skin']['diff']     = 'diff.png';
$_IMAGE['skin']['upload']   = 'file.png';
$_IMAGE['skin']['copy']     = 'copy.png';
$_IMAGE['skin']['rename']   = 'rename.png';
$_IMAGE['skin']['top']      = 'top.png';
$_IMAGE['skin']['list']     = 'list.png';
$_IMAGE['skin']['search']   = 'search.png';
$_IMAGE['skin']['recent']   = 'recentchanges.png';
$_IMAGE['skin']['backup']   = 'backup.png';
$_IMAGE['skin']['help']     = 'help.png';
$_IMAGE['skin']['rss']      = 'rss.png';
$_IMAGE['skin']['rss10']    = & $_IMAGE['skin']['rss'];
$_IMAGE['skin']['rss20']    = 'rss20.png';
$_IMAGE['skin']['rdf']      = 'rdf.png';
#menu-btn a,
#menu-btn a:link,
#menu-btn a:visited,
#menu-btn a:active,
#menu-btn a:hover {
	font-size: medium;
}

function _toolbar($key, $x = 20, $y = 20){
	$lang  = & $GLOBALS['_LANG']['skin'];
	$link  = & $GLOBALS['_LINK'];
	$image = & $GLOBALS['_IMAGE']['skin'];
	if (! isset($lang[$key]) ) { echo 'LANG NOT FOUND';  return FALSE; }
	if (! isset($link[$key]) ) { echo 'LINK NOT FOUND';  return FALSE; }
	if (! isset($image[$key])) { echo 'IMAGE NOT FOUND'; return FALSE; }

	echo '<a href="' . $link[$key] . '">' .
		'<img src="' . IMAGE_DIR . $image[$key] . '" width="' . $x . '" height="' . $y . '" ' .
			'alt="' . $lang[$key] . '" title="' . $lang[$key] . '" />' .
		'</a>';
	return TRUE;
/* Content
----------------------------------------------------------------------------- */
#content {
	margin: 0 10px;
}
?>
 <?php _toolbar('top') ?>

<?php if ($is_page) { ?>
 &nbsp;
 <?php if ($rw) { ?>
	<?php _toolbar('edit') ?>
	<?php if ($is_read && $function_freeze) { ?>
		<?php if (! $is_freeze) { _toolbar('freeze'); } else { _toolbar('unfreeze'); } ?>
	<?php } ?>
 <?php } ?>
 <?php _toolbar('diff') ?>
<?php if ($do_backup) { ?>
	<?php _toolbar('backup') ?>
<?php } ?>
<?php if ($rw) { ?>
	<?php if ((bool)ini_get('file_uploads')) { ?>
		<?php _toolbar('upload') ?>
	<?php } ?>
	<?php _toolbar('copy') ?>
	<?php _toolbar('rename') ?>
<?php } ?>
 <?php _toolbar('reload') ?>
<?php } ?>
 &nbsp;
<?php if ($rw) { ?>
	<?php _toolbar('new') ?>
<?php } ?>
 <?php _toolbar('list')   ?>
 <?php _toolbar('search') ?>
 <?php _toolbar('recent') ?>
 &nbsp; <?php _toolbar('help') ?>
 &nbsp; <?php _toolbar('rss10', 36, 14) ?>
</div><!-- □END id:toolbar -->
<?php } // PKWK_SKIN_SHOW_TOOLBAR ?>
#content h1.title{
	margin:  0;
	padding: 0;
	background-color:  #FFF;
	background-image: none;
	border-bottom: none;
}
#content h1.title a{
	font-size: large;
	color: #333;
	text-decoration:none;
}

#lastmodified{
	color:#666;
	font-size: small;
}

</div><!-- □END id:main -->
<!-- ◆ Footer ◆ ========================================================== -->
<div id="footer"><!-- ■BEGIN id:footer -->
 Site admin: <a href="<?php echo $modifierlink ?>"><?php echo $modifier ?></a><p />
 <?php echo S_COPYRIGHT ?>.
 Designed by <a href="http://180xz.com/wiki/">180style</a>. 
 Powered by PHP . 
 HTML convert time: <?php echo $taketime ?> sec.
</div><!-- □END id:footer -->
<!-- ◆ END ◆ ============================================================= -->
</div><!-- □END id:wrapper -->
#body{
	line-height:1.6;
}

</body>
</html>
h1, h2 {
	font-size: large;
	font-weight: bold;
	margin: 0;
	padding:2px 0px 2px 30px;
	color: #333;
	background-color: #DDD;
	background-image:
	url(180mt-kumo.gif),
	-webkit-gradient(linear, left top, left bottom, from(#EEE), to(#999));
	background-repeat: no-repeat, repeat;
	background-position: left center,0% 0%;
}

h3 {
	font-size: medium;
	font-weight: bold;
	border-bottom:  3px solid #CCC;
	border-top:     1px solid #CCC;
	border-left:   10px solid #CCC;
	border-right:   3px solid #CCC;
	margin: 0;
	padding: 2px 0px 2px 10px;
}

h4 {
	border-left: 8px solid #CCC;
	margin: 0;
	padding:1px 0px 1px 10px;
}

h5, h6 {
}

p{
	margin:5px;
}

.style_table {
	padding: 0;
	border: 0;
	margin: 0 5px;
	text-align: left;
	color: inherit;
	background-color: #DDD;
}
.style_th {
	padding:5px;
	margin:1px;
	text-align:center;
	color:inherit;
	background-color:#EEE;
}

.style_td {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEE;
}

thead td.style_td,
tfoot td.style_td {
	color:inherit;
	background-color:#D0D8E0;
}
thead th.style_th,
tfoot th.style_th {
	color:inherit;
	background-color:#E0E8F0;
}

pre{
	border-top:    1px solid #DDDDDD;
	border-right:  2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	border-left:   1px solid #DDDDDD;
	margin:5px;
	padding:.5em;
	word-wrap:break-word;
	overflow:auto;
}

blockquote {
	margin:5px;
	padding:5px;
	background-color:#EEE;
	border:1px solid #DDD;
}

ul {
	margin: 5px;
}

ul.list1 { list-style-type:disc; }
ul.list2 { list-style-type:circle; }
ul.list3 { list-style-type:square; }
ol.list1 { list-style-type:decimal; }
ol.list2 { list-style-type:lower-roman; }
ol.list3 { list-style-type:lower-alpha; }

dt {
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
dd {
	margin: 5px 10px;
}

hr.full_hr {
	border-style: ridge;
	border-color: #999;
	border-width: 1px 0;
}
hr.note_hr {
	width:90%;
	border-style: ridge;
	border-color: #999;
	border-width: 1px 0;
}

textarea {
	width: 96%;
}

/* pop-menu
----------------------------------------------------------------------------- */
#pop-menu {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}
 
.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: fixed;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}

.modal_window {
	left: 20%;
	width: 80%;
	display: block;
	background: #FFF;
	position: absolute;
	z-index: 10;
}

@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}

div#modal div:target {
	-webkit-animation-name: modalFadeIn;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}

#menubar {
	margin: 0;
	padding: 0 15px;
	word-break:break-all;
	overflow:hidden;
}

#menubar h2{
	margin: 0 -15px 10px;
	padding:5px 15px;
	font-size: large;
	font-weight: bold;
	color: #FFF;
	background-image: none;
	background-color: #333;
	background:linear-gradient(#777, #111);
	background: -moz-linear-gradient(top, #777, #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#111));
}

#menubar h3,
#menubar h4,
#menubar h5,
#menubar h6 {
	margin: 0 0 10px 0;
	font-weight: bold;
	padding:0px;
}

div#menubar ul {
	padding-left: 15px;
	margin-left: 5px;
	list-style-image: url(180mt-arrow.gif);
}

#menu-footer {
}

#close-btn {
	margin: auto;
	padding: 5px;
	width: 80px;
	text-align: center;
	background-color: #333;
	display: block;
	border-radius: 5px;
}

#close-btn a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#toolbar {
	margin: 0 10px;
}

/* Footer
----------------------------------------------------------------------------- */
#footer{
	font-size: small;
	text-align: center;
	color: #666;
	padding-bottom: 10px;
}
/* -------------------------------------------------------------------------- */

/* html.php/edit_form() */
.edit_form { clear:both; }

/* pukiwiki.skin.php */
#navigator {
	clear:both;
	padding: 0;
	margin: 0;
}


div#note {
	clear:both;
	padding:0px;
	margin:0px;
}

div#attach {
	clear:both;
	padding:0px;
	margin:0px;
}

div#related {
	font-size:80%;
	padding:0px;
	margin:16px 0px 0px 0px;
}

div#banner {
	float:right;
	margin-top:24px;
}

div#preview {
	color:inherit;
	background-color:#F5F8FF;
}

/* aname.inc.php */
.anchor {}
.anchor_super {
	font-size:xx-small;
	vertical-align:super;
}

/* article.inc.php */
#_p_article_subject_0 {
	width: 96%;
}

/* br.inc.php */
br.spacer {}

/* calendar*.inc.php */
.style_calendar {
	padding:0px;
	border:0px;
	margin:3px;
	color:inherit;
	background-color:#CCD5DD;
	text-align:center;
}
.style_td_caltop {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	font-size:80%;
	text-align:center;
}
.style_td_today {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFFFDD;
	text-align:center;
}
.style_td_sat {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5FF;
	text-align:center;
}
.style_td_sun {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFEEEE;
	text-align:center;
}
.style_td_blank {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}
.style_td_day {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}
.style_td_week {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5EE;
	font-size:80%;
	font-weight:bold;
	text-align:center;
}

/* calendar_viewer.inc.php */
div.calendar_viewer {
	color:inherit;
	background-color:inherit;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:10px;
}
span.calendar_viewer_left {
	color:inherit;
	background-color:inherit;
	float:left;
}
span.calendar_viewer_right {
	color:inherit;
	background-color:inherit;
	float:right;
}

/* clear.inc.php */
.clear {
	margin:0px;
	clear:both;
}

/* comment.inc.php */
#_p_comment_comment_0 {
	width: 96%;
}

/* counter.inc.php */
div.counter { font-size:70%; }

/* diff.inc.php */
span.diff_added {
	color:blue;
	background-color:inherit;
}

span.diff_removed {
	color:red;
	background-color:inherit;
}

/* hr.inc.php */
hr.short_line {
	text-align:center;
	width:80%;
	border-style:solid;
	border-color:#333333;
	border-width:1px 0px;
}

/* include.inc.php */
h5.side_label { text-align:center; }

/* navi.inc.php */
ul.navi {
	margin:0px;
	padding:0px;
	text-align:center;
}
li.navi_none {
	display:inline;
	float:none;
}
li.navi_left {
	display:inline;
	float:left;
	text-align:left;
}
li.navi_right {
	display:inline;
	float:right;
	text-align:right;
}

/* new.inc.php */
span.comment_date { font-size:x-small; }
span.new1 {
	color:red;
	background-color:transparent;
	font-size:x-small;
}
span.new5 {
	color:green;
	background-color:transparent;
	font-size:xx-small;
}

/* popular.inc.php */
span.counter { font-size:70%; }
ul.popular_list {
}

/* recent.inc.php,showrss.inc.php */
ul.recent_list {
}

/* ref.inc.php */
div.img_margin {
	margin-left:32px;
	margin-right:32px;
}

/* search.inc.php id付必要 */
div#searchbox {
	margin:0px 15px;
}

/* vote.inc.php */
td.vote_label {
	color:inherit;
	background-color:#FFCCCC;
}
td.vote_td1 {
	color:inherit;
	background-color:#DDE5FF;
}
td.vote_td2 {
	color:inherit;
	background-color:#EEF5FF;
}

}



トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS