starpu.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. /* StarPU --- Runtime system for heterogeneous multicore architectures.
  2. *
  3. * Copyright (C) 2009-2011 Université de Bordeaux 1
  4. * Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
  5. *
  6. * StarPU is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU Lesser General Public License as published by
  8. * the Free Software Foundation; either version 2.1 of the License, or (at
  9. * your option) any later version.
  10. *
  11. * StarPU is distributed in the hope that it will be useful, but
  12. * WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. *
  15. * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  16. */
  17. body {
  18. font-size: 13px;
  19. /* margin-top: 0px; */
  20. }
  21. div.node {
  22. text-align: center;
  23. margin-top: 12px;
  24. margin-bottom: 3px;
  25. background: #eeeeff;
  26. font-variant: small-caps;
  27. /* position: fixed;*/
  28. width: 100%;
  29. }
  30. div.node a {
  31. text-decoration: none;
  32. color: #0020a0;
  33. }
  34. div.node hr.node {
  35. height: 4px;
  36. background: #fe0;
  37. border: 0px;
  38. margin-top: 0px;
  39. margin-bottom: 0px;
  40. }
  41. h1 {
  42. font: bold normal 2.5em sans-serif ;
  43. margin: 0px;
  44. color: #0020a0;
  45. }
  46. h1.sub {
  47. font: bold normal 2em sans-serif ;
  48. text-align: right ;
  49. color: #0020a0;
  50. }
  51. h1 a {
  52. color: #0020a0;
  53. text-decoration: none;
  54. }
  55. h2 {
  56. font: bold normal 2em sans-serif ;
  57. margin: 0px;
  58. color: #0020a0;
  59. }
  60. h2.sub {
  61. font: bold normal 2em sans-serif ;
  62. text-align: right ;
  63. color: #0020a0;
  64. }
  65. h2 a {
  66. color: #0020a0;
  67. text-decoration: none;
  68. }
  69. h3 {
  70. font: bold normal small-caps 1.5em sans-serif ;
  71. color: #0020a0;
  72. margin-top: 8px;
  73. margin-bottom: 8px;
  74. }
  75. h4 {
  76. font: bold normal small-caps 1em sans-serif ;
  77. color: #0020a0;
  78. margin-top: 8px;
  79. margin-bottom: 4px;
  80. }
  81. h6.mirrors {
  82. text-align: right;
  83. margin: 0px;
  84. font-size: 10px;
  85. }
  86. div.section {
  87. background: #eeeeff;
  88. padding-left: 2px;
  89. padding-bottom: 2px;
  90. margin-top: 12px;
  91. margin-bottom: 12px;
  92. }
  93. p {
  94. margin-top: 8px;
  95. margin-bottom: 4px;
  96. margin-left: 6px;
  97. margin-right: 6px;
  98. }
  99. hr {
  100. height: 8px;
  101. background: #fe0;
  102. border: 0px;
  103. margin-top: 6px;
  104. margin-bottom: 6px;
  105. }
  106. pre {
  107. font-size: 12px;
  108. background: #dddddd;
  109. padding: 3px;
  110. padding-left: 0px;
  111. margin-left: 12px;
  112. }
  113. table.cartouche {
  114. font-size: 12px;
  115. background: #dddddd;
  116. padding: 3px;
  117. padding-left: 0px;
  118. margin-left: 12px;
  119. }
  120. a {
  121. font-weight: bold;
  122. }
  123. div.publis-desc {
  124. text-align: right;
  125. font-style: italic;
  126. font-size: 12px;
  127. padding-left: 15%;
  128. }
  129. p.updated {
  130. text-align: right;
  131. font-size: 10px;
  132. font-style: italic;
  133. }