Advertisement
Guest User

current tes3mods stylesheet

a guest
Jul 27th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. #header {
  2. background: url(%%28aa0f8f-0196-4086-8006-dc0d634cf8b5%%) no-repeat;
  3. border-bottom: 1px solid black !important;
  4. height: 170px;
  5. background-size: 100% 170px;
  6.  
  7. }
  8.  
  9. #header-bottom-left {
  10. position: absolute; bottom: 0;
  11.  
  12. }
  13. .link, .comment { background-color: #ffffff; }
  14. .link, .text { background-color: #ffffff; }
  15. .entry a.title {
  16. color: black;
  17. }
  18.  
  19. .entry a.title:visited {
  20. color: grey;
  21. }
  22.  
  23. .comment .md {
  24. color: black !important;
  25. background-color: #ffffff
  26. }
  27.  
  28. .thing a {
  29. color: #4682b4;
  30. }
  31.  
  32. .thing a:visited {
  33. color: #4682b4;
  34. }
  35.  
  36. .content {
  37. margin-right: 1%
  38. }
  39.  
  40. .linklisting .link {
  41. background: #fafafa;
  42. border-radius: 2px;
  43. box-shadow: 0 0 3px #666;
  44. margin: 10px 320px 12px 1px;
  45. padding: 10px;
  46. }
  47.  
  48. .flair {
  49. border: none !important;
  50. width: 109px;
  51. height: 111px;
  52. content: "";
  53. background: url(%%spritesheet%%) no-repeat top left !important;
  54. }
  55.  
  56. .flair {
  57. background: url(%%spritesheet%%) no-repeat -9999px;
  58. border: 0;
  59. padding: 0;
  60. }
  61.  
  62. .flair-aldruhn {
  63. width: 109px;
  64. height: 111px;
  65. background-position: 0 0;
  66. }
  67.  
  68. .flair-ashlandercamp {
  69. width: 109px;
  70. height: 111px;
  71. background-position: 0 -111px;
  72. }
  73.  
  74. .flair-balmora {
  75. width: 109px;
  76. height: 111px;
  77. background-position: 0 -222px;
  78. }
  79.  
  80. .flair-imperial {
  81. width: 109px;
  82. height: 111px;
  83. background-position: 0 -333px;
  84. }
  85.  
  86. .flair-sadrithmora {
  87. width: 109px;
  88. height: 111px;
  89. background-position: 0 -444px;
  90. }
  91.  
  92. .side {
  93. border-left: 1.5px solid lightgrey;
  94. }
  95.  
  96. .pagename a {
  97. color: white;
  98. }
  99.  
  100. body {
  101. cursor: url(%%Tx-CURSOR%%), default !important;
  102. }
  103.  
  104. a { cursor: url(%%Tx-CURSOR%%), pointer; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement