minimal.css 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. body { background-color:#FFF; color:#000; margin:1em 2em; }
  2. @media only screen and (max-device-width: 480px) {
  3. body { font-size: 300%; }
  4. }
  5. textarea { width:100%; }
  6. a:link { color:#00F; }
  7. a:visited { color:#A0A; }
  8. a:active { color:#F00; }
  9. a.alias { text-decoration:none; border-bottom: thin dashed; }
  10. a.near:link { color:#093; }
  11. a.near:visited { color:#550; }
  12. img.logo { float: right; clear: right; border-style:none; }
  13. div.diff { padding-left:5%; padding-right:5%; }
  14. div.old { background-color:#FFFFAF; }
  15. div.new { background-color:#CFFFCF; }
  16. div.message { background-color:#FEE; }
  17. div.journal h1 { font-size:large; }
  18. table.history { border-style:none; }
  19. td.history { border-style:none; }
  20. span.result { font-size:larger; }
  21. span.info { font-size:smaller; font-style:italic; }
  22. div.rss { background-color:#EEF; }
  23. div.search { background-color:#F1F5FF }
  24. div.sister { float:left; margin-right:1ex; background-color:#FFF; }
  25. div.sister p { margin-top:0; }
  26. div.sister img { border:none; }
  27. div.near, div.definition { background-color:#EFE; }
  28. div.near p, div.definition p { margin-top:0; }
  29. form.comment span { display: block; }
  30. @media print {
  31. body { font:12pt sans-serif; }
  32. a, a:link, a:visited { color:#000; text-decoration:none; font-style:oblique; }
  33. h1 a, h2 a, h3 a, h4 a { font-style:normal; }
  34. a.edit, div.footer, form, span.gotobar, a.number span { display:none; }
  35. a[class="url number"]:after, a[class="inter number"]:after { content:"[" attr(href) "]"; }
  36. a[class="local number"]:after { content:"[" attr(title) "]"; }
  37. img[smiley] { line-height: inherit; }
  38. }
  39. /* calendar */
  40. div.month { margin:0; padding:0; font-size:x-small; float:right; }
  41. div.content div.month { float:none; }
  42. div.footer { clear:both; }
  43. div.year div.month { float:left; font-size:medium; padding:1ex; }
  44. div.month pre { margin:0; padding:0 0 0 1ex; background-color:#ffe; }
  45. div.month a { text-decoration:none; color:inherit; }
  46. div.month span.title a { background-color:inherit; }
  47. div.month a.exact { background-color:#eef; }
  48. div.month a.collection { background-color:#ccf; }
  49. div.month a.today { background-color:#fcc; }
  50. div.month a[class~="today"][class~="exact"] { background-color:#fcf; }
  51. div.month a[class~="today"][class~="collection"] { background-color:#faf; }
  52. @media print {
  53. div.month { display: none; }
  54. div.year div.month { display: block; }
  55. div.year div.month a { display: inline; }
  56. }
  57. /* crumbs */
  58. span.crumbs { font-size: smaller; }
  59. /* dynamic comments */
  60. div.commenthidden { display:none; }
  61. div.commentshown { display:block; background-color:#ffc; padding:1ex; }
  62. /* irc */
  63. dl.irc dt { width:12ex; float:left; text-align:right; }
  64. dl.irc dd { margin-left:15ex; }
  65. /* page trail */
  66. @media print { span.trail { display: none; }}
  67. /* portrait support */
  68. img.portrait { float: left; clear: left; margin: 1ex; border:#999 1px solid; }
  69. div.footer, div.comment, hr { clear: both; }
  70. div.portrait { float: left; clear: left; font-size: xx-small; margin-right: 1em; }
  71. div.portrait img.portrait { float: none; margin: 0; }
  72. div.portrait a { text-decoration: none; color: #999; }
  73. div.color { clear: both; }
  74. div.one { background-color: #ddd; }
  75. /* referrer tracking */
  76. div.refer { padding-left:5%; padding-right:5%; font-size:smaller; }
  77. @media print { div.refer { display:none; }}
  78. /* usemod, tables, long tables */
  79. table.user { border-style:solid; border-width:thin; }
  80. table.user td, table.user th { border-style:solid; border-width:thin; padding:5px; }
  81. table.user th { font-weight:bold; }
  82. table.user td.r { text-align:right; }
  83. table.user td.l { text-align:left; }
  84. table.user td.c { text-align:center; }
  85. table.user td.j { text-align:justify; }
  86. table.user td.mark { background-color:yellow; }
  87. /* sidebar */
  88. div.sidebar { float: left; margin-right: 2em; margin-bottom: 3em; }