コード例 #1
0
ファイル: admin.php プロジェクト: jenia-buianov/all_my_sites
		.wrap h3 {
			font-size:   16px;
			font-weight: bold;
			color:       #FF6A5A;
		}

		.wrap h6 {
			font-size:   15px;
			font-weight: bold;
		}

		.wrap img {
			max-width: 100%;
		}

		.wrap .label-for-option {
			font-weight:   normal;
			margin:        auto;
			margin-bottom: -5px;
			margin-left:   4px;
		}
	</style>

	<?php 
PT_CV_Plugin::settings_page_section_one();
// Settings form
PT_CV_Plugin::settings_page_form();
PT_CV_Plugin::settings_page_section_two();
?>
</div>