/com_joomleague/components/com_joomleague/modules/mod_joomleague_calendar/assets/css/mod_joomleague_calender.css

https://gitlab.com/volleyuisp/joomleague · CSS · 166 lines · 128 code · 32 blank · 6 comment · 0 complexity · 187aa158eba59dffa7b6d1b8941ac450 MD5 · raw file

  1. span.jlcal_jevents_time {
  2. }
  3. span.jlcal_jevents_title {
  4. font-weight: bold;
  5. }
  6. span.jlcal_jevents_location {
  7. }
  8. .jlcal_matchrow tr>td {
  9. border-bottom: 3px #f00 inline;
  10. }
  11. .jlcCalendarDayEmpty {
  12. color: #ddd;
  13. }
  14. .jcalbox_hidden {
  15. visibility: hidden;
  16. }
  17. .jcalbox_visible {
  18. visibility: show;
  19. }
  20. .jcal_inject {
  21. max-height: 300px;
  22. overflow: auto;
  23. /*margin:10px;*/
  24. }
  25. .jcal_inject_close {
  26. float: right;
  27. border: solid 2px #000;
  28. padding: 1px 6px;
  29. cursor: pointer;
  30. font-weight: bold;
  31. }
  32. .jlcal_hiddenmatches {
  33. display: none;
  34. }
  35. span.jlCalListTitle {
  36. display: block;
  37. text-align: center;
  38. }
  39. table.jlcCalendar { /* style for all the calendar table */
  40. padding: 0;
  41. margin: 10px auto;
  42. font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  43. color: #000000;
  44. text-align: center;
  45. border-collapse: collapse;
  46. width: 98%;
  47. }
  48. td.jlcCalendarHeader {
  49. /* the style for The calendar header, this includes the two link arrows and the date*/
  50. margin: 0;
  51. padding: 0;
  52. background: #616D7E;
  53. color: #fff;
  54. font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  55. text-align: center;
  56. }
  57. td.jlcheaderDate { /* td style for the header date (ex. December 2007)*/
  58. background: #616D7E;
  59. }
  60. a.jlcheaderDate { /* link style for the header date */
  61. font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  62. color: #3BB9FF;
  63. text-align: center;
  64. text-decoration: none;
  65. }
  66. td.jlcheaderArrow { /*td the style for the header link arrows */
  67. background: #dcdcdc;
  68. }
  69. a.jlcheaderArrow { /*link style for the header link arrows*/
  70. font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  71. color: #3BB9FF;
  72. text-align: center;
  73. text-decoration: none;
  74. }
  75. td.jlcdayName { /*td style of the day abreviations (S M T W T F S) */
  76. font: bold 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica,
  77. sans-serif;
  78. color: #616B76;
  79. background: #FFFFFF;
  80. }
  81. td.jlcCalendarDay {
  82. width: 14%;
  83. /*height: 25px;
  84. text-align: center;*/
  85. }
  86. a.jlcCalendarDay {
  87. /* style for a normal link in the calendar (that is not in the actual day) */
  88. text-decoration: underline;
  89. font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  90. color: #DF9496;
  91. text-decoration: none;
  92. font-weight: bold;
  93. display: block;
  94. }
  95. td.jlcCalendarToday { /* the style for Today day */
  96. color: #F6F4DA;
  97. font-weight: bold;
  98. background: #FAAFBE;
  99. }
  100. a.jlcCalendarToday {
  101. /* link style for a link that is in the actual day */
  102. font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  103. color: #6aa3ae;
  104. }
  105. .dropList {
  106. list-style: none;
  107. background: #FFFFFF;
  108. }
  109. td.jlcal_matchdate {
  110. }
  111. td.jlcal_hometeam {
  112. white-space: nowrap;
  113. width: 40%;
  114. text-align: right;
  115. vertical-align: middle;
  116. }
  117. td.jlcal_awayteam {
  118. white-space: nowrap;
  119. width: 40%;
  120. vertical-align: middle;
  121. }
  122. td.jlcal_hometeam img,td.jlcal_awayteam img {
  123. margin: auto 5px;
  124. vertical-align: middle;
  125. }
  126. td.jlcal_hometeam img {
  127. float: right;
  128. }
  129. td.jlcal_awayteam img {
  130. float: left;
  131. }
  132. td.jlcal_result {
  133. white-space: nowrap;
  134. }