このコミットが含まれているのは:
たかし 2024-01-03 15:28:25 +00:00
コミット 2e27866c07
3個のファイルの変更25行の追加37行の削除

ファイルの表示

@ -69,13 +69,13 @@
<h2>2. 製品ごとの所感</h2>
<h3>2.1. Icecat</h3>
<h3>2.1. GNU IceCat</h3>
<ul>
<li>「Trisquel 11」「Icecat 115.5.0esr (64-bit)」</li>
<li>「Trisquel 11」「GNU IceCat 115.5.0esr (64-bit)」</li>
</ul>
<p>Icecat は GNU Project 版の Firefox です。<a href="https://icecatbrowser.org/">Gnu Icecat Desktop</a> から入手できます (Onion Service あり: <a href="http://sr7wtu3yb6cv5zz4gshbjnc5cfofv5ulj6jkxgzej4zhupcsriahp6id.onion/">Gnu Icecat Desktop [onion]</a>)。
<p>GNU IceCat は GNU Project 版の Firefox です。<a href="https://icecatbrowser.org/">Gnu Icecat Desktop</a> から入手できます (Onion Service あり: <a href="http://sr7wtu3yb6cv5zz4gshbjnc5cfofv5ulj6jkxgzej4zhupcsriahp6id.onion/">Gnu Icecat Desktop [onion]</a>)。
<ul>
<li>初期設定の内容はプライバシーを重視したものに變更されてゐる</li>
@ -128,7 +128,7 @@
<li>「OpenBSD 7.4 (amd64)」「Abrowser 115.6.0esr (64-bit)」</li>
</ul>
<p>できれば素の Firefox を使用したくありませんが、OpenBSD では Icecat も Abrowser も使用できないため、Firefox-ESR に Arkenfox を導入して使用します。</p>
<p>できれば素の Firefox を使用したくありませんが、OpenBSD では GNU IceCat も Abrowser も使用できないため、Firefox-ESR に Arkenfox を導入して使用します。</p>
<ul>
<li>OpenBSD では Firefox 自身の領域を除くと「~/Downloads」配下のみが讀み書き可能</li>

ファイルの表示

@ -1,4 +1,4 @@
/* Kiita Style, 2024-01-01 */
/* Kiita Style, 2024-01-04 */
html, body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
@ -89,6 +89,11 @@ h5, h6
margin-top: 16px;
}
h6
{
font-style: italic;
}
blockquote, dl, ul, ol, p, pre
{
margin-bottom: 16px;
@ -97,7 +102,7 @@ blockquote, dl, ul, ol, p, pre
blockquote
{
border-left: thick solid #dfe0e0;
background: transparent;
background: none;
color: #666;
padding-left: 0.94em;
}
@ -120,7 +125,7 @@ ol, ul
hr
{
border-width: 0 0 thin;
padding-top: 1px; /* Netsurf */
padding-top: 1px; /* NetSurf */
}
pre,
@ -157,24 +162,19 @@ code
pre kbd
{
background: transparent;
background: none;
color: #ebd247;
}
pre var
{
background: transparent;
background: none;
color: #8bdf4c;
font-style: normal;
}
em, strong
{
background: none;
color: #010101;
}
address, cite, em, var, h6
address,
cite, em, var
{
font-style: italic;
}
@ -186,8 +186,8 @@ strong
a
{
background: none;
color: #287100;
background: transparent;
text-decoration: underline;
}
@ -198,7 +198,7 @@ a:hover
a:visited
{
background: transparent;
background: none;
color: #681da8;
}

ファイルの表示

@ -75,8 +75,6 @@ h6
line-height: 1.5;
}
/* TODO: h4-h6 */
dl, ul, ol, p, pre, hr
{
margin-bottom: 18px;
@ -85,6 +83,7 @@ dl, ul, ol, p, pre, hr
blockquote
{
background: #f5f8fa;
border: thin solid #f5f8fa;
color: #08131a;
padding: 0 36px;
font-size: 0.88em;
@ -106,6 +105,7 @@ pre, code
pre
{
border: thin solid #010101;
line-height: 1.5;
padding: 18px 36px;
}
@ -128,28 +128,16 @@ ul, dt
dt
{
font-weight: bold;
display: list-item;
}
em, strong
dt,
strong
{
font-weight: bold;
}
em
{
background: transparent;
color: #5c6368;
}
strong
{
background: transparent;
color: #010101;
}
var
em, var
{
font-style: italic;
}
@ -168,12 +156,12 @@ pre kbd
hr
{
border-width: 0 0 thin;
padding-top: 1px; /* Netsurf */
padding-top: 1px; /* NetSurf */
}
a
{
background: transparent;
background: none;
color: #08131a;
text-decoration: underline;
}