Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.95 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("donmai.us") {
  4.     /* Smaller, consistent font. */
  5.     body {
  6.         font-family: verdana, sans-serif !important;
  7.         font-size: 13px !important;
  8.     }
  9.    
  10.     /* Less huge sign up notice. */
  11.     #sign-up-notice {
  12.         padding: 5px !important;
  13.     }
  14.    
  15.     /* Fix small screen space usage, let posts be wider. */
  16.     #content {
  17.         float: none !important;
  18.         margin-left: 200px;
  19.         padding-left: 0px !important;
  20.         width: auto !important;
  21.     }
  22.    
  23.     /* Which messes up the pool index pages, fix that. */
  24.     #c-pools #a-show #content {
  25.         margin-left: 0px !important;
  26.     }
  27.    
  28.     div#c-posts div#a-index div#posts {
  29.         max-width: none !important;
  30.         float: none !important;
  31.     }
  32.    
  33.     #jlist-rss-ads-for-show {
  34.         float: right !important;
  35.     }
  36.    
  37.    
  38.     /* Define the edges of posts a bit, little easier to read. */
  39.     .list-of-forum-posts article .author {
  40.         width: 200px !important;
  41.     }
  42.    
  43.     .list-of-forum-posts article .content {
  44.         width: 500px !important;
  45.         text-align: justify;
  46.     }
  47.    
  48.     .list-of-forum-posts article {
  49.         border-bottom: 1px solid #EEE;
  50.         margin-bottom: 0px !important;
  51.         padding-bottom: 15px;
  52.         padding-top: 15px;
  53.     }
  54.    
  55.     .list-of-forum-posts article:last-of-type {
  56.         border-bottom: 0px !important;
  57.     }
  58.    
  59.     #forum_post_body {
  60.         width: 500px !important;
  61.     }
  62.  
  63.     /* Fix the image being pushed down if the window is too thin. */
  64.     #sidebar {
  65.         float: left !important;
  66.         width: 200px !important;
  67.         clear: none !important;
  68.     }
  69.    
  70.     #a-show #content, #a-index #content {
  71.         float: none !important;
  72.         clear: none !important;
  73.         margin-left: 220px;
  74.     }
  75.    
  76.     /* User page style, line up the attributes. */
  77.     #c-users #a-show dt {
  78.         display: block;
  79.         width: 200px;
  80.         float: left;
  81.         clear: left;
  82.     }
  83.     #c-users #a-show dd {
  84.         margin-bottom: 5px !important;
  85.     }
  86.    
  87.    
  88.    
  89.     /* Darkening rules. Split off the above so it can be
  90.      * individually commented out more easily.
  91.      **/
  92.     body {
  93.         background-color: #222 !important;
  94.         color: #DDD !important;
  95.     }
  96.    
  97.     a {
  98.         color: #4499FF !Important;
  99.     }
  100.    
  101.     .category-1 .search-tag, span.category-1 a {
  102.         color: #F88 !important;
  103.     }
  104.    
  105.     .category-3 .search-tag, span.category-3 a {
  106.         color: #CAF !important;
  107.     }
  108.    
  109.     .category-4 .search-tag, span.category-4 a {
  110.         color: #AFA !important;
  111.     }
  112.    
  113.     .list-of-forum-posts article {
  114.         border-bottom: 1px solid #444;
  115.     }
  116.    
  117.     blockquote {
  118.         background-color: #333 !important;
  119.         border: 1px solid #444 !important;
  120.     }
  121.    
  122.     #top menu.main li.current a {
  123.         background-color: #333 !important;
  124.     }
  125.    
  126.     #top menu.main {
  127.         background: none !important;
  128.     }
  129.    
  130.     #top menu {
  131.         background-color: #333 !important;
  132.     }
  133.    
  134.     #page h1, #page h2 {
  135.         color: white;
  136.         font-size: 15px !important;
  137.         margin-bottom: 10px !important;
  138.     }
  139.    
  140.     #page-footer {
  141.         border-top: 1px solid #444 !important;
  142.     }
  143.    
  144.     .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  145.         background: none !important;
  146.         background-color: #333 !important;
  147.         color: #EEE !important;
  148.         border: 1px solid #444 !important;
  149.     }
  150.    
  151.     #image-container img {
  152.         margin-bottom: 15px !important;
  153.     }
  154.    
  155.     #c-comments #a-index .comments-for-post .header .list-of-tags {
  156.         margin-top: 5px !important;
  157.     }
  158.    
  159.     #c-comments #a-index .comments-for-post .list-of-comments .author h1 {
  160.         font-size: 15px !important;
  161.         margin: 0px !important;
  162.     }
  163.    
  164.     #c-comments #a-index .comments-for-post .list-of-comments .content li {
  165.         padding: 0px !important;
  166.     }
  167.    
  168.     #c-comments #a-index .comments-for-post {
  169.         width: 1000px !important;
  170.         text-align: justify !important;
  171.     }
  172.    
  173.     #c-comments #a-index .post {
  174.         border-bottom: 1px solid #444 !important;
  175.     }
  176.    
  177.     .paginator li a {
  178.         border: 1px solid #444 !important;
  179.         background-color: #333 !important;
  180.     }
  181.    
  182.     .even {
  183.         background-color: #333 !important;
  184.     }
  185.    
  186.     .forum-topic-row, table.striped tbody tr {
  187.         border-bottom: 1px solid #444 !important;
  188.     }
  189.    
  190.     .forum-topic-row:hover, .forum-topic-row, table.striped tbody tr:hover {
  191.         background-color: #282828 !important;
  192.     }
  193.    
  194.     th {
  195.         color: white !important;
  196.     }
  197.    
  198.     #news-updates {
  199.         background-color: #333 !important;
  200.         border-bottom: 2px solid #444 !important;
  201.     }
  202.    
  203.     .note-body { color: black; }
  204. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement