summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/finanzonline/FinanzOnlineLogin/index.css
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-10-09 16:23:48 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-10-09 16:23:48 +0000
commit61ca2c1fe936408ae1b90d52928ce0d90f9a14ac (patch)
treee6a95ebd064e5ebab6d37d935b3c18b1ea20832f /BKUOnline/src/main/webapp/finanzonline/FinanzOnlineLogin/index.css
parent32d579c45b0fc8a99e4f9b71164415fa09e2d79f (diff)
downloadmocca-61ca2c1fe936408ae1b90d52928ce0d90f9a14ac.tar.gz
mocca-61ca2c1fe936408ae1b90d52928ce0d90f9a14ac.tar.bz2
mocca-61ca2c1fe936408ae1b90d52928ce0d90f9a14ac.zip
demo integration beta1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@93 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
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;}
- }