Header

From Neomia

(Difference between revisions)
Line 44: Line 44:
  float: right;
  float: right;
  width: 150px;
  width: 150px;
 +
position: relative;
 +
top: 0px;
 +
right: 0px;
  }
  }
   
   

Revision as of 19:48, 4 March 2007

<style type="text/css">

.portlet {
 display: none;
}

#p-cactions, #p-personal, #p-Wiki, #p-Neomia, #p-logo, #p-search, #p-tb {
 display: table !important;
}

.infoTable {
width: 21em; 
padding: 2x; 
font-size: 92%; 
margin-left: 9px;
float: right;
}

.itemTable {
margin-right: 5px;
float: left !important;
margin-left: 0px !important;
margin-bottom: 10px;
}

.infoTable th {
font-size: larger; 
color: #FFFFFF; 
background-color: #0000BB; 
text-align:center;
}

.infoTableImg {
text-align: center;
background-color: #FFFFFF;
}

.topLogo {
text-align: center; 
width: 154px; 
float: left;
}

.itemLogo {
float: right;
width: 150px;
position: relative;
top: 0px;
right: 0px;
}

.itemInfo {
width: 600px;
border: 1px solid gray;
margin-left: 250px;
height: 156px;
margin-bottom: 10px;
padding-left: 5px;
}

.infoTitle {
font-weight: bold;
}

.infoTable td {
border-bottom: 1px solid gray; 
}

</style>

Personal tools