PHP Classes

File: css/comment.css

Recommend this page to a friend!
  Classes of Peter Klauer   Comment   css/comment.css   Download  
File: css/comment.css
Role: Auxiliary script
Content type: text/plain
Description: Default CSS file
Class: Comment
Manage a comment system using an SQL database
Author: By
Last change:
Date: 13 years ago
Size: 801 bytes
 

Contents

Class file image Download

     
/* css for class comment written on 2006-06-13 16:16:36 */

.commentinput{ margin: 1em }

.commentinput label{
float:left;
width: 7em;
text-align:right;
margin: 0 1em 0 0;
}

.commenttopbar{
    background-color: #ccc;
    color: #000;
    border: solid 2px #888;
    margin: 0 0 1px 0;
}

.commentnickname{
    width: 20ex;
    font-size: 120%;
}

.commentdatetime{
    font-size: 80%;
    color: #888;
    width: 45ex;
    float: right;
}

.comment{
    margin:0 0 1ex 0;
}

.comment form{
    margin:0;
}

.comment textarea{
    width: 90%;
    background-color: #ddd;
    color: black;
    font-family:Arial, sans-serif;
    border: solid 1px #888;
}

.comment span{
    display: block;
    background-color: #ddd;
    color: black;
    font-family:Arial, sans-serif;
    border: solid 1px #888;
}