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
| padding: 15px; | |
| -webkit-box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
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
| -ms-filter: "alpha( opacity=80 )"; | |
| filter: alpha( opacity=80 ); | |
| opacity: 0.8; |
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
| .親{ | |
| position: relative; | |
| } | |
| .子供{ | |
| position: absolute; | |
| top: 32px; | |
| left: 30px; |
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
| background-image: url(); | |
| background-repeat: no-repeat; | |
| background-position: top center; |
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
| http://www.favorite-labo.org/view/304?continue=1 | |
| スタイル | |
| ul.slide { | |
| overflow: hidden; | |
| width: 960px; | |
| height: 370px; | |
| margin: 0; | |
| margin-bottom: 100px; |
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
| ls | |
| cd /private/etc | |
| sudo chgrp admin hosts | |
| sudo chmod 664 hosts |
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
| <?php if ( post_custom('redirect') ) : ?> | |
| <script type="text/javascript"> | |
| location.replace('<?php echo esc_url(post_custom('redirect')); ?>') | |
| </script> | |
| <?php endif; ?> |
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
| <?php | |
| /** | |
| * @package meganecustom | |
| * @version 0.0.1 | |
| */ | |
| /* | |
| Plugin Name: meganecustom | |
| Plugin URI: http://m-g-n.me/ | |
| Description: カスタム投稿タイプを作る | |
| Author: megane9988 |
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
| // メールマガジンのカスタム投稿タイプセット----------------------------------- | |
| <?php | |
| function mailmagazine_custom_init() { | |
| /** | |
| * カスタム投稿タイプ mailmagazine | |
| */ | |
| $mailmagazine_labels = array( | |
| 'name' => "メールマガジン", | |
| 'singular_name' => "メールマガジン", | |
| 'add_new' => "新規追加", |
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
| ディレクトリ 705 | |
| ファイル 604 | |
| wp-config 600 |