summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/finanzonline/FinanzOnlineLogin/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'BKUOnline/src/main/webapp/finanzonline/FinanzOnlineLogin/index.css')
-rw-r--r--BKUOnline/src/main/webapp/finanzonline/FinanzOnlineLogin/index.css101
1 files changed, 0 insertions, 101 deletions
diff --git a/BKUOnline/src/main/webapp/finanzonline/FinanzOnlineLogin/index.css b/BKUOnline/src/main/webapp/finanzonline/FinanzOnlineLogin/index.css
deleted file mode 100644
index 2b7cee82..00000000
--- a/BKUOnline/src/main/webapp/finanzonline/FinanzOnlineLogin/index.css
+++ /dev/null
@@ -1,101 +0,0 @@
- #leftcontent {
- position: absolute;
- left:10px;
- top:120px;
- width:210px;
- border:0px solid #000;
- }
- #centercontent {
- margin-left: 229px;
- margin-right:229px;
- margin-top: -2px;
- /*
- IE5x PC mis-implements the box model. Because of that we sometimes have
- to perform a little CSS trickery to get pixel-perfect display across browsers.
- The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
- parsing bug in IE5x PC that will prematurly close a style rule when it runs
- into the string "\"}\"". After that string appears in a rule, then, we can override
- previously set attribute values and only browsers without the parse bug will
- recognize the new values. So any of the name-value pairs above this comment
- that we need to override for browsers with correct box-model implementations
- will be listed below.
-
- We use the voice-family property because it is likely to be used very infrequently,
- and where it is used it will be set on the body tag. So the second voice-family value
- of "inherit" will override our bogus "\"}\"" value and allow the proper value to
- cascade down from the body tag.
-
- The style rule immediately following this rule offers another chance for CSS2
- aware browsers to pick up the values meant for correct box-model implementations.
- It uses a CSS2 selector that will be ignored by IE5x PC.
-
- Read more at http://www.glish.com/css/hacks.asp
-
-
- voice-family: "\"}\"";
- voice-family: inherit;
- margin-left: 201px;
- margin-right:201px;*/
- }
- html>body #centercontent {
- margin-left: 231px;
- margin-right:231px;
- }
- #rightcontent {
- position: absolute;
- right:10px;
- top:120px;
- width:210px;
- }
- #banner {
- height:120px;
- }
- html>body #banner {
- height:120px;
- }
- #rightcontent p {
- font-size:10px
- }
- #tabheader {
- color : #D6E6F9;
- background-color : #6699CC;
- font-size : 13px;
- font-weight : bold;
- padding : 5px;
- padding-top:1px;
- padding-bottom:1px;
- }
- #tab {
- background-color : #D6E6F9;
- margin-top: 2px;
- padding : 5px;
- }
- #navlist {
- padding: 0px;
- margin: 0px;
- width: 100%;
- background-color: #6699cc;
- }
- #navlist li {
- list-style: none;
- margin: 0;
- padding: 0.25em;
- padding-top: 0.3em;
- padding-bottom: 0.3em;
- border-bottom: 1px solid white;
- }
- a.nb {
- font-family:Verdana,Arial,Helv;
- font-size:12px;
- margin-left:5px;
- font-weight:bold;
- text-decoration:underline;
- color:#D6E6F9;
- }
- a.nb:hover {
- color:white;
- }
-
- @media print {
- #rightcontent {display: none;}
- }