X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fcss%2Fbase%2Flayout.css;fp=src%2Fmain%2Fwebapp%2Fcss%2Fbase%2Flayout.css;h=0000000000000000000000000000000000000000;hp=f6d4984e47dd3d319c34488d52bdb24d56436b3a;hb=333d6535bf30e4811ca4b1b62b02ce8658a7b777;hpb=60794b90fccca40a5041c40fad9efe38e0cd3e37 diff --git a/src/main/webapp/css/base/layout.css b/src/main/webapp/css/base/layout.css deleted file mode 100644 index f6d4984e..00000000 --- a/src/main/webapp/css/base/layout.css +++ /dev/null @@ -1,54 +0,0 @@ -.content -{ - position: relative; -} -.content.cols_2 -{ - padding: 0 27em 0 0; - background-image: url('../../img/bg.gif'); - background-repeat: repeat-y; - background-position: right top; -} -.content.cols_2 > .main -{ - float: left; - min-height: 1em; - position: relative; - width: 100%; -} -.content.cols_2 > .marginal -{ - float: left; - margin: 0 -27em 0 2.625em; - padding: 0 2em 1.0625em 2em; - position: relative; - width: 20.375em; - background-color: #6EE768; -} -.content #nav -{ - position: absolute; - top: 0; - width: 100%; -} -.content.cols_2 #nav -{ - position: relative; - top: auto; - right: auto; - width: 22.375em; /** 358px = 326px + 32px*/ -} -.content.cols_2 #nav > #menu -{ - margin: 0 0 -2.125em 0; /** 0 0 -34px 0 */ -} -.content.cols_1 #nav > #menu -{ - position: absolute; - top: -7em; /** 112px */ - right: 0; - margin: 0; -} - -/** Always display vertical scroll-bars */ -body { overflow-y: scroll; }