Advertisement
LumChron

Nights Black Agents CSS

Sep 24th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.07 KB | None | 0 0
  1. body {
  2.     margin: 0px 0px 20px 0px;
  3.     padding: 30px 40px;
  4.     background: #FFF;      
  5.     font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
  6.     font-size: 11pt;
  7. }
  8.  
  9. /* grey underlined links that turn black as you are about to click */
  10.  
  11. a {
  12.     color: #707070;
  13.     background-color: inherit;
  14.     text-decoration: none;
  15. }
  16. div.content a {
  17.     text-decoration: underline;
  18. }
  19. a:link {
  20.     color: #707070;
  21.     background-color: inherit;
  22. }
  23. a:visited {
  24.     color: #707070;
  25.     background-color: inherit;
  26. }
  27. a:active {
  28.     color: #000000;
  29.     background-color: inherit;
  30. }
  31. a:hover {
  32.     color: #000000;
  33.     background-color: inherit;
  34. }
  35. a.near:link { color: #036; background-color: inherit; }
  36. a.near:visited { color: #69c; background-color: inherit; }
  37. a.near:active { color: #390; background-color: inherit; }
  38. a.near:hover { color: #390; background-color: inherit; }
  39.  
  40. a[class="url outside"]:before { content: "\2197"; }
  41. body.safari a[class="url outside"]:before { content: url(http://www.emacswiki.org/alex/pics/arrow.png); }
  42.  
  43. /* goto bar, navigation bar, etc. */
  44.  
  45. span.bar a { margin-right: 1ex; }
  46.  
  47. /* logo on the right */
  48.  
  49. img.logo {
  50.     float: right;
  51.     padding: 0;
  52.     border: none;
  53. }
  54.  
  55. /* headers */
  56. h1, h2, h3, h4, title {
  57.     font-family: Courier;
  58. }
  59.  
  60. h1 { font-weight:bold; font-size:x-large; border-bottom:solid;
  61.      margin-top:3ex; margin-bottom:3ex; }
  62. h1 a { text-decoration:none; color:#000; }
  63. h1 a:hover { background:#ddd; }
  64. h2 { font-weight:bold; font-size:x-large;
  65.      color:#fff; background:#000; padding:0.7ex; }
  66. h2 a { text-decoration:none; color:#fff; }
  67. h2 a:hover { background:#49c; }
  68. h3 { font-weight:bold; font-size:x-large;
  69.      color:#fff; background:#AAA; padding:0.7ex; }
  70. h3 a { text-decoration:none; color:#fff; }
  71. h4 { font-weight:bold; font-size:larger; }
  72.  
  73. /* dashed line and whitespace after the title */
  74.  
  75.  
  76. hr {
  77.     border: none;
  78.     margin: 2em;
  79. }
  80.  
  81. /* table on the new page */
  82.  
  83. p.table a { float: left; width: 20ex; }
  84. p.table + p { clear: both; padding-top: 10px; }
  85.  
  86. /* edit pages */
  87.  
  88. textarea[name="text"] { width: 100%; height: 80%; }
  89. textarea[name="summary"] { width: 100%; height: 3em; }
  90.  
  91. /* comments */
  92.  
  93. textarea[name="aftertext"] {
  94.     width: 100%;
  95.     height: 10em;
  96.     margin: 1em 0;
  97. }
  98. div.commentshown {
  99.     font-size: smaller;
  100.     padding: 0 2em 1ex 2em;
  101. }
  102. div.commentshown hr {
  103.     margin: 1em;
  104. }
  105. div.commenthidden { display: none; }
  106. div.commentshown { display: block; }
  107. p.comment { font-size: x-small; }
  108.  
  109. /* cal */
  110. div.month {
  111.     padding: 0;
  112.     margin: 0 2ex;
  113. }
  114. div.month a {
  115.     text-decoration: none;
  116. }
  117. /* pre gets different colors below */
  118. div.month pre {
  119.     color: inherit;
  120.     background-color: inherit;
  121. }
  122. body div.month {
  123.     float: right;
  124.     padding: 0 1ex;
  125. }
  126. div.year div.month {
  127.     float: left;
  128.     padding: 0;
  129. }
  130. div.month a.edit {
  131.     color: inherit;
  132.     background-color: inherit;
  133.     font-weight: inherit;
  134. }
  135.  
  136. /* images, styles to use for the image extension */
  137.  
  138. a.image img {
  139.     border: none;
  140. }
  141. a.left {
  142.     float: left;
  143.     margin: 20px;
  144. }
  145. a.right {
  146.     float: right;
  147.     margin: 20px;
  148. }
  149.  
  150. /* code */
  151.  
  152. pre {
  153.     font-family: "Andale Mono", Monaco, "Courrier New", monospace;
  154.     margin: 1em 0;
  155.     padding: 1em 2em;
  156.     color: #000;
  157.     background-color: #ddd;
  158. }
  159.  
  160. /* diff */
  161.  
  162. div.diff { padding-left: 5%; padding-right: 5%; }
  163. div.old { background-color: #FFFFAF; color: #000; }
  164. div.new { background-color: #CFFFCF; color: #000; }
  165.  
  166. /* header stuff */
  167.  
  168. div.message { background-color: #FEE; color: #000; }
  169.  
  170. /* footer stuff */
  171.  
  172. div.footer {
  173.     clear: both;
  174. }
  175. div.footer + hr {
  176.     border: none;
  177.     margin: 10px;
  178. }
  179.  
  180. div.sister {
  181.     font-size: smaller;
  182.     margin-right: 1ex;
  183. }
  184. div.sister p {
  185.     margin-top: 0;
  186. }
  187. div.sister hr {
  188.     display: none;
  189. }
  190. div.sister img {
  191.     border: none;
  192.     vertical-align: top;
  193.     margin-right: 20px;
  194. }
  195.  
  196. div.near, div.definition {
  197.     font-size: smaller;
  198. }
  199.  
  200. div.refer hr {
  201.     display: none;
  202. }
  203. div.refer {
  204.     margin-top: 50px;
  205.     padding-left: 1ex;
  206.     border-left: 0.6ex solid #aaa;
  207.     font-size: smaller;
  208.     clear: both;
  209. }
  210.  
  211. /* sidebar */
  212.  
  213. div.sidebar {
  214.     float: right;
  215.     border: 1px dotted #000;
  216.     padding: 0 1em;
  217. }
  218. div.sidebar ul {
  219.     padding-left: 1em;
  220. }
  221.  
  222. /* printing */
  223.  
  224. @media print {
  225.     div.diff, div.diff+hr, div.refer, div.near, div.sister, div.cal, div.footer,
  226.     span.specialdays, span.gotobar, a.edit, a.number span,
  227.     div.rc form, div.definition { display: none; }
  228.     body { font: 12pt "Neep", "Arial", sans-serif; color: #000; }
  229.     a:link, a:visited { color: #000; text-decoration: none; font-style: oblique; }
  230.     a[class="url number"]:after, a[class="inter number"]:after { content: "[" attr(href) "]"; }
  231.     a[class="local number"]:after { content: "[" attr(title) "]"; }
  232.     a.near { font-weight: normal; text-decoration: none; font-style: oblique; }
  233.     a.near:link, a.near:visited, a.near:active, a.near:hover {
  234.     color: inherit; background-color: inherit;
  235.     }
  236.     a[class="near"]:after { content: " [" attr(title) "]"; }
  237. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement