diff options
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;} |