blob: 91534c69b9e649a41d789b9c16b2032501a38bd6 [file] [log] [blame]
/* Improvements to default CSS have been removed since they have been integrated by the default CSS (http://www.eclipse.org/default/style.css). */
#novaContent {
background: url("images/backgroundMain.png") no-repeat white;
padding-top: 170px;
}
#bigbuttons {
background: url("images/MoDiscoLogo.png") no-repeat;
background-position: 10px 10px;
}
/* Begin new content */
#bigbuttons {
position: relative;
left: 420px;
top: -170px;
}
#bigbuttons h3{
visibility: hidden;
}
#bigbuttons ul li {
display:block;
list-style-type:none;
background-color: red;
padding: 0;
margin: 0;
}
#bigbuttons a:hover {
text-decoration: none;
}
#bigbuttons a {
display: block;
height:77px; width:250px;
padding: 0;
margin: 20px;
text-indent: -9000px;
position: absolute;
}
#buttonDownload {
background:transparent url("images/buttonDownload.png") no-repeat 0 0;
top: 0px;
left: 0px;
}
#buttonDownload:hover {
background:transparent url("images/buttonDownload_sel.png") no-repeat 0 0;
}
#buttonDocumentation {
background:transparent url("images/buttonDocumentation.png") no-repeat 0 0;
top: 87px;
left: 0px;
}
#buttonDocumentation:hover {
background:transparent url("images/buttonDocumentation_sel.png") no-repeat 0 0;
}
#buttonSupport {
background:transparent url("images/buttonSupport.png") no-repeat 0 0;
top: 0px;
left: 280px;
}
#buttonSupport:hover {
background:transparent url("images/buttonSupport_sel.png") no-repeat 0 0;
}
#buttonInvolved {
background:transparent url("images/buttonInvolved.png") no-repeat 0 0;
top: 87px;
left: 280px;
}
#buttonInvolved:hover {
background:transparent url("images/buttonInvolved_sel.png") no-repeat 0 0;
}
#bigbuttons a * {
visibility: hidden;
}
/* End new content */
#midcolumn img {
margin-bottom: 15px;
}
div.block {
float: left;
width: 40%;
margin-right: 3%
}
#headlines h4 {
font-size: 12px;
border-bottom-style: dotted;
border-bottom-width: 1px;
}
#headlines ul li {
border-bottom-style: solid;
border-bottom-width: 1px;
}
#newAndNoteworthy a {
background: transparent url("images/newAndNoteworthy.png") no-repeat 0 0;
}