diff options
| author | ziejd2 | 2017-09-14 15:39:41 -0500 |
|---|---|---|
| committer | ziejd2 | 2017-09-14 15:57:50 -0500 |
| commit | c4f926438dcb8abe805e910399940f79ff643c4b (patch) | |
| tree | 3146d05ada5cf4b48d9bdd16c1baa498e8df7192 /sourcecodes/my_new_style.css | |
| parent | 57ebf49403b75dcf8482d174b59f7fd2a961d98e (diff) | |
| download | BNW-c4f926438dcb8abe805e910399940f79ff643c4b.tar.gz | |
Add files via upload
Diffstat (limited to 'sourcecodes/my_new_style.css')
| -rw-r--r-- | sourcecodes/my_new_style.css | 155 |
1 files changed, 155 insertions, 0 deletions
diff --git a/sourcecodes/my_new_style.css b/sourcecodes/my_new_style.css new file mode 100644 index 00000000..20db184f --- /dev/null +++ b/sourcecodes/my_new_style.css @@ -0,0 +1,155 @@ +* { +padding: 0; +margin: 0; +} +html, body { +height: 100%; +} + +body { + margin:0px; + font-family: Georgia, "Times New Roman", + Times, serif; + color: #33339F; + background-color: white; + padding-bottom:0px; + +} + + + +.td_title +{ + padding: 0; + margin: 0; + font-family:Arial; + font-size:24pt; + HRIZONTAL-ALIGN: center; + color:#FFFFFF; + font-weight:bold; + //FONT-STYLE: italic; + background-color: #33339F; + text-align:center + +} + + + +#outer { + padding: 0; + margin: 0; + position: absolute; + top: 9em; + left: 12em; + text-align:left; + background:white; + min-width:50%; + min-hieght:50%; + max-width:70%; + +} + +#outernew { + padding: 0; + margin: 0; + position: absolute; + top: 9em; + left: 12em; + text-align:left; + background:white; + min-width:50%; + min-hieght:50%; + max-width:60%; + +} + +#outernewnew { + padding: 0; + margin: 0; + position: absolute; + top: 12em; + left: 25em; + text-align:left; + background:white; + min-width:50%; + min-hieght:50%; + max-width:60%; + +} + + + +ul.navbar { + list-style-type: none; + padding: 0; + margin: 0; + /*position: relative;*/ + float: top; + /*margin-top: 20px;*/ + top: 9em; + left: 1em; + width: 9em } + +ul.navbar2 { + list-style-type: none; + padding: 0; + margin: 0; + /*position: absolute;*/ + float:top; + top: 9em; + left: 1em; + width: 9em } + +ul.listbar { + list-style-type: none; + padding: 0; + margin: 0; + position: relative; + } + + + +h1 { + font-family: Helvetica, Geneva, Arial, + SunSans-Regular, sans-serif } +ul.navbar li { +/* background: #D0A9F5; */ + background: #33339F; + margin: 0.5em 0; + padding: 0.3em; + border-right: 1em solid black } +ul.navbar a { + text-decoration: none +} +ul.navbar a:link { + color: white; } +ul.navbar a:visited { + color: white; } + +ul.navbar2 li { +/* background: #D0A9F5; */ + background: black; + margin: 0.5em 0; + padding: 0.3em; + border-right: 1em solid #33339F; + color: white } +ul.navbar2 a { + text-decoration: none +} +ul.navbar2 a:link { + color: white; } +ul.navbar2 a:visited { + color: white; } + +a:link { + color: black; } +a:hover { + color: black; + } +a:visited { + color: black; } +address { + margin-top: 1em; + padding-top: 1em; + border-top: thin dotted } + |
