showoff 0.11.2 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. checksums.yaml +4 -4
  2. data/bin/showoff +9 -0
  3. data/lib/showoff.rb +28 -19
  4. data/lib/showoff/version.rb +1 -1
  5. data/public/css/highlight/agate.css +22 -51
  6. data/public/css/highlight/androidstudio.css +25 -12
  7. data/public/css/highlight/arduino-light.css +88 -0
  8. data/public/css/highlight/arta.css +24 -89
  9. data/public/css/highlight/ascetic.css +19 -26
  10. data/public/css/highlight/atelier-cave-dark.css +83 -0
  11. data/public/css/highlight/atelier-cave-light.css +85 -0
  12. data/public/css/highlight/atelier-cave.dark.css +26 -56
  13. data/public/css/highlight/atelier-cave.light.css +27 -55
  14. data/public/css/highlight/atelier-dune-dark.css +69 -0
  15. data/public/css/highlight/atelier-dune-light.css +69 -0
  16. data/public/css/highlight/atelier-dune.dark.css +22 -47
  17. data/public/css/highlight/atelier-dune.light.css +22 -47
  18. data/public/css/highlight/atelier-estuary-dark.css +84 -0
  19. data/public/css/highlight/atelier-estuary-light.css +84 -0
  20. data/public/css/highlight/atelier-estuary.dark.css +26 -55
  21. data/public/css/highlight/atelier-estuary.light.css +26 -55
  22. data/public/css/highlight/atelier-forest-dark.css +69 -0
  23. data/public/css/highlight/atelier-forest-light.css +69 -0
  24. data/public/css/highlight/atelier-forest.dark.css +22 -47
  25. data/public/css/highlight/atelier-forest.light.css +22 -47
  26. data/public/css/highlight/atelier-heath-dark.css +69 -0
  27. data/public/css/highlight/atelier-heath-light.css +69 -0
  28. data/public/css/highlight/atelier-heath.dark.css +22 -47
  29. data/public/css/highlight/atelier-heath.light.css +22 -47
  30. data/public/css/highlight/atelier-lakeside-dark.css +69 -0
  31. data/public/css/highlight/atelier-lakeside-light.css +69 -0
  32. data/public/css/highlight/atelier-lakeside.dark.css +22 -47
  33. data/public/css/highlight/atelier-lakeside.light.css +22 -47
  34. data/public/css/highlight/atelier-plateau-dark.css +84 -0
  35. data/public/css/highlight/atelier-plateau-light.css +84 -0
  36. data/public/css/highlight/atelier-plateau.dark.css +26 -55
  37. data/public/css/highlight/atelier-plateau.light.css +26 -55
  38. data/public/css/highlight/atelier-savanna-dark.css +84 -0
  39. data/public/css/highlight/atelier-savanna-light.css +84 -0
  40. data/public/css/highlight/atelier-savanna.dark.css +26 -55
  41. data/public/css/highlight/atelier-savanna.light.css +26 -55
  42. data/public/css/highlight/atelier-seaside-dark.css +69 -0
  43. data/public/css/highlight/atelier-seaside-light.css +69 -0
  44. data/public/css/highlight/atelier-seaside.dark.css +22 -47
  45. data/public/css/highlight/atelier-seaside.light.css +22 -47
  46. data/public/css/highlight/atelier-sulphurpool-dark.css +69 -0
  47. data/public/css/highlight/atelier-sulphurpool-light.css +69 -0
  48. data/public/css/highlight/atelier-sulphurpool.dark.css +22 -47
  49. data/public/css/highlight/atelier-sulphurpool.light.css +22 -47
  50. data/public/css/highlight/brown-paper.css +64 -0
  51. data/public/css/highlight/brown-papersq.png +0 -0
  52. data/public/css/highlight/brown_paper.css +21 -60
  53. data/public/css/highlight/codepen-embed.css +22 -59
  54. data/public/css/highlight/color-brewer.css +19 -113
  55. data/public/css/highlight/dark.css +18 -58
  56. data/public/css/highlight/darkula.css +20 -98
  57. data/public/css/highlight/default.css +67 -123
  58. data/public/css/highlight/docco.css +22 -59
  59. data/public/css/highlight/dracula.css +76 -0
  60. data/public/css/highlight/far.css +25 -64
  61. data/public/css/highlight/foundation.css +21 -68
  62. data/public/css/highlight/github-gist.css +25 -165
  63. data/public/css/highlight/github.css +23 -47
  64. data/public/css/highlight/googlecode.css +29 -84
  65. data/public/css/highlight/grayscale.css +101 -0
  66. data/public/css/highlight/gruvbox-dark.css +108 -0
  67. data/public/css/highlight/gruvbox-light.css +108 -0
  68. data/public/css/highlight/hopscotch.css +83 -0
  69. data/public/css/highlight/hybrid.css +16 -78
  70. data/public/css/highlight/idea.css +23 -48
  71. data/public/css/highlight/ir-black.css +73 -0
  72. data/public/css/highlight/ir_black.css +24 -57
  73. data/public/css/highlight/kimbie.dark.css +24 -47
  74. data/public/css/highlight/kimbie.light.css +24 -47
  75. data/public/css/highlight/magula.css +17 -67
  76. data/public/css/highlight/mono-blue.css +22 -31
  77. data/public/css/highlight/monokai-sublime.css +83 -0
  78. data/public/css/highlight/monokai.css +19 -75
  79. data/public/css/highlight/monokai_sublime.css +20 -91
  80. data/public/css/highlight/obsidian.css +25 -89
  81. data/public/css/highlight/paraiso-dark.css +72 -0
  82. data/public/css/highlight/paraiso-light.css +72 -0
  83. data/public/css/highlight/paraiso.dark.css +23 -47
  84. data/public/css/highlight/paraiso.light.css +23 -47
  85. data/public/css/highlight/pojoaque.css +28 -51
  86. data/public/css/highlight/qtcreator_dark.css +83 -0
  87. data/public/css/highlight/qtcreator_light.css +83 -0
  88. data/public/css/highlight/railscasts.css +32 -110
  89. data/public/css/highlight/rainbow.css +33 -55
  90. data/public/css/highlight/school-book.css +72 -0
  91. data/public/css/highlight/school-book.png +0 -0
  92. data/public/css/highlight/school_book.css +24 -63
  93. data/public/css/highlight/solarized-dark.css +84 -0
  94. data/public/css/highlight/solarized-light.css +84 -0
  95. data/public/css/highlight/solarized_dark.css +29 -52
  96. data/public/css/highlight/solarized_light.css +29 -52
  97. data/public/css/highlight/sunburst.css +28 -87
  98. data/public/css/highlight/tomorrow-night-blue.css +24 -45
  99. data/public/css/highlight/tomorrow-night-bright.css +24 -45
  100. data/public/css/highlight/tomorrow-night-eighties.css +24 -45
  101. data/public/css/highlight/tomorrow-night.css +24 -45
  102. data/public/css/highlight/tomorrow.css +24 -45
  103. data/public/css/highlight/vs.css +32 -56
  104. data/public/css/highlight/xcode.css +28 -89
  105. data/public/css/highlight/zenburn.css +26 -64
  106. data/public/css/presenter.css +78 -157
  107. data/public/css/showoff.css +368 -398
  108. data/public/js/highlight.pack.js +6423 -1791
  109. data/public/js/jquery.cycle.all.js +0 -29
  110. data/public/js/presenter.js +26 -67
  111. data/public/js/showoff.js +175 -152
  112. data/views/header.erb +0 -4
  113. data/views/header_mini.erb +0 -2
  114. data/views/index.erb +58 -48
  115. data/views/onepage.erb +4 -4
  116. data/views/presenter.erb +17 -15
  117. metadata +59 -45
  118. data/public/css/fast.png +0 -0
  119. data/public/css/fg.menu.css +0 -114
  120. data/public/css/grippy-close.png +0 -0
  121. data/public/css/grippy.png +0 -0
  122. data/public/css/new_window-a.png +0 -0
  123. data/public/css/new_window-b.png +0 -0
  124. data/public/css/new_window-c.png +0 -0
  125. data/public/css/popdown.png +0 -0
  126. data/public/css/popout.png +0 -0
  127. data/public/css/slow.png +0 -0
  128. data/public/css/spinner.gif +0 -0
  129. data/public/css/theme/images/ui-bg_diagonals-small_100_f0efea_40x40.png +0 -0
  130. data/public/css/theme/images/ui-bg_flat_35_f0f0f0_40x100.png +0 -0
  131. data/public/css/theme/images/ui-bg_glass_55_fcf0ba_1x400.png +0 -0
  132. data/public/css/theme/images/ui-bg_glow-ball_25_2e2e28_600x600.png +0 -0
  133. data/public/css/theme/images/ui-bg_highlight-soft_100_f0efea_1x100.png +0 -0
  134. data/public/css/theme/images/ui-bg_highlight-soft_25_327E04_1x100.png +0 -0
  135. data/public/css/theme/images/ui-bg_highlight-soft_25_5A9D1A_1x100.png +0 -0
  136. data/public/css/theme/images/ui-bg_highlight-soft_95_ffedad_1x100.png +0 -0
  137. data/public/css/theme/images/ui-bg_inset-soft_22_3b3b35_1x100.png +0 -0
  138. data/public/css/theme/images/ui-icons_808080_256x240.png +0 -0
  139. data/public/css/theme/images/ui-icons_8DC262_256x240.png +0 -0
  140. data/public/css/theme/images/ui-icons_cd0a0a_256x240.png +0 -0
  141. data/public/css/theme/images/ui-icons_e7e6e4_256x240.png +0 -0
  142. data/public/css/theme/images/ui-icons_eeeeee_256x240.png +0 -0
  143. data/public/css/theme/images/ui-icons_ffffff_256x240.png +0 -0
  144. data/public/css/theme/ui.accordion.css +0 -9
  145. data/public/css/theme/ui.all.css +0 -2
  146. data/public/css/theme/ui.base.css +0 -9
  147. data/public/css/theme/ui.core.css +0 -37
  148. data/public/css/theme/ui.datepicker.css +0 -62
  149. data/public/css/theme/ui.dialog.css +0 -13
  150. data/public/css/theme/ui.progressbar.css +0 -4
  151. data/public/css/theme/ui.resizable.css +0 -13
  152. data/public/css/theme/ui.slider.css +0 -17
  153. data/public/css/theme/ui.tabs.css +0 -9
  154. data/public/css/theme/ui.theme.css +0 -245
  155. data/public/js/fg.menu.js +0 -645
@@ -9,84 +9,60 @@ Visual Studio-like style based on original C# coloring by Jason Diamond <jason@d
9
9
  padding: 0.5em;
10
10
  background: white;
11
11
  color: black;
12
- -webkit-text-size-adjust: none;
13
12
  }
14
13
 
15
14
  .hljs-comment,
16
- .hljs-annotation,
17
- .diff .hljs-header,
18
- .hljs-chunk,
19
- .apache .hljs-cbracket {
15
+ .hljs-quote,
16
+ .hljs-variable {
20
17
  color: #008000;
21
18
  }
22
19
 
23
20
  .hljs-keyword,
24
- .hljs-id,
21
+ .hljs-selector-tag,
25
22
  .hljs-built_in,
26
- .smalltalk .hljs-class,
27
- .hljs-winutils,
28
- .bash .hljs-variable,
29
- .tex .hljs-command,
30
- .hljs-request,
31
- .hljs-status,
32
- .nginx .hljs-title,
33
- .xml .hljs-tag,
34
- .xml .hljs-tag .hljs-value {
23
+ .hljs-name,
24
+ .hljs-tag {
35
25
  color: #00f;
36
26
  }
37
27
 
38
28
  .hljs-string,
39
29
  .hljs-title,
40
- .hljs-parent,
41
- .hljs-tag .hljs-value,
42
- .hljs-rule .hljs-value,
43
- .ruby .hljs-symbol,
44
- .ruby .hljs-symbol .hljs-string,
45
- .hljs-template_tag,
46
- .django .hljs-variable,
47
- .hljs-addition,
48
- .hljs-flow,
49
- .hljs-stream,
50
- .apache .hljs-tag,
51
- .hljs-date,
52
- .tex .hljs-formula,
53
- .coffeescript .hljs-attribute,
54
- .hljs-name {
30
+ .hljs-section,
31
+ .hljs-attribute,
32
+ .hljs-literal,
33
+ .hljs-template-tag,
34
+ .hljs-template-variable,
35
+ .hljs-type,
36
+ .hljs-addition {
55
37
  color: #a31515;
56
38
  }
57
39
 
58
- .ruby .hljs-string,
59
- .hljs-decorator,
60
- .hljs-filter .hljs-argument,
61
- .hljs-localvars,
62
- .hljs-array,
63
- .hljs-attr_selector,
64
- .hljs-pseudo,
65
- .hljs-pi,
66
- .hljs-doctype,
67
40
  .hljs-deletion,
68
- .hljs-envvar,
69
- .hljs-shebang,
70
- .hljs-preprocessor,
71
- .hljs-pragma,
72
- .userType,
73
- .apache .hljs-sqbracket,
74
- .nginx .hljs-built_in,
75
- .tex .hljs-special,
76
- .hljs-prompt {
41
+ .hljs-selector-attr,
42
+ .hljs-selector-pseudo,
43
+ .hljs-meta {
77
44
  color: #2b91af;
78
45
  }
79
46
 
80
- .hljs-doctag,
81
- .hljs-xmlDocTag {
47
+ .hljs-doctag {
82
48
  color: #808080;
83
49
  }
84
50
 
85
- .hljs-type,
86
- .hljs-typename { font-weight: bold; }
51
+ .hljs-attr {
52
+ color: #f00;
53
+ }
54
+
55
+ .hljs-symbol,
56
+ .hljs-bullet,
57
+ .hljs-link {
58
+ color: #00b0e8;
59
+ }
60
+
87
61
 
88
- .vhdl .hljs-string { color: #666666; }
89
- .vhdl .hljs-literal { color: #a31515; }
90
- .vhdl .hljs-attribute { color: #00b0e8; }
62
+ .hljs-emphasis {
63
+ font-style: italic;
64
+ }
91
65
 
92
- .xml .hljs-attribute { color: #f00; }
66
+ .hljs-strong {
67
+ font-weight: bold;
68
+ }
@@ -10,133 +10,66 @@ XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
10
10
  padding: 0.5em;
11
11
  background: #fff;
12
12
  color: black;
13
- -webkit-text-size-adjust: none;
14
13
  }
15
14
 
16
- .hljs-comment {
15
+ .hljs-comment,
16
+ .hljs-quote {
17
17
  color: #006a00;
18
18
  }
19
19
 
20
20
  .hljs-keyword,
21
- .hljs-literal,
22
- .nginx .hljs-title {
21
+ .hljs-selector-tag,
22
+ .hljs-literal {
23
23
  color: #aa0d91;
24
24
  }
25
- .method,
26
- .hljs-list .hljs-title,
27
- .hljs-tag .hljs-title,
28
- .setting .hljs-value,
29
- .hljs-winutils,
30
- .tex .hljs-command,
31
- .http .hljs-title,
32
- .hljs-request,
33
- .hljs-status,
25
+
34
26
  .hljs-name {
35
27
  color: #008;
36
28
  }
37
29
 
38
- .hljs-envvar,
39
- .tex .hljs-special {
30
+ .hljs-variable,
31
+ .hljs-template-variable {
40
32
  color: #660;
41
33
  }
42
34
 
43
35
  .hljs-string {
44
36
  color: #c41a16;
45
37
  }
46
- .hljs-tag .hljs-value,
47
- .hljs-cdata,
48
- .hljs-filter .hljs-argument,
49
- .hljs-attr_selector,
50
- .apache .hljs-cbracket,
51
- .hljs-date,
52
- .hljs-regexp {
38
+
39
+ .hljs-regexp,
40
+ .hljs-link {
53
41
  color: #080;
54
42
  }
55
43
 
56
- .hljs-sub .hljs-identifier,
57
- .hljs-pi,
44
+ .hljs-title,
58
45
  .hljs-tag,
59
- .hljs-tag .hljs-keyword,
60
- .hljs-decorator,
61
- .ini .hljs-title,
62
- .hljs-shebang,
63
- .hljs-prompt,
64
- .hljs-hexcolor,
65
- .hljs-rule .hljs-value,
66
46
  .hljs-symbol,
67
- .hljs-symbol .hljs-string,
47
+ .hljs-bullet,
68
48
  .hljs-number,
69
- .css .hljs-function,
70
- .hljs-function .hljs-title,
71
- .coffeescript .hljs-attribute {
49
+ .hljs-meta {
72
50
  color: #1c00cf;
73
51
  }
74
52
 
53
+ .hljs-section,
75
54
  .hljs-class .hljs-title,
76
- .smalltalk .hljs-class,
77
55
  .hljs-type,
78
- .hljs-typename,
79
- .hljs-tag .hljs-attribute,
80
- .hljs-doctype,
81
- .hljs-class .hljs-id,
56
+ .hljs-attr,
82
57
  .hljs-built_in,
83
- .setting,
84
- .hljs-params,
85
- .clojure .hljs-attribute {
58
+ .hljs-builtin-name,
59
+ .hljs-params {
86
60
  color: #5c2699;
87
61
  }
88
62
 
89
- .hljs-variable {
90
- color: #3f6e74;
91
- }
92
- .css .hljs-tag,
93
- .hljs-rule .hljs-property,
94
- .hljs-pseudo,
63
+ .hljs-attribute,
95
64
  .hljs-subst {
96
65
  color: #000;
97
66
  }
98
67
 
99
- .css .hljs-class,
100
- .css .hljs-id {
101
- color: #9b703f;
102
- }
103
-
104
- .hljs-value .hljs-important {
105
- color: #ff7700;
106
- font-weight: bold;
107
- }
108
-
109
- .hljs-rule .hljs-keyword {
110
- color: #c5af75;
111
- }
112
-
113
- .hljs-annotation,
114
- .apache .hljs-sqbracket,
115
- .nginx .hljs-built_in {
116
- color: #9b859d;
117
- }
118
-
119
- .hljs-preprocessor,
120
- .hljs-preprocessor *,
121
- .hljs-pragma {
122
- color: #643820;
123
- }
124
-
125
- .tex .hljs-formula {
68
+ .hljs-formula {
126
69
  background-color: #eee;
127
70
  font-style: italic;
128
71
  }
129
72
 
130
- .diff .hljs-header,
131
- .hljs-chunk {
132
- color: #808080;
133
- font-weight: bold;
134
- }
135
-
136
- .diff .hljs-change {
137
- background-color: #bccff9;
138
- }
139
-
140
73
  .hljs-addition {
141
74
  background-color: #baeeba;
142
75
  }
@@ -145,10 +78,16 @@ XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
145
78
  background-color: #ffc8bd;
146
79
  }
147
80
 
148
- .hljs-comment .hljs-doctag {
81
+ .hljs-selector-id,
82
+ .hljs-selector-class {
83
+ color: #9b703f;
84
+ }
85
+
86
+ .hljs-doctag,
87
+ .hljs-strong {
149
88
  font-weight: bold;
150
89
  }
151
90
 
152
- .method .hljs-id {
153
- color: #000;
91
+ .hljs-emphasis {
92
+ font-style: italic;
154
93
  }
@@ -11,108 +11,70 @@ based on dark.css by Ivan Sagalaev
11
11
  padding: 0.5em;
12
12
  background: #3f3f3f;
13
13
  color: #dcdcdc;
14
- -webkit-text-size-adjust: none;
15
14
  }
16
15
 
17
16
  .hljs-keyword,
18
- .hljs-tag,
19
- .css .hljs-class,
20
- .css .hljs-id,
21
- .lisp .hljs-title,
22
- .nginx .hljs-title,
23
- .hljs-request,
24
- .hljs-status,
25
- .clojure .hljs-attribute {
17
+ .hljs-selector-tag,
18
+ .hljs-tag {
26
19
  color: #e3ceab;
27
20
  }
28
21
 
29
- .django .hljs-template_tag,
30
- .django .hljs-variable,
31
- .django .hljs-filter .hljs-argument {
22
+ .hljs-template-tag {
32
23
  color: #dcdcdc;
33
24
  }
34
25
 
35
- .hljs-number,
36
- .hljs-date {
26
+ .hljs-number {
37
27
  color: #8cd0d3;
38
28
  }
39
29
 
40
- .dos .hljs-envvar,
41
- .dos .hljs-stream,
42
30
  .hljs-variable,
43
- .apache .hljs-sqbracket,
44
- .hljs-name {
31
+ .hljs-template-variable,
32
+ .hljs-attribute {
45
33
  color: #efdcbc;
46
34
  }
47
35
 
48
- .dos .hljs-flow,
49
- .diff .hljs-change,
50
- .python .exception,
51
- .python .hljs-built_in,
52
- .hljs-literal,
53
- .tex .hljs-special {
36
+ .hljs-literal {
54
37
  color: #efefaf;
55
38
  }
56
39
 
57
- .diff .hljs-chunk,
58
40
  .hljs-subst {
59
41
  color: #8f8f8f;
60
42
  }
61
43
 
62
- .dos .hljs-keyword,
63
- .hljs-decorator,
64
44
  .hljs-title,
65
- .hljs-type,
66
- .diff .hljs-header,
67
- .ruby .hljs-class .hljs-parent,
68
- .apache .hljs-tag,
69
- .nginx .hljs-built_in,
70
- .tex .hljs-command,
71
- .hljs-prompt {
45
+ .hljs-name,
46
+ .hljs-selector-id,
47
+ .hljs-selector-class,
48
+ .hljs-section,
49
+ .hljs-type {
72
50
  color: #efef8f;
73
51
  }
74
52
 
75
- .dos .hljs-winutils,
76
- .ruby .hljs-symbol,
77
- .ruby .hljs-symbol .hljs-string,
78
- .ruby .hljs-string {
53
+ .hljs-symbol,
54
+ .hljs-bullet,
55
+ .hljs-link {
79
56
  color: #dca3a3;
80
57
  }
81
58
 
82
- .diff .hljs-deletion,
59
+ .hljs-deletion,
83
60
  .hljs-string,
84
- .hljs-tag .hljs-value,
85
- .hljs-preprocessor,
86
- .hljs-pragma,
87
61
  .hljs-built_in,
88
- .smalltalk .hljs-class,
89
- .smalltalk .hljs-localvars,
90
- .smalltalk .hljs-array,
91
- .css .hljs-rule .hljs-value,
92
- .hljs-attr_selector,
93
- .hljs-pseudo,
94
- .apache .hljs-cbracket,
95
- .tex .hljs-formula,
96
- .coffeescript .hljs-attribute {
62
+ .hljs-builtin-name {
97
63
  color: #cc9393;
98
64
  }
99
65
 
100
- .hljs-shebang,
101
- .diff .hljs-addition,
66
+ .hljs-addition,
102
67
  .hljs-comment,
103
- .hljs-annotation,
104
- .hljs-pi,
105
- .hljs-doctype {
68
+ .hljs-quote,
69
+ .hljs-meta {
106
70
  color: #7f9f7f;
107
71
  }
108
72
 
109
- .coffeescript .javascript,
110
- .javascript .xml,
111
- .tex .hljs-formula,
112
- .xml .javascript,
113
- .xml .vbscript,
114
- .xml .css,
115
- .xml .hljs-cdata {
116
- opacity: 0.5;
73
+
74
+ .hljs-emphasis {
75
+ font-style: italic;
117
76
  }
118
77
 
78
+ .hljs-strong {
79
+ font-weight: bold;
80
+ }
@@ -9,77 +9,56 @@
9
9
  min-width: 630px;
10
10
  }
11
11
 
12
- div.zoomed {
13
- zoom: 50%;
14
- -moz-transform: scale(0.5);
15
- -moz-transform-origin: 0 0;
12
+ #timerSection,
13
+ #statusbar,
14
+ #questions,
15
+ #notes {
16
+ font-size: .8em;
16
17
  }
17
18
 
18
19
  #topbar {
19
- min-height: 24px;
20
+ line-height: 24px;
20
21
  background: #222222;
21
- vertical-align: middle;
22
- text-align: right;
22
+ font-size: .55em;
23
23
  color: #fff;
24
+ padding: 0 1em;
24
25
  }
25
26
 
26
- #slideSource {
27
- float: left;
28
- margin: 0.5em 0 0 0.5em;
29
- }
30
- #slideSource a {
31
- color: #fff;
32
- text-decoration: none;
33
- }
34
- #slideSource a:hover {
35
- background-color: #555;
36
- }
37
- #links {
38
- position: relative;
39
- top: 0.7em;
40
- padding: 0 1em;
41
- }
42
- #links a {
43
- color: #fff;
44
- padding: 0.35em;
27
+ #topbar a {
45
28
  text-decoration: none;
46
- border: 1px solid #ccc;
47
- -moz-border-radius: 0.5em;
48
- -webkit-border-radius: 0.5em;
49
- -khtml-border-radius: 0.5em;
50
- border-radius: 0.5em;
29
+ color: #fff;
30
+ padding: .35em;
51
31
  }
52
- #links a:hover {
32
+
33
+ #topbar a:hover{
53
34
  background-color: #555;
54
35
  }
55
36
 
56
- #topbar #links a.enabled {
57
- background-color: #003d96;
37
+ #links {
38
+ float: right;
58
39
  }
59
40
 
60
- #topbar #links a.popdown {
61
- background-image: url(popdown.png);
62
- background-position: center right;
63
- background-repeat: no-repeat;
64
- padding-right: 16px;
41
+ #links a {
42
+ border: 1px solid #ccc;
43
+ border-radius: 0.5em;
65
44
  }
66
45
 
67
- #topbar #links a.popout {
68
- background-image: url(popout.png);
69
- background-position: top 1px right 1px;
70
- background-repeat: no-repeat;
71
- padding-right: 18px;
46
+ #links a.enabled {
47
+ background-color: #003d96;
72
48
  }
73
49
 
74
- #topbar #links .mobile {
50
+ #links .mobile {
75
51
  display: none;
76
52
  }
77
53
 
78
- #topbar #links span.spacer {
79
- width: 2em;
80
- display: inline-block;
54
+ .desktop span {
55
+ margin: 0 1em;
81
56
  }
82
57
 
58
+ #presenterPopup {
59
+ font-size: 0.5em;
60
+ }
61
+
83
62
  #center {
84
63
  display: -webkit-flex;
85
64
  display: flex;
@@ -114,9 +93,8 @@ div.zoomed {
114
93
  vertical-align: middle;
115
94
  }
116
95
 
117
- #timerSection #timerInfo {
96
+ #timerInfo {
118
97
  margin-left: 25px;
119
- font-weight: bold;
120
98
  }
121
99
 
122
100
  #timerSection input[type='button'] {
@@ -128,27 +106,25 @@ div.zoomed {
128
106
  .tRed { background: #d99; }
129
107
  .tYellow { background: #dd9; }
130
108
 
131
- #sidebar #feedbackPace {
109
+ #feedbackPace {
132
110
  height: 40px;
133
111
  min-height: 40px;
134
112
  position: relative;
135
113
  background: transparent url(pace.png) no-repeat center bottom;
136
114
  }
137
- #sidebar #feedbackPace #paceFast,
138
- #sidebar #feedbackPace #paceSlow {
139
- font-size: 1.5em;
140
- font-weight: bold;
115
+ #paceFast,
116
+ #paceSlow {
141
117
  display: none;
142
118
  }
143
- #sidebar #feedbackPace #paceFast {
119
+ #paceFast {
144
120
  float: left;
145
121
  margin-left: 1em;
146
122
  }
147
- #sidebar #feedbackPace #paceSlow {
123
+ #paceSlow {
148
124
  float: right;
149
125
  margin-right: 1em;
150
126
  }
151
- #sidebar #feedbackPace #paceMarker {
127
+ #paceMarker {
152
128
  left: 50%;
153
129
  position: absolute;
154
130
  transform: translate(-50%, -50%);
@@ -159,58 +135,9 @@ div.zoomed {
159
135
 
160
136
  }
161
137
 
162
- #slidemenu {
163
- -webkit-flex: 1;
164
- flex: 1;
165
- background-color: #fff;
166
- }
167
- #slidemenu ul li {
168
- padding: 5px;
169
- }
170
-
171
- .menu {
172
- -webkit-flex: 1;
173
- flex: 1;
174
- overflow:auto;
175
- background-color: #fff;
176
- font-family: helvetica;
177
- }
178
-
179
- .menu ul {
180
- list-style: none;
181
- padding: 0;
182
- }
183
-
184
- .menu ul li {
185
- padding: 5px;
186
- }
187
-
188
- .menu a {
138
+ .submenu {
189
139
  display: block;
190
- color: #000;
191
- margin: 1px;
192
- padding: 0.25em;
193
- -moz-border-radius: 0.25em;
194
- -webkit-border-radius: 0.25em;
195
- -khtml-border-radius: 0.25em;
196
- border-radius: 0.25em;
197
- text-decoration: none;
198
- }
199
- .menu li.highlighted a,
200
- .menu a:hover {
201
- margin: 0;
202
- border: 1px solid #ccc;
203
- background-color: #dedede;
204
- }
205
- .menu > ul > li > ul {
206
- padding-left: 20px;
207
- font-size: 120%;
208
- font-weight: 100;
209
- }
210
- .menu > ul > li > a {
211
- padding: 10px;
212
- background: #eee;
213
- font-size: 140%;
140
+ overflow: auto;
214
141
  }
215
142
 
216
143
  #presenter {
@@ -233,27 +160,32 @@ div.zoomed {
233
160
  padding: 1em;
234
161
  }
235
162
 
236
- #preview .content form div.tools input[type=button].display {
163
+ #preview input[type=button].display {
237
164
  display: inline;
238
165
  }
239
- #preview .content form div.tools input[type=submit] {
166
+ #preview .tools input[type=submit] {
240
167
  display: none;
241
168
  }
242
169
 
243
- #preview .content form label.correct {
170
+ .correct {
244
171
  font-weight: 900;
245
- border-bottom: 4px solid black;
246
172
  }
247
173
 
248
- img#disconnected {
174
+ #disconnected {
249
175
  margin: 0.5em 1em;
250
176
  }
251
177
 
252
- #preview .content ul li.incremental.hidden {
178
+ #preview .incremental.hidden {
253
179
  visibility: visible;
254
180
  color: #ccc;
255
181
  }
256
182
 
183
+ #preso {
184
+ -webkit-box-shadow:0 0 25px rgba(0,0,0,0.35);
185
+ -moz-box-shadow:0 0 25px rgba(0,0,0,0.35);
186
+ box-shadow:0 0 25px rgba(0,0,0,0.35);
187
+ }
188
+
257
189
  #statusbar {
258
190
  height: 22px;
259
191
  line-height: 22px;
@@ -280,9 +212,6 @@ div.zoomed {
280
212
  -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
281
213
  box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
282
214
  }
283
- #zoomer {
284
- float: right;
285
- }
286
215
 
287
216
  #bottom {
288
217
  display: -webkit-flex;
@@ -301,21 +230,16 @@ div.zoomed {
301
230
  order: 0;
302
231
  min-width: 210px;
303
232
  border-right: 1px solid #ccc;
304
- font-size: 1.2em;
305
233
  overflow: auto;
306
234
  height: 100%;
307
235
  }
308
- #questions h3 {
309
- font-size: 1.25em;
310
- }
236
+
311
237
  #questions ul {
312
238
  margin-left: 1.5em;
313
239
  margin-right: 0.25em;
314
240
  }
315
- #questions ul li {
316
- list-style-type: disc;
317
- }
318
- #questions ul li:hover {
241
+
242
+ #questions li:hover {
319
243
  background: #dedede url(close.png) no-repeat top right;
320
244
  -moz-border-radius: 0.25em;
321
245
  -webkit-border-radius: 0.25em;
@@ -328,11 +252,8 @@ div.zoomed {
328
252
  flex: 4;
329
253
  -webkit-order: 1;
330
254
  order: 1;
331
- font-size: 1.5em;
332
255
  overflow: auto;
333
256
  height: 100%;
334
- font-family: helvetica;
335
- font-weight: 100;
336
257
  }
337
258
  #notes p,
338
259
  #notes h1,
@@ -360,20 +281,22 @@ div.zoomed {
360
281
  list-style-type: disc;
361
282
  }
362
283
 
363
- #notes div.rendered.form span.count {
364
- display: inline;
365
- position: absolute;
366
- top: 3px;
367
- right: 4px;
368
- z-index: 10;
284
+ #notes .element {
285
+ display: inline-block;
286
+ width: 90%;
287
+ }
288
+
289
+ #notes .count {
290
+ display: inline-block;
291
+ background-color: #27ae60;
292
+ color: #ffffff;
293
+ padding: 0 8px;
369
294
  font-size: 2.5em;
370
- background-color: #ddd;
371
- border: 1px solid #333;
372
- border-radius: 0 0.15em 0 0;
373
- box-shadow: 2px 2px 2px #888;
295
+ vertical-align: top;
296
+ border-radius: .2em;
374
297
  }
375
298
 
376
- #bottom #notes div.personal {
299
+ #notes .personal {
377
300
  float: right;
378
301
  border-left: 4px solid #999;
379
302
  border-bottom: 4px solid #999;
@@ -384,11 +307,10 @@ div.zoomed {
384
307
  max-width: 25%;
385
308
  }
386
309
 
387
- #bottom #notes div.personal h1 {
388
- font-size: 1em;
389
- font-weight: bold;
310
+ #notes .personal h1 {
390
311
  margin-top: 0;
391
312
  border-bottom: 1px solid #ccc;
313
+ font-size: 1.5em;
392
314
  }
393
315
 
394
316
  a.controls {
@@ -422,12 +344,12 @@ a.controls {
422
344
  -webkit-flex: 1;
423
345
  flex: 1;
424
346
  }
425
- #bottom #questions {
347
+ #questions {
426
348
  border-bottom: 1px solid #ccc;
427
349
  -webkit-flex: 1;
428
350
  flex: 1;
429
351
  }
430
- #bottom #notes {
352
+ #notes {
431
353
  -webkit-flex: 2;
432
354
  flex: 2;
433
355
  }
@@ -435,13 +357,13 @@ a.controls {
435
357
  margin: 0;
436
358
  padding: 0;
437
359
  }
438
- #topbar #slideSource {
360
+ #slideSource {
439
361
  max-width: 256px;
440
362
  overflow: hidden;
441
363
  height: 16px;
442
364
  padding-left: 16px;
443
365
  }
444
- #topbar #slideSource #slideFile {
366
+ #slideFile {
445
367
  display: inline-block;
446
368
  width: 205px;
447
369
  max-width: 205px;
@@ -449,17 +371,16 @@ a.controls {
449
371
  text-overflow: ellipsis;
450
372
  overflow: hidden;
451
373
  }
452
- #topbar #links .desktop,
453
- #zoomer,
374
+ #links .desktop,
454
375
  #separator,
455
376
  #stylepicker {
456
377
  display: none !important;
457
378
  }
458
- #topbar #links {
379
+ #links {
459
380
  top: 0.5em;
460
381
  padding: 0 0.5em;
461
382
  }
462
- #topbar #links .mobile {
383
+ #links .mobile {
463
384
  display: inline;
464
385
  }
465
386
 
@@ -477,8 +398,8 @@ a.controls {
477
398
  overflow: scroll;
478
399
  display: none;
479
400
  }
480
- #sidebar #timerSection,
481
- #sidebar #feedbackPace {
401
+ #timerSection,
402
+ #feedbackPace {
482
403
  display: none;
483
404
  }
484
405
 
@@ -487,14 +408,14 @@ a.controls {
487
408
  height: auto;
488
409
  line-height: inherit;
489
410
  }
490
- #statusbar #enableRemote,
491
- #statusbar #enableFollower {
411
+ #enableRemote,
412
+ #enableFollower {
492
413
  border: none;
493
414
  margin: 0;
494
415
  padding: 0;
495
416
  }
496
- #statusbar #remoteToggle,
497
- #statusbar #followerToggle {
417
+ #remoteToggle,
418
+ #followerToggle {
498
419
  line-height: 1em;
499
420
  height: 1em;
500
421
  margin: 0 0 0 0.25em;