wikio.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* Originally from Earle Martin, as seen on
  2. http://downlode.org/log/2005-01-14/Mu_License,
  3. Adapted by Alex Schroeder for Oddmuse.
  4. Alex's changes available under the Mu License:
  5. If you are asking what license this is released under,
  6. you are asking the wrong question.
  7. */
  8. body
  9. {
  10. margin: 10px;
  11. background: #002;
  12. color: #fff;
  13. font-family: Trebuchet MS, serif;
  14. }
  15. a:link,a:visited,a:active
  16. {
  17. background: transparent;
  18. color: #6c9;
  19. text-decoration: none;
  20. }
  21. a:hover
  22. {
  23. border-bottom: 1px dotted #6c9
  24. }
  25. blockquote
  26. {
  27. border-left: 1px solid #fff;
  28. padding-left: 10px;
  29. margin-left: 20px;
  30. }
  31. div.sidebar { float:right; border:1px dotted #000; padding:0 1em; }
  32. div.sidebar ul { padding-left:1em; }
  33. hr { clear:both; }
  34. div.content {
  35. width: 75ex;
  36. border: 1px solid #fff;
  37. padding: 20px;
  38. color: #fff;
  39. background: #333;
  40. }
  41. body.bigger div.content { width:100ex; }
  42. div.edit { border:none; background:inherit; width:100%; }
  43. div.edit textarea { width:95%; color:#fff; background:#333; }
  44. input[name=summary] { width:80%; }
  45. div.old { background-color: #633; }
  46. div.new { background-color: #364; }
  47. div.year { border:none; background:inherit; }
  48. div.month { padding:0; margin:0 2ex; }
  49. body > div.month {
  50. float:right;
  51. background-color:inherit;
  52. border:solid thin;
  53. padding:0 1ex;
  54. }
  55. div.year > div.month { float:left; }
  56. div.footer { clear:both; }
  57. div.month a.edit { color:inherit; font-weight:inherit; }
  58. img.logo {
  59. border:1px solid #fff;
  60. float:right;
  61. margin:0;
  62. padding:2px;
  63. }
  64. div.color { clear:left; }
  65. div.one { background-color:#444; padding: 0.1ex 0; }
  66. img.portrait {
  67. float:left;
  68. clear:left;
  69. background-color:#000;
  70. border:#fff 1px solid;
  71. padding:1px;
  72. margin:10px;
  73. }
  74. li { margin-left:1em; }
  75. div.portrait { float:left;
  76. clear:left;
  77. font-size:xx-small;
  78. padding-left:10px;
  79. }
  80. div.portrait + p { min-height:70px; }
  81. div.portrait img.portrait { float:none; margin:10px 10px 0 0; }
  82. div.portrait a { text-decoration:none; color:#999; }
  83. dl.irc dt { width:12ex; float:left; text-align:right; }
  84. dl.irc dd { margin-left:15ex; }
  85. table.history { border-style:none; }
  86. td.history { border-style:none; }
  87. table.user { border-style:solid; border-width:thin; }
  88. table.user tr td {
  89. border-style:solid;
  90. border-width:thin;
  91. padding:5px;
  92. text-align:center;
  93. }
  94. span.result { font-size:larger; }
  95. span.info { font-size:smaller; font-style:italic; }
  96. div.rss { border:1px dashed; padding:0 1em;}
  97. /*
  98. * a.definition:before { content:"[::"; }
  99. * a.definition:after { content:"]"; }
  100. * a.link:before { content:"[##"; }
  101. * a.link:after { content:"]" }
  102. */
  103. a.definition { border-bottom:dashed 1px; }
  104. a.alias { text-decoration:none; border-bottom:dashed 1px; }
  105. a.near { text-decoration: underline; }
  106. div.journal h1 { font-size: large }
  107. dd, li { margin-bottom:0.5ex; }