-
-
Save hawkrives/6e5f4f823daa8735a11e to your computer and use it in GitHub Desktop.
| *, *::before, *::after { | |
| box-sizing: border-box; | |
| } | |
| body { | |
| margin: 0; | |
| font-family: Fira Sans, Calibri, Lucida Grande, Verdana, sans-serif; | |
| font-weight: 300; | |
| color: #4d4d4f; | |
| } | |
| a { | |
| color: inherit; | |
| } | |
| #resourceobject { | |
| width: 800px; | |
| height: 600px; | |
| } | |
| .resourcepdf #resourceobject { | |
| height: calc(100vh - 4.5em); | |
| } | |
| #page-header { | |
| background-color: #222; | |
| color: #dedede; | |
| } | |
| #page-header select { | |
| color: #333; | |
| } | |
| #page-header h1 { | |
| margin: 0; | |
| font-size: 1em; | |
| } | |
| #page-header .headermain { | |
| margin: 10px; | |
| } | |
| .headermain, .headermenu { | |
| padding: 5px; | |
| } | |
| .headermain, .headermenu, .headermenu > div { | |
| display: inline-block; | |
| margin-right: 1em; | |
| } | |
| .headermenu { | |
| font-size: .85em; | |
| text-align: right; | |
| } | |
| #page-header .navbar { | |
| color: white; | |
| padding: 5px; | |
| font-size: .85em; | |
| } | |
| .navbar input[type="submit"] { | |
| border: 0; | |
| color: inherit; | |
| background: transparent; | |
| font-size: inherit; | |
| font-family: inherit; | |
| margin-left: 4px; | |
| } | |
| .navbar input[type="submit"]:hover { | |
| text-decoration: underline; | |
| cursor: pointer; | |
| } | |
| /*add the "»" symbol between breadcrumbs*/ | |
| .accesshide, .skiplinks, .skip-block { | |
| display: none; | |
| } | |
| .arrow.sep { | |
| display: none; | |
| } | |
| .navbar ul[role=navigation] > li::after { | |
| content: "»"; | |
| margin: 0 .35em 0 .5em; | |
| font-size: 1.5em; | |
| line-height: .5; | |
| position: relative; | |
| top: .075em; | |
| } | |
| .navbar ul[role=navigation] > li:last-child::after { | |
| content: ""; | |
| } | |
| .navbar ul[role=navigation] > li:last-child { | |
| font-weight: bold; | |
| } | |
| .breadcrumb ul { | |
| text-indent: 0px; | |
| list-style: outside none none; | |
| margin: 0; | |
| padding: 0; | |
| } | |
| .breadcrumb li { | |
| display: inline; | |
| } | |
| #page-header .navbar .breadcrumb { | |
| margin: 0px 5px 0 20px; | |
| } | |
| #dock, | |
| #dock .dockeditem, | |
| #dock .controls { | |
| background: transparent; | |
| } | |
| /* Remove border-radius*/ | |
| .rounded-corner { | |
| display: none !important; | |
| } | |
| .corner-box, | |
| #page-footer, | |
| #page-header, | |
| .corner-box .header { | |
| border-radius: 0 !important; | |
| } | |
| #dockeditempanel .dockeditempanel_content, | |
| #dock .dockedtitle, | |
| #dock .dockedtitle.activeitem { | |
| border-radius: 0; | |
| } | |
| /*Make links to resources take up the entire gray area*/ | |
| .section .activity .mod-indent-outer { | |
| display: block; | |
| } | |
| .activity .activityinstance { | |
| display: block !important; | |
| } | |
| .activity .activityinstance a { | |
| display: block; | |
| } | |
| /*Add hyphens to text when the window is wide enough*/ | |
| @media (min-width: 60em) { | |
| .content p { | |
| -webkit-hyphens: auto; | |
| hyphens: auto; | |
| } | |
| } | |
| #page { | |
| margin-top: 0; | |
| } | |
| html, body { | |
| background-color: #E5E2DB; | |
| } | |
| #page-header { | |
| background-color: white; | |
| color: #636466; | |
| position:relative; | |
| } | |
| #page-header .headermain { | |
| font-size: 26px; | |
| margin-top: 40px; | |
| margin-left: 20px; | |
| } | |
| #page-header .headermenu { | |
| position: absolute; | |
| top: 0; | |
| right: 8px; | |
| margin-top: 0; | |
| background: #e0dbcf; | |
| box-shadow: 1px 1px 2px #aaa; | |
| } | |
| .headermenu > div { | |
| margin-right: 0; | |
| } | |
| .headermenu > div::after { | |
| content: "|"; | |
| color: #dea949; | |
| padding: 0 6px; | |
| } | |
| .headermenu > div:last-child::after { | |
| content: ""; | |
| padding: 0; | |
| } | |
| .block, | |
| .dockeditempanel_content { | |
| border: 1px solid #E3E3E3; | |
| /*background-color: white;*/ | |
| background: #F7F6F2; | |
| } | |
| .block .corner-box { | |
| background-color: transparent; | |
| border: 0; | |
| } | |
| .block .content { | |
| background-color: transparent; | |
| } | |
| .block .header, | |
| .dockeditempanel_hd { | |
| padding: 9px 0 9px 10px; | |
| margin: 0; | |
| background: #e5e2db; | |
| } | |
| .block .title > h2, | |
| .dockeditempanel_hd > h2 { | |
| font-family: Fira Sans, Calibri, Lucida Grande, Verdana, sans-serif; | |
| font-size: 14px; | |
| line-height: 17px; | |
| margin-right: 36px; | |
| } | |
| .block.hidden .corner-box { | |
| margin-bottom: 0px; | |
| padding-bottom: 0px; | |
| } | |
| #dock .dockedtitle { | |
| border-bottom: 0; | |
| border-top: 0; | |
| } | |
| #page-header .navbar { | |
| background: linear-gradient(#e6a437, #c98a27); | |
| } | |
| #page-footer { | |
| background-color: white; | |
| color: #4d4d4f; | |
| margin-top: 8px; | |
| } | |
| .sitetopic .section .activity:hover, | |
| .course-content .section .activity:hover { | |
| background: #fafafa; | |
| } | |
| .course-content .section .activity .activityinstance { | |
| height: auto; | |
| } |
I always liked to play on Australian sites most of all I liked this site for playing online casino chan, also here I place my bets in Australia because I actively follow all this also on the site updates and they are here very often and improvements to the site will not be long in coming so go ahead and good luck to you!
I have been looking for something new in the world of online casinos for a long time and accidentally came across a platform from New Zealand - CasinoNic https://casinonic-nz.com/ . I was interested in the fact that they have games with an unusual design and cool tournaments. I decided to try it - I received a welcome bonus and even won on the first evening. The withdrawal went through without delays. Now this is one of my favorite places to relax after a hard day.
Hi everyone. I would like to recommend PayID Casino if you are looking for a reliable online casino in Australia. They have a great reputation and a wide range of games, from classic slots to live dealers. The PayID system makes deposits and withdrawals fast and convenient, which is a huge plus for players from Australia. The site works without interruptions and I am happy to continue playing here. Give it a try, you won't regret it!