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

ファイルの表示

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

ファイルの表示

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

ファイルの表示

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