コンテンツにスキップ

利用者:NA sounds/new page watcher.css

お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。

多くの WindowsLinux のブラウザ

  • Ctrl を押しながら F5 を押す。

Mac における Safari

  • Shift を押しながら、更新ボタン をクリックする。

Mac における ChromeFirefox

  • Cmd Shift を押しながら R を押す。

詳細についてはWikipedia:キャッシュを消すをご覧ください。

/*<pre>*/
dl.tab {
	position:absolute; top:0px; bottom:0px; left:0px; right:0px;
	_width:99%; _height:99%; /*ie*/
	margin: 0; padding:0; 
}

dl.tab.relative {
	position:relative; top:0px; left:0px; right:0px;
	_width:99%; _height:99%; /*ie*/
}

dl.tab dt.tip{
	display:inline;
	position:relative; top:0.25em; z-index:1;

	text-decoration: none; font-weight: bold;
	margin: 0;
	padding-top:0em; padding-left:0.2em; padding-right:0.2em;
	padding-bottom: 0em;

	border-style: ridge ridge none ridge; border-width:0.25em;
	border-color: #FBFCFF;
}
dl.tab dt.tip.right { float: right; }
dl.tab dt.tip.selected { padding-bottom: 0.25em; background-color: #FBFCFF; }
dl.tab dt.tip:hover { background-color: #FBFCFF; }

dl.tab dt.tip .rm_button {	color:red; display:inline;	}

dl.tab dd.frame{
	position:absolute; top:1.25em; bottom:0px; left:0px; right:0px;
	_width:94%; _height:94%; /*ie*/
	z-index:0;
	margin:0px; padding:0.6em;

	border-style: ridge; border-width:0.25em;

	background-color: #FBFCFF;
	border-color: #FBFCFF;

	visibility: hidden;
	overflow:auto;
}

dl.tab dd.frame.iframe {	padding:0;	}

dl.tab dd.iframe iframe {
	position:absolute; top:0; bottom:0; left:0; right:0;
	_width:99%; _height:99%; /*ie*/
}

dl.tab.portlet dd.frame {
	_width:auto; _height:auto; padding: 0; border-left: 0; border-right: 0;
}

dl.tab dd{	font-size: normal;	}
dl.tab dl{	font-size: normal;	}

div.frame_box {
	position:absolute; top:0; bottom:0; left:0; right:0;
	border-style: ridge;
	border-width:0.25em;
	padding:0.6em;
	background-color: #F9F9F9;
	border-color: #F9F9F9;
	overflow:auto;
}

div.frame_box.relative {
	position:relative;
}


#x-check_list {	padding: 0.2em 0.4em;	}
#x-check_list dt {
	line-height: 1.5em;
        margin:1px;
	float:left;
	clear: both;
}
#x-check_list dd {
	line-height: 1.5em;
        padding:0 0.4em;
        margin:0;
	margin-right: 0.2em;
	margin-bottom: 0;

	float:right;
	clear:right;
	border:1px solid #e7e0e0;
	background-color: #eff7f7;
}
#x-check_list dd.member {
	clear: left;
	border:1px solid #e0e0e7;
	background-color: #f7f7ef;
	max-width: 24%;
	font-size: small;

	_clear: both; /*ie*/
	_float: none;
	_display: inline;
}
#x-check_list dt.selected {	background-color: #f7eff7;	}
#x-check_list dd.selected {	background-color: #f7eff7;	}

#x-check_list span.member_name {	font-size: 0.6em;	}
#x-check_list span.member_name:after {	content: ":";	}
#x-check_list dd:hover {	background-color: #f7eff7;	}

#x-check_list ul { /*dd内のジャンルのリスト*/
    display:inline;
    margin:0;
    padding:0;
}
#x-check_list li {
	display: inline;
	margin: 0;
	margin-right: 0.2em;
	margin-left: 0.2em;
	padding:0;
	text-decoration: none;
}

#x-check_list ul:before{	content: "[";	}
#x-check_list ul:after{	content: "]";	}

#x-check_list .separator{
	margin: 0;
	padding: 0;
	height:1px;
	clear:both;
}

#x-genre_list ul {        margin-left:0.3em; }
#x-genre_list li {
	display: inline;
	margin-left: 0.3em;
	margin-right: 0.3em;
	text-decoration: none;
}

#x-upload input{	display: inline;	}
#x-upload form{	display: inline;	}

#x-view_tabset dl {        font-size: small;	}
#x-view_tabset dd {        font-size: small;	}

#x-config {
	display: none;
}

.hidden_comment { font-size:0em; }
.hidden_comment:before { display:marker; font-size:small; content: "<!==>"; }
.hidden_comment.visible { font-size:medium; }
.hidden_comment.visible:before { content: "<!--"; }
.hidden_comment.visible:after { content: "-->"; }

.section_editor {	padding: 0 0.4em;	}
.section_editor form {	text-align: right;	}
.section_editor input.summary {
	text-align: left;
        width: 16em;
}
.section_editor textarea {
	text-align: left;
	height: 12em;
}

/*</pre>*/