45 lines
633 B
CSS
45 lines
633 B
CSS
|
|
body {
|
|
background: url(bkg.gif) repeat-x;
|
|
color: #5B5B5B;
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
|
|
margin-top: 100px;
|
|
text-align: center;
|
|
}
|
|
.wrapper {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 50em;
|
|
text-align: left;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
color: #5e8a9a;
|
|
}
|
|
h1 {
|
|
padding-top: 20px;
|
|
color: #7b1e1e;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
color: #8ec6d9;
|
|
}
|
|
.content {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.dualbrand {
|
|
padding-top: 20px;
|
|
}
|
|
.wildfly {
|
|
float:left;
|
|
margin-left: 10px;
|
|
}
|
|
.logo{
|
|
margin-bottom: 10px;
|
|
}
|
|
.note {
|
|
font-size: 8pt;
|
|
color: #aaaaaa;
|
|
}
|