Widget:WJG Sandbox Merge: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly> <script src="http://www.wikidoc.org/includes/raty/jquery.timer.js"></script> <script type="text/javascript" src="http://www.wikidoc.org/includes/raty/jquery.rat..." |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<base target="_blank"> | |||
<script src="http://www.wikidoc.org/includes/raty/jquery.timer.js"></script> | <script src="http://www.wikidoc.org/includes/raty/jquery.timer.js"></script> | ||
<script type="text/javascript" src="http://www.wikidoc.org/includes/raty/jquery.raty.js"></script> | <script type="text/javascript" src="http://www.wikidoc.org/includes/raty/jquery.raty.js"></script> | ||
<script src='http://dl.dropboxusercontent.com/u/1874620/ChartNew.js'></script> | |||
<script type="text/javascript" src="http://wikidoc.org/extensions/WGTextHighlight/jquery.textHighlighter.js"></script> | |||
<head> | |||
<link rel="stylesheet" href="http://dl.dropboxusercontent.com/u/1874620/animate.css"> | |||
</head> | |||
<style type="text/css"> | <style type="text/css"> | ||
input[type=radio].css-checkbox { | |||
display:none; | |||
} | |||
input[type=radio].css-checkbox + label.css-label { | |||
display: inline-block; | |||
*display: inline; | |||
vertical-align: middle; | |||
margin: 0; | |||
width: 20px; | |||
height: 20px; | |||
background-repeat: no-repeat; | |||
background: url(http://dl.dropboxusercontent.com/u/1874620/iCheck/flat/blue.png) no-repeat; | |||
border: none; | |||
cursor: pointer; | |||
background-position: -88px 0; | |||
} | |||
input[type=radio].css-checkbox:checked + label.css-label { | |||
background-position: -110px 0; | |||
} | |||
label.css-label { | |||
background-image:url(http://dl.dropboxusercontent.com/u/1874620/iCheck/flat/blue.png); | |||
-webkit-touch-callout: none; | |||
-webkit-user-select: none; | |||
-khtml-user-select: none; | |||
-moz-user-select: none; | |||
-ms-user-select: none; | |||
user-select: none; | |||
} | |||
.examOptionButton { | |||
font:14px/20px'MontserratRegular', Helvetica, Arial, sans-serif; | |||
color: #444; | |||
} | |||
.examOptionTitle { | |||
font:24px'MontserratRegular', Helvetica, Arial, sans-serif; | |||
color:#222 | |||
} | |||
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { | |||
input[type=radio].css-checkbox + label.css-label { | |||
background-image: url(http://dl.dropboxusercontent.com/u/1874620/iCheck/flat/blue@2x.png); | |||
-webkit-background-size: 176px 22px; | |||
background-size: 176px 22px; | |||
} | |||
} | |||
a{ | |||
target-name:new; | |||
target-new:tab; | |||
} | |||
body{ | |||
width:100%; | |||
margin:0; | |||
background-color:#FFFFFF; | |||
} | |||
#details{ | |||
position:absolute; background:white; border: 1px solid #D1C9C2; border-top: 0; width: 400px; margin: 0 auto; padding: 7px 15px; text-align: left; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; | |||
} | |||
#content.mw-body{ | |||
width:100%; | |||
padding:0; | |||
margin-left:0; | |||
margin:0; | |||
border:none; | |||
} | |||
#bodyContent{ | |||
width:100%; | |||
height:90%; | |||
margin:0; | |||
} | |||
#chooseQBank{ | |||
background-color:#0e83cd; | |||
} | |||
body{ | |||
width:100%; | |||
margin:0; | |||
} | |||
/*Here's some css for the buttons used to select an exam. (.Curric buttons). | |||
lines comment*/ | |||
.round-button { | |||
width:100px; | |||
display:inline-block; | |||
cursor:pointer; | |||
} | |||
.round-button-circle { | |||
width: 100%; | |||
height:0; | |||
padding-bottom: 100%; | |||
border-radius: 50%; | |||
border:0px solid #cfdcec; | |||
overflow:hidden; | |||
opacity:50%; | |||
background: #3C9AD6; | |||
} | |||
.round-button p { | |||
font-family: 'Lato', Calibri, Arial, sans-serif; | |||
display:block; | |||
float:left; | |||
width:100%; | |||
padding-top:50%; | |||
padding-bottom:50%; | |||
line-height:1em; | |||
margin-top:-0.5em; | |||
text-align:center; | |||
color:white; | |||
font-size:3.2em; | |||
text-decoration:none; | |||
} | |||
.round-button p:hover { | |||
color:#0e83cd; | |||
transition: background 0.2s, color 0.2s; | |||
} | |||
.round-button-circle:hover { | |||
width: 100%; | |||
height:0; | |||
padding-bottom: 100%; | |||
border-radius: 50%; | |||
border-spacing:5px; | |||
border:3px solid #0e83cd; | |||
overflow:hidden; | |||
box-shadow: 0 0 0 4px #fff; | |||
transition: background 0.2s, color 0.2s; | |||
background: white; | |||
} | |||
#spacer{ | |||
margin:10px | |||
} | |||
.container > header { | |||
font-family: 'Lato', Calibri, Arial, sans-serif; | |||
margin: 0 auto; | |||
padding: 2em 1em 2em; | |||
width: 100%; | |||
text-align: center; | |||
background: #fff; | |||
z-index: 999999; | |||
-webkit-backface-visibility: hidden; | |||
border-bottom:none; | |||
margin-bottom:20px; | |||
} | |||
.container > header h1 { | |||
font-size: 3.625em; | |||
line-height: 1.3; | |||
margin: 0; | |||
font-weight: 300; | |||
color: #aaa; | |||
background: #fff; | |||
border-bottom:none; | |||
} | |||
.container > header span { | |||
display: block; | |||
font-size: 60%; | |||
opacity: 0.6; | |||
padding: 0 0 0.6em 0.1em; | |||
border-bottom:none; | |||
} | |||
.examButtons { | |||
text-align: center; | |||
margin: 0 auto; | |||
padding: 2em 0 3em; } | |||
.boxed{ | .boxed{ | ||
border:0px solid black !important; | border:0px solid black !important; | ||
Line 9: | Line 203: | ||
border:0px solid #F00 !important; | border:0px solid #F00 !important; | ||
} | } | ||
.answer{display: inline} | |||
.ans_text{ | |||
display: inline; | |||
cursor: pointer; | |||
} | |||
.choice_elim{ | |||
opacity:0.9; | |||
text-decoration:line-through; | |||
} | |||
.flagged{ | |||
color:#FF0000; | |||
} | |||
.labvalson{ | |||
display:visible; | |||
} | |||
.unboxed{ | .unboxed{ | ||
Line 60: | Line 270: | ||
z-index:-1; | z-index:-1; | ||
} | } | ||
#content{ | |||
height:100%;} | |||
#exam{ | |||
height:90%; | |||
border:none; | |||
padding:0; | |||
} | |||
#mw-content-text{ | |||
height:100%;} | |||
#navPane{ | #navPane{ | ||
position:relative; | position:relative; | ||
float:left; | float:left; | ||
width:5%; | width:5%; | ||
height:100%; | |||
overflow-y:scroll; | |||
} | } | ||
#examSpace{ | #examSpace{ | ||
Line 69: | Line 292: | ||
float:right; | float:right; | ||
width:94%; | width:94%; | ||
height:90%; | |||
overflow-y:scroll; | |||
} | } | ||
#navBar{ | #navBar{ | ||
Line 75: | Line 300: | ||
width:95%; | width:95%; | ||
background-color:#3366CC; | background-color:#3366CC; | ||
} | |||
#bottomBar{ | |||
height:40px; | |||
position:relative; | |||
float:right; | |||
width:100%; | |||
background-color:#3366CC; | |||
} | |||
#pauseButton{ | |||
float:right; | |||
margin-bottom:0px; | |||
height:95%; | |||
} | |||
#stopButton{ | |||
float:right; | |||
margin-right: 5%; | |||
height=95%; | |||
margin-bottom:0px; | |||
} | } | ||
.navPaneButton{ | .navPaneButton{ | ||
Line 80: | Line 323: | ||
background-color:#D0D0D0; | background-color:#D0D0D0; | ||
padding-top:5px; | padding-top:5px; | ||
font-weight:bold; | font-weight:bold; | ||
text-align: center; | text-align: center; | ||
Line 97: | Line 339: | ||
height:auto; | height:auto; | ||
visibility:visible; | visibility:visible; | ||
} | |||
#tutorOrExamContainer{ | |||
background-color:#E3E5E5; | |||
} | } | ||
</style> | </style> | ||
Line 143: | Line 388: | ||
} | } | ||
} | } | ||
var | |||
stuffs += "< | var background_html="<div class='container'><header><h1 class='animated bounceInDown'>Wikidoc Board Review </br> <span>Please select an exam below</span></h1></header></div>"; | ||
stuffs += "< | $("#chooseQBank").html(background_html); | ||
stuffs += "< | var stuffs = "<div class='round-button Curric' id='MCAT'><div class='round-button-circle'><p class='round-button' style='font-size:2.5em;'>MCAT</p></div></div><div id='spacer' style='display: inline'></div>"; | ||
stuffs += "<div class='round-button Curric' id='USMLE Step 1'><div class='round-button-circle'><p class='round-button'>1</p></div></div><div id='spacer' style='display: inline'></div>"; | |||
$("# | stuffs += "<div class='round-button Curric' id='USMLE Step 2 CK'><div class='round-button-circle'><p class='round-button'>2</p></div></div><div id='spacer' style='display: inline'></div>"; | ||
stuffs += "<div class='round-button Curric' id='USMLE Step 3'><div class='round-button-circle'><p class='round-button'>3</p></div></div><div id='spacer' style='display: inline'></div>"; | |||
stuffs += "<div class='round-button Curric' id='Board Review'><div class='round-button-circle'><p class='round-button' style='font-size:2.5em;'>ABIM</p></div></div><div id='spacer' style='display: inline'></div><br /><br />"; | |||
stuffs+="<div class='stepBar'><img src='http://static.wikidoc.org/f/f3/Step_bar_5_22_14.png' /></div>"; | |||
$("#chooseQBank").html(background_html+"<div class='examButtons'>" + stuffs + "</div>"); | |||
$('.Curric').click(options, chooseQBank); | $('.Curric').click(options, chooseQBank); | ||
Line 1,009: | Line 1,259: | ||
$(document).ready(ensureLoggedIn); | $(document).ready(ensureLoggedIn); | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$("#testOptions").hide(); | $("#testOptions").hide(); | ||
$("#exam").hide(); | $("#exam").hide(); |