/***********************************************************************
** START_HERE.css works with steamport.css for the Steamport Skin for PMWiki
** == These are the image files you will want to customize for your site ==
** == Also you can add any custom CSS to this file to overide the 
**    steamport.css file even if it refers to the same element.
**
**  Copyright 2017 Kirk Siqveland (Kirk@theCogworks.org)
**
**  This file is one of several Skin files for PmWiki; you may redistribute it 
**  and/or modify it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
**
***********************************************************************/

/*  

    The Other big visual items are 
    from the /local/Config.php file:
    (see the README file, )
    
               WikiLogo  
    And The 	 $WikiTitle 
    and the    $WikiSearchTitle 


*/


body {
  /** Assuming you have added a /media directory to your pmwiki root directory (e.g. www.examplesite.com/pmwiki/media ) 
  /**   to be used for your default images.  **/
  /** Also assuming this file sits in the {pmwiki root}/pub/skins/steamport directory...
  /** For your <body> background you would use:;
  /*    background-image: url("../../../media/background.png"); */ 	

  background-image: url("/pmwiki/media/cloudscape.jpg");
}

#wikisidebar {
  /** Assuming you have added a /media directory to your pmwiki root directory (e.g. www.examplesite.com/pmwiki/media ) 
  /**   to be used for your default images.  **/
  /** Also assuming this file sits in the {pmwiki root}/pub/skins/steamport directory...
  /** For your <body> background you would use:;
  /*   background-image: url("/pmwiki/media/sidebarback.png"); */ 		
  background-image: url("../../../media/steam.png");   
}

#wikirightgroup {
  /** Assuming you have added a /media directory to your pmwiki root directory (e.g. www.examplesite.com/pmwiki/media ) 
  /**   to be used for your default images.  **/
  /** Also assuming this file sits in the {pmwiki root}/pub/skins/steamport directory...
  /** For your <body> background you would use:;
  /*   background-image: url("/pmwiki/media/rightgroupback.png"); */	
  background-image: url("../../../media/steam.png");
  display: inherit;

  /** If you don't want the RightGroup SideBar uncomment this:  **/
  /*  display: none; */
  
  /** Note: this does not hide the SearchBar */
}
