jsCalendar.clean.min.css 4.6 KB

123456789101112131415161718192021222324252627282930
  1. /*
  2. * jsCalendar theme
  3. * Clean v1.0
  4. *
  5. *
  6. * MIT License
  7. *
  8. * Copyright (c) 2018 Grammatopoulos Athanasios-Vasileios
  9. *
  10. * Permission is hereby granted, free of charge, to any person obtaining a copy
  11. * of this software and associated documentation files (the "Software"), to deal
  12. * in the Software without restriction, including without limitation the rights
  13. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  14. * copies of the Software, and to permit persons to whom the Software is
  15. * furnished to do so, subject to the following conditions:
  16. *
  17. * The above copyright notice and this permission notice shall be included in all
  18. * copies or substantial portions of the Software.
  19. *
  20. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  21. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  22. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  23. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  24. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  25. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  26. * SOFTWARE.
  27. *
  28. */
  29. .jsCalendar.clean-theme thead .jsCalendar-title-name,.jsCalendar.clean-theme thead .jsCalendar-week-days th{font-weight:700}.jsCalendar.clean-theme table{color:#000;background-color:transparent;box-shadow:none;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif}.jsCalendar.clean-theme thead .jsCalendar-nav-left,.jsCalendar.clean-theme thead .jsCalendar-nav-right{color:#afafaf}.jsCalendar.clean-theme thead .jsCalendar-nav-left:hover,.jsCalendar.clean-theme thead .jsCalendar-nav-right:hover{background-color:transparent;color:#000}.jsCalendar.clean-theme tbody td,.jsCalendar.clean-theme thead .jsCalendar-week-days th{height:42px;width:42px;line-height:42px;font-size:14px;margin:2px;border-radius:unset}.jsCalendar.clean-theme tbody td:hover{background-color:#f0f0f0;color:#000}.jsCalendar.clean-theme tbody td.jsCalendar-selected{border:unset}.jsCalendar.clean-theme tbody td.jsCalendar-current{background-color:transparent;border-radius:unset;color:#000;font-weight:700;border-bottom:2px solid #000;margin-bottom:0}.jsCalendar.clean-theme tbody td.jsCalendar-selected{background-color:#e0e0e0}.jsCalendar.clean-theme tbody td.jsCalendar-current:hover{color:#000}.jsCalendar.clean-theme tbody td.jsCalendar-next,.jsCalendar.clean-theme tbody td.jsCalendar-previous{color:transparent;opacity:0}.jsCalendar.clean-theme tbody td.jsCalendar-next:hover,.jsCalendar.clean-theme tbody td.jsCalendar-previous:hover{color:transparent}.jsCalendar.clean-theme ::selection{background:#afafaf}.jsCalendar.clean-theme.blue tbody td:hover{background-color:rgba(82,201,255,.3)}.jsCalendar.clean-theme.blue tbody td.jsCalendar-current{background-color:rgba(82,201,255,.2)}.jsCalendar.clean-theme.blue tbody td.jsCalendar-selected{background-color:rgba(82,201,255,.5)}.jsCalendar.clean-theme.blue ::selection{background:#83d8ff}.jsCalendar.blue ::-moz-selection{background:#83d8ff}.jsCalendar.clean-theme.yellow tbody td:hover{background-color:rgba(255,227,27,.3)}.jsCalendar.clean-theme.yellow tbody td.jsCalendar-current{background-color:rgba(255,227,27,.2)}.jsCalendar.clean-theme.yellow tbody td.jsCalendar-selected{background-color:rgba(255,227,27,.5)}.jsCalendar.clean-theme.yellow ::selection{background:#FDE74C}.jsCalendar.yellow ::-moz-selection{background:#FDE74C}.jsCalendar.clean-theme.orange tbody td:hover{background-color:rgba(255,180,0,.3)}.jsCalendar.clean-theme.orange tbody td.jsCalendar-current{background-color:rgba(255,180,0,.2)}.jsCalendar.clean-theme.orange tbody td.jsCalendar-selected{background-color:rgba(255,180,0,.5)}.jsCalendar.clean-theme.orange ::selection{background:#FFB400}.jsCalendar.clean-theme.orange ::-moz-selection{background:#FFB400}.jsCalendar.clean-theme.red tbody td:hover{background-color:rgba(246,81,29,.3)}.jsCalendar.clean-theme.red tbody td.jsCalendar-current{background-color:rgba(246,81,29,.2)}.jsCalendar.clean-theme.red tbody td.jsCalendar-selected{background-color:rgba(246,81,29,.5)}.jsCalendar.clean-theme.red ::selection{background:#F6511D}.jsCalendar.clean-theme.red ::-moz-selection{background:#F6511D}.jsCalendar.clean-theme.green tbody td:hover{background-color:rgba(127,184,0,.3)}.jsCalendar.clean-theme.green tbody td.jsCalendar-current{background-color:rgba(127,184,0,.2)}.jsCalendar.clean-theme.green tbody td.jsCalendar-selected{background-color:rgba(127,184,0,.5)}.jsCalendar.clean-theme.green ::selection{background:#7FB800}.jsCalendar.clean-theme.green ::-moz-selection{background:#7FB800}