スタイルシート(その4)

続きまして、コメントの投稿フォームです(∩´∀`)∩ワーイ

コメントをするためにcomments.phpを作成(^^ゞ

<div id="comments">

<?php comment_form(); ?>

</div>


/*コメント*/

#comments          {border: solid 1px #0c8bcd;
                    padding: 0 18px;
                    margin: 20px 0}

#comments h3       {font-size: 0.875em;
                    border-bottom: solid 1px #0c8bcd;
                    padding-bottom: 3px;
                    margin-top: 20px}

#comments p         {font-size: 0.75em}

#comments p a       {color: #0c8bcd}

#comments input, #comments textarea 
                    {display: block}

#comments textarea  {width: 450px}

#comments .required {color: #ff0000}

#comments code      {displya: block;
                     margin-top: 5px;
                font-size: smaller}