Advertisement
LumChron

HouseOfSsambra CSS

Sep 24th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  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.  
  6. If you are asking what license this is released under,
  7. you are asking the wrong question.
  8. */
  9.  
  10. body
  11. {
  12. margin: 10px;
  13. background: #002;
  14. color: #fff;
  15. font-family: Trebuchet MS, serif;
  16. }
  17.  
  18. a:link,a:visited,a:active
  19. {
  20. background: transparent;
  21. color: #6c9;
  22. text-decoration: none;
  23. }
  24.  
  25. a:hover
  26. {
  27. border-bottom: 1px dotted #6c9
  28. }
  29.  
  30. blockquote
  31. {
  32. border-left: 1px solid #fff;
  33. padding-left: 10px;
  34. margin-left: 20px;
  35. }
  36.  
  37. div.sidebar { float:right; border:1px dotted #000; padding:0 1em; }
  38. div.sidebar ul { padding-left:1em; }
  39.  
  40. hr { clear:both; }
  41.  
  42. div.content {
  43. width: 75ex;
  44. border: 1px solid #fff;
  45. padding: 20px;
  46. color: #fff;
  47. background: #333;
  48. }
  49.  
  50. body.bigger div.content { width:100ex; }
  51.  
  52. div.edit { border:none; background:inherit; width:100%; }
  53. div.edit textarea { width:95%; color:#fff; background:#333; }
  54. input[name=summary] { width:80%; }
  55.  
  56. div.old { background-color: #633; }
  57. div.new { background-color: #364; }
  58.  
  59. div.year { border:none; background:inherit; }
  60. div.month { padding:0; margin:0 2ex; }
  61. body > div.month {
  62. float:right;
  63. background-color:inherit;
  64. border:solid thin;
  65. padding:0 1ex;
  66. }
  67. div.year > div.month { float:left; }
  68. div.footer { clear:both; }
  69. div.month a.edit { color:inherit; font-weight:inherit; }
  70. img.logo {
  71. border:1px solid #fff;
  72. float:right;
  73. margin:0;
  74. padding:2px;
  75. }
  76.  
  77. div.color { clear:left; }
  78. div.one { background-color:#444; padding: 0.1ex 0; }
  79. img.portrait {
  80. float:left;
  81. clear:left;
  82. background-color:#000;
  83. border:#fff 1px solid;
  84. padding:1px;
  85. margin:10px;
  86. }
  87. li { margin-left:1em; }
  88. div.portrait { float:left;
  89. clear:left;
  90. font-size:xx-small;
  91. padding-left:10px;
  92. }
  93. div.portrait + p { min-height:70px; }
  94. div.portrait img.portrait { float:none; margin:10px 10px 0 0; }
  95. div.portrait a { text-decoration:none; color:#999; }
  96.  
  97. dl.irc dt { width:12ex; float:left; text-align:right; }
  98. dl.irc dd { margin-left:15ex; }
  99.  
  100. table.history { border-style:none; }
  101. td.history { border-style:none; }
  102. table.user { border-style:solid; border-width:thin; }
  103. table.user tr td {
  104. border-style:solid;
  105. border-width:thin;
  106. padding:5px;
  107. text-align:center;
  108. }
  109. span.result { font-size:larger; }
  110. span.info { font-size:smaller; font-style:italic; }
  111. div.rss { border:1px dashed; padding:0 1em;}
  112. /*
  113. * a.definition:before { content:"[::"; }
  114. * a.definition:after { content:"]"; }
  115. * a.link:before { content:"[##"; }
  116. * a.link:after { content:"]" }
  117. */
  118. a.definition { border-bottom:dashed 1px; }
  119. a.alias { text-decoration:none; border-bottom:dashed 1px; }
  120. a.near { text-decoration: underline; }
  121. div.journal h1 { font-size: large }
  122. dd, li { margin-bottom:0.5ex; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement