Difference between revisions of "Template:SJTU-BioX-Shanghai/Guider"

 
(45 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
<div id="guider">
 
<div id="guider">
 
</html>
 
</html>
[[Team:SJTU-BioX-Shanghai/{{{next}}}#guide | Next: {{{next}}}]]
 
 
{{{ descr }}}
 
{{{ descr }}}
 +
 +
Next: [[Team:SJTU-BioX-Shanghai/{{{next_loc |{{{next}}}}}}#guide | {{{next}}}]]
 
<html>
 
<html>
 
</div>
 
</div>
 +
 +
<script>
 +
/*
 +
$(document).ready(function(){
 +
  if (! window.location.hash == "guide") {
 +
    $("#guide").css("display", "none");
 +
  } else {
 +
    window.location.hash = "";
 +
  }
 +
})
 +
*/
 +
</script>
  
 
<style>
 
<style>
 +
 
#guider {
 
#guider {
 +
  z-index: 999;
 +
  padding: 0.8em;
 +
  width: 13em;
 +
  height: 5em;
 
   position: fixed;
 
   position: fixed;
   bottom: 1em;
+
   bottom: 0px;
   right: 1em;
+
   right: 0em;
   font-size: 0.8em;
+
   border-radius: 10px;
  background-color: rgba(200, 200, 200, 0.5);
+
}
+
  
#guider a {
+
  border: 3px dashed #046D5B;
   display: inline-block;
+
   background-color: rgba(255,255,255,0.8);
   width: 10em;
+
   background-size:50px 30px;
 
}
 
}
 
</style>
 
</style>
  
 
</html>
 
</html>

Latest revision as of 14:59, 18 September 2015

{{{ descr }}}

Next: [[Team:SJTU-BioX-Shanghai/{{{next}}}#guide | {{{next}}}]]