Skip to content

Commit

Permalink
final version of the course
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisGC committed Oct 15, 2014
1 parent 4cfda3b commit 6d871a7
Show file tree
Hide file tree
Showing 16 changed files with 2,794 additions and 0 deletions.
85 changes: 85 additions & 0 deletions css/impressConsole.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
html {
height: 100%
}

body {
padding: 0;
margin: 20px;
font-family: verdana, arial, sans-serif;
font-size: 26px;
height: 92%;
}

div#console {
margin: 0;
height: 94%;
}

div#views {
float: left;
width: 16em;
margin-right: 1em;
}

div#blocker {
width: 17em;
height: 20em;
position: absolute;
top: 0;
left: 0;
display: blocker;
}

div#notes {
overflow-x: hidden;
overflow-y: auto;
height: 95%;
}

div#notes p {
margin-top: 0;
}

iframe#slideView {
width: 16em;
height: 12em;
}

iframe#preView {
width: 8em;
height: 6em;
}

div#controls {
margin: 0;
height: 6%;
}

div#prev {
float: left;
}

div#next {
float: right;
}

div#status {
margin-left: 2em;
margin-right: 2em;
text-align: center;
float: right;
}

div#clock {
margin-left: 2em;
margin-right: 2em;
text-align: center;
float: left;
}

div#timer {
margin-left: 2em;
margin-right: 2em;
text-align: center;
float: left;
}
Loading

0 comments on commit 6d871a7

Please sign in to comment.