osi.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  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 {
  146. letter-spacing: 0em; }
  147. .reveal p {
  148. margin-bottom: 0.6em; }
  149. .reveal .slides section {
  150. font-size: 28px; }
  151. .reveal .slides {
  152. width: 1024px; }
  153. .reveal .custom.inverse {
  154. color: #e7d6c3; }
  155. .reveal h1 {
  156. font-size: 3.2em; }
  157. .reveal h4 {
  158. font-size: 1.05em; }
  159. .reveal h1,
  160. .reveal h2,
  161. .reveal h3 {
  162. color: #647a8e; }
  163. .reveal h1.chapter {
  164. color: #ff8a00;
  165. margin-top: 0.8em;
  166. padding: 10px; }
  167. .reveal .release-date {
  168. color: #647a8e; }
  169. .reveal .right {
  170. text-align: right;
  171. width: 100%; }
  172. .reveal .left {
  173. text-align: left;
  174. width: 100%; }
  175. .reveal .name {
  176. margin-top: 1.5em; }
  177. .footer {
  178. bottom: 40px;
  179. left: 30px;
  180. position: fixed;
  181. width: 100%;
  182. z-index: 0; }
  183. .reveal .footnote,
  184. .reveal .note {
  185. bottom: 10px;
  186. color: #899594;
  187. display: inline-block;
  188. font-size: 45%;
  189. margin-left: auto;
  190. margin-right: auto;
  191. position: relative;
  192. text-align: center;
  193. width: 80%; }
  194. .reveal .note {
  195. color: #647a8e; }
  196. .reveal .illustration img,
  197. .reveal .diagramme img {
  198. border: none;
  199. box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  200. max-height: 65%;
  201. max-width: 65%; }
  202. .reveal .reference img {
  203. float: left;
  204. max-width: 98%; }
  205. .reveal td.reference {
  206. color: #899594;
  207. font-size: 70%;
  208. font-style: italic;
  209. width: 25%; }
  210. .reveal .illustration-full img,
  211. .reveal .diagramme-full img {
  212. border: none;
  213. box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  214. margin: 0;
  215. max-height: 85%;
  216. max-width: 85%;
  217. padding: 0; }
  218. .reveal .slides section.full,
  219. .reveal section.full img {
  220. margin: 0;
  221. padding: 0; }
  222. p.caption {
  223. font-size: 60%;
  224. font-style: italic; }
  225. .reveal code {
  226. box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  227. font-size: .75em;
  228. font-family: monospace;
  229. line-height: 1.2em;
  230. margin: 0 0.35em;
  231. padding: 0 .15em;
  232. word-wrap: break-word; }
  233. .reveal .high {
  234. color: #ff8a00; }
  235. .reveal code.high {
  236. background-color: #ff8a00;
  237. color: white; }
  238. .reveal .codeblock {
  239. display: block;
  240. font-size: .55em;
  241. margin: 0.15em 0 0.15em 1em;
  242. max-height: 495px;
  243. overflow: auto;
  244. padding: 0.3em 0.5em; }
  245. .reveal .ab {
  246. display: block;
  247. font-size: .6em;
  248. margin: 0.15em 0 0.15em 1em;
  249. max-height: 495px;
  250. overflow: auto;
  251. padding: 0.3em 0.5em; }
  252. .reveal blockquote {
  253. background: rgba(255, 255, 255, 0.05);
  254. box-shadow: none;
  255. color: #647a8e;
  256. line-height: 1.5em;
  257. margin: auto;
  258. padding: auto;
  259. font-style: italic;
  260. width: 100%; }
  261. .reveal blockquote.quote-small {
  262. background: rgba(255, 255, 255, 0.05);
  263. box-shadow: none;
  264. color: #647a8e;
  265. font-size: 0.8em;
  266. line-height: 1.2em;
  267. margin: auto auto 0.8em auto;
  268. padding: auto;
  269. font-style: italic;
  270. width: 100%; }
  271. .reveal .quoteinverse {
  272. background-color: #647a8e;
  273. color: white;
  274. padding: 0 0.15em; }
  275. .reveal .quote-underline {
  276. border-bottom: solid 5px #647a8e; }
  277. .reveal ol,
  278. .reveal ul {
  279. list-style-type: none;
  280. margin: 0 0 0.85em 1.5em; }
  281. .reveal li {
  282. margin-bottom: 0.6em; }
  283. .reveal li ul {
  284. margin-top: 0.6em; }
  285. .reveal ol li:before,
  286. .reveal ul li:before {
  287. color: #ff8a00;
  288. content: "● "; }
  289. .reveal ul ul ul,
  290. .reveal ul ul {
  291. list-style-type: none; }
  292. .reveal ul ul li:before {
  293. color: #ff8a00;
  294. content: "– "; }
  295. .reveal ul ul ul li:before {
  296. color: #647a8e;
  297. content: "· "; }
  298. .reveal ul ul ul li {
  299. line-height: 1;
  300. margin: 0 auto;
  301. padding: 0 auto; }
  302. .reveal ul ul,
  303. .reveal ul ol,
  304. .reveal ol ol,
  305. .reveal ol ul {
  306. margin-left: 1.5em; }
  307. .reveal ul,
  308. .reveal ol {
  309. text-indent: -0.7em; }
  310. .reveal ul ul,
  311. .reveal ul ol,
  312. .reveal ol ol,
  313. .reveal ol ul {
  314. text-indent: -0.6em; }
  315. .reveal blockquote li {
  316. margin-bottom: 0.7em; }
  317. .reveal blockquote ol li:before,
  318. .reveal blockquote ul li:before {
  319. color: #647a8e;
  320. content: ""; }
  321. .reveal blockquote ul ul ul,
  322. .reveal blockquote ul ul {
  323. list-style-type: circle; }
  324. .reveal blockquote ul ul ul li:before,
  325. .reveal blockquote ul ul li:before {
  326. color: #647a8e;
  327. content: ""; }
  328. .reveal blockquote ul ul,
  329. .reveal blockquote ul ol,
  330. .reveal blockquote ol ol,
  331. .reveal blockquote ol ul {
  332. margin-left: auto; }
  333. .reveal .highlight {
  334. background-color: #ff8a00;
  335. border-radius: 0.4em;
  336. color: white;
  337. font-size: 0.75em;
  338. margin-left: 1em;
  339. padding: 0.1em 0.3em; }
  340. .reveal .highlight:before {
  341. content: "→ "; }
  342. .reveal table {
  343. margin-bottom: 1em;
  344. margin-top: 1.2em;
  345. width: 100%; }
  346. .reveal table tr.third td {
  347. width: 33%; }
  348. .reveal table tr.half td {
  349. width: 50%; }
  350. .reveal table .table-title {
  351. border-bottom: 15px solid rgba(255, 255, 255, 0);
  352. color: #ca3b28;
  353. font-size: 110%; }
  354. .reveal table .table-description {
  355. border-bottom: 10px solid rgba(255, 255, 255, 0);
  356. font-size: 90%; }
  357. .reveal table .table-extra {
  358. color: #5a9b47;
  359. font-size: 75%; }
  360. .reveal table .table-extra:before {
  361. content: "➤ "; }
  362. .reveal p.theme-name {
  363. color: #647a8e;
  364. font-family: "League Gothic";
  365. font-size: 1.2em;
  366. float: left;
  367. margin-top: 0.5em;
  368. text-align: left;
  369. text-transform: uppercase; }
  370. .reveal table.new {
  371. font-size: 0.8em;
  372. line-height: 1.35;
  373. margin-bottom: 0.5em;
  374. margin-top: 0.5em;
  375. width: 100%; }
  376. .reveal .new th {
  377. color: #647a8e;
  378. font-family: "League Gothic";
  379. text-transform: uppercase;
  380. width: 12%; }
  381. .reveal .new td:before {
  382. color: #ff8a00;
  383. content: "· "; }
  384. .reveal .two-columns-left {
  385. float: left;
  386. margin: auto 0;
  387. width: 47.5%; }
  388. .reveal .two-columns-right {
  389. float: right;
  390. margin: auto 0;
  391. width: 47.5%; }
  392. .reveal .compare-table {
  393. border-collapse: collapse;
  394. line-height: 1.1;
  395. margin-top: 1em;
  396. padding: 0.4em;
  397. width: 100%; }
  398. .reveal .compare-table tr.first-row {
  399. padding-bottom: 1em; }
  400. .reveal .cms-table th,
  401. .reveal .compare-table th {
  402. width: 16%; }
  403. .reveal .compare-table td {
  404. width: 28%; }
  405. .reveal .compare-table thead {
  406. font-size: 0.75em; }
  407. .reveal .compare-table.six thead {
  408. color: #647a8e; }
  409. .reveal .compare-table.seven thead {
  410. color: #5a9b47; }
  411. .reveal .compare-table.eight thead {
  412. color: #d2533a; }
  413. .reveal .compare-table tbody {
  414. border-top: 5px solid rgba(255, 255, 255, 0);
  415. font-size: 0.65em; }
  416. .reveal .compare-table thead th {
  417. font-family: "League Gothic";
  418. font-size: 1.2em;
  419. position: relative;
  420. top: 0.2em;
  421. text-transform: uppercase; }
  422. .reveal section img.cover-img {
  423. background: none;
  424. border: none;
  425. box-shadow: none;
  426. margin: 0; }
  427. .reveal div.cover-osi {
  428. color: #647a8e;
  429. position: relative;
  430. top: 2em; }
  431. .reveal div.cover-osi h3 {
  432. color: #647a8e; }
  433. .reveal .downer {
  434. margin-top: 1.5em; }
  435. .reveal h3.people {
  436. margin-top: 0.8em; }
  437. .reveal table.people {
  438. font-size: 0.75em;
  439. line-height: 1;
  440. margin: 1em 0 1.7em 0; }
  441. .reveal table.people tr {
  442. width: 100%; }
  443. .reveal table.people td {
  444. border-bottom: 5px solid rgba(255, 255, 255, 0);
  445. margin: 0;
  446. padding: 0;
  447. width: 306px; }
  448. .reveal table.people .td-middle {
  449. border-left: 15px solid rgba(255, 255, 255, 0);
  450. border-right: 15px solid rgba(255, 255, 255, 0); }
  451. .reveal table.people img {
  452. max-width: 306px; }
  453. .reveal .blue {
  454. color: #647a8e; }
  455. .reveal .orange {
  456. color: #ff8a00; }
  457. .reveal .lowercase {
  458. text-transform: none; }
  459. .reveal div.programme {
  460. margin: 1em auto; }