- 履歴一覧
- ソース を表示
- PukiWiki/1.3/自作スキン は削除されています。
- 追加された行はこの色です。
- 削除された行はこの色です。
@charset "UTF-8";
jfgj
* { [#q7a82f4d]
margin:0px;
padding:0px;
}
html, body {
/* height:100%; */
background-color:#DDD;
}
body, table, caption, th, td, form, input, textare {
font-size:small;
font-family:"ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
letter-spacing:0.1em;
line-height:1.5em;
}
h1 {
font-size:2em;
font-weight: bold;
line-height:2em;
color:#CBAC75;
margin:3px;
}
h2 {
color:#CBAC75;
font-size:1.5em;
font-weight: bold;
line-height:1.5em;
margin:3px;
padding-left: 3px;
border-left:solid 6px #AAA;
border-bottom:solid 1px #AAA;
}
h3 {
color:#CBAC75;
font-size:1.2em;
font-weight: bold;
line-height:1.2em;
margin:3px;
padding-left: 3px;
border-left:solid 3px #AAA;
border-bottom:solid 1px #AAA;
}
h4, h5, h6 {
font-size:1em;
font-weight: normal;
line-height:1em;
}
adrress {
font-style:nomal;
font-size:1em;
font-weight:bold;
}
em {
font-style:italic;
font-size:1em;
font-weight:bold;
}
strong {
font-style:nomal;
font-size:1.2em;
font-weight:bold;
}
kbd {
text-decoration:underline;
}
p {
}
ul,ol{
padding-left:1.5em;
list-style-type: square
}
a{
text-decoration:underline;
color:#5F441A;
}
a:link{
text-decoration:underline;
color:#5F441A;
}
a:visited{
text-decoration:underline;
color:#701E78;
}
a:active,a:hover{
text-decoration:none;
color:#741012;
}
img {
border:0px none transparent;
}
table {
border: #333 solid 1px;
border-collapse:collapse;
padding:0px;
margin:5px;
text-align:left;
color:inherit;
background-color:#CCC;
}
th{
border: #333 solid 1px;
padding:5px;
text-align:center;
font-weight:bold;
color:ingerit;
background-color:#403F3F;
}
td{
background-color:#FFF;
border: #333 solid 1px;
padding:5px;
color:inherit;
}
caption{
font-weight:bold;
}
pre {
border: 1px solid #AAA;
padding: 5px;
margin: 7px 3px;
white-space: pre;
color: #666;
}
blockquote {
margin: 7px 3px;
padding: 5px;
border: #AAA 1px solid;
border-left: #CBAC75 solid 10px;
color:#666;
}
/* ID */
#clear1 {
clear:both;
line-height:0px;
margin:0px;
padding:0px;
}
#clear2 {
clear:both;
}
/* CLASS */
.foraural {
position:absolute;
top:-1000px;
left : -1000px;
}
.warning{
color: #FCC;
}
.hidden{
display: none;
}
span.diff_add{
color: red;
background-color:#FFF;
}
span.diff_del{
color: blue;
background-color:#FFF;
}
span.word1{ color: black; background-color: #ff6; }
span.word2{ color: black; background-color: #a0ffff; }
span.word3{ color: black; background-color: #9f9; }
span.word4{ color: black; background-color: #f99; }
span.word5{ color: black; background-color: #f6f; }
span.word6{ color: white; background-color: #800; }
span.word7{ color: white; background-color: #0a0; }
span.word8{ color: white; background-color: #886800; }
span.word9{ color: white; background-color: #004699; }
span.word10{ color: white; background-color: #909; }
.links_atwiki a{
color:#333;
text-decoration:none;
}
}
/* font-family:"ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif; */
/* font-family:georgia, palatino, "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif; */
/* font-family:verdana, arial, "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif; */
/* font-family:monospace; */
/* レイアウト */
body {
text-align:center;/* 旧IE対策 */
}
#links_login_menu{
text-align:right;
width:760px;
margin-bottom:3px;
margin-left:auto;
margin-right:auto;
}
#header {
color:#FFF;
background: #000 url("http://silly.secret.jp/image/fft.jpg");
text-align:left; /* 旧IE対策 */
width:760px;
height:147px;
margin-left:auto;
margin-right:auto;
padding:1em 0px;
}
#header h1 {
padding:0px 1em;
font-weight:bold;
color:#FFF;
}
#header h1 a{
color:#111111;
text-decoration:none;
}
#header p {
padding:10px 4em;
color:#FFFFE5;
font-size:1.1em;
font-weight:bold;
}
#header p a{
color:#111111;
text-decoration:none;
}
#container {
color:#333;
background-color:#eef;
clear:both;
width:760px;
margin-left:auto;
margin-right:auto;
text-align:left; /* 旧IE対策 */
}
#containerclear {
clear:both;
line-height:0;
margin:0;
padding:0;
height:0;
}
#wrapper {
width:600px;
float:right;
}
/* IE 対策 \*/
* html #wrapper { [#p1d40305]
margin-bottom:10px;
}
#wrapperclear {
clear:both;
line-height:0;
margin:0;
padding:0;
height:0;
}
#sideforieL{/* 旧IE対策 */
float:left;
width:160px;
}
#sideL {
color:#333;
background-color:#eef;
margin:5px;
padding:0.5em;
border:1px solid #AAA;
}
#contentsforie{/* 旧IE対策 */
color:#333;
background-color:#eef;
float:left;
width:440px;
}
#contents {
margin:5px;
padding:1em;
border:1px solid #AAA;
}
#attach,#footnote,#pageinfo{
margin-left:10px;
margin-top:5px;
}
#sideforieR{/* 旧IE対策 */
float:left;
width:160px;
}
#sideR {
color:#333;
background-color:#eef;
margin:5px;
padding:0.5em;
border:1px solid #AAA;
}
#footer {
color:#333;
background-color:#eef;
text-align:center; /* 旧IE対策 */
clear:both;
width:760px;
margin-left:auto;
margin-right:auto;
padding:1em 0px;
}
/* IE 対策 \*/
* html #footer { [#zf9e8077]
margin-top:-10px;
}
/* */
#foot_editmenu{
text-align:center;
width:760px;
margin-bottom:10px;
}
#ad{
text-align:center;
width:760px;
margin-left:auto;
margin-right:auto;
}