2009-03-15 23:05:26 +00:00
|
|
|
body
|
|
|
|
{
|
|
|
|
background: #ffffff;
|
|
|
|
margin: 0 auto;
|
|
|
|
font: 76% Verdana,Tahoma,Arial,sans-serif;
|
|
|
|
text-align: left;
|
|
|
|
padding: 0 0 0 0;
|
|
|
|
}
|
|
|
|
|
2012-06-19 13:12:28 +00:00
|
|
|
#title, #gz_title
|
2009-03-15 23:05:26 +00:00
|
|
|
{
|
|
|
|
background: #f4f4f4 url(header.gif) bottom right no-repeat;
|
|
|
|
color: #515151;
|
|
|
|
clear: both;
|
|
|
|
margin: 0 0 0 0;
|
|
|
|
padding: 0;
|
2009-03-21 11:38:14 +00:00
|
|
|
height: 47px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-color: #ffffff;
|
|
|
|
border-bottom-width: 2px;
|
2009-03-15 23:05:26 +00:00
|
|
|
}
|
|
|
|
|
2012-06-19 13:12:28 +00:00
|
|
|
#gz_title
|
|
|
|
{
|
2013-08-19 12:12:31 +00:00
|
|
|
background: #f4f4f4 url(gzdb/gz_header.gif) bottom right no-repeat;
|
2012-06-19 13:12:28 +00:00
|
|
|
height: 52px;
|
|
|
|
}
|
|
|
|
|
2009-03-15 23:05:26 +00:00
|
|
|
#contents
|
|
|
|
{
|
|
|
|
background: #ffffff;
|
|
|
|
padding: 0 10px 10px 10px;
|
|
|
|
line-height: 1.6em;
|
2009-03-21 11:38:14 +00:00
|
|
|
border-top-style: solid;
|
|
|
|
border-top-color: #f4f4f4;
|
|
|
|
border-top-width: 2px;
|
2009-03-15 23:05:26 +00:00
|
|
|
}
|
|
|
|
|
2009-04-11 10:22:08 +00:00
|
|
|
#iframecontents
|
|
|
|
{
|
|
|
|
background: #ffffff;
|
|
|
|
padding: 0 0 0 0;
|
|
|
|
line-height: 1.6em;
|
|
|
|
border-top-style: none;
|
|
|
|
}
|
|
|
|
|
2013-08-19 12:12:31 +00:00
|
|
|
input.spoilerbutton
|
|
|
|
{
|
|
|
|
border: 1px solid #81776D;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
2010-01-05 15:41:07 +00:00
|
|
|
pre
|
|
|
|
{
|
|
|
|
background: #f4f4f4;
|
|
|
|
color: #515151;
|
2015-10-15 15:16:31 +00:00
|
|
|
width: 95%;
|
2010-01-11 15:49:03 +00:00
|
|
|
margin: 10px 0px 10px 20px;
|
2010-01-05 15:41:07 +00:00
|
|
|
font: 100% Courier New,Courier,sans-serif;
|
|
|
|
text-align: left;
|
|
|
|
padding: 5px 5px 5px 10px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #E0E0E0;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
2009-03-15 23:05:26 +00:00
|
|
|
h1
|
|
|
|
{
|
|
|
|
padding: 10px 10px 10px 10px;
|
|
|
|
font-size: 1.8em;
|
|
|
|
margin: 0 0 0.5em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2
|
|
|
|
{
|
|
|
|
color: #515151;
|
|
|
|
font-size: 1.5em;
|
|
|
|
margin: 1.5em 0 0.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3
|
|
|
|
{
|
2009-03-26 05:58:51 +00:00
|
|
|
color: #515151;
|
2009-03-15 23:05:26 +00:00
|
|
|
font-size: 1.1em;
|
2009-03-26 05:58:51 +00:00
|
|
|
margin: 1.0em 0 0.1em;
|
2009-03-15 23:05:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img
|
|
|
|
{
|
|
|
|
padding: 1px;
|
|
|
|
display:inline;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a
|
|
|
|
{
|
|
|
|
text-decoration: none;
|
|
|
|
color: #286ea0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover
|
|
|
|
{
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #286ea0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a img
|
|
|
|
{
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left
|
|
|
|
{
|
|
|
|
margin: 10px 10px 5px 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right
|
|
|
|
{
|
|
|
|
margin: 10px 0 5px 10px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textright
|
|
|
|
{
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center
|
|
|
|
{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.small
|
|
|
|
{
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bold
|
|
|
|
{
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grey
|
|
|
|
{
|
|
|
|
color: #8C8C8C;
|
|
|
|
}
|
|
|
|
|
|
|
|
.greycenter
|
|
|
|
{
|
|
|
|
color: #8C8C8C;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2010-01-11 15:49:03 +00:00
|
|
|
|
|
|
|
.fat
|
|
|
|
{
|
|
|
|
color: #515151;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
2015-03-17 12:28:42 +00:00
|
|
|
.red
|
|
|
|
{
|
|
|
|
color: #990000;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blue
|
|
|
|
{
|
|
|
|
color: #0066FF;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2016-04-11 12:05:23 +00:00
|
|
|
.green
|
|
|
|
{
|
|
|
|
color: #235115;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2015-03-17 12:28:42 +00:00
|
|
|
.big
|
|
|
|
{
|
2016-04-11 12:05:23 +00:00
|
|
|
color: #2b772b;
|
2015-03-17 12:28:42 +00:00
|
|
|
font-size: large;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|