Home
 Blog・RSS
 Twitter・X  
 
 You Tube
 
  Facebook  
 
 
  Instagram
 Share
 Link
 External Link
 Internet Explorer・Edge
 Search
 Css
 HTML
@ 
  
A 
  
B 
C 
  
D 
   				
E 
  
F 
  
G 
  
H 
 
 
ホーム へ       サンプルページ  Font-Awesome  font-awesome.htm
非画像のアイコン(font-awesome v4、CDN)です、背景色 : 透明。   CSS。   ハイパーリンク、サイズ、色などのカスタマイズはテキストエディターなどで可。  all 対応。    コピー、編集し、簡単にWebで応用できまっ、(^ ^)。
デモは、マウスオーバー、クリックなどで。  ※: PCのファイルを直接表示でも可。    ※: 関連・詳細情報 -font-awesome1.htm、font-awesome、一覧、アイコン検索、New、カスタマイズ、サイズ、色、トップナビバー61。
 
< ご使用方法 >
 ・ 保存は font-awesome.htm を右クリック、【名前を付けてリンクを保存】 - <保存する場所>: ……、などで。  ※: 変わってしまった、ファイル名や、*.htm 中のパスは要修正。
 ・ ペーストは、font-awesome.htm をテキストエディターで開き、ホームページ作成ソフトなどの ”テキストモード で、新しいページや hogehoge.htm(=任意の挿入先ファイル名) の、 <head> 〜 </head> の任意の行間に (*1) を、さらに 
<body> 〜 </body>の任意の行間に (*2) をペーストします。   ※: テキストモード :  コード/HTMLタグ挿入/HTMLメニュー など。
 ・ 編集 : hogehoge.htm に テキストモードでペースト 後は、ホームページ作成ソフトのデザインや通常モード、テキストモード、テキストエディターで編集します。  下記の(例) (*1) と、(*2) 、(*3) を参考に太字部分の編集を任意に行います。 
※: 外部ドメイン(サイト)にアップロートの画像などの使用は、非表示に注意。  画像の alt タグは不可、サイズ指定の pt などの省略は注意。  スクリプト構文中への 改行混入に注意。 
 ・ アップロードは、hogehoge.htm と同じホルダーに、使用してる 画像などをアップロードします。   別ホルダーの場合は、hogehoge.htm の該当パス注意。
 ・ 作動テストは Edge〜 などで。  更新の確認は、ブラウザーなどのキャッシュのクリア後に実施。  (1) [F5]キ- or Ctrl+Rキー を押し、最新データ読み込みで。  更に、(2) Edgeを全て閉じ、再起動を行い、【Edge】 - 右上 [……] - [設定] - [プライバシー、検索、サービス] - [閲覧デ-タをクリア] - [クリア-するデ-タの選択] - [v]閲覧の履歴 -[今すくクリア] をクリック。  留めに、(3) サーバーのファイルを一旦削除。
 ・ 関連情報: 
 色記号 、RGB5 〃6 、〃8 、フォント、スタイルシートリファレンス、ホームページ開設入門、HTMLをテキストエギタ-で編集。
色記号 、RGB5 〃6 、〃8 、フォント、スタイルシートリファレンス、ホームページ開設入門、HTMLをテキストエギタ-で編集。
 
(*1) 
: font-awesome.htm (例)         挿入先の  <head> 〜 </head> の、〜 部分にペーストします。
  
    |  | HTMLの編集方法 | (*1) をテキストエディターで開き、下記↓のHTMLを挿入先ファイルにペースト、太字部分を編集し使用。 | 
  
    |  | 〔この列ペースト不要〕 シフトJIS使用(削除不可) URL前・ツールバーに表示のアイコンファイル名(削除可)favicon_**.ico など 
	<style type= 〜 
	 </style>は(削除可)(*1)〜(*3)表タイトル背景
 body 文字色 背景色 画像 下線
 ハイパーリンク 〃
 表示済みの〃
 マウスオーバー時の〃
 クリック中の〃
 フォント
 
    リンクを新しいWinで開くを標準(削除可)※:target= いろいろ同じフレーム=_self、ページ全体=_top、親フレーム=_parent
 
 お気に入りなど表示のページ名(≠ファイル名)
 CDN | <meta http-equiv="Content-Type" content="text/html; charset=x-sjis"> <link REL="SHORTCUT ICON" href="favicon.ico"> <style type="text/css"><!-- 
    .xxx0 { background: #F9F8F9 url('wttec.gif'); }
 .xxx1 { background-color:#E3E0DC; }
 .xxx2 { background-color:#FFFFFF; }
 body { color:#000000; background: #F9F8F9 url('wttec.gif'); text-decoration:none }
 a:link { color:#190049; background-color:#FBFAFE; text-decoration:none; }
 a:visited { color:#333; background-color:#EDECEF; text-decoration:none; }
 a:hover { color:#1F002E; background-color:#D3FE7C; text-decoration:underline; }
 a:active { color:#1F002E; background-color:#C3FEBB; text-decoration:underline; }
 font {font-size:12px; line-height:14px;}
 body,tr,td,form{ font-family:メイリオ.Lucida Sans Regular,MS PGothic,; font-size: 12px}
 --></style>
 <base target="_blank"> <title>サンプルページ  Font−Awesome</title> <!-- ☆ ----------- ↓ この間をコピー&ペーストします。 ------------ --><link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
 <!-- ☆ ----------- ↑ この間をコピー&ペーストします。 ------------ -->
 
 | 
 
(*2) 
: font-awesome.htm (例)        挿入先の  <body> 〜 
</body> の、〜 
部分にペーストします。
  
    |  | HTMLの編集方法 | (*2)をテキストエディターで開き、下記↓のHTMLを挿入先ファイルにペースト、太字部分を編集し使用。 | 
  
    |  | 〔この列ペースト不要〕 
 <a 〜 </i></a>、<i cla 〜 "></i>をコピー使用。
 縦配置  アイコン背景色 : 透明
 URL 吹き出し Prefix clas サイズ
                                       @〜G : 縦配置、アイコン背景色 : 透明@ 黒(style="color:#000000" を:削除も同じ)URL 吹き出し Prefix clas サイズ 色
 以下、同様。 
             H: 横表配置、アイコン背景色 : 透明 表背景色
 URL 吹き出し Prefix clas サイス
 色
 以下、同様。 | <body>
  <!-- ☆ ---------- ↓ この間をコピー、編集、ペーストします。 ---------- -->
 <a href="http://xml-xsl.sakura.ne.jp/index2.html" target="_top" title="Home : クリック ⇒ 移動します。"><i class="fas fa-home  fa-lg" aria-hidden="true"></i></a> Home<br/><br/>
 <a href="http://xml-xsl.blog.so-net.ne.jp/" title="ブログ : 日々の感動・反射、思惟・情念の奔走・感謝を書き付ける。"><i class="fa fa-rss-square fa-lg" aria-hidden="true"></i></a> Blog・RSS<br/><br/>
 <i class="fa fa-rss fa-lg" aria-hidden="true"></i><br/><br/>
 <a href="https://twitter.com/" title="Twitter・X.com"><i class="fa fa-twitter fa-lg" aria-hidden="true"></i></a> Twitter・X <br><br/>
 <i class="fa fa-twitter-square fa-lg" aria-hidden="true"></i><br/> <br/>
 <a href="https://www.youtube.com/user/OKATOSHO/playlists" title="♫ You Tube・Classic Play List"><i class="fa fa-youtube fa-lg" aria-hidden="true"></i></a> You Tube<br/><br/>
 <a href="https://www.youtube.com/channel/UCXmEiderzO80D7LwhqXwuog/playlists" title="♫ You Tube・Jazz・Pops Play List"><i class="fa fa-youtube fa-lg" aria-hidden="true"></i></a><br/><br/>
 <i class="fa fa-youtube-square fa-lg" aria-hidden="true"></i><br/> <br/>
 <a href="https://www.facebook.com/" title="Facebook"><i class="fa fa-facebook-f fa-lg" aria-hidden="true"></i></a> Facebook <br><br/>
 <i class="fa fa-facebook-square fa-lg" aria-hidden="true"></i><br><br/>
 <i class="fa fa-facebook fa-lg" aria-hidden="true"></i><br/> <br/>
 <a href="https://www.instagram.com/" title="Instagram"><i class="fa fa-instagram fa-lg" aria-hidden="true"></i></a> Instagram<br/><br/>
 <i class="fa fa-share-alt fa-lg" aria-hidden="true"></i> Share<br/><br/>
 <i class="fa fa-share-alt-square fa-lg" aria-hidden="true"></i><br/><br/>
 <i class="fa fa-share fa-lg" aria-hidden="true"></i><br/><br/>
 <i class="fa fa-share-square fa-lg" aria-hidden="true"></i><br/><br/>
 <i class="fa fa-share-square fa-lg" aria-hidden="true"></i><br/><br/>
 <i class="fa fa-link fa-lg" aria-hidden="true"></i> Link<br/><br/>
 <a href="https://www.afsgames.com/" title="ゲームのつぼ(外部サイト)"><i class="fa fa-external-link fa-lg" aria-hidden="true"></i></a> External Link<br/><br/>
 <a href="https://xml-xsl.sakura.ne.jp/internet%20explorer%20mode.htm" title=" Edge 右上 … から、Internet Explorerモードで再読み込み、[全てのコンテンツを表示] で。"><i class="fa fa-internet-explorer fa-lg" aria-hidden="true"></i></a> Internet Explorer・Edge<br/><br/>
 <i class="fa fa-edge fa-lg" aria-hidden="true"></i><br/><br/>
 <a href="http://www.pat.hi-ho.ne.jp/oka_tosho/search_google7.htm" title="TwitterやYou Tubeなどドメイン選択も可!。"><i class="fa fa-search fa-lg" aria-hidden="true"></i></a> Search<br/><br/>
 <a href="https://xml-xsl.sakura.ne.jp/css.htm" title="CSS リファレンス"><i class="fa fa-css3 fa-lg" aria-hidden="true"></i></a> Css<br/><br/>
 <a href="https://xml-xsl.sakura.ne.jp/favicon_mnal.htm" title="HTML、アドレスバー・お気に入りに表示の画像作成と設定方法。"><i class="fa fa-html5 fa-lg" aria-hidden="true"></i></a> HTML<br/><br/>
 
 
 @ <a href="http://xml-xsl.sakura.ne.jp/index2.html" target="_top" title="Home : クリック ⇒ 移動します。"><i class="fa fa-home fa-lg" style="color:" aria-hidden="true"></a></i><br/><br/>
 
 A  <a href="http:// …… /index2.html" target="_top" title="Home : クリック ⇒ 移動します。"><i class="fa  fa-home  fa-lg" style="color:#D71600" aria-hidden="true"></a></i><br/><br/>
 
 B <a href="http:// …… net.ne.jp/" title="ブログ : 日々の感動・反射、思惟・情念の奔走・感謝を書き付ける。"><i class="fa fa-rss-square fa-lg" style="color:#D6A800" aria-hidden="true"></a></i><br/><br/>
 
 C <a href="https://twitter.com/" title="Twitter・X.com"><i class="fa fa-twitter fa-lg" style="color:#B1B61A" aria-hidden="true"></a></i><br/><br/>
 
 D <a href="https:// …… /playlists" title="♫ You Tube・Classic Play List"><i class="fa fa-youtube fa-lg" style="color:#34A049" aria-hidden="true"></a></i><br/><br/>
 
 E <a href="https:// …… /playlists" title="♫ You Tube・Jazz・Pops Play List"><i class="fa fa-youtube fa-lg" style="color:#16BDB8" aria-hidden="true"></a></i><br/><br/>
 
 F <a href="https://www.facebook.com/" title="Facebook"><i class="fa fa-facebook fa-lg" style="color:#1879FD" aria-hidden="true"></a></i><br/><br/>
 
 G <a href="https://www.instagram.com/" title="Instagram"><i class="fa fa-instagram fa-lg" style="color:#8216FF" aria-hidden="true"></a></i><br/><br/>
 H <table border="0" width="180" cellspacing="0" cellpadding="0" bgcolor="#DFD7D3" height="30"><tr>
 <td width="14%" align="absmiddle"><a href="http:// …… /index2.html" target="_top" title="Home : クリック ⇒ 移動します。"><i class="fa  fa-home  fa-lg" style="color:#D71600" aria-hidden="true"></i></a></td>
 <td width="14%" align="absmiddle"><a href="http:// …… /" title="ブログ : 日々の感動・反射、思惟・情念の奔走・感謝を書き付ける。"><i class="fa fa-rss-square fa-lg" style="color:#D6A800" aria- hidden="true"></i>
 </a> </td>
 <td width="14%" align="absmiddle"><a href="https://twitter.com/" title="Twitter・X.com"><i class="fa fa-twitter fa-lg" style="color:#B1B61A" aria-hidden="true"></i>
 </a> </td>
 <td width="14%" align="absmiddle"><a href="https:// …… /playlists" title="♫ You Tube・Classic Play List"><i class="fa fa-youtube fa-lg" style="color:#34A049" aria-hidden="true"></i>
 </a> </td>
 <td width="14%" align="absmiddle"><a href="https:// …… /playlists" title="♫ You Tube・Jazz・Pops Play List"><i class="fa fa-youtube fa-lg" style="color:#16BDB8" aria-hidden="true"></i>
 </a>
 </td>
 <td width="14%" align="absmiddle"><a href="https://www.facebook.com/" title="Facebook"><i class="fa fa-facebook fa-lg" style="color:#1879FD" aria-hidden="true"></i>
 </a> </td>
 <td width="14%" align="absmiddle"><a href="https://www.instagram.com/" title="Instagram"><i class="fa fa-instagram fa-lg" style="color:#8216FF" aria-hidden="true"></i>
 </a> </td>
 </tr>
 </table>
 
 <!-- ☆ ---------- ↑ この間をコピー、編集、ペーストします。 ---------- -->
 
 ====   こ以降は、各々のコンテンツを記述。   ====   |