Line 1:
- #wiki-content {      
- position: relative;      
- margin-left: 185px;      
- font-size: 100%;      
- vertical-align: top;      
- }      
  #wiki-page {    #wiki-page { 
  /*background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);    /*background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%); 
Line 13:
  background-color: #0083ae;    background-color: #0083ae; 
   
    + #wiki-content {  
    + position: relative;  
    + margin-left: 185px;  
    + font-size: 100%;  
    + vertical-align: top;  
    + background-image: url("images/wiki-bg.png");  
    + }  
       
  .portlet {    .portlet { 
  background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);    background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%); 
Line 226:
  background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);    background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%); 
  background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%); */    background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%); */ 
- background-image: url("images/wiki-bg.png");      
   
  #contents-header {    #contents-header {