Advertisement
vocalon

AT Mobile Stylesheet, Mk. II

Apr 3rd, 2011
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.54 KB | None | 0 0
  1. /*Join us in intelligent discussion at https://www.anontalk.se/! */
  2.  
  3. *
  4. {
  5.     margin: 0;
  6.     padding: 0;
  7.     font-family: monospace, sans-serif;
  8.     font-size: 12px;
  9. }
  10.  
  11. IMG
  12. {
  13.     border: 0;
  14. }
  15.  
  16. BODY
  17. {
  18.     padding: 0em;
  19.     background-color: #;
  20. }
  21.  
  22. H1#logo
  23. {
  24.     text-align: center;
  25.     margin-bottom: 1em;
  26. }
  27.  
  28.     H1#logo A
  29.     {
  30.         text-decoration: none;
  31.         font-size: 16px;
  32.     }
  33.  
  34. .noscreen
  35. {
  36.     display: none;
  37. }
  38.  
  39. H1#page
  40. {
  41.     margin-bottom: 1em;
  42.     font-size: 16px;
  43. }
  44.  
  45.     H1#page SPAN
  46.     {
  47.         font-size: 16px;
  48.     }
  49.  
  50.     H1#page A
  51.     {
  52.         text-decoration: none;
  53.         font-size: 16px;
  54.     }
  55.  
  56.         H1#page A:hover
  57.         {
  58.             text-decoration: underline;
  59.         }
  60.  
  61. P#advertisement
  62. {
  63.     text-align: center;
  64.     margin: 1em;
  65. }
  66.  
  67.     P#advertisement,
  68.     P#advertisement *
  69.     {
  70.         font-size: 10px;
  71.     }
  72.  
  73. #annoying_ad
  74. {
  75.     text-align: center;
  76.     line-height: 2em;
  77.     background-color: #C4DDEC;
  78. }
  79.  
  80.     #annoying_ad,
  81.     #annoying_ad *
  82.     {
  83.         font-size: 10px;
  84.     }
  85.  
  86. UL#main_menu
  87. {
  88.     margin: 0 0 1em 0;
  89.     padding: 0.5em;
  90.     background-color: #50DDFF;
  91. }
  92.  
  93. P
  94. {
  95.     margin-bottom: 1em;
  96. }
  97.  
  98. H2,
  99. H2 *
  100. {
  101.     font-size: 14px;
  102.     margin-bottom: 0.5em;
  103. }
  104.  
  105. LABEL,
  106. DL DT
  107. {
  108.     font-weight: bold;
  109. }
  110.  
  111. DL
  112. {
  113.     margin: 2em;
  114. }
  115.  
  116. KBD
  117. {
  118.     font-family: monospace;
  119. }
  120.  
  121. FORM INPUT,
  122. FORM TEXTAREA,
  123. FORM SELECT
  124. {
  125.     display: block;
  126. }
  127.  
  128. FORM TEXTAREA
  129. {
  130.     width: 100%;
  131.     font-family: monospace;
  132. }
  133.  
  134. FORM .inline
  135. {
  136.     display: inline;
  137. }
  138.  
  139. FORM DIV.row
  140. {
  141.     margin-bottom: 1em;
  142. }
  143.  
  144. TABLE
  145. {
  146.     width: 100%;
  147.     border-collapse: collapse;
  148.     margin-bottom: 1em;
  149. }
  150.  
  151.     TABLE TH
  152.     {
  153.         text-align: left;
  154.         background-color: #60DDFF;
  155.                 border: solid 1px #555555;
  156.         padding: 0.5em;
  157.     }
  158.  
  159.     TABLE TD
  160.     {
  161.         padding: 0.5em;
  162.         background-color: #D3FFFF;
  163.                 border: solid 1px #555555;
  164.         vertical-align: top;
  165.     }
  166.  
  167.     TABLE TR.odd TD
  168.     {
  169.         background-color: #a0ffff;
  170.     }
  171.  
  172.     TABLE TR:hover TD
  173.     {
  174.         background-color: #FFF;
  175.     }
  176.  
  177.     TABLE .minimal
  178.     {
  179.         white-space: nowrap;
  180.         width: 1%;
  181.     }
  182.  
  183. .topic_headline A,
  184. .reply_body_snippet A,
  185. .poll_question A
  186. {
  187.     font-weight: bold;
  188. }
  189.  
  190.     .topic_headline A:visited,
  191.     .reply_body_snippet A:visited,
  192.     .poll_question A:visited
  193.     {
  194.         font-weight: normal;
  195.     }
  196.  
  197. .reply_body_snippet,
  198. .error_message
  199. {
  200.     font-style: italic;
  201. }
  202.  
  203. UL.menu
  204. {
  205.     text-align: center;
  206.     margin: 1em;
  207. }
  208.  
  209.     UL.menu LI
  210.     {
  211.         display: inline;
  212.         margin: 0 1em 0 1em;
  213.         font-weight: bold;
  214.     }
  215.  
  216. P.error,
  217. P.error STRONG,
  218. P.error A
  219. {
  220.     color: #F00;
  221. }
  222.  
  223. P#tail_notice
  224. {
  225.     margin-top: 1em;
  226.     text-align: center;
  227. }
  228.  
  229.     P#tail_notice,
  230.     P#tail_notice STRONG,
  231.     P#tail_notice EM,
  232.     P#tail_notice A
  233.     {
  234.         font-size: 10px;
  235.     }
  236.  
  237. P.post_head
  238. {
  239.     padding: 0.5em;
  240.     margin-bottom: 0;
  241.     background-color: #94B8CD;
  242.     overflow: auto;
  243. }
  244.  
  245.     P.post_head SPAN.post_main
  246.     {
  247.         float: left;
  248.     }
  249.  
  250.     P.post_head SPAN.post_ID
  251.     {
  252.         float: right;
  253.         text-align: right;
  254.         vertical-align: middle;
  255.     }
  256.  
  257. DIV.post_body
  258. {
  259.     padding: 0.5em;
  260.     background-color: #DAEDF8;
  261.     line-height: 1.5em;
  262. }
  263.  
  264.     DIV.post_body.highlighted
  265.     {
  266.         background-color: #FFF;
  267.     }
  268.  
  269.     DIV.post_body A:visited
  270.     {
  271.         color: #3C6D8A;
  272.     }
  273.  
  274.         DIV.post_body UL A:visited
  275.         {
  276.             color: #000;
  277.         }
  278.  
  279.     DIV.post_body UL.menu
  280.     {
  281.         text-align: right;
  282.         margin: 0.5em 0 0 0;
  283.     }
  284.  
  285.         DIV.post_body UL.menu LI
  286.         {
  287.             margin: 0 0 0 0.5em;
  288.         }
  289.  
  290.         DIV.post_body UL.menu LI,
  291.         DIV.post_body UL.menu LI *
  292.         {
  293.             font-size: 10px;
  294.         }
  295.  
  296. .quote
  297. {
  298.     color: #3C6D8A;
  299.     font-style: italic;
  300. }
  301.  
  302.     .quote EM
  303.     {
  304.         font-style: normal;
  305.     }
  306.  
  307. .empty_quote
  308. {
  309.     color: #94B8CD;
  310.     font-style: italic;
  311.     font-size: 8px;
  312. }
  313.  
  314. A
  315. {
  316.     text-decoration: underline;
  317.     color: #000;
  318. }
  319.  
  320.     A:hover
  321.     {
  322.         text-decoration: none;
  323.     }
  324.  
  325. ACRONYM
  326. {
  327.     border-bottom: 1px solid #94B8CD;
  328. }
  329.  
  330. .unimportant,
  331. .unimportant *
  332. {
  333.     font-size: 10px;
  334. }
  335.  
  336. EM.marked
  337. {
  338.     background-color: #FF9;
  339.     font-style: normal;
  340.     font-weight: bold;
  341. }
  342.  
  343. CODE,
  344. KBD
  345. {
  346.     font-family: monospace;
  347. }
  348.  
  349. DIV#symbols
  350. {
  351.     font-family: monospace;
  352.     font-size: 24px;
  353. }
  354.  
  355. UL.stuff,
  356. OL.stuff
  357. {
  358.     margin: 0 0 2em 4em;
  359. }
  360.  
  361.     UL.stuff LI
  362.     {
  363.         margin-bottom: 0.5em;
  364.     }
  365.  
  366. P#system_message
  367. {
  368.     border: 2px solid #94B8CD;
  369.     background-color: #DAEDF8;
  370.     padding: 0.5em;
  371. }
  372.  
  373. DIV.embedded_object
  374. {
  375.     margin-bottom: 0.5em;
  376. }
  377.  
  378. FORM INPUT:focus[TYPE=text],
  379. FORM INPUT:focus[TYPE=file],
  380. FORM INPUT:focus[TYPE=password],
  381. FORM TEXTAREA:focus
  382. {
  383.     background-color: #FFF6D1;
  384. }
  385.  
  386. DIV#preview_box,
  387. DIV.bloat_box
  388. {
  389.     margin-bottom: 1em;
  390. }
  391.  
  392. .help_cursor
  393. {
  394.     cursor: help;
  395. }
  396.  
  397. .typo
  398. {
  399.     border-bottom: 2px solid #F00;
  400. }
  401.  
  402. ADDRESS
  403. {
  404.     margin-bottom: 1em;
  405.     margin-left: 2em;
  406.     line-height: 1.5em;
  407.     font-family: monospace;
  408. }
  409.  
  410. P#important_message,
  411. P#important_message *
  412. {
  413.     font-size: 9px;
  414.     text-align: center;
  415. }
  416.  
  417. DIV#snapback_link
  418. {
  419.     position: fixed;
  420.     left: 2px;
  421.     top: 50%;
  422. }
  423.  
  424.     DIV#snapback_link A
  425.     {
  426.         text-decoration: none;
  427.     }
  428.  
  429. #last_seen_marker
  430. {
  431.     border-top: 2px solid #94B8CD;
  432. }
  433.  
  434. IMG.graphical_ad
  435. {
  436.     border: 1px solid #000;
  437. }
  438.  
  439. P#poll_advertisement, /* Legacy. */
  440. P#inline_advertisement
  441. {
  442.     text-align: center;
  443.     margin-top: 1em;
  444. }
  445.  
  446.     P#poll_advertisement, /* Legacy. */
  447.     P#poll_advertisement *, /* Legacy. */
  448.     P#inline_advertisement,
  449.     P#inline_advertisement *
  450.     {
  451.         font-size: 10px;
  452.     }
  453.  
  454. .masked
  455. {
  456.     background-color: #000;
  457.     color: #000;
  458. }
  459.  
  460.     .masked:hover
  461.     {
  462.         color: #FFF;
  463.     }
  464.  
  465. DIV#wiseguy_marker
  466. {
  467.     width: 4px;
  468.     height: 100%;
  469.     position: fixed;
  470.     top: 0;
  471.     left: 0;
  472. }
  473.  
  474. .new_items
  475. {
  476.     font-weight: 900;
  477.     font-style: italic;
  478. }
  479.  
  480. P#debug_shit
  481. {
  482.     text-align: center;
  483.     font-size: 9px;
  484. }
  485.  
  486. SPAN.root_of_internal_link
  487. {
  488.     font-weight: bold;
  489.     font-style: italic;
  490. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement