-
DIV.text
-
本文が入るボックス.サンプル=この部分の背景.
-
DIV.SampleImage
-
サンプル画像が入るボックス.サンプル=
サンプル画像はこんな感じで表示されます(DIV.SampleImage)
-
KBD.GMTCommand
-
GMTのコマンド名を表す.
サンプル=psxy
-
SPAN.GMTOption
-
GMTのオプションを表す.<B>なども併用
サンプル=-B:m: -Nwidth
-
SPAN.GMTOptionName, SPAN.GMTOptionEx, SPAN.GMTSubOption
-
GMTのオプションのうち,オプションの名前,パラメータの説明部分,サブオプションを表す.SPAN.GMTOptionの<I>部分や<B>部分と重複するのでちょっと不細工
サンプル=-B, width, l,p
-
SPAN.DeviceName
-
stderrなどのデバイス名.
サンプル=stdout, stderr
-
SPAN.FileName
-
一般的なファイル名.
サンプル=.gmtdefaults
-
PRE.script, PRE.script STRONG
-
スクリプト等のファイル内容と強調文字列.サンプル=
psbasemap -R10/70/-3/8 -JX4i/3i -B10/1:."My first plot": -P >! plot.ps
-
PRE.FileContent
-
ファイル内容.サンプル=
psbasemap -R10/70/-3/8 -JX4i/3i -B10/1:."My first plot": -P >! plot.ps
-
PRE.Console
-
コンソール出力および入力.サンプルは下記
-
PRE.Console KBD, PRE.Console SAMP, PRE.Console STRONG
-
コンソール入力とコマンド出力,そしてそれらの強調文字列.サンプル=
% ls -alF
drwxr-xr-x 15 agata admin 1024 Jul 6 18:08 ./
dr-xr-xr-x 12 root root 12 Jul 12 10:53 ../
-rw------- 1 agata admin 304 Apr 5 15:16 .TTauthority
-rw------- 1 agata admin 200 Jul 6 17:15 .Xauthority
-
H1,H2,H3
-
見出し.Tutorial日本語版でも原文と同様に,各ページ自体の見出しレベルは,当該ページの階層にあわせて変化します.サンプル=このページの見出し
HR{
display:none;
}
body{
/*background:white;*/
/*font-size: medium;*/
margin:1em 5% 1em 5%;
background-color: white;
}
H1,H2,H3{
font-family: Sans-serif;
text-align: center;
/*margin:1em 10% 1em 10%;*/
background-color: #CCFFFF;
border-color: brown;
border-width: 1pt 1em 1pt 1em;
border-style: solid;
}
ADDRESS{
text-align: right;
background-color: #FFFFBB;
}
KBD.GMTCommand{
font-weight:bolder;
font-style:italic;
font-family:"Times New Roman",serif;
}
KBD.UNIXCommand{
font-family: "Courier", monospace;
font-style: italic;
}
Div.SampleImage{
margin-left: 10%;
margin-right: 10%;
background-color: gray;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
border-style: double;
border-color: white;
color: white;
}
DIV.Text{
background-color: #DDDDDD;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-left: 1em;
padding-right: 1em;
}
SPAN.GMTOption{
font-family:"Courier", monospace;
}
SPAN.GMTOptionName{
font-family:"Courier", monospace;
font-weight: bolder;
}
SPAN.GMTSuboption{
font-family:"Courier", monospace;
font-weight: bolder;
}
SPAN.GMTOptionEx{
font-family:"Courier", monospace;
font-style:italic;
}
SPAN.FileName{
font-family: "Courier", monospace;
text-decoration: underline;
}
SPAN.GMTParameter{
font-family: Sans-serif;
/*font-style: italic;*/
}
SPAN.DeviceName{
font-family: "Courier", monospace;
}
PRE.Script{
margin: 0.5em 5% 0.5em 5%;
background-color: white;
color: black;
font-family: "Courier",monospace;
padding-top: 0.3em;
padding-bottom: 0.25em;
padding-left: 1em;
padding-right: 1em;
border-color: blue;
border-width: thin;
border-style: solid;
}
PRE.FileContent{
margin: 0.5em 5% 0.5em 5%;
background-color: white;
color: black;
font-family: "Courier",monospace;
padding-top: 0.3em;
padding-bottom: 0.25em;
padding-left: 1em;
padding-right: 1em;
border-color: black;
border-width: 1pt;
border-style: solid;
}
PRE.Script STRONG{
background-color: #FFFFCC;
}
PRE.Console{
margin: 0.5em 5% 0.5em 5%;
background-color: black;
color: white;
font-family: "Courier",monospace;
padding-top: 0.3em;
padding-bottom: 0.25em;
padding-left: 1em;
padding-right: 1em;
}
PRE.Console KBD{
color: yellow;
text-decoration: underline;
font-family: "Courier",monospace;
font-weight: bolder;
}
PRE.Console STRONG{
background-color: blue;
}
PRE.Console SAMP{
color: cyan;
font-family: "Courier",monospace;
}