Index: lutingenerator-demo/src/main/webapp/css/layout.css diff -u /dev/null lutingenerator-demo/src/main/webapp/css/layout.css:1.1 --- /dev/null Wed Apr 30 12:31:16 2008 +++ lutingenerator-demo/src/main/webapp/css/layout.css Wed Apr 30 12:31:09 2008 @@ -0,0 +1,86 @@ +/* Layout */ +body { + background-image: url("../images/lutin.gif"); + background-repeat: no-repeat; + background-position: right top; + margin:0px; + padding:15px; + color:#333; + background-color:white; + font-size: 85%; +} + +.Message { + font-size: 14px; + font-weight: bold; + font-family: verdana, arial, helvetica, sans-serif; + border:1px solid black; + background-color:#deecf1; + padding: 5px; + margin-bottom: 5px; +} + +.Error { + font-size: 14px; + font-weight: bold; + font-family: verdana, arial, helvetica, sans-serif; + border:1px solid black; + background-color:#ffecf1; + padding: 5px; + margin-bottom: 5px; +} + +li a { + font-style: italic; +} +a { + color: blue; + text-decoration: none; +} +a:hover { + color: orange; + text-decoration: underline; +} + +.errors { + color: red; +} + +.genDetails { + padding: 5px; + border: 1px dashed black; + width: 400px; + margin-top: 10px; +} + +.genDetails ul { + margin-top: 2px; + margin-bottom: 2px; +} + +.left { + float: left; + width: 40%; + margin: 0; + padding: 0; + text-align: left; +} + +.right { + float: left; + width: 60%; + margin: 0; + padding: 0; + text-align: right; +} +.explanations { + padding: 5px; + border: 1px dashed black; + margin-top: 10px; +} +.hidden { + display: none; +} +.stepSelected { + color: orange; +}