/* $Id: dhtml_menu.css,v 1.9 2009/11/07 00:57:37 arancaytar Exp $ */

/**
 * @file dhtml_menu.css
 * Static stylesheet rules to be applied to DHTML Menu markup.
 */

/*
 * Cloned leaves are small and emphasized with italics.
 */
li.dhtml-menu-cloned-leaf {
  font-size: 0.7em;
  font-style: italic;
}

/*
 * Menus that are initially collapsed must be hidden statically.
 * Otherwise, they will show up while the page renders, until JS runs.
 */
li.dhtml-menu.start-collapsed ul {
  display: none;
}
#content li.dhtml-menu.start-collapsed ul {
  display: block;
}

/*
 * When using open-only menus, expanded links are italicized
 * to show that they are now static.
 */ 
li.dhtml-menu-open > a {
  font-style: italic;
}

/*
 * When using bullet-icon expansion, make the invisible link as large 
 * as the bullet icon (16x16). It will be positioned by Javascript, respecting 
 * text direction. Therefore no positioning code is required here.
 */
a.dhtml-menu-icon {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
}

/*
 * Provide large and visible folder icons for easy clicking.
 */
 li.dhtml-folder.collapsed a .dhtml-menu-icon {
  /*list-style-image: url("/web/20200608222422im_/http://social-networking.ru/modules/dhtml_menu/images/folder-closed-white.png") !important;*/
  /*
  list-style-image: url(/web/20200608222422im_/http://social-networking.ru/misc/menu-collapsed.png) !important;
  list-style-type: disc;
  */
  background: url(/misc/menu-collapsed.png) left no-repeat !important; /* LTR */
  
}
#content li.dhtml-folder.collapsed {
  /*list-style-image: url("/web/20200608222422im_/http://social-networking.ru/modules/dhtml_menu/images/folder-closed-white.png") !important;*/
  list-style-image: none !important; /* LTR */
  list-style-type: none;
  list-style: none;
}
li.dhtml-folder.expanded a .dhtml-menu-icon {
  /*list-style-image: url("/web/20200608222422im_/http://social-networking.ru/modules/dhtml_menu/images/folder-open-white.png") !important;*/
  /*
  list-style-image: url(/web/20200608222422im_/http://social-networking.ru/misc/menu-expanded.png) !important;
  list-style-type: circle;
  */
  background: url(/misc/menu-expanded.png) left no-repeat !important; /* LTR */
}



/*
     FILE ARCHIVED ON 22:24:22 Jun 08, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:41:02 Feb 29, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.066
  exclusion.robots.policy: 0.057
  cdx.remote: 0.125
  esindex: 0.008
  LoadShardBlock: 637.447 (6)
  PetaboxLoader3.datanode: 238.694 (7)
  load_resource: 218.558
  PetaboxLoader3.resolve: 140.177
*/