This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>PHP Test</title> | |
| </head> | |
| <body> | |
| <?php echo '<p>Hello World1</p>'; ?> | |
| <?php echo '<p>Hello World2</p>'; ?> | |
| </body> | |
| </html> | |
| <code data-gist-id="ここにIDを入力!" data-gist-line="5-8"></code> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- /#wrapperin --> | |
| </div> | |
| <!-- /#wrapper --> | |
| </div><!-- /#st-ami --> | |
| <!-- ページトップへ戻る --> | |
| <div id="page-top"><a href="#wrapper" class="fa fa-angle-up"></a></div> | |
| <!-- ページトップへ戻る 終わり --> | |
| <?php wp_footer(); ?> | |
| <!--もしもアフィリエイトかんたんリンクのボタン名修正 ここから--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* --------------------------------------------------------- */ | |
| /* もしもアフィリエイト かんたんリンク カスタマイズ */ | |
| /* --------------------------------------------------------- */ | |
| /* --------- 外枠 --------- */ | |
| div.easyLink-box { | |
| border:3px double #CCC !important; /* 2重線 */ | |
| box-shadow: 2px 3px 9px -5px rgba(0,0,0,.25); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| </div><!-- /contentw --> | |
| <div id="foot-wrapper"> | |
| <footer> | |
| <div id="footer"> | |
| <aside> | |
| <ul><?php dynamic_sidebar('footer-left'); ?></ul> | |
| <ul><?php dynamic_sidebar('footer-center'); ?></ul> | |
| <ul><?php dynamic_sidebar('footer-right'); ?></ul> | |
| </aside> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| </div><!-- /contentw --> | |
| <div id="foot-wrapper"> | |
| <footer> | |
| <div id="footer"> | |
| <div id="footer-in"> | |
| <aside> | |
| <ul><?php dynamic_sidebar('footer-left'); ?></ul> | |
| <ul><?php dynamic_sidebar('footer-center'); ?></ul> | |
| <ul><?php dynamic_sidebar('footer-right'); ?></ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #footer>aside ul { | |
| float: left; | |
| color: #fff;/*テキストの文字色*/ | |
| margin-right: 30px;/*カラム間右側の幅*/ | |
| width: 300px;/*1カラムの幅*/ | |
| padding: 0px 0px; | |
| list-style-type: none; | |
| } |