Difference between revisions of "Team:Greece/Project"

Line 238: Line 238:
  
 
         #f_circle{ cx: -210 }
 
         #f_circle{ cx: -210 }
        tspan#f_circle_text{ x: -210 }
 
 
         #s_circle{ cx: 200 }
 
         #s_circle{ cx: 200 }
        #s_circle #t2 #s_circle_text{ x: 200 }
 
 
         #t_circle{ cx: 615 }
 
         #t_circle{ cx: 615 }
        #t_circle #t3 #t_circle_text{ x: 615 }
 
 
}
 
}
  
Line 292: Line 289:
 
if(window.innerWidth > 1025){
 
if(window.innerWidth > 1025){
 
   if(window.innerWidth < 1367){
 
   if(window.innerWidth < 1367){
     document.getElementById('f_circle_text').setAttribute('x', '-210');
+
     $('#f_circle_textA').attr({'x': '-210', 'dy': '1em' });
     document.getElementById('s_circle_text').setAttribute('x', '200');
+
     $('#f_circle_textB').attr({'x': '-210'});
     document.getElementById('t_circle_text').setAttribute('x', '615');
+
 
 +
    $('#s_circle_textA').attr({'x': '200', 'dy': '0em' });
 +
    $('#s_circle_textB').attr({'x': '200'});
 +
     $('#s_circle_textC').attr({'x': '200'});
 +
 
 +
    $('#t_circle_textA').attr({'x': '615', 'dy': '0em' });
 +
    $('#t_circle_textB').attr({'x': '615' });
 +
    $('#t_circle_textC').attr({'x': '615' });
 +
 
 +
    $('#fo_circle_textA').attr({'dy': '1em' });
 
   }
 
   }
 
}
 
}

Revision as of 20:40, 5 September 2017

Loading...