style.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. /**
  2. * Copyright (c) 2011 Georg Ehrke <ownclouddev at georgswebsite dot de>
  3. * This file is licensed under the Affero General Public License version 3 or
  4. * later.
  5. * See the COPYING-README file.
  6. */
  7. #view { float: left; font-size: 12px; height: 100%;}
  8. #datecontrol {text-align: center;}
  9. #datecontrol_left{font-size: 12px;}
  10. #datecontrol_right{font-size: 12px;}
  11. #datecontrol_date_label {margin: 0; padding: 0; font-size: 12px;}
  12. #choosecalendar {margin-right: 170px; float: right; font-size: 12px;}
  13. #choosecalendar_dialog {display: none;}
  14. #newentry_dialog {display: none;}
  15. #editentry_dialog {display: none;}
  16. #parsingfail_dialog{display: none;}
  17. #loading { display: none;margin: 0;padding:0;margin-top:5px;}
  18. #calendar_holder {position: relative;bottom: 0; right: 0; left: 0; top: 3em;}
  19. .fc-content{padding:2px 4px;}
  20. #listview {margin: 0; padding: 10px; background: #EEEEEE;}
  21. #listview #more_before, #listview #more_after {border: 1px solid #1a1a1a; width:25em;padding: 3px;text-align: center;}
  22. #listview #events {width:25em;padding: 4px;}
  23. #listview #events .day {width:auto;padding-left:10px;border-bottom: 2px solid #EEEEEE;text-align:left;}
  24. .actions {height: 33px; min-width: 800px;}
  25. .controls {min-width: 800px;}
  26. .center {text-align: center;}
  27. .dateinfo {height: 20px;width: 100%; overflow: hidden; margin-top: 0; padding: 0; font-size: 12px;background: #F7F7F7;}
  28. .events {width: 100%; margin: 0; padding: 0;min-height: 100px;}
  29. .calendar_row {height: 20px; text-align: center;background: #ffffff;}
  30. #oneweekview .calendar_row {width: 13.5%;}
  31. .calendar_time {height: 20px; width: 50px; text-align:right;background: #ffffff;}
  32. .day {text-align: center; background: #ffffff; margin: 0; padding: 0; vertical-align: top; width: 14%; height: 22%;}
  33. .weekend {background: #F3F3F3; }
  34. .weekend_thead, .weekend_row{height: 20px;text-align: center;text-align: center;background: #F3F3F3;}
  35. .thisday{background: #FFFABC;}
  36. .event {position:relative;}
  37. .event.colored {border-bottom: 1px solid white;}
  38. .popup {display: none; position: absolute; z-index: 1000; background: #eeeeee; color: #000000; border: 1px solid #1a1a1a; font-size: 90%;}
  39. .event_popup {width: 280px; height: 40px; padding: 10px;}
  40. input[type="button"].active {color: #6193CF}
  41. #fromtime, #totime {
  42. color:#333;
  43. }
  44. #fromtime.disabled, #totime.disabled {
  45. color:#A9A9A9;
  46. }
  47. select#category{width:140px;}
  48. button.category{margin:0 3px;}
  49. .calendar-colorpicker-color{display:inline-block;width:20px;height:20px;margin-right:2px;cursor:pointer;border:2px solid transparent;}
  50. .calendar-colorpicker-color.active{border:2px solid black;}
  51. #event {padding: 0;margin: 0;margin-top:-5px}
  52. .calendar_share_dropdown{ display:block; position:absolute; z-index:100; width:16em; right:0; margin-right:7em; background:#F8F8F8; padding:1em;
  53. -moz-box-shadow:0 1px 1px #777; -webkit-box-shadow:0 1px 1px #777; box-shadow:0 1px 1px #777;
  54. -moz-border-radius:0 0 1em 1em; -webkit-border-radius:0 0 1em 1em; border-radius:0 0 1em 1em;}
  55. .fc-list-table
  56. {
  57. margin: 10px;
  58. border-style: hidden;
  59. border-width: 10px;
  60. padding: 10px;
  61. vertical-align: top;
  62. width: 100%;
  63. }
  64. .fc-list-table tr:hover
  65. {
  66. color: #0000FF;
  67. background-color: #CCFFCC;
  68. }
  69. .fc-list-date
  70. {
  71. margin: 16px;
  72. white-space: nowrap;
  73. text-align: left;
  74. width: 100%;
  75. background-color: #808080;
  76. color: #FFFFFF;
  77. font-weight: bold;
  78. font-family: Arial, Helvetica, sans-serif;
  79. }
  80. .fc-list-time
  81. {
  82. text-align: center;
  83. white-space: nowrap;
  84. width: 1%;
  85. }
  86. .fc-list-event
  87. {
  88. text-align: left;
  89. }
  90. .fc-list-event .fc-event-title
  91. {
  92. cursor: pointer;
  93. }
  94. .tipsy-event .tipsy-inner{
  95. background-color:#0098E4;
  96. border:2px solid #1d2d44;
  97. max-width:400px;
  98. padding:0;
  99. }
  100. .tipsy-event .tipsy-arrow-s{
  101. border-top-color:#1d2d44;
  102. }
  103. .tipsy-event .tipsy-arrow-n{
  104. border-bottom-color:#1d2d44;
  105. }
  106. .tipsy-event .summary,
  107. .tipsy-event .timespan,
  108. .tipsy-event .description{
  109. padding:0 8px;
  110. }
  111. .tipsy-event .summary{
  112. background-color:#1d2d44;
  113. font-size:1.2em;
  114. font-weight:bold;
  115. text-align:left;
  116. padding:0 8px 2px;
  117. }
  118. .tipsy-event .description{
  119. line-height:1.2;
  120. margin-bottom:4px;
  121. }