~joaopinto/apt-portal/pre-modules

« back to all changes in this revision

Viewing changes to applications/playdeb/static/css/contact_us.css

  • Committer: Joao Pinto
  • Date: 2009-06-13 22:45:41 UTC
  • Revision ID: joao.pinto@getdeb.net-20090613224541-g1fpmbb9e9jg5u10
Initial commit for the cherrypy version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Stylesheet for playdeb.net written by Tyler Mulligan of www.detrition.net */
 
2
 
 
3
/* Comment Form */
 
4
#commentForm { 
 
5
        width: 870px;
 
6
        margin-left: auto;
 
7
        margin-right: auto;
 
8
}
 
9
fieldset {
 
10
        border:2px solid #111;
 
11
        border-style: groove;
 
12
        padding:4px;
 
13
        background:url('img/email_bg.gif') no-repeat bottom right;
 
14
}
 
15
legend { margin-left:10px; }
 
16
#commentForm label, #commentForm em, #commentForm input, #commentForm p { float:left; }
 
17
#commentForm input, #commentForm textarea {
 
18
        background-color:#000;
 
19
        color:#777;
 
20
        border:2px solid #444;
 
21
        padding:4px;
 
22
        font-size:15px;
 
23
        clear:left;
 
24
}
 
25
#commentForm input:hover, #commentForm textarea:hover {
 
26
        background-color:#111;
 
27
        color:#555;
 
28
        border:2px solid #555;
 
29
}
 
30
#commentForm input:focus, #commentForm textarea:focus {
 
31
        background-color:#000;
 
32
        color:#555;
 
33
        border:2px solid #777;
 
34
}
 
35
#commentForm label { margin-bottom: 2px; }
 
36
#commentForm input { width:254px; }
 
37
#commentForm em, #commentForm .note span { color:#D18F2C; }
 
38
#commentForm label.error { 
 
39
        clear:left;
 
40
        color:#A77103;
 
41
        background:url('img/xicon_error.png') no-repeat 0 0;
 
42
        margin-top:5px;
 
43
        padding:1px 0 2px 24px;
 
44
        font-size:13px;
 
45
        height:22px;
 
46
        font-weight:normal;
 
47
}
 
48
#commentFrom p.short { width:600px !important; color:#f00; }
 
49
#commentForm .note {
 
50
        text-align:right;
 
51
        font-size:14px;
 
52
        color:#666;
 
53
        margin:0;
 
54
        padding:3px 0 0 0;
 
55
        width:848px;
 
56
}
 
57
textarea {
 
58
        width:540px;
 
59
        height:150px;
 
60
        float:left !important;
 
61
}
 
62
#commentForm input.submit {
 
63
        float:right !important;
 
64
        background:#222 !important;
 
65
}
 
66
#commentForm p.clear { clear:left; }