Difference between revisions of "Team:Greece/Project"

Line 1: Line 1:
 
<html>
 
<html>
 
<head>
 
<head>
<style>
 
 
#svg_graphics_box{ margin: 0px 0px 0px 0px;}
 
 
.circlez{ opacity: 0.8; }
 
 
.animate_text{ font-size: 25px; }
 
 
.circlez, .animate_text{ cursor: pointer; }
 
 
.opace{ opacity: 1; }
 
 
.hide{ display:none;}
 
 
.reveal{ display: block; }
 
 
</style>
 
 
 
 
<!-- >>>>> Meta <<<<< -->
 
<!-- >>>>> Meta <<<<< -->
  
 
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'  />
 
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'  />
 +
  
 
<!-- >>>>> Link References <<<<< -->
 
<!-- >>>>> Link References <<<<< -->
Line 70: Line 52:
 
       });
 
       });
 
     </script>
 
     </script>
    <script>
+
<script>
 
       /* Subsection onHover Functionality */
 
       /* Subsection onHover Functionality */
 
function onHoverChanges(idz){
 
function onHoverChanges(idz){
 
$('#'+idz).addClass('opace');
 
$('#'+idz).addClass('opace');
 +
                document.getElementById(idz).style.opacity = '1';
 
}
 
}
 
 
Line 184: Line 167:
  
 
<!-- Special Style -->
 
<!-- Special Style -->
 +
<style>
  
 +
#svg_graphics_box{ margin: 0px 0px 0px 0px;}
 +
 +
.circlez{ opacity: 0.8; }
 +
 +
.animate_text{ font-size: 25px; }
 +
 +
.circlez, .animate_text{ cursor: pointer; }
 +
 +
.opace{ opacity: 1; }
 +
 +
.hide{ display:none;}
 +
 +
.reveal{ display: block; }
 +
 +
</style>
  
 
<!-- Special style -->
 
<!-- Special style -->

Revision as of 14:29, 20 September 2017

Loading...