diff -r 000000000000 -r 083966fa9d9d java/sql-vyuka/web/strom.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/sql-vyuka/web/strom.css Tue Jul 14 16:51:24 2009 +0200 @@ -0,0 +1,50 @@ +ul.strom { + display: none; +} + +ul.strom li { + list-style: none; + margin: 3px; +} + +ul.strom, ul.strom ul , ul.strom li { + margin-left: 10px; + padding: 0px; +} + +ul.strom li .bullet { + padding-left: 16px; +} + +ul.strom li.liOpen .bullet { + cursor: pointer; + background: url('grafika/strom-minus.gif') center left no-repeat; +} + +ul.strom li.liClosed .bullet { + cursor: pointer; + background: url('grafika/strom-plus.gif') center left no-repeat; +} + +ul.strom li.liBullet .bullet { + cursor: default; + background: url('grafika/strom-konec.png') center left no-repeat; +} + +ul.strom li.liOpen ul { + display: block; +} + +ul.strom li.liClosed ul { + display: none; +} + +ul.strom .schema { + padding-left: 22px; + background: url('grafika/strom-schema.png') center left no-repeat; +} + +ul.strom .tabulka { + padding-left: 22px; + background: url('grafika/strom-tabulka.png') center left no-repeat; +}