Skip to content

Commit

Permalink
Added core files from local git.
Browse files Browse the repository at this point in the history
  • Loading branch information
Okan Ulas Gezeroglu committed Jun 4, 2016
1 parent 7ba04d9 commit f8cb7fd
Show file tree
Hide file tree
Showing 28 changed files with 2,319 additions and 0 deletions.
149 changes: 149 additions & 0 deletions css/content.css
@@ -0,0 +1,149 @@

.fileUpload {
position: relative;
/*overflow: hidden;*/
margin: 0;
}
.fileUpload input.upload {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
}

body{
height: 100%;
font: 100% "Impact, Charcoal, Arial, sans-serif",sans-serif;
margin:0;
padding: 0;
}

button{
margin: 0;
padding: 0;
background-image: none;
border: none;
}
button:hover{
-webkit-transform: scale(0.95,0.95);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(0.95,0.95);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}

button:active{

}

.red_box_btn{
float: left;
width: 60px;
height: 60px;
margin-left: 10px;
padding:0;
}

.grey_wide_button{
float: left;
color:#ffffff;
background-color: #3b3b3b;
font: bold 18px "Impact, Charcoal, Arial, sans-serif", sans-serif;
width: 280px;
height: 60px;
margin: 0;
padding:0;
}

.grey_box{
float: left;
color:#ffffff;
background-color: #3b3b3b;
font: bold 18px "Impact, Charcoal, Arial, sans-serif", sans-serif;
line-height: 60px;
width: 70px;
height: 60px;
margin: 0;
padding: 0;
}

#title{
background-color: #f6372f;
width: 100%;
height: 150px;
margin: 0;
padding: 0;
}

.logo{
background-color: #3b3b3b;
width: 800px;
height: 150px;
margin: 0;
padding: 0;
}

.left_menu_container{
display: block;
float: left;
overflow: auto;
background-color: #ffffff;
width: 300px;
height:920px;
padding: 0px;
}

.menu_row{
display: block;
background-color: #ffffff;
margin:10px;
height: 60px;
}

.console_container{
display: block;
float: left;
overflow: auto;
background-color: #3b3b3b;
width: 480px;
height:870px;
padding: 10px;
margin-top: 10px;
}
.console_entry{

color:#ffffff;
font: 12px "Impact, Charcoal, Arial, sans-serif", sans-serif;
margin: 0;
padding: 0;
}

.slider_label{
color:#3b3b3b;
font: bold 14px "Impact, Charcoal, Arial, sans-serif", sans-serif;
margin-top: 10px;
}

.path_label{
color:#3b3b3b;
font: bold 14px "Impact, Charcoal, Arial, sans-serif", sans-serif;
margin-top: 10px;
margin-bottom: 10px;
}

.vertical_spacer{
width: 300px;
height: 50px;
display: block;
}

.padding10{
padding: 10px;
}
71 changes: 71 additions & 0 deletions css/rangeslider.css
@@ -0,0 +1,71 @@
.rangeslider,
.rangeslider__fill {
display: block;
}

.rangeslider {
background: #3b3b3b;
position: relative;
}

.rangeslider--horizontal {
height: 30px;
width: 280px;
}

.rangeslider--disabled {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
opacity: 0.4;
}

.rangeslider__fill {
background: #3b3b3b;
position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
top: 0;
height: 20px;
}

.rangeslider__handle {
background: white;
border: 0px solid #ccc;
cursor: pointer;
display: inline-block;
width: 20px;
height: 20px;
position: absolute;
background-color: #ffffff;

}
.rangeslider__handle:after {
content: "";
display: block;
width: 18px;
height: 18px;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #ffffff;
}
.rangeslider__handle:active {
background-color: #ccccff;
background-size: 100%;
}
.rangeslider--horizontal .rangeslider__handle {
top: 5px;
touch-action: pan-y;
-ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
left: 5px;
touch-action: pan-x;
-ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {

}
Binary file added images/btn_confirm.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/btn_down.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/btn_draw_maze.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/btn_draw_svg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/btn_handle.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/btn_start_server.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/btn_stop.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/btn_up.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8cb7fd

Please sign in to comment.