Advertisement
LumChron

KuslikBeiNacht

Sep 24th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.14 KB | None | 0 0
  1. html, body { font:"lucida", sans-serif; color:#000; background:#f2f2f2 }
  2. body { max-width:1024px; width:100%; margin:auto;}
  3. h1 { font-weight:bold; font-size:x-large; border-bottom:solid;
  4.      margin-top:3ex; margin-bottom:3ex; }
  5. h1 a { text-decoration:none; color:#000; }
  6. h1 a:hover { background:#ddd; }
  7. h2 { font-weight:bold; font-size:larger;
  8.      color:#fff; background:#27b; padding:0.7ex; }
  9. h2 a { text-decoration:none; color:#fff; }
  10. h2 a:hover { background:#49c; }
  11. h3 { font-weight:bold; font-size:medium;
  12.      color:#fff; background:#5af; padding:0.7ex; }
  13. h3 a { text-decoration:none; color:#fff; }
  14. h4 { background:#cce6ff;}
  15.  
  16. p a.definition {
  17.     font-weight:bold; font-size:larger;
  18.     color:#fff; background:#27b; padding:0.7ex;
  19.     text-decoration:none; display:block; margin-bottom:1ex;
  20. }
  21. p a.definition:hover { background:#49c; }
  22.  
  23. a.alias { text-decoration:none; border-bottom: thin dashed; }
  24. a.near:link { color:#093; }
  25. a.near:visited { color:#550; }
  26. a.near:active { color:#0F0; }
  27.  
  28. div.footer { border-top:solid; padding-top:2ex; margin-top:5ex;
  29.              margin-bottom:1ex; }
  30. div.footer hr { display:none; }
  31.  
  32. div.rc hr { display:none; }
  33. div.rc { margin-top:4ex; }
  34. div.old { background-color:#ffd; }
  35. div.new { background-color:#dfd; }
  36. div.diff { padding-left:2ex; padding-right:2ex; border-style:dashed;
  37.            margin-left:5%; margin-right:5%; margin-bottom:5ex; }
  38. div.diff + hr { display: none }
  39. div.refer { padding-left:5%; padding-right:5%; font-size:smaller; }
  40. div.rss { background-color:#eef; }
  41. div.message  { font-size:small; color:#999999; text-decoration:underline; }
  42. div.sister { float:left; margin-right:1ex; background-color:#fff; }
  43. div.sister p { margin-top:0; border-top:solid; }
  44. div.sister hr { display:none; }
  45. div.near, div.definition { background-color:#efe; border-top:solid; }
  46.  
  47. /* Tables */
  48. table.user {
  49.     margin: 1em 0;
  50.     padding: 0 1em;
  51.     border-top: 1px solid black;
  52.     border-bottom: 1px solid black;
  53.  }
  54. div.aside table.user {
  55.     margin: 1em 0;
  56.     padding: 0;
  57. }
  58. table.user td, table.user th {
  59.     border-style: none;
  60.     padding:5px 10px;
  61.     vertical-align: top;
  62. }
  63. table.user th { font-weight:bold; }
  64. table.user td.r { text-align:right; }
  65. table.user td.l { text-align:left; }
  66. table.user td.c { text-align:center; }
  67. table.user td.j { text-align:justify; }
  68. table.user td.mark { background-color:yellow; }
  69. tr:empty { display: block; height: 0.5em; }
  70. @media print {
  71.     table {
  72.         font-size: 9pt;
  73.         margin: 0;
  74.     }
  75.     table.user td, table.user th {
  76.         padding: 0 1ex;
  77.     }
  78. }
  79.  
  80. dt { font-weight:bold; }
  81. li { margin-bottom:0.5ex; }
  82.  
  83. img { border:0; }
  84. pre, img.upload {
  85.     border: #777 1px solid; padding: 0.5em;
  86.     margin-left: 1em; margin-right: 2em;
  87.     white-space: pre;
  88.     background-color: #e6e6e6; color: black; }
  89. img.logo {
  90.     float:right; clear:right; background-color:#fff;
  91.     border:#999 1px solid; padding:1ex; margin:1ex; }
  92.  
  93. @media print {
  94.     span.gotobar, span.specialdays, div.refer, div.footer, div.near,
  95.     div.definition, div.sister { display:none }
  96. }
  97. div.month a.today {
  98.     background-color: #33cc33;
  99. }
  100. div.month a.local.exact {
  101.     color: #248f24;
  102.     font-weight: bold;
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement