MaygeKyatt

Dharan Empire Guild Subreddit Stylesheet

Jun 18th, 2015
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.77 KB | None | 0 0
  1. /*
  2.         This stylesheet was originally designed for the Dharan Empire's subbreddit. We are a guild on the online game Amaranthine.
  3.         Stylesheet created by /u/MaygeKyatt. My IGN on Amaranthine is CatMageOfClaw.
  4.         The object of this stylesheet is to emulate the look of the Amaranthine game, which can be found here:
  5.         amar.bornofsnails.net
  6.  
  7.         Disclaimer: I am not involved in coding the Amaranthine game, nor did I create the CSS styling for the game, which this
  8.         stylesheet is based on.
  9. */
  10.  
  11. * {
  12.         background-color:transparent!important;
  13.         color: #dddddd!important;
  14.         cursor: url(%%d-mousey%%), auto;
  15. }
  16.  
  17. a {
  18. cursor: auto;
  19. }
  20.  
  21. body {
  22.         background-color: #060606!important;
  23.         background-image: none;
  24.         font-family: Helvetica;
  25.         font-size: 12px;
  26.         padding: 0px;
  27.         margin: 0px;
  28. }
  29.  
  30. div#header-bottom-left, .side {
  31.         padding: 6px;
  32. }
  33.  
  34. hr {
  35.         height: 0px;
  36.         border-width: 0px;
  37.         border-top-width: 1px;
  38.         border-style: dotted;
  39. }
  40.  
  41. .side {
  42.         position: relative;
  43.         top: 6px;
  44.     margin-bottom: 0;
  45. }
  46.  
  47. div#siteTable {
  48.     position: relative;
  49.     left: -4px;
  50.     top: -1px;
  51.     margin-right: 312px!important;
  52. }
  53.  
  54. div#header-bottom-left, div#header, .side, div#siteTable {
  55.         background-color: #111111!important;
  56.         border: 1px solid #414141;
  57.         background-image: none;
  58.         color: #dddddd;
  59.         margin: 0px;
  60.         display: block;
  61. }
  62.  
  63. div#header-bottom-left {
  64.     border: none;
  65. }
  66.  
  67. textarea, input {
  68.     background-color: #111111!important;
  69.     border: 1px solid #414141;
  70.     background-image: none;
  71.     color: #dddddd;
  72. }
  73.  
  74. .morelink, input {
  75.     background-image: none;
  76.     background-color: #272727!important;
  77. }
  78.  
  79. .nub {
  80.     display: none;
  81. }
Add Comment
Please, Sign In to add comment