osi.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499
  1. @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
  2. /**
  3. * OSI theme for reveal.js.
  4. *
  5. */
  6. @font-face {
  7. font-family: 'League Gothic';
  8. src: url("../../lib/font/league_gothic-webfont.eot");
  9. src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg");
  10. font-weight: normal;
  11. font-style: normal; }
  12. @font-face {
  13. font-family: 'Lato';
  14. font-style: normal;
  15. font-weight: 400;
  16. src: local("Lato Regular"), local("Lato-Regular"), url("../../lib/font/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff") format("woff"); }
  17. @font-face {
  18. font-family: 'Lato';
  19. font-style: normal;
  20. font-weight: 700;
  21. src: local("Lato Bold"), local("Lato-Bold"), url("../../lib/font/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff") format("woff"); }
  22. @font-face {
  23. font-family: 'Lato';
  24. font-style: italic;
  25. font-weight: 400;
  26. src: local("Lato Italic"), local("Lato-Italic"), url("../../lib/font/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff") format("woff"); }
  27. @font-face {
  28. font-family: 'Lato';
  29. font-style: italic;
  30. font-weight: 700;
  31. src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("../../lib/font/HkF_qI1x_noxlxhrhMQYELO3LdcAZYWl9Si6vvxL-qU.woff") format("woff"); }
  32. /*********************************************
  33. * GLOBAL STYLES
  34. *********************************************/
  35. body {
  36. background: #ecf4fb;
  37. background: -moz-radial-gradient(center, circle cover, white 0%, #ecf4fb 100%);
  38. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, #ecf4fb));
  39. background: -webkit-radial-gradient(center, circle cover, white 0%, #ecf4fb 100%);
  40. background: -o-radial-gradient(center, circle cover, white 0%, #ecf4fb 100%);
  41. background: -ms-radial-gradient(center, circle cover, white 0%, #ecf4fb 100%);
  42. background: radial-gradient(center, circle cover, white 0%, #ecf4fb 100%);
  43. background-color: #e9f6fb; }
  44. .reveal {
  45. font-family: "Lato", sans-serif;
  46. font-size: 36px;
  47. font-weight: 200;
  48. letter-spacing: -0.02em;
  49. color: #333333; }
  50. ::selection {
  51. color: white;
  52. background: #647a8e;
  53. text-shadow: none; }
  54. /*********************************************
  55. * HEADERS
  56. *********************************************/
  57. .reveal h1,
  58. .reveal h2,
  59. .reveal h3,
  60. .reveal h4,
  61. .reveal h5,
  62. .reveal h6 {
  63. margin: 0 0 20px 0;
  64. color: #333333;
  65. font-family: "League Gothic", Impact, sans-serif;
  66. line-height: 0.9em;
  67. letter-spacing: 0.02em;
  68. text-transform: uppercase;
  69. text-shadow: none; }
  70. .reveal h1 {
  71. text-shadow: none; }
  72. /*********************************************
  73. * LINKS
  74. *********************************************/
  75. .reveal a:not(.image) {
  76. color: #ff8a00;
  77. text-decoration: none;
  78. -webkit-transition: color .15s ease;
  79. -moz-transition: color .15s ease;
  80. -ms-transition: color .15s ease;
  81. -o-transition: color .15s ease;
  82. transition: color .15s ease; }
  83. .reveal a:not(.image):hover {
  84. color: #ffb966;
  85. text-shadow: none;
  86. border: none; }
  87. .reveal .roll span:after {
  88. color: #fff;
  89. background: #b36100; }
  90. /*********************************************
  91. * IMAGES
  92. *********************************************/
  93. .reveal section img {
  94. margin: 15px 0px;
  95. background: rgba(255, 255, 255, 0.12);
  96. border: 4px solid #333333;
  97. box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  98. -webkit-transition: all .2s linear;
  99. -moz-transition: all .2s linear;
  100. -ms-transition: all .2s linear;
  101. -o-transition: all .2s linear;
  102. transition: all .2s linear; }
  103. .reveal a:hover img {
  104. background: rgba(255, 255, 255, 0.2);
  105. border-color: #ff8a00;
  106. box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
  107. /*********************************************
  108. * NAVIGATION CONTROLS
  109. *********************************************/
  110. .reveal .controls div.navigate-left,
  111. .reveal .controls div.navigate-left.enabled {
  112. border-right-color: #ff8a00; }
  113. .reveal .controls div.navigate-right,
  114. .reveal .controls div.navigate-right.enabled {
  115. border-left-color: #ff8a00; }
  116. .reveal .controls div.navigate-up,
  117. .reveal .controls div.navigate-up.enabled {
  118. border-bottom-color: #ff8a00; }
  119. .reveal .controls div.navigate-down,
  120. .reveal .controls div.navigate-down.enabled {
  121. border-top-color: #ff8a00; }
  122. .reveal .controls div.navigate-left.enabled:hover {
  123. border-right-color: #ffb966; }
  124. .reveal .controls div.navigate-right.enabled:hover {
  125. border-left-color: #ffb966; }
  126. .reveal .controls div.navigate-up.enabled:hover {
  127. border-bottom-color: #ffb966; }
  128. .reveal .controls div.navigate-down.enabled:hover {
  129. border-top-color: #ffb966; }
  130. /*********************************************
  131. * PROGRESS BAR
  132. *********************************************/
  133. .reveal .progress {
  134. background: rgba(0, 0, 0, 0.2); }
  135. .reveal .progress span {
  136. background: #ff8a00;
  137. -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  138. -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  139. -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  140. -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  141. transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
  142. /*********************************************
  143. * CUSTOM
  144. *********************************************/
  145. .reveal .slides {
  146. width: 1024px; }
  147. .reveal .custom.inverse {
  148. color: #e7d6c3; }
  149. .reveal h1 {
  150. font-size: 3.2em; }
  151. .reveal h1.chapter {
  152. color: #ff8a00;
  153. margin-top: 0.8em;
  154. padding: 10px; }
  155. .reveal .release-date {
  156. color: #647a8e; }
  157. .reveal .right {
  158. text-align: right;
  159. width: 100%; }
  160. .reveal .left {
  161. text-align: left;
  162. width: 100%; }
  163. .reveal .name {
  164. margin-top: 1.5em; }
  165. .footer {
  166. bottom: 40px;
  167. left: 30px;
  168. position: fixed;
  169. width: 100%;
  170. z-index: 0; }
  171. .reveal .footnote,
  172. .reveal .note {
  173. bottom: 10px;
  174. color: #899594;
  175. display: inline-block;
  176. font-size: 45%;
  177. margin-left: auto;
  178. margin-right: auto;
  179. position: relative;
  180. text-align: center;
  181. width: 80%; }
  182. .reveal .note {
  183. color: #647a8e; }
  184. .reveal .illustration img,
  185. .reveal .diagramme img {
  186. border: none;
  187. box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  188. max-height: 65%;
  189. max-width: 65%; }
  190. .reveal .illustration-full img,
  191. .reveal .diagramme-full img {
  192. border: none;
  193. box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  194. margin: 0;
  195. max-height: 85%;
  196. max-width: 85%;
  197. padding: 0; }
  198. .reveal .slides section.full,
  199. .reveal section.full img {
  200. margin: 0;
  201. padding: 0; }
  202. p.caption {
  203. font-size: 60%;
  204. font-style: italic; }
  205. .reveal code {
  206. box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  207. font-size: .75em;
  208. font-family: monospace;
  209. line-height: 1.2em;
  210. margin: 0 0.35em;
  211. padding: 0 .15em;
  212. word-wrap: break-word; }
  213. .reveal .high {
  214. color: #ff8a00; }
  215. .reveal code.high {
  216. background-color: #ff8a00;
  217. color: white; }
  218. .reveal .codeblock {
  219. display: block;
  220. font-size: .55em;
  221. margin: 0.15em 0 0.15em 1em;
  222. max-height: 495px;
  223. overflow: auto;
  224. padding: 0.3em 0.5em; }
  225. .reveal .ab {
  226. display: block;
  227. font-size: .6em;
  228. margin: 0.15em 0 0.15em 1em;
  229. max-height: 495px;
  230. overflow: auto;
  231. padding: 0.3em 0.5em; }
  232. .reveal blockquote {
  233. background: rgba(255, 255, 255, 0.05);
  234. box-shadow: none;
  235. color: #647a8e;
  236. line-height: 1.5em;
  237. margin: auto;
  238. padding: auto;
  239. font-style: italic;
  240. width: 100%; }
  241. .reveal blockquote.quote-small {
  242. background: rgba(255, 255, 255, 0.05);
  243. box-shadow: none;
  244. color: #647a8e;
  245. font-size: 0.8em;
  246. line-height: 1.2em;
  247. margin: auto auto 0.8em auto;
  248. padding: auto;
  249. font-style: italic;
  250. width: 100%; }
  251. .reveal .quoteinverse {
  252. background-color: #647a8e;
  253. color: white;
  254. padding: 0 0.15em; }
  255. .reveal .quote-underline {
  256. border-bottom: solid 5px #647a8e; }
  257. .reveal ol,
  258. .reveal ul {
  259. font-size: 0.9em;
  260. list-style-type: none;
  261. margin: 0 0 0 1.5em; }
  262. .reveal li {
  263. margin-bottom: 0.2em; }
  264. .reveal ol li:before,
  265. .reveal ul li:before {
  266. color: #ff8a00;
  267. content: "● "; }
  268. .reveal ul ul ul,
  269. .reveal ul ul {
  270. list-style-type: none; }
  271. .reveal ul ul li:before {
  272. color: #ff8a00;
  273. content: "– "; }
  274. .reveal ul ul ul li:before {
  275. color: #647a8e;
  276. content: "· "; }
  277. .reveal ul ul ul li {
  278. line-height: 1;
  279. margin: 0 auto;
  280. padding: 0 auto; }
  281. .reveal ul ul,
  282. .reveal ul ol,
  283. .reveal ol ol,
  284. .reveal ol ul {
  285. margin-left: 2.5em; }
  286. .reveal blockquote li {
  287. margin-bottom: 0.7em; }
  288. .reveal blockquote ol li:before,
  289. .reveal blockquote ul li:before {
  290. color: #647a8e;
  291. content: ""; }
  292. .reveal blockquote ul ul ul,
  293. .reveal blockquote ul ul {
  294. list-style-type: circle; }
  295. .reveal blockquote ul ul ul li:before,
  296. .reveal blockquote ul ul li:before {
  297. color: #647a8e;
  298. content: ""; }
  299. .reveal blockquote ul ul,
  300. .reveal blockquote ul ol,
  301. .reveal blockquote ol ol,
  302. .reveal blockquote ol ul {
  303. margin-left: auto; }
  304. .reveal .highlight {
  305. background-color: #ff8a00;
  306. border-radius: 0.4em;
  307. color: white;
  308. font-size: 0.75em;
  309. margin-left: 1em;
  310. padding: 0.1em 0.3em; }
  311. .reveal .highlight:before {
  312. content: "→ "; }
  313. .reveal table {
  314. margin-bottom: 1em; }
  315. .reveal p.theme-name {
  316. color: #647a8e;
  317. font-family: "League Gothic";
  318. font-size: 1.2em;
  319. float: left;
  320. margin-top: 0.5em;
  321. text-align: left;
  322. text-transform: uppercase; }
  323. .reveal table.new {
  324. font-size: 0.8em;
  325. line-height: 1.35;
  326. margin-bottom: 0.5em;
  327. margin-top: 0.5em;
  328. width: 100%; }
  329. .reveal .new th {
  330. color: #647a8e;
  331. font-family: "League Gothic";
  332. text-transform: uppercase;
  333. width: 12%; }
  334. .reveal .new td:before {
  335. color: #ff8a00;
  336. content: "· "; }
  337. .reveal .two-columns-left {
  338. float: left;
  339. margin: auto 0;
  340. width: 47.5%; }
  341. .reveal .two-columns-right {
  342. float: right;
  343. margin: auto 0;
  344. width: 47.5%; }
  345. .reveal table {
  346. width: 100%; }
  347. .reveal .compare-table {
  348. border-collapse: collapse;
  349. line-height: 1.1;
  350. margin-top: 1em;
  351. padding: 0.4em;
  352. width: 100%; }
  353. .reveal .compare-table tr.first-row {
  354. padding-bottom: 1em; }
  355. .reveal .compare-table th {
  356. width: 16%; }
  357. .reveal .compare-table td {
  358. width: 28%; }
  359. .reveal .compare-table thead {
  360. font-size: 0.75em; }
  361. .reveal .compare-table.six thead {
  362. color: #647a8e; }
  363. .reveal .compare-table.seven thead {
  364. color: #5a9b47; }
  365. .reveal .compare-table.eight thead {
  366. color: #d2533a; }
  367. .reveal .compare-table tbody {
  368. border-top: 5px solid rgba(255, 255, 255, 0);
  369. font-size: 0.65em; }
  370. .reveal .compare-table thead th {
  371. font-family: "League Gothic";
  372. font-size: 1.2em;
  373. position: relative;
  374. top: 0.2em;
  375. text-transform: uppercase; }
  376. .reveal section img.cover-img {
  377. background: none;
  378. border: none;
  379. box-shadow: none;
  380. margin: 0; }
  381. .reveal div.cover-osi {
  382. color: #647a8e;
  383. position: relative;
  384. top: 2em; }
  385. .reveal div.cover-osi h3 {
  386. color: #647a8e; }
  387. .reveal .downer {
  388. margin-top: 1.5em; }
  389. .reveal h3.people {
  390. margin-top: 0.8em; }
  391. .reveal table.people {
  392. font-size: 0.75em;
  393. line-height: 1;
  394. margin: 1em 0 1.7em 0; }
  395. .reveal table.people td {
  396. border-bottom: 5px solid rgba(255, 255, 255, 0);
  397. margin: 0;
  398. padding: 0; }
  399. .reveal table.people .td-middle {
  400. border-left: 15px solid rgba(255, 255, 255, 0);
  401. border-right: 15px solid rgba(255, 255, 255, 0); }
  402. .reveal table.people img {
  403. max-width: 100%; }
  404. .reveal .blue {
  405. color: #647a8e; }
  406. .reveal .orange {
  407. color: white; }
  408. .reveal .lowercase {
  409. text-transform: none; }