Created
May 8, 2015 19:38
-
-
Save Andygmb/e8436fd8ec2bb5155a11 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*====================================================================================================================*/ | |
/*====================================================================================================================*/ | |
/*============================================ Events Calendar ============================================*/ | |
/*====================================================================================================================*/ | |
/*====================================================================================================================*/ | |
.wiki-page-content .md blockquote table, | |
.side .md blockquote table { | |
height:190px !important; | |
cursor:default !important; | |
position:relative !important; | |
left:0 !important; | |
right:0 !important; | |
margin-bottom:10px; | |
} | |
.wiki-page-content .md blockquote table th, | |
.side .md blockquote table th { | |
border:1px solid #999 !important; | |
position:relative !important; | |
background:none !important; | |
width:38px !important; | |
height:20px !important; | |
text-align:center !important; | |
font-weight:bold !important; | |
color:#a1acac !important; | |
} | |
.wiki-page-content .md blockquote table thead tr th:nth-of-type(1), | |
.wiki-page-content .md blockquote table thead tr th:nth-of-type(2), | |
.wiki-page-content .md blockquote table thead tr th:nth-of-type(3), | |
.wiki-page-content .md blockquote table thead tr th:nth-of-type(4), | |
.wiki-page-content .md blockquote table thead tr th:nth-of-type(5), | |
.wiki-page-content .md blockquote table thead tr th:nth-of-type(6), | |
.wiki-page-content .md blockquote table thead tr th:nth-of-type(7), | |
.side .md blockquote table thead tr th:nth-of-type(1), | |
.side .md blockquote table thead tr th:nth-of-type(2), | |
.side .md blockquote table thead tr th:nth-of-type(3), | |
.side .md blockquote table thead tr th:nth-of-type(4), | |
.side .md blockquote table thead tr th:nth-of-type(5), | |
.side .md blockquote table thead tr th:nth-of-type(6), | |
.side .md blockquote table thead tr th:nth-of-type(7) { | |
visibility:visible !important; | |
border:1px solid #999 !important; | |
} | |
.wiki-page-content .md blockquote table td, | |
.side .md blockquote table td { | |
border:1px solid #999 !important; | |
width:38px !important; | |
text-align:center; | |
} | |
.wiki-page-content .md blockquote table td strong, | |
.side .md blockquote table td strong { | |
color:#0084cc; | |
text-decoration:underline; | |
} | |
.wiki-page-content .md blockquote table td a, .wiki-page-content .md blockquote table td code, | |
.side .md blockquote table td a, .side .md blockquote table td code { | |
position: absolute; | |
width:230px; | |
right:-1px; | |
padding: 9px; | |
padding-bottom:12px; | |
margin-top:-26px; | |
display: none; | |
z-index:2; | |
font-size:18px; | |
background: #ececec; | |
border: 1px solid #cdcdcd; | |
font-weight: 700; | |
background-image: -moz-linear-gradient(#f7f7f7,#ececec); | |
background-image: -o-linear-gradient(#f7f7f7,#ececec); | |
background-image: -ms-linear-gradient(#f7f7f7,#ececec); | |
background-image: linear-gradient(#f7f7f7,#ececec); | |
font-family: Cabin,Arial,sans-serif; | |
color: #0084cc; | |
line-height: 1.5; | |
-webkit-box-shadow: 3px -1px 9px rgb(216,222,231); | |
-moz-box-shadow: 3px -1px 9px rgb(216,222,231); | |
box-shadow: 3px -1px 9px rgb(216,222,231); | |
} | |
.wiki-page-content .md blockquote table td:hover, | |
.side .md blockquote table td:hover { | |
background-color:white; | |
} | |
.wiki-page-content .md blockquote table td:hover code, | |
.wiki-page-content .md blockquote table td code:hover, | |
.wiki-page-content .md blockquote table td:hover a, | |
.wiki-page-content .md blockquote table td a:hover, | |
.side .md blockquote table td:hover code, | |
.side .md blockquote table td code:hover, | |
.side .md blockquote table td:hover a, | |
.side .md blockquote table td a:hover { | |
display: block !important; | |
margin-top:5px; | |
} | |
.wiki-page-content .md blockquote table td a:hover, | |
.side .md blockquote table td a:hover { | |
text-decoration:underline; | |
} | |
.side .md blockquote table td a:nth-of-type(2) { | |
margin-top:50px; | |
} | |
.side .md blockquote table td a:nth-of-type(3) { | |
margin-top:100px; | |
} | |
.side .md blockquote table td a:nth-of-type(4) { | |
margin-top:150px; | |
} | |
.side .md blockquote table td a:nth-of-type(5) { | |
margin-top:200px; | |
} | |
.side .md blockquote table td a:nth-of-type(6) { | |
margin-top:250px; | |
} | |
.side .md blockquote table td a:nth-of-type(7) { | |
margin-top:300px; | |
} | |
.side .md blockquote table td a:nth-of-type(8) { | |
margin-top:350px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment