source: t29-www/shared/css/old/kontakt.css @ 20

Last change on this file since 20 was 20, checked in by sven, 16 years ago

Migrierung der Homepage in das Subversionsrepositorium
======================================================

Schritt 2: Import des /shared-Verzeichnisses. Jetzt richtig.

File size: 1.2 KB
Line 
1
2/*------------------------------------------*
3 *          T E C H N I K U M 2 9           *
4 *               Kontakt CSS                *
5 *------------------------------------------*/
6
7   /* Stylesheet für das Kontaktformular
8    * Edit zu v5.5: da Formular seit langem nicht mehr vorhanden,
9    * bleibt das halt so rum
10    */
11
12form label {
13    font: bold 12px Verdana;
14    width: 90px;
15    float: left;
16    display: block;
17}
18
19form div.input, form div.error {
20    margin-bottom: 3px;
21    margin-left: 90px;
22    max-width: 473px;
23}
24
25form div.error {
26    margin-top: 5px;
27    margin-bottom: 5px;
28    background-color: #FFE6E6;
29}
30
31form div.error p {
32    margin: 0;
33    color: #F54548;
34}
35
36input.text, input.optional, textarea, input.error {
37    background-color: #F6F8FA;
38    border: 1px solid #3A6198;
39    font: 12px Verdana;
40    width: 470px;
41}
42
43input.optional {
44    color: #7090C0;
45}
46
47input.error {
48    border: 1px solid #B74860;
49    color: #B74860;
50}
51
52textarea {
53    height: 200px;
54}
55
56input.button {
57    font: 12px Verdana;
58    padding: 1px 3px;
59    border-width: 2px;
60    border-style: solid;
61    border-color: #FFFFFF #7090C0 #7090C0 #FFFFFF;
62    background-color: #BED0E5;
63}
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License