starpu.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. body {
  2. font-size: 13px;
  3. /* margin-top: 0px; */
  4. }
  5. div.menu {
  6. text-align: center;
  7. margin-top: 12px;
  8. margin-bottom: 3px;
  9. background: #eeeeff;
  10. font-variant: small-caps;
  11. /* position: fixed;*/
  12. width: 100%;
  13. }
  14. div.menu a {
  15. text-decoration: none;
  16. color: #0020a0;
  17. }
  18. div.menu hr.menu {
  19. height: 4px;
  20. background: #fe0;
  21. border: 0px;
  22. margin-top: 0px;
  23. margin-bottom: 0px;
  24. }
  25. h1 {
  26. font: bold normal 2.5em sans-serif ;
  27. margin: 0px;
  28. color: #0020a0;
  29. }
  30. h1.sub {
  31. font: bold normal 2em sans-serif ;
  32. text-align: right ;
  33. color: #0020a0;
  34. }
  35. h1 a {
  36. color: #0020a0;
  37. text-decoration: none;
  38. }
  39. h3 {
  40. font: bold normal small-caps 1.5em sans-serif ;
  41. color: #0020a0;
  42. margin-top: 8px;
  43. margin-bottom: 8px;
  44. }
  45. h4 {
  46. font: bold normal small-caps 1em sans-serif ;
  47. color: #0020a0;
  48. margin-top: 8px;
  49. margin-bottom: 4px;
  50. }
  51. h6.mirrors {
  52. text-align: right;
  53. margin: 0px;
  54. font-size: 10px;
  55. }
  56. div.section {
  57. background: #eeeeff;
  58. padding-left: 2px;
  59. padding-bottom: 2px;
  60. margin-top: 12px;
  61. margin-bottom: 12px;
  62. }
  63. p {
  64. margin-top: 8px;
  65. margin-bottom: 4px;
  66. margin-left: 6px;
  67. margin-right: 6px;
  68. }
  69. hr.main {
  70. height: 8px;
  71. background: #fe0;
  72. border: 0px;
  73. margin-top: 6px;
  74. margin-bottom: 6px;
  75. }
  76. pre {
  77. font-size: 12px;
  78. background: #dddddd;
  79. padding: 3px;
  80. padding-left: 0px;
  81. margin-left: 12px;
  82. }
  83. a {
  84. font-weight: bold;
  85. }
  86. div.publis-desc {
  87. text-align: right;
  88. font-style: italic;
  89. font-size: 12px;
  90. padding-left: 15%;
  91. }
  92. p.updated {
  93. text-align: right;
  94. font-size: 10px;
  95. font-style: italic;
  96. }