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

 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<div id="guider">
 
<div id="guider">
<div>
 
 
</html>
 
</html>
 
{{{ descr }}}
 
{{{ descr }}}
  
[[Team:SJTU-BioX-Shanghai/{{{next}}}#guide | {{{next}}}]]
+
Next: [[Team:SJTU-BioX-Shanghai/{{{next_loc |{{{next}}}}}}#guide | {{{next}}}]]
 
<html>
 
<html>
</div>
 
 
</div>
 
</div>
  
 
<script>
 
<script>
 +
/*
 
$(document).ready(function(){
 
$(document).ready(function(){
 
   if (! window.location.hash == "guide") {
 
   if (! window.location.hash == "guide") {
Line 18: Line 17:
 
   }
 
   }
 
})
 
})
 +
*/
 
</script>
 
</script>
  
 
<style>
 
<style>
 +
 
#guider {
 
#guider {
   background-color: rgba(138, 162, 142, 0.8);
+
   z-index: 999;
  position: fixed;
+
  bottom: 0px;
+
  left: 0px;
+
  width: 100%;
+
  height: 1.5em;
+
}
+
 
+
#guider div {
+
 
   padding: 0.8em;
 
   padding: 0.8em;
   width: 15em;
+
   width: 13em;
   height: 6em;
+
   height: 5em;
 
   position: fixed;
 
   position: fixed;
 
   bottom: 0px;
 
   bottom: 0px;
   right: 3%;
+
   right: 0em;
 
   border-radius: 10px;
 
   border-radius: 10px;
  
 
   border: 3px dashed #046D5B;
 
   border: 3px dashed #046D5B;
   background-color: rgba(255,255,255,0.8)
+
   background-color: rgba(255,255,255,0.8);
 +
  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}}}]]