<br />
<b>Warning</b>:  Undefined variable $w in <b>/data/web/virtuals/37047/virtual/www/_sites/migdal.cz/hashi/hashi.css.php</b> on line <b>13</b><br />
<br />
<b>Warning</b>:  Undefined variable $h in <b>/data/web/virtuals/37047/virtual/www/_sites/migdal.cz/hashi/hashi.css.php</b> on line <b>14</b><br />
<br />
<b>Warning</b>:  Undefined variable $island_size in <b>/data/web/virtuals/37047/virtual/www/_sites/migdal.cz/hashi/hashi.css.php</b> on line <b>15</b><br />
<br />
<b>Warning</b>:  Undefined variable $bridge_size in <b>/data/web/virtuals/37047/virtual/www/_sites/migdal.cz/hashi/hashi.css.php</b> on line <b>16</b><br />
<br />
<b>Warning</b>:  Undefined variable $bridge_gap in <b>/data/web/virtuals/37047/virtual/www/_sites/migdal.cz/hashi/hashi.css.php</b> on line <b>17</b><br />
<br />
<b>Warning</b>:  Undefined variable $bridge_weight in <b>/data/web/virtuals/37047/virtual/www/_sites/migdal.cz/hashi/hashi.css.php</b> on line <b>18</b><br />
<br />
<b>Warning</b>:  Undefined variable $vertex_font_size in <b>/data/web/virtuals/37047/virtual/www/_sites/migdal.cz/hashi/hashi.css.php</b> on line <b>19</b><br />


#box{
	width: 601px;
	height: 601px;
	position: relative;
	background-color: white;
}
.vertex{
	position: absolute;
	z-index: 10;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid black;
	border-radius: 9px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	font-family: arial, sans-serif;
}
	.vertex div{
		display: none;
	}
.vertex.zero{
	color: white;
	border-color: silver;
}
.vertex.v_pass, .vertex.h_pass{
	border-color: white;
}
.v_pass, .h_pass{
	border: 6px solid white;
	border-radius: 0;
	font-size: 1px;
	color: transparent;
	background-color: black;
	width: 18px;
	height: 18px;
}
.segment{
	position: absolute;
	z-index: 5;
	display: block;
	background-color: black;
	border: 6px solid white;
	cursor: pointer;
	width: 35px;
	height: 35px;
}
.h_segment, .h_pass{
	border-left: 0 none red;
	border-right: 0 none red;
	height: 6px;
}
.v_segment, .v_pass{
	border-top: 0 none red;
	border-bottom: 0 none red;
	width: 6px;
}
.vertex.v_pass div,
.vertex.h_pass div,
.s0, .s1, .s2{
	display: block;
	width: 2px;
	height: 2px;
	background-color: white;
	border: 2px solid black;
}
.v_segment div.s0, .v_pass div.s0{height: 100%; width: 100%; border: 0 none red;}
.v_segment div.s1, .v_pass div.s1{height: 100%;              border-top: 0 none red; border-bottom: 0 none red; border-color: white; background-color: black;}
.v_segment div.s2, .v_pass div.s2{height: 100%;              border-top: 0 none red; border-bottom: 0 none red;}
.h_segment div.s0, .h_pass div.s0{height: 100%; width: 100%; border: 0 none red;}
.h_segment div.s1, .h_pass div.s1{              width: 100%; border-left: 0 none red; border-right: 0 none red; border-color: white; background-color: black;}
.h_segment div.s2, .h_pass div.s2{              width: 100%; border-left: 0 none red; border-right: 0 none red;}
