Skip to content

Commit b1f6c85

Browse files
author
Dairon Medina
committed
Uploding new changes
1 parent 6fa532f commit b1f6c85

File tree

20 files changed

+340
-21
lines changed

20 files changed

+340
-21
lines changed

igpython/static/css/main.css

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7680,3 +7680,80 @@ div#indicator h2{
76807680
background:linear-gradient(to bottom, rgb(175,177,181) 0%,rgb(210,212,217) 5%);
76817681
}
76827682

7683+
.monitor {
7684+
margin: 10px auto;
7685+
width:302px;
7686+
height:123px;
7687+
background:url(../img/monitor.png);
7688+
position:relative;
7689+
}
7690+
.monitor .title {
7691+
color:white;
7692+
position: absolute;
7693+
top: 8px;
7694+
left: 221px;
7695+
}
7696+
7697+
.monitor .screen {
7698+
display:block;
7699+
position: absolute;
7700+
font-size: 14px;
7701+
color:#454a4e;
7702+
text-shadow:0 1px 0px rgba(0,0,0,1);
7703+
background: black;
7704+
border-radius: 4px;
7705+
width: 60px;
7706+
height: 18px;
7707+
padding: 1px 5px 2px 5px;
7708+
margin-top: 4px;
7709+
text-align:center;
7710+
background-image: -moz-linear-gradient(top left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
7711+
background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
7712+
background-image: -webkit-gradient(linear, 0 0, 100% 100%, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
7713+
box-shadow: 0px 1px 1px #494e54,inset 0px 1px 2px rgba(0,0,0, 0.6);
7714+
}
7715+
7716+
.monitor .screen.current {
7717+
top: 28px;
7718+
left: 214px;
7719+
}
7720+
7721+
.monitor .screen.max {
7722+
top:55px;
7723+
left: 214px;
7724+
}
7725+
7726+
.wheel {
7727+
position:absolute;
7728+
width:13px;
7729+
height:13px;
7730+
top: 97px;
7731+
left: 99px;
7732+
background:url(../img/wheel.png);
7733+
}
7734+
7735+
.needle {
7736+
-webkit-transform-origin:100% 50%;
7737+
-o-transform-origin:100% 50%;
7738+
-moz-transform-origin:100% 50%;
7739+
position:absolute;
7740+
top: 101px;
7741+
left: 30px;
7742+
height:5px;
7743+
width:76px;
7744+
background:url(../img/needle.png);
7745+
}
7746+
7747+
div.light {
7748+
width:7px;
7749+
height:7px;
7750+
position: absolute;
7751+
top:11px;
7752+
left: 211px;
7753+
}
7754+
div.light.green {
7755+
background:url(../img/green-light.png);
7756+
}
7757+
div.light.red {
7758+
background:url(../img/red-light.png);
7759+
}

igpython/static/img/circle.png

1.82 KB
Loading

igpython/static/img/circle@2x.png

3 KB
Loading
1.43 KB
Loading
1.19 KB
Loading

igpython/static/img/monitor.png

43.3 KB
Loading

igpython/static/img/monitor@2x.png

153 KB
Loading

igpython/static/img/needle.png

1.41 KB
Loading

igpython/static/img/needle@2x.png

1.72 KB
Loading

igpython/static/img/red-light.png

1.43 KB
Loading

0 commit comments

Comments
 (0)