You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
2.3KB

  1. body {font-family: 'Helvetica'}
  2. .remark-slide-content h1 {
  3. font-size: 55px;
  4. font-weight: 100;
  5. text-align: center;
  6. margin-bottom: 1em;
  7. }
  8. .remark-slide-content > h4,.pull-left > h4, .pull-right > h4, .pull-c1 > h4, .pull-c2 > h4, .pull-c3 >h4 {
  9. font-size: 25px;
  10. border-top: 0 solid #00000;
  11. font-weight: 200;
  12. }
  13. .remark-slide-content > h3, .pull-left > h3, .pull-right > h3, .pull-c1 > h3, .pull-c2 > h3, .pull-c3 >h3 {
  14. font-size: 30px;
  15. font-weight:100;
  16. }
  17. .remark-slide-content > h2, .pull-left > h2, .pull-right > h2, .pull-c1 > h2, .pull-c2 > h2, .pull-c3 >h2 {
  18. font-size: 40px;
  19. font-weight:100;
  20. }
  21. .title-slide {
  22. background: #fafafa; /* Old browsers */
  23. background: -moz-linear-gradient(top, #fafafa 0%, #fafafa 0%, #ffffff 100%); /* FF3.6-15 */
  24. background: -webkit-linear-gradient(top, #fafafa 0%,#fafafa 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  25. background: linear-gradient(to bottom, #fafafa 0%,#fafafa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  26. }
  27. .inline > img {
  28. width: 30px;
  29. height: 30px;
  30. vertical-align:middle;
  31. }
  32. .effect1{
  33. -webkit-box-shadow: 0 10px 6px -6px #777;
  34. -moz-box-shadow: 0 10px 6px -6px #777;
  35. box-shadow: 0 10px 6px -6px #777;
  36. }
  37. .box h3{
  38. text-align:center;
  39. padding: 10px;
  40. }
  41. .box {
  42. width:85%;
  43. background:#FFF;
  44. margin:40px auto;
  45. }
  46. .subtitle h4{
  47. text-align:center;
  48. padding: 10px;
  49. }
  50. .subtitle h5{
  51. text-align:center;
  52. padding: 10px;
  53. font-weight: 300;
  54. }
  55. .subtitle {
  56. padding-top: 30px;
  57. width:85%;
  58. margin:40px auto;
  59. }
  60. .logos{
  61. display: flex;
  62. justify-content: center;
  63. width: 100%;
  64. position: absolute;
  65. bottom: 30px;
  66. left: 0px;
  67. }
  68. .logos > div{
  69. flex-direction: row;
  70. flex-grow: 1;
  71. }
  72. .logos > div > img {
  73. margin:auto;
  74. height: 60px;
  75. display: block;
  76. margin:auto;
  77. }
  78. .center > h2, .center > h3, .center > h4, .center > h5 {
  79. text-align:center;
  80. }
  81. .pull-left {
  82. float: left;
  83. width: 49%;
  84. }
  85. .pull-right {
  86. float: right;
  87. width: 49%;
  88. }
  89. .pull-right ~ * {
  90. clear: both;
  91. }
  92. .pull-c1 {
  93. float:left;
  94. width: 31%;
  95. }
  96. .pull-c2 {
  97. float:left;
  98. width: 31%;
  99. }
  100. .pull-c3 {
  101. float:right;
  102. width: 31%;
  103. }
  104. .pull-c3 ~ * {
  105. clear: both;
  106. }
  107. .full {
  108. padding: 1em 1em 1em 1em;
  109. }
  110. .small .remark-code {
  111. font-size: 70%;
  112. }
  113. .tiny .remark-code {
  114. font-size: 40%;
  115. }