oddmuse-2014.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. @font-face {
  2. font-family: 'Gentium Basic';
  3. font-style: normal;
  4. font-weight: 400;
  5. src: local('Gentium Basic'), local('GentiumBasic'), url(/fonts/GenBasR.woff) format('woff');
  6. }
  7. @font-face {
  8. font-family: 'Gentium Basic';
  9. font-style: normal;
  10. font-weight: 700;
  11. src: local('Gentium Basic Bold'), local('GentiumBasic-Bold'), url(/fonts/GenBasB.woff) format('woff');
  12. }
  13. @font-face {
  14. font-family: 'Gentium Basic';
  15. font-style: italic;
  16. font-weight: 400;
  17. src: local('Gentium Basic Italic'), local('GentiumBasic-Italic'), url(/fonts/GenBasI.woff) format('woff');
  18. }
  19. @font-face {
  20. font-family: 'Gentium Basic';
  21. font-style: italic;
  22. font-weight: 700;
  23. src: local('Gentium Basic Bold Italic'), local('GentiumBasic-BoldItalic'), url(/fonts/GenBasBI.woff) format('woff');
  24. }
  25. @font-face {
  26. font-family: 'Gentium Plus';
  27. font-style: normal;
  28. font-weight: 400;
  29. src: local('Gentium Plus'), local('GentiumPlus'), url(/fonts/GentiumPlus-R.woff) format('woff');
  30. }
  31. @font-face {
  32. font-family: 'Gentium Plus';
  33. font-style: italic;
  34. font-weight: 400;
  35. src: local('Gentium Plus Italic'), local('GentiumPlus-Italic'), url(/fonts/GentiumPlus-I.woff) format('woff');
  36. }
  37. @font-face {
  38. font-family: 'Symbola';
  39. src: local('Symbola'), url('/fonts/Symbola.woff') format('woff') url('/fonts/Symbola.ttf') format('truetype');
  40. }
  41. body {
  42. background:#fff;
  43. padding:2% 5%;
  44. margin:0;
  45. font-family: "Gentium Basic", "Gentium Plus", "Symbola", serif;
  46. font-size: 16pt;
  47. }
  48. div.header h1 {
  49. margin-top:2ex;
  50. }
  51. a {
  52. text-decoration: none;
  53. color: #a00;
  54. }
  55. a:visited {
  56. color: #d88;
  57. }
  58. div.header h1 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover,
  59. a:hover, span.caption a.image:hover {
  60. background:#fee;
  61. }
  62. img.logo {
  63. float: right;
  64. clear: right;
  65. border-style:none;
  66. background-color:#fff;
  67. }
  68. img {
  69. padding: 0.5em;
  70. margin: 0 1em;
  71. }
  72. a.image:hover {
  73. background:inherit;
  74. }
  75. a.image:hover img {
  76. background:#fee;
  77. }
  78. /* a.definition soll aussehen wie h2 */
  79. h2, p a.definition {
  80. display:block;
  81. clear:both;
  82. }
  83. /* Such Link im h1 soll nicht auffallen. */
  84. h1, h2, h3, h4, h1 a, h1 a:visited, p a.definition {
  85. color:#666;
  86. font-size: 30pt;
  87. font-weight: normal;
  88. margin: 4ex 0 1ex 0;
  89. padding: 0;
  90. border-bottom: 1px solid #000;
  91. }
  92. h3, h4 {
  93. font-size: inherit;
  94. }
  95. div.diff {
  96. padding: 1em 3em;
  97. }
  98. div.old {
  99. background-color:#FFFFAF;
  100. }
  101. div.new {
  102. background-color:#CFFFCF;
  103. }
  104. div.old p, div.new p {
  105. padding: 0.5em 0;
  106. }
  107. div.refer { padding-left:5%; padding-right:5%; font-size:smaller; }
  108. div[class="content refer"] p { margin-top:2em; }
  109. div.content div.refer hr { display:none; }
  110. div.content div.refer { padding:0; font-size:medium; }
  111. div.content div.refer p { margin:0; }
  112. div.refer a { display:block; }
  113. table.history { border-style:none; }
  114. td.history { border-style:none; }
  115. table.user {
  116. border-style: none;
  117. margin-left: 3em;
  118. }
  119. table.user tr td {
  120. border-style: none;
  121. padding:0.5ex 1ex;
  122. }
  123. dt {
  124. font-weight:bold;
  125. }
  126. dd {
  127. margin-bottom:1ex;
  128. }
  129. textarea {
  130. width:100%;
  131. height:80%;
  132. font-size: 12pt;
  133. }
  134. textarea#summary { height: 3em; }
  135. input {
  136. font-size: 12pt;
  137. }
  138. div.image span.caption {
  139. margin: 0 1em;
  140. }
  141. li img, img.smiley, .noborder img {
  142. border:none;
  143. padding:0;
  144. margin:0;
  145. background:#fff;
  146. color:#000;
  147. }
  148. /* Google +1 */
  149. a#plus1 img {
  150. background-color: #fff;
  151. padding: 0;
  152. margin: 0;
  153. border: none;
  154. }
  155. div.header img, div.footer img { border:0; padding:0; margin:0; }
  156. /* No goto bar at the bottom. */
  157. .footer .gotobar, .footer .edit br { display: none; }
  158. .left { float:left; }
  159. .right { float:right; }
  160. div.left .left, div.right .right {
  161. float:none;
  162. }
  163. .center { text-align:center; }
  164. span.author {
  165. color: #501;
  166. }
  167. span.bar a {
  168. padding-right:1ex;
  169. }
  170. .rc .author {
  171. color: #655;
  172. }
  173. .rc strong {
  174. font-weight: normal;
  175. color: inherit;
  176. }
  177. .rc li {
  178. position:relative;
  179. padding: 1ex 0;
  180. }
  181. hr {
  182. border:none;
  183. color:black;
  184. background-color:#000;
  185. height:2px;
  186. margin-top:2ex;
  187. }
  188. div.footer hr {
  189. height:4px;
  190. margin: 2em 0 1ex 0;
  191. clear:both;
  192. }
  193. div.content > div.comment {
  194. border-top: none;
  195. padding-top: none;
  196. border-left: 1ex solid #bbb;
  197. padding-left: 1ex;
  198. }
  199. div.wrapper > div.comment {
  200. border-top: 2px solid #000;
  201. padding-top: 2em;
  202. }
  203. pre {
  204. padding: 0.5em;
  205. margin-left: 1em;
  206. margin-right: 2em;
  207. white-space: pre;
  208. overflow:hidden;
  209. white-space: pre-wrap; /* CSS 3 */
  210. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  211. white-space: -pre-wrap; /* Opera 4-6 */
  212. white-space: -o-pre-wrap; /* Opera 7 */
  213. word-wrap: break-word; /* Internet Explorer 5.5+ */
  214. }
  215. tt, pre, code {
  216. font-size: 80%;
  217. };