galeria.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. div.album_list{
  2. display:inline-block;
  3. vertical-align: bottom;
  4. }
  5. /* Translate page */
  6. div#translation_instructions{
  7. text-align: center;
  8. }
  9. div#translation_instructions ul{
  10. display: inline-block;
  11. text-align: left;
  12. }
  13. div#translation_instructions ul li{
  14. margin-top: 0.5em;
  15. }
  16. table#table_translate_languages td.translate_language{
  17. min-width: 30%;
  18. border-collapse: collapse;
  19. border: none;
  20. vertical-align: top;
  21. }
  22. table#table_translate_photos{
  23. border-collapse: collapse;
  24. }
  25. table#table_translate_photos td.details{
  26. width: 24%;
  27. border: 1px solid #000000;
  28. vertical-align: top;
  29. }
  30. table#table_translate_photos td.image{
  31. max-width: 8.5em;
  32. border: 1px solid #000000;
  33. vertical-align: top;
  34. }
  35. table#table_translate_photos textarea{
  36. width: 100%;
  37. height: 100%;
  38. min-height: 6em;
  39. resize: none;
  40. }
  41. table#table_translate_photos img{
  42. min-width: 8em;
  43. min-height: 6em;
  44. float: right;
  45. border: 1px solid black;
  46. resize: none;
  47. }
  48. div.translate_row_title{
  49. height: 3em;
  50. }
  51. div.translate_row_description{
  52. height: 12em;
  53. overflow: auto;
  54. }
  55. div.translate_row_description p{
  56. font-size: 80%;
  57. }
  58. div.translate_row_description textarea{
  59. width: 100%;
  60. height: 80%;
  61. resize: none;
  62. }
  63. div.translate_row_itinerary table td textarea{
  64. width: 100%;
  65. height: 100%;
  66. resize: none;
  67. }
  68. div#translate_controls{
  69. margin-top: 20px;
  70. margin-bottom: 20px;
  71. text-align: center;
  72. }
  73. div#translate_controls input{
  74. margin: 20px;
  75. }
  76. xmp{ white-space:pre-wrap; word-wrap:break-word; }