メンテナンスのためサーバ停止設定
「1時間の保守作業停止」を行いました。その時に表示したトップページを下方に。Joomla! の管理画面で行えるわけですね。
原因と回避
- <更新記事>のところの文字があっていない。前からだっけ?
- それはモジュールの[News Show Pro GK4]の設定のフォントがあっていないから?
- そのモジュールにフォント設定はあるのだろうか? (文字サイズ変更は可能だった)
- 不勉強なので、本当のやり方は分かっていない。
- 当面、そのモジュールの CSS を変更しておこう。
flatpress.info/public_html/modules/mod_news_pro_gk4/interface/css/style.css
/* positioning */ .nspArts.left { float:right; } .nspLinksWrap.left { float:left; } .nspArts.right { float:left; } .nspLinksWrap.right { float:right; } /* make element unvisible */ .nspMain .unvisible { height:1px; left:-10000px; overflow:hidden; position:absolute; top:auto; width:1px; } /* font-size classes */ .nspFs80 { font-size:80%; } .nspFs90 { font-size:90%; } /*.nspFs100 { font-size:100%; } */ .nspFs100 { font-size:75%; font-family: 'Arial Unicode MS'} .nspFs110 { font-size:110%; } .nspFs120 { font-size:120%; } .nspFs130 { font-size:130%; } .nspFs140 { font-size:140%; } .nspFs150 { font-size:150%; } .nspFs160 { font-size:160%; } .nspFs170 { font-size:170%; } .nspFs180 { font-size:180%; } .nspFs190 { font-size:190%; } .nspFs200 { font-size:200%; } /* VM elements */
メンテナンス時の表示