jquery - getOrgChart font size change -


I am using getOrgchart and trying to change color and font size in a getOrgChart so that the name in the box Got shortened. I also like to change the background color and box color of the page background

thanks

  html, body {margin : 0 pixels; padding: 0 px; height: 100%; Hidden flurry; } # People {width: 100%; Height: 100%; } Div.get-org-chart.get-darkred {background color: white; } Div.get-org-chart .get-text {font-size: 20px! Important; } Div.get-org-chart.get-darkred .get-oc-c .get-box {fill: blue; Stroke: Dark; }  
  & lt; Script type = 'text / javascript' src = '// ajax.googleapis.com /ajax/libs/jquery/1.11.0/jquery.min.js'></script> & Lt; Link rel = "stylesheet" type = "text / css" href = "// www.getorgchart.com/GetOrgChart/getorgchart/getorgchart.css"> & Lt; Script type = 'text / javascript' src = "// www.getorgchart.com/GetOrgChart/getorgchart/getorgchart.js"></script> & Lt; Div id = "people" & gt; & Lt; / Div & gt;  


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -