Services · Blog · Demo
Professional Wiki Innovation and Support

WebHtmlHead

Extra CSS that takes effect in the Public web

%STARTINCLUDE%
%INCLUDE{"%MAINWEB%.TWikiWebHtmlHead" warn="off"}%
<style type="text/css">
.natRevision, .partnerMore, .natMainHeaderContents {display:none}
.partnerContactTitle {font-weight:bold}
.partnerContactHolder {
   padding:5px;
   border:1px solid #e5e5e5;
   background-image:url('%PUBURLPATH%/%TWIKIWEB%/NatSkin/GrayBlend.png');
   background-repeat:repeat-x;
   background-position:1px 1px;
} 

.natSideBar,
.natTopRight {
  width:200px;
}
.natBottomBarLeft .natBottomBarContents {
  margin-right:199px;
}
.natBottomBarRight .natBottomBarContents {
  margin-left:200px
}
.natSideBar ul {
  margin:0px;
}
#team, #keys, #dices, #pad {
  background-repeat:no-repeat;
  background-position:-160px 0px;
  width:160px;
  height:100px;
  float:left;
  margin-right:10px;
  border:1px solid #e5e5e5;
}
#team.hover, #keys.hover, #dices.hover, #pad.hover {  background-position:0px 0px; }
#team {  background-image:url('%PUBURLPATH%/%WEB%/WebHome/HuskiesWeb.jpg'); }
#dices {  background-image:url('%PUBURLPATH%/%WEB%/WebHome/BlackDices.jpg'); }
#keys {  background-image:url('%PUBURLPATH%/%WEB%/WebHome/BlackKey.jpg'); }
#pad {  background-image:url('%PUBURLPATH%/%WEB%/WebHome/BlackKeyPad.jpg'); }
#contact-us:hover,
#contact-us {
  background-repeat:no-repeat;
  background-image:url('%PUBURLPATH%/%WEB%/WebHome/ContactWorldWide.gif');
  background-position:0px 0px;
  width:172px;
  height:128px;
  display:block;
  padding:0px;
  margin:0px;
}
#contact-us:hover {
  background-position:-172px 0px;
  background-color:transparent;
}
.boxTable {
  width:100%;
  border:0px;
  margin:0px;
}
.boxTable td {
 vertical-align:top;
}
.boxTable  h3 { 
  margin:0px 0px 0px 0px; 
  font-size:13px;
}
.boxLeft, .boxRight  {
 border:1px solid #e5e5e5;
 height:105px;
 padding:5px;
 background-image:url('%PUBURLPATH%/%TWIKIWEB%/NatSkin/GrayBlend.png');
 background-repeat:repeat-x;
}

.boxLeft {
  margin:0px 5px 5px 30px;
}
.boxRight {
  margin:0px 30px 5px 5px;
}
.boxTable td td {
  vertical-align:middle;
  width:50%;
  padding:10px;
  border:0px;
}
.boxBottom {
  background-image:url('%PUBURLPATH%/%TWIKIWEB%/NatSkin/GrayBlend.png');
  background-repeat:repeat-x;
  border:1px solid #e5e5e5;
  margin:0px 30px;
}
table.conclusion td {
  width:100%;
  font-weight:bold;
  padding:0px 5px;
  vertical-align:top;
}
.conclusion .icon {
  width:20px;
}
.more {
 display:inline;
 white-space:nowrap;
}
</style>
%STOPINCLUDE%

Copyright © 1999-2010 WikiRing Partnership - Contact us