alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java EE 6 example source code file (default.css)

This example Java EE 6 source code file (default.css) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Java EE 6 tags/keywords

arial, arial, helvetica, helvetica, verdana, verdana

The Java EE 6 default.css source code

body {
  background-image: url(../images/body-background.png);
  background-repeat: repeat-x;
  background-color: #5c8098;
}
html, body, h1, h2 {
  margin: 0px;
  padding: 0px;
}
body, textarea, input {
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #2d2b3d;
}
#container {
  text-align:center;
}
#container-inner {
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  width: 820px;
}
#header {
  width: 820px;
  height: 100px;
  background-image: url(../images/header-background.png);
  background-repeat: no-repeat;
}
#header h1 {
  display: none;
}
#main {
  height: 610px;
  background-image: url(../images/main-background.png);
  background-repeat: no-repeat;
  text-align: left;
  width: 740px;
  padding: 30px 40px 20px 40px;
}
#display {
  border: 1px solid #5c8098;
  width: 740px;
  height: 400px;
  margin-bottom: 10px;
  overflow-y: scroll;
}
#login-name {
  width: 200px;
}
#message {
  width: 740px;
  height: 50px;
}

Other Java EE 6 examples (source code examples)

Here is a short list of links related to this Java EE 6 default.css source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.