diff options
author | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 12:08:55 +0000 |
---|---|---|
committer | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 12:08:55 +0000 |
commit | 799870b419f2eb7fc6b3568a4fbd73b99a42dc43 (patch) | |
tree | 067157a96ae6248ca9b968e7a1588de3c13561cf /sendOrd.css | |
parent | 888cf9590350671c52e03bb650f9a7c6843d0df7 (diff) | |
download | homepage-799870b419f2eb7fc6b3568a4fbd73b99a42dc43.tar.gz homepage-799870b419f2eb7fc6b3568a4fbd73b99a42dc43.tar.bz2 homepage-799870b419f2eb7fc6b3568a4fbd73b99a42dc43.tar.xz |
Forsoek paa innmeldingskjema
Diffstat (limited to 'sendOrd.css')
-rw-r--r-- | sendOrd.css | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/sendOrd.css b/sendOrd.css new file mode 100644 index 0000000..6ffbbe3 --- /dev/null +++ b/sendOrd.css @@ -0,0 +1,56 @@ +body { +font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; +padding: 15px} + +form { +padding-left: 50px} + +h1 { +text-align: center; +color: white; +background-color: #2328D9; +padding: 5px;} + +h2, h3 { +color: #2328D9; +background-color: none; +text-indent: 25px;} + +p:first-letter { +font-size: 150%;} + +.bestill { +color: red; +font-size: 150%; +text-align: center;} + +.forfatter { +font-weight: bold;} + +.hjem { +font-size: 150%;} + +.ingress { +font-style: italic; +margin: 0px 0px 0px 50px; +font-size: 110%;} + +.oekter { +margin-left: 60px;} + +/*.sendskjema { +float: right; +text-align: right;}*/ + +.stjerner { +font-size: 150%; +text-align: center;} + +.storSkrift{ +font-size: 150%;} + +.tekst {COLOR: #3333cc;} + +.uthevet { +font-weight: bold; +color: red;} |