Skip to content

Instantly share code, notes, and snippets.

@alexcabrera
Created October 20, 2009 18:06
Show Gist options
  • Save alexcabrera/214465 to your computer and use it in GitHub Desktop.
Save alexcabrera/214465 to your computer and use it in GitHub Desktop.
=jcalendar_disabled
:background #bbb
:color #888
table.jCalendar
:border 1px solid #000
:background #aaa
:border-collapse separate
:border-spacing 2px
th
:background #333
:color #fff
:font-weight bold
:padding 3px 5px
td
:background #ccc
:color #000
:padding 3px 5px
:text-align center
.other-month
:background #ddd
:color #aaa
.today
:background #666
:color #fff
.selected
:background #666
:color #fff
.dp-hover
:background #f33
:color #fff
.dp-hover
:background #fff
:color #000
.disabled
+jcalendar_disabled
.dp-hover
+jcalendar_disabled
.unselectable
+jcalendar_disabled
&:hover
+jcalendar_disabled
.dp-hover
+jcalendar_disabled
tr
.activeWeekHover
td
:background #fff
:color #000
.selectedWeek
td
:background #f66
:color #fff
div.dp-popup
:position relative
:background #ccc
:font-size 10px
:font-family "Arial", sans-serif
:padding 2px
:width 171px
:line-height 1.2em
a
:color #000
:text-decoration none
:padding 3px 2px 0
.disabled
:cursor default
:color #aaa
div.dp-nav-prev
:position absolute
:top 2px
:left 4px
:width 100px
a
:float left
:cursor pointer
.diabled
:cursor default
div.dp-nav-next
:position absolute
:top 2px
:right 4px
:width 100px
a
:float right
:cursor pointer
.disabled
:cursor default
td
:cursor pointer
.disabled
:cursor default
div#dp-popup
:position absolute
:z-index 199
h2
:font-size 12px
:text-align center
:margin 2px 0
:padding 0
a#dp-close
:font-size 11px
:padding 4px 0
:text-align center
:display block
&:hover
:text-decoration underline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment