МОРда МАджонга
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
347B

  1. #окно-темы
  2. {
  3. position: fixed;
  4. left: 1em;
  5. top: 3em;
  6. bottom: 3em;
  7. right: 1em;
  8. }
  9. #окно-темы-заголовок
  10. {
  11. float: left;
  12. }
  13. #кнопка-темы-скрыть
  14. {
  15. position: fixed;
  16. left: 0;
  17. bottom: 2em;
  18. margin: 1em;
  19. }
  20. #окно-темы-список-родитель
  21. {
  22. float: right;
  23. };