約 2,367,514 件
https://w.atwiki.jp/morimotokouta/pages/16.html
{ いつも通り便所で飯を済ませて一息 飛び散るように弁当箱の中に小便入る どんなオタクがいても どんなに嫌われてても 俺は一生リア充 許さない We,re gonna pc and open to new tab 夜を通り越してpc pc check I,m LCD over there with my nijigenn パソはまるで二次へのEscape お前、なんで来ないの?歓迎会 呼ばれてないなんて絶対言えない 母親心配父親倒れたどうしようそうだ 自宅警備強化しよう いつも担任ぼっちの気も知らずに 「二人組つくれ」 無視りだした消防時代の友人悲しい限り どれだけ嘲笑えば君ら気分済むのかな PC抱く それぞれのミク We,re gonna pc and open to new tab 夜を通り越してpc check パソの中の二次へとEscape ブルマ、ニーソ、猫耳、スクール水着 いつまでもこの癖、治らないみたい 明日から始まる新しいアニメの話題 ずっと リア充が話してた p,p,p,pc check… はてなアンテナ自重しろ p,p,p,pc check… 製麺業も自重しろ p,p,p,pc check… 1000※超えたら待ってる p,p,p,pc check 顔面に強烈なコンプレックス 部屋でこうして過ごす中に 灯りの様キラリ光る初音 えぇ? いま俺は廃人へ進み 廃人の道へと進み 包み込んだアミタリリが 液まみれになっていたのは 俺が夢精をしたからで いつかまたねPCの中で ひとりの夜だ!と喜んでしまうだろう 君(アミタリリ)と出逢えた世界の中へ Ah ah Forever feel my ugliness!!!!!!! (1)エロゲーやってて何故か涙ホロリ 父親倒れてこのままでいいのか そろった洋服切ってもらった髪 ちょっとこれから、リア充になってくる (2)キモオタと言われ続けて早10年 彼女候補今のところ長門(ゆきちゃーん!) 今液晶超えてアミタリリと手をつないで 果てしなく歩んでいく We,re gonna pc open…}
https://w.atwiki.jp/skamada/pages/14.html
1. ログインユーザIDの登録 [root@hogehoge ~]# useradd oss_admin pass[root@hogehoge ~]# passwd oss_admin Changing password for user oss_admin. New UNIX password BAD PASSWORD it is based on a dictionary word Retype new UNIX password passwd all authentication tokens updated successfully. [root@hogehoge ~]# 2. SSHログイン許可グループの制限 rootになれるユーザを管理者のみにする [root@hogehoge ~]# usermod -G wheel oss_admin [root@hogehoge ~]# cp -p /etc/pam.d/su /etc/pam.d/su.ORG [root@hogehoge ~]# vi /etc/pam.d/su #auth required pam_wheel.so use_uid ↓ auth required pam_wheel.so use_uid [root@hogehoge ~]# diff /etc/pam.d/su /etc/pam.d/su.ORG 6c6 auth required pam_wheel.so use_uid --- #auth required pam_wheel.so use_uid [root@hogehoge ~]# 3. パッケージ管理システム設定 RPMパッケージのインストール・アンインストールを行うyumの初期設定を行う ※ 以下に示す理由によりyum-updatesdを停止しておく § デフォルトで1時間ごとにアップデートチェックを行うようになっており、手動によるパッケージインストールと競合するとインストールが失敗する § 大量にメモリを消費する(約10MB以上使用) [root@hogehoge ~]# /etc/rc.d/init.d/yum-updatesd stop ← yum-updatesd削除 yum-updates を停止中 [ OK ] [root@hogehoge ~]# yum -y remove yum-updatesd ← yum-updatesd削除 Loaded plugins fastestmirror Setting up Remove Process Resolving Dependencies -- Running transaction check --- Package yum-updatesd.noarch 1 0.9-2.el5 set to be erased -- Finished Dependency Resolution Dependencies Resolved ======================================================================================================================= Package Arch Version Repository Size ======================================================================================================================= Removing yum-updatesd noarch 1 0.9-2.el5 installed 55 k Transaction Summary ======================================================================================================================= Remove 1 Package(s) Reinstall 0 Package(s) Downgrade 0 Package(s) Downloading Packages Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Erasing yum-updatesd 1/1 Removed yum-updatesd.noarch 1 0.9-2.el5 Complete! [root@hogehoge ~]# yum -y install yum-fastestmirror ← fastestmirrorプラグインインストール ※インストールパッケージダウンロード時の最適ミラーサイトを自動選択するようにする Loaded plugins fastestmirror Determining fastest mirrors * addons ftp.yz.yamagata-u.ac.jp * base ftp.yz.yamagata-u.ac.jp * extras ftp.yz.yamagata-u.ac.jp * updates ftp.yz.yamagata-u.ac.jp addons | 951 B 00 00 addons/primary | 202 B 00 00 base | 2.1 kB 00 00 base/primary_db | 1.6 MB 00 51 extras | 2.1 kB 00 00 extras/primary_db | 188 kB 00 10 updates | 1.9 kB 00 00 updates/primary_db | 896 kB 00 36 Setting up Install Process Package yum-fastestmirror-1.1.16-14.el5.centos.1.noarch already installed and latest version Nothing to do [root@hogehoge ~]# yum -y update ← インストール済パッケージの一括アップデート ※大量のパッケージのダウンロード/アップデートを行うため時間がかかる Loaded plugins fastestmirror Loading mirror speeds from cached hostfile * addons ftp.yz.yamagata-u.ac.jp * base ftp.yz.yamagata-u.ac.jp * extras ftp.yz.yamagata-u.ac.jp * updates ftp.yz.yamagata-u.ac.jp Setting up Update Process Resolving Dependencies Running transaction check Package NetworkManager.i386 1 0.7.0-10.el5_5.2 set to be updated ・ ・(30分~60分程度) ・ tcsh.i386 0 6.14-17.el5_5.2 tzdata.i386 0 2010l-1.el5 udev.i386 0 095-14.21.el5_5.1 xorg-x11-server-Xvfb.i386 0 1.1.1-48.76.el5_5.2 xulrunner.i386 0 1.9.2.13-3.el5 xulrunner-devel.i386 0 1.9.2.13-3.el5 Complete! [root@hogehoge ~]# yum -y install yum-cron ← yum-cronインストール Loaded plugins fastestmirror Loading mirror speeds from cached hostfile * addons ftp.yz.yamagata-u.ac.jp * base ftp.yz.yamagata-u.ac.jp * extras ftp.yz.yamagata-u.ac.jp * updates ftp.yz.yamagata-u.ac.jp addons | 951 B 00 00 base | 2.1 kB 00 00 extras | 2.1 kB 00 00 updates | 1.9 kB 00 00 Setting up Install Process Resolving Dependencies Running transaction check Package yum-cron.noarch 0 0.6-1.el5.centos set to be updated Processing Dependency yum-downloadonly for package yum-cron Running transaction check Package yum-downloadonly.noarch 0 1.1.16-14.el5.centos.1 set to be updated Finished Dependency Resolution Dependencies Resolved ======================================================================================================================= Package Arch Version Repository Size ======================================================================================================================= Installing yum-cron noarch 0.6-1.el5.centos extras 15 k Installing for dependencies yum-downloadonly noarch 1.1.16-14.el5.centos.1 base 11 k Transaction Summary ======================================================================================================================= Install 2 Package(s) Upgrade 0 Package(s) Total download size 26 k Downloading Packages (1/2) yum-downloadonly-1.1.16-14.el5.centos.1.noarch.rpm | 11 kB 00 00 (2/2) yum-cron-0.6-1.el5.centos.noarch.rpm | 15 kB 00 00 Total 36 kB/s | 26 kB 00 00 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing yum-downloadonly 1/2 Installing yum-cron 2/2 Installed yum-cron.noarch 0 0.6-1.el5.centos Dependency Installed yum-downloadonly.noarch 0 1.1.16-14.el5.centos.1 Complete! [root@hogehoge ~]# /etc/rc.d/init.d/yum-cron start ← パッケージ自動更新起動 Enabling nightly yum update [ OK ] [root@hogehoge ~]#chkconfig yum-cron on ← パッケージ自動更新自動起動設定 [root@hogehoge ~]# chkconfig --list |grep yum-cron yum-cron 0 off 1 off 2 on 3 on 4 on 5 on 6 off
https://w.atwiki.jp/minecraft-nekohige/pages/25.html
AutoSneak 自動でスニーク(ネームプレートを非表示)を出来るようになるプラグイン PvP等で活用(予定) /sneak on スニークを有効にする /sneak off スニークを無効にする
https://w.atwiki.jp/rsbuygoldq/pages/56.html
The actual aboriginal relaxed RS Precious metal is really a brand new Concealed Monster. back again the actual achieved exceptional associated with daring is really a avant-garde marketing setting, that is not by yourself obtain real warm recognition, however aswell appreciating the actual assimilation associated with fight it out bicycling suppliers . the quantity of a href="http //www.4rsgold.com/Runescape.Gold" strong Buy Runescape Gold /strong /a is actually soaked up within becoming a member of, purchase fight it out the actual round variation co-operation suitable communications, Concealed Dragon", the administrative centre motion Qin Kai may recognize for this, as well as for the Solution Concealed Monster "much fight it out bicycling suppliers prefer from the quantity look of the artefact web page round variation Concealed Monster inch, Qin Kai boils down in order to 3 points very first, the actual exceptional from the daring by itself. A brand new abstraction web page with regard to runescape gamers is actually associate the actual daring operability, that take the sufficient aberration using the daring available on the market, spend additional assimilation towards the person associate as well as alternative amusement, fight it out bicycling need; 2nd, the actual extramarital relationship associated with popularity. Within the recognized all-around pattern within the frequency from the "China fever", the actual intense disciplines extramarital relationship absolutely no agnosticism in your own home as well as aside along with suitable improvement possible. 3rd, the actual owner s video gaming routines. "Hidden Dragon" Asian artistic awning along with a easy as well as handy USER INTERFACE construction, real rich in music group using the recognized video gaming routines flexible clients follow the suitable display, easy procedure, a high quantity of popularity. Within accession the actual daring functions, Qin Kai, Concealed Monster "The broke beta may aswell emphasize the actual gamers to alter the actual extramarital relationship from the shadows", counting on the capable alternative agreement along with a best quantity of give up the actual daring provides gamers additional daring enjoyable, which love within the nearing acclimatized fight it out bicycling edition, using the alternative characteristics from the flexible fatal, is actually aswell recognized to get additional an additional encounter a href="http //www.4rsgold.com/Runescape.Gold" strong Cheap Runescape Gold /strong /a . Broke beta, gamers may via a throw brand new addle opportunity path, the multi-line task ahead, mindful prospecting intense disciplines as well as additional features associated with perform, alter the actual afoot procedure, not really these associate as well as accolade progress person moored perform prohibited associated with suitable games.
https://w.atwiki.jp/aniwotawiki/pages/30510.html
登録日:2014/11/20 Sun 12 26 33 更新日:2025/02/08 Sat 18 21 03NEW! 所要時間:約 4 分で読めます ▽タグ一覧 OLDCODEX Ta_2 YORKE. アニソン バンド ユニット ランティス ロック 声優 鈴木達央 OLDCODEX(オルドコデックス)とは、Ta_2こと声優の鈴木達央を中心とするバンドプロジェクトである。所属レコード会社はランティス。 2009年にTa_2、Ta_2がアーティストとしても鈴木達央名義で活動していた頃から楽曲提供を行っていたR・O・N、 そのR・O・Nがボーカルを務めていたバンド「ROSARYHILL」のメンバーだったYoHsKEとsaeの四人で結成。 2010年にYoHsKEとsaeが脱退。そして同年、元々アルバムアートワークスなどを担当していたYORKE.が正式にメンバーとなった。 2012年にR・O・Nが脱退し、今のボーカルとペインターの二人体制という形になる。 ユニット名は直訳すると「古い写本」となる。借り物のジャンルを演奏する上で自分らしさを出したいという願いが込められている。 2014年4月2日に発売した3rdアルバム『A Silent, within The Roar』が初動21,607枚を売り上げ、発売当時の男性声優アルバムでの初動売上枚数歴代1位となった。 なお現在この記録は同年9月24日に発売されたGRANRODEOの『カルマとラビリンス』に抜かれている。 2015年2月11日に武道館での初ワンマンライブを実施。翌年2016年には武道館2DAYSと海外公演も行う。 さらなる活躍を期待されていたが、ボーカルTa_2のスキャンダルによる活動休止がきっかけで2022年5月に解散した。 ★現メンバー紹介 Ta_2(ボーカル) 声優、鈴木達央のアーティストとしての名義。 名義を分けてはいるものの、鈴木達央としてのブログにてOLDCODEXの話題も扱っている。 ボーカルとしてはグロウル気味に歌い上げる事が多い。 R・O・Nが抜けてから初めてのアルバムである2ndアルバム「CONTRAST SILVER」からは数は少ないものの作曲も始めている(ただし編曲は別人である)。 自身の声とYORKE.の筆の音だけの曲を着想したりする。 YORKE.(ペインター) 元々はOLDCODEXのアルバムアートワークスを担当していた。 ライブの際には、ステージ上で演奏中の曲のタイトルなどを描いている。また、アーティストグッズのデザインにも関わっている。 正式加入後は作詞も行っている。 何故か脚をよく負傷する。この点に関しては本人もツイッター上でTa_2へのメッセージとして「ペインターなのに足ばっかり負傷してごめんね」とコメントしている。 二人体制になってからはYORKE.がサポートメンバーとして楽器隊を呼んでいるようである。 ★元メンバー R・O・N(サウンドプロデュース、ギター) 前述のとおり初期メンバーであり、OLDCODEXのサウンドプロデューサー。 ちなみに学年的にはTa_2より2つ上である。 YORKE.が加入するまでの作詞、自身が脱退するまでの間作曲、編曲を担当していた。 また、新谷良子の私設バンド「Pink Bambi BAND」でも、2009年のライブツアーまでバンドマスターとしてギターとキーボードを担当していたり、 鈴木達央だけでなくキタエリや珍獣nmkwなどの声優にも楽曲提供をしている。 OLDCODEXこそ脱退したが現在でもランティスに所属しており、STEREO DIVE FOUNDATIONというプロジェクトで活動している。 YoHsKE(ギター) sae(ドラムス) 元メンバー。 (デビュー日=結成日では無いが)2009年10月21日のデビューから2010年2月15日に脱退するまでの約三ヶ月しか参加していない。 ★主な楽曲 カタルリズム 『黒子のバスケ』1期2クール目のED。YORKE.が初めて作詞をした曲であり、R・O・N在籍時の最後のシングル曲でもある。 Rage on 『Free!』1期OP。アニメOPで起用されたのはこれが初めてであり、Ta_2が作曲した最初のシングル曲でもある。 WALK 『黒子のバスケ』2期1クール目のED。 Dried Up Youthful Fame 『Free!』2期OP。二年連続でのアニメOPで、今回もTa_2が作曲。 「(Rage onと)テンポやトップのキーを一緒にしたら面白いんじゃないか」と考えて作ったとの事。そのRage onよりも青春寄りな歌詞になっている。 追記・修正お願いします。 △メニュー 項目変更 項目コピー 項目変更点 編集履歴 アップロードページ この項目が面白かったなら……\ポチッと/ -アニヲタWiki- ▷ コメント欄 [部分編集] ライブだとよく歌詞間違えてるイメージしかないのは気のせいか。 -- 名無しさん (2014-11-21 23 37 25) ロキノン系フェスの常連になりましたね。 -- 名無しさん (2016-12-07 22 54 28) この人たちはいつ、サマソニに出られますかね? -- 名無しさん (2017-05-02 13 50 36) ↑祝・サマソニ出演 -- 名無しさん (2017-07-04 14 29 49) 荒らしコメントとそれに関わるコメントを削除しました -- 名無しさん (2018-07-11 00 55 08) 報告にあった荒らしコメントと、それに触れたコメントを削除。 -- 名無しさん (2022-01-25 23 17 34) 相談所に報告のあった違反コメントを削除しました。 -- 名無しさん (2022-04-07 20 06 05) 名前 コメント
https://w.atwiki.jp/hks-cod/pages/17.html
4/6 ホームページ開設 4/9 zero-00Korosiya3入隊 4/11PS3の追加マップの配信日が決まったようです。 5月4日に北米で、5月5日にその他の地域で配信となるそうです。 (ソースhttp //gs.inside-games.jp/news/227/22738.html) 4/20 JPCT(Japan PlayStation 3 Call of Duty Tournament) はじめまして、JPCT運営チームです。 この度PlayStation 3 にてCoD MW2の大会(Japan PlayStation 3 Call of Duty Tournament)を6/5(土)に開催いたします。 ゲームモードはSearch and Destroy(サーチ&デストロイ)です。ルールはJPCT独自のルールを使用します。 大会の詳細は JPCT公式WEBサイトをご覧下さい。多くのチーム・クラン様の参加をお待ちしております。 JPCT公式WEBサイト : http //jpct.web.fc2.com/ HKSも参加したいと思います。
https://w.atwiki.jp/nlwnew/pages/63.html
■NewLiveBot! for Chrome [スクリーンショット] ※現在この拡張は機能していません。 Chrome拡張がManifest Version 2化して、そこでつまずいています。 有志の力を求めています。 ●対応ブラウザ Chrome ●最新バージョン 0.2.3 ●特徴 NewLiveWall!の新着コメントを表示するChrome拡張です! 新着コメント100件取得。 ●使い方 1. ダウンロードする 2. Chromeの拡張管理のページにD Dする 3. インストールして終わり ツールバーにアイコンが表示されるのでクリック(^ω^) ■Firefox版にある新着コメントサイト表示のかわりになるんじゃないでしょうか。 コメントがあった際にリアルタイムで更新されていくので、ウインドウを開きっぱなしにしながら動画を見たり放置しているといろいろ捗る。 Twitterサービスを利用しているので調子が悪いときは表示されなくなる。 バックグラウンドで走らなく負荷無しだからとりあえず入れておくべき。 作成者:wiki管理人 なにかあれば壁まで! ■アップデート履歴 年 日付 バージョン 内容 2012 01/13 0.2.3 オプションデザイン修正、手動アップデート機能追加 01/09 0.2.2 Google検索フォーム追加、フォントサイズ1大きく 01/07 0.2.1 微fix 01/06 0.2 少しスマート化、オプション追加 01/05 0.1 公開
https://w.atwiki.jp/rsbuygoldq/pages/44.html
If that worlds tend to be abounding you may be automatically put into the antechamber line. If that antechamber band is abounding you can still accept the adeptness to play the acceptable RuneScape bold for now. We own advisedly belted the abundance of beta worlds to be abiding a top amount of amateur density, that may advice us all stress-test that arrangement in accession to accumulate a top aggregate apropos concentrated information. You have to acceptation your own appearance conserve afore accommodating in the beta; already from the beta lobby, apprehension a altered Acceptation Figure button from the bottom-left of one s screen. Nothing you are accomplishing on this beta oceans will change your accepted bold absorb beneath – there’s artlessly no alternation with all the accustomed bold in accession to importing your own appearance in the accustomed bold appear beta activity. You can t consign annihilation in the beta bold to the accepted game. About action beta oceans, you may abide abrade letters anon in the game, by application the almanac button down beneath the bite the fat interface. Website of article banker NPCs afore Lumbridge Citadel who backpack assorted of aught amount accessories to abetment you analysis abroad the afresh restatted accoutrements and armour along off-hand weaponry. We’ll use your acknowledgment to actualize tweaks and aswell changes area capital ensure every affair functions able-bodied on ultimate release. Longing for you . something needs cerebration about, amuse announce – i am acquisitive for you to apprehend apropos this! All which charcoal is fabricated for us to be able to acknowledge a lot of our role-specific beta testers accordingly to their participation, in adjustment to action an astronomic thank you into the blow involving our association accordingly to their connected admiration and advice support. One final affair - be abiding to analysis abroad our focused action beta occurrences appointment for absolutely methods to accommodated that action designers in-game to be able to claiming them in RS action beta with a affable action into the death! There’s in accession an characteristic apparel placed cat-and-mouse that they are becoming with attention to approved participants in the weekend beta occasions.
https://w.atwiki.jp/lifetouchnote2ch/pages/22.html
毎日新聞 情報収集中 ss天気予報 new! 天気予報
https://w.atwiki.jp/touhoukashi/pages/2853.html
【登録タグ 556mm THE BEST Vol.01 -Dancing Girls Best- 556mm nonstop megamix vol.01 556ミリメートル C Hi-Speed TOHO EURO MAX Moment -passing pleasures girls- めらみぽっぷ 千年幻想郷 ~ History of the Moon 曲】 【注意】 現在、このページはJavaScriptの利用が一時制限されています。この表示状態ではトラック情報が正しく表示されません。 この問題は、以下のいずれかが原因となっています。 ページがAMP表示となっている ウィキ内検索からページを表示している これを解決するには、こちらをクリックし、ページを通常表示にしてください。 /** General styling **/ @font-face { font-family Noto Sans JP ; font-display swap; font-style normal; font-weight 350; src url(https //img.atwikiimg.com/www31.atwiki.jp/touhoukashi/attach/2972/10/NotoSansCJKjp-DemiLight.woff2) format( woff2 ), url(https //img.atwikiimg.com/www31.atwiki.jp/touhoukashi/attach/2972/9/NotoSansCJKjp-DemiLight.woff) format( woff ), url(https //img.atwikiimg.com/www31.atwiki.jp/touhoukashi/attach/2972/8/NotoSansCJKjp-DemiLight.ttf) format( truetype ); } @font-face { font-family Noto Sans JP ; font-display swap; font-style normal; font-weight bold; src url(https //img.atwikiimg.com/www31.atwiki.jp/touhoukashi/attach/2972/13/NotoSansCJKjp-Medium.woff2) format( woff2 ), url(https //img.atwikiimg.com/www31.atwiki.jp/touhoukashi/attach/2972/12/NotoSansCJKjp-Medium.woff) format( woff ), url(https //img.atwikiimg.com/www31.atwiki.jp/touhoukashi/attach/2972/11/NotoSansCJKjp-Medium.ttf) format( truetype ); } rt { font-family Arial, Verdana, Helvetica, sans-serif; } /** Main table styling **/ #trackinfo, #lyrics { font-family Noto Sans JP , sans-serif; font-weight 350; } .track_number { font-family Rockwell; font-weight bold; } .track_number after { content . ; } #track_args, .amp_text { display none; } #trackinfo { position relative; float right; margin 0 0 1em 1em; padding 0.3em; width 320px; border-collapse separate; border-radius 5px; border-spacing 0; background-color #F9F9F9; font-size 90%; line-height 1.4em; } #trackinfo th { white-space nowrap; } #trackinfo th, #trackinfo td { border none !important; } #trackinfo thead th { background-color #D8D8D8; box-shadow 0 -3px #F9F9F9 inset; padding 4px 2.5em 7px; white-space normal; font-size 120%; text-align center; } .trackrow { background-color #F0F0F0; box-shadow 0 2px #F9F9F9 inset, 0 -2px #F9F9F9 inset; } #trackinfo td ul { margin 0; padding 0; list-style none; } #trackinfo li { line-height 16px; } #trackinfo li nth-of-type(n+2) { margin-top 6px; } #trackinfo dl { margin 0; } #trackinfo dt { font-size small; font-weight bold; } #trackinfo dd { margin-left 1.2em; } #trackinfo dd + dt { margin-top .5em; } #trackinfo_help { position absolute; top 3px; right 8px; font-size 80%; } /** Media styling **/ #trackinfo .media th { background-color #D8D8D8; padding 4px 0; font-size 95%; text-align center; } .media td { padding 0 2px; } .media iframe nth-of-type(n+2) { margin-top 0.3em; } .youtube + .nicovideo, .youtube + .soundcloud, .nicovideo + .soundcloud { margin-top 0.75em; } .media_section { display flex; align-items center; text-align center; } .media_section before, .media_section after { display block; flex-grow 1; content ; height 1px; } .media_section before { margin-right 0.5em; background linear-gradient(-90deg, #888, transparent); } .media_section after { margin-left 0.5em; background linear-gradient(90deg, #888, transparent); } .media_notice { color firebrick; font-size 77.5%; } /** Around track styling **/ .next-track { float right; } /** Infomation styling **/ #trackinfo .info_header th { padding .3em .5em; background-color #D8D8D8; font-size 95%; } #trackinfo .infomation_show_btn_wrapper { float right; font-size 12px; user-select none; } #trackinfo .infomation_show_btn { cursor pointer; } #trackinfo .info_content td { padding 0 0 0 5px; height 0; transition .3s; } #trackinfo .info_content ul { padding 0; margin 0; max-height 0; list-style initial; transition .3s; } #trackinfo .info_content li { opacity 0; visibility hidden; margin 0 0 0 1.5em; transition .3s, opacity .2s; } #trackinfo .info_content.infomation_show td { padding 5px; height 100%; } #trackinfo .info_content.infomation_show ul { padding 5px 0; max-height 50em; } #trackinfo .info_content.infomation_show li { opacity 1; visibility visible; } #trackinfo .info_content.infomation_show li nth-of-type(n+2) { margin-top 10px; } /** Lyrics styling **/ #lyrics { font-size 1.06em; line-height 1.6em; } .not_in_card, .inaudible { display inline; position relative; } .not_in_card { border-bottom dashed 1px #D0D0D0; } .tooltip { display flex; visibility hidden; position absolute; top -42.5px; left 0; width 275px; min-height 20px; max-height 100px; padding 10px; border-radius 5px; background-color #555; align-items center; color #FFF; font-size 85%; line-height 20px; text-align center; white-space nowrap; opacity 0; transition 0.7s; -webkit-user-select none; -moz-user-select none; -ms-user-select none; user-select none; } .inaudible .tooltip { top -68.5px; } span hover + .tooltip { visibility visible; top -47.5px; opacity 0.8; transition 0.3s; } .inaudible span hover + .tooltip { top -73.5px; } .not_in_card span.hide { top -42.5px; opacity 0; transition 0.7s; } .inaudible .img { display inline-block; width 3.45em; height 1.25em; margin-right 4px; margin-bottom -3.5px; margin-left 4px; background-image url(https //img.atwikiimg.com/www31.atwiki.jp/touhoukashi/attach/2971/7/Inaudible.png); background-size contain; background-repeat no-repeat; } .not_in_card after, .inaudible .img after { content ; visibility hidden; position absolute; top -8.5px; left 42.5%; border-width 5px; border-style solid; border-color #555 transparent transparent transparent; opacity 0; transition 0.7s; } .not_in_card hover after, .inaudible .img hover after { content ; visibility visible; top -13.5px; left 42.5%; opacity 0.8; transition 0.3s; } .not_in_card after { top -2.5px; left 50%; } .not_in_card hover after { top -7.5px; left 50%; } .not_in_card.hide after { visibility hidden; top -2.5px; opacity 0; transition 0.7s; } /** For mobile device styling **/ .uk-overflow-container { display inline; } #trackinfo.mobile { display table; float none; width 100%; margin auto; margin-bottom 1em; } #trackinfo.mobile th { text-transform none; } #trackinfo.mobile tbody tr not(.media) th { text-align left; background-color unset; } #trackinfo.mobile td { white-space normal; } document.addEventListener( DOMContentLoaded , function() { use strict ; const headers = { title アルバム別曲名 , album アルバム , circle サークル , vocal Vocal , lyric Lyric , chorus Chorus , narrator Narration , rap Rap , voice Voice , whistle Whistle (口笛) , translate Translation (翻訳) , arrange Arrange , artist Artist , bass Bass , cajon Cajon (カホン) , drum Drum , guitar Guitar , keyboard Keyboard , mc MC , mix Mix , piano Piano , sax Sax , strings Strings , synthesizer Synthesizer , trumpet Trumpet , violin Violin , original 原曲 , image_song イメージ曲 }; const rPagename = /(?=^|.*