starpu.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. /* StarPU --- Runtime system for heterogeneous multicore architectures.
  2. *
  3. * Copyright (C) 2009-2011 Université de Bordeaux 1
  4. * Copyright (C) 2010, 2011, 2012 Centre National de la Recherche Scientifique
  5. *
  6. * Permission is granted to copy, distribute and/or modify this document
  7. * under the terms of the GNU Free Documentation License, Version 1.3
  8. * or any later version published by the Free Software Foundation;
  9. * with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  10. * See the GNU Free Documentation License in COPYING.GFDL for more details.
  11. */
  12. body {
  13. font-family: sans-serif;
  14. /* margin-top: 0px; */
  15. }
  16. div.node {
  17. text-align: center;
  18. margin-top: 12px;
  19. margin-bottom: 3px;
  20. background: #eeeeff;
  21. font-variant: small-caps;
  22. /* position: fixed;*/
  23. width: 100%;
  24. }
  25. div.node a {
  26. text-decoration: none;
  27. color: #0020a0;
  28. }
  29. div.node hr.node {
  30. height: 4px;
  31. background: #fe0;
  32. border: 0px;
  33. margin-top: 0px;
  34. margin-bottom: 0px;
  35. }
  36. h1 {
  37. font: bold normal 2.5em sans-serif ;
  38. margin: 0px;
  39. color: rgb(226,0,38);
  40. }
  41. h1.sub {
  42. font: bold normal 2em sans-serif ;
  43. text-align: right ;
  44. color: #0020a0;
  45. }
  46. h1 a {
  47. color: #0020a0;
  48. text-decoration: none;
  49. }
  50. h2 {
  51. font: bold normal 2em sans-serif ;
  52. margin: 0px;
  53. color: #0020a0;
  54. }
  55. h2.sub {
  56. font: bold normal 2em sans-serif ;
  57. text-align: right ;
  58. color: #0020a0;
  59. }
  60. h2 a {
  61. color: #0020a0;
  62. text-decoration: none;
  63. }
  64. h3 {
  65. font: bold normal small-caps 1.5em sans-serif ;
  66. color: #0020a0;
  67. margin-top: 8px;
  68. margin-bottom: 8px;
  69. }
  70. h4 {
  71. font: bold normal small-caps 1em sans-serif ;
  72. color: #0020a0;
  73. margin-top: 8px;
  74. margin-bottom: 4px;
  75. }
  76. h6.mirrors {
  77. text-align: right;
  78. margin: 0px;
  79. font-size: 10px;
  80. }
  81. div.section {
  82. background: #eeeeff;
  83. padding-left: 2px;
  84. padding-bottom: 2px;
  85. margin-top: 12px;
  86. margin-bottom: 12px;
  87. }
  88. p {
  89. margin-top: 8px;
  90. margin-bottom: 4px;
  91. margin-left: 6px;
  92. margin-right: 6px;
  93. }
  94. hr {
  95. height: 8px;
  96. background: #fe0;
  97. border: 0px;
  98. margin-top: 6px;
  99. margin-bottom: 6px;
  100. }
  101. pre {
  102. font-size: 12px;
  103. background: #dddddd;
  104. padding: 3px;
  105. padding-left: 0px;
  106. margin-left: 12px;
  107. }
  108. table.cartouche {
  109. font-size: 12px;
  110. background: #dddddd;
  111. padding: 3px;
  112. padding-left: 0px;
  113. margin-left: 12px;
  114. }
  115. a {
  116. font-weight: bold;
  117. }
  118. div.publis-desc {
  119. text-align: right;
  120. font-style: italic;
  121. font-size: 12px;
  122. padding-left: 15%;
  123. }
  124. p.updated {
  125. text-align: right;
  126. font-size: 10px;
  127. font-style: italic;
  128. }
  129. div.contents {
  130. margin-top: 12px;
  131. margin-bottom: 3px;
  132. font-variant: small-caps;
  133. padding-left: 1em;
  134. padding-right: 1em;
  135. padding-top: 1px;
  136. padding-bottom: 1px;
  137. margin-top: 12px;
  138. margin-bottom: 12px;
  139. margin-top:0px;
  140. margin-left: auto;
  141. margin-right: auto;
  142. border-top: 4px solid rgb(204,209,222);
  143. border-bottom: 4px solid rgb(204,209,222);
  144. }