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.

166 lines
4.1 KiB

2 years ago
  1. html .icon {
  2. display:block;
  3. }
  4. .rst-content ul {
  5. margin-bottom:24px;
  6. }
  7. .rst-content ul li {
  8. line-height:24px;
  9. }
  10. h3 {
  11. color:#2980B9;
  12. }
  13. h4,h5,h6 {
  14. color:#195176;
  15. }
  16. .maintained-by-swis {
  17. float:right;
  18. margin-right:0;
  19. }
  20. .edit-on-github {
  21. float:right;
  22. /*margin-right:20px;*/
  23. }
  24. body .wy-side-nav-search > a {
  25. padding-left:0;
  26. }
  27. body .wy-side-nav-search {
  28. background-color: #1C7F99;
  29. text-align: left;
  30. padding:0.4045em 1.618em;
  31. }
  32. .clear {
  33. clear:both;
  34. }
  35. .wy-table-responsive table.docutils {
  36. max-width: 695px;
  37. }
  38. .swis-branding {
  39. display: block;
  40. position: fixed;
  41. left:0;
  42. bottom:0;
  43. color:#b3b3b3;
  44. font-size:14px;
  45. width:300px;
  46. padding:10px;
  47. background:#343131;
  48. }
  49. div.swis-branding a:hover {
  50. background:none;
  51. text-decoration: underline;
  52. }
  53. div.swis-branding a {
  54. display: block;
  55. line-height: 46px;
  56. margin: 5px 0 -10px;
  57. text-align: left;
  58. padding:0;
  59. }
  60. div.swis-branding .swis-logo {
  61. height:38px;
  62. width:70px;
  63. float:left;
  64. clear:left;
  65. margin-right:10px;
  66. }
  67. html body {
  68. padding-bottom:150px;
  69. }
  70. /*****************
  71. ******************
  72. * HTML Element stijlen
  73. *
  74. * Vergeet deze niet over te nemen in editor.css (body ==> #tinymce)
  75. *****************/
  76. @font-face {
  77. /* font-family: 'proxima_nova_rgregular';*/
  78. font-family: 'Proxima Nova';
  79. src: url('../fonts/ProximaNova-Reg-webfont.eot');
  80. src: local('☺'),
  81. url('../fonts/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular') format('svg'),
  82. url('../fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
  83. url('../fonts/ProximaNova-Reg-webfont.woff') format('woff'),
  84. url('../fonts/ProximaNova-Reg-webfont.ttf') format('truetype');
  85. font-weight: normal;
  86. font-style: normal;
  87. }
  88. @font-face {
  89. /*font-family: 'proxima_nova_ltsemibold';*/
  90. font-family: 'Proxima Nova';
  91. src: url('../fonts/ProximaNova-Sbold-webfont.eot');
  92. src: local('☺'),
  93. url('../fonts/ProximaNova-Sbold-webfont.svg#proxima_nova_ltsemibold') format('svg'),
  94. url('../fonts/ProximaNova-Sbold-webfont.eot?#iefix') format('embedded-opentype'),
  95. url('../fonts/ProximaNova-Sbold-webfont.woff') format('woff'),
  96. url('../fonts/ProximaNova-Sbold-webfont.ttf') format('truetype');
  97. font-weight: bold;
  98. font-style: normal;
  99. }
  100. @font-face {
  101. font-family: 'Proxima Nova Bold';
  102. src: url('../fonts/oud/proximanova-bold.eot.eot');
  103. src: local('☺'),
  104. url('../fonts/oud/proximanova-bold.svg#proxima_nova_ltbold') format('svg'),
  105. url('../fonts/oud/proximanova-bold.eot?#iefix') format('embedded-opentype'),
  106. url('../fonts/oud/proximanova-bold.woff') format('woff'),
  107. url('../fonts/oud/proximanova-bold.ttf.ttf') format('truetype');
  108. font-weight: bold;
  109. font-style: normal;
  110. }
  111. /**
  112. * @license
  113. * MyFonts Webfont Build ID 2970176, 2015-02-11T06:20:04-0500
  114. *
  115. * The fonts listed in this notice are subject to the End User License
  116. * Agreement(s) entered into by the website owner. All other parties are
  117. * explicitly restricted from using the Licensed Webfonts(s).
  118. *
  119. * You may obtain a valid license at the URLs below.
  120. *
  121. * Webfont: ProximaNovaA-Light by Mark Simonson
  122. * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-light/
  123. *
  124. * Webfont: ProximaNovaS-Light by Mark Simonson
  125. * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-light/
  126. *
  127. * Webfont: ProximaNova-Light by Mark Simonson
  128. * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/light/
  129. *
  130. *
  131. * License: http://www.myfonts.com/viewlicense?type=web&buildid=2970176
  132. * Licensed pageviews: 1,000,000
  133. * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
  134. *
  135. * © 2015 MyFonts Inc
  136. */
  137. /* @import must be at top of file, otherwise CSS will not work */
  138. @import url("//hello.myfonts.net/count/2d5240");
  139. @font-face {
  140. font-family: 'ProximaNova-Light';
  141. src: url('../fonts/2D5240_2_0.eot');
  142. src: url('../fonts/2D5240_2_0.eot?#iefix') format('embedded-opentype'),
  143. url('../fonts/2D5240_2_0.woff2') format('woff2'),
  144. url('../fonts/2D5240_2_0.woff') format('woff'),
  145. url('../fonts/2D5240_2_0.ttf') format('truetype');
  146. font-weight: 100;
  147. font-style: normal;
  148. }