Skip to content

Commit

Permalink
Merge pull request #7 from virtual-labs/dev
Browse files Browse the repository at this point in the history
monostable simulation
  • Loading branch information
prakriti5dhang authored Sep 27, 2024
2 parents eb5088b + 7b9a201 commit a050342
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
20 changes: 10 additions & 10 deletions experiment/simulation/css/monostable_astable.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ and open the template in the editor.
.canvasjs-chart-credit{
display:none;
}
//.dropdown {
/*.dropdown {
// position: relative;
// display: inline-block;
// height:20px;
// font-size: 16px;
// font-weight: bold;
// }
}*/
.dropdown-content {
display: none;
position: absolute;
Expand All @@ -38,8 +38,8 @@ and open the template in the editor.


img[id^="info_"] {
//background-color: #e4e5e9;
//background: none;
/*background-color: #e4e5e9;
//background: none;*/
border: none;
padding: 5px;
float: right;
Expand All @@ -50,13 +50,13 @@ and open the template in the editor.
}

table {
//font-family:Arial, Helvetica, sans-serif;
/*font-family:Arial, Helvetica, sans-serif;
//color:#666;
//font-size:12px;
//text-shadow: 1px 1px 0px #fff;
//background:#eaebec;
//margin:5px;
//border:#ccc 2px solid;
//border:#ccc 2px solid;*/

-moz-border-radius:3px;
-webkit-border-radius:3px;
Expand All @@ -68,8 +68,8 @@ table {
}
table tr:hover td{
background: #ccebff;
//background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
//background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
/*background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
//background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0); */
}
table tr:last-child td:first-child{
-moz-border-radius-bottomleft:3px;
Expand Down Expand Up @@ -98,8 +98,8 @@ table tr:last-child td:last-child{

color: #555; /*#fff;*/
text-align: center;
// padding: 5px 0;
// border-radius: 6px;
/*padding: 5px 0;
// border-radius: 6px;*/

/* Position the tooltip text */
position: absolute;
Expand Down
16 changes: 10 additions & 6 deletions experiment/simulation/monostable_multivibrator.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
</div>
</div>
</div>


<div id="grpwrap" style="position:absolute;border: 2px solid #3385ff; top:550px;width:1050px;height:360px;left:10px">
<div style="position:absolute; font-size:16px; top:0px;left:0px; height:50px;background-color:#3385ff; width:1050px;font-weight: bold;"><p> <b style="text-align:center;padding-right:910px;color:white"> GRAPH PLOT</b></p>
Expand All @@ -169,12 +169,16 @@
<div id="chartContainers" style="display:block;position:absolute; top:50px; left:0px; height:300px; width:1050px;"> </div><!--trigger input voltage----->
<div id="chartContainerc" style="display:block;position:absolute; top:50px; left:0px; height:300px; width:1050px;"> </div><!-- capacitor voltage-->
</div>

</div>

</div>
<div id="lab-footer" style="height:20px;width:1310px; text-align: center;padding:bottom">
<div style="margin-left:40%; margin-right:10% ">
Copyright &copy; 2020 Indian Institute of Technology Kharagpur
</div>
</div>

<div id="lab-footer" style="height:20px;width:1310px;text-align: center;padding:bottom">
<div style="margin-left:40%; margin-right:40% ">
Copyright &copy; 2011 Indian Institute of Technology Kharagpur,<a href="license/index.html" target="_blank" style="margin:auto"> Licensing Terms </a>
</div>
</div>
<script src="./js/monostablecal.js"></script>

<script src="./js/cktconnection_monostable.js"></script>
Expand Down

0 comments on commit a050342

Please sign in to comment.