Advertisement
Guest User

Untitled

a guest
Dec 14th, 2013
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. body {
  2. font-family: "Calibri";
  3. font-size: 0.86em;
  4.  
  5. background: #080814;
  6. }
  7.  
  8. pre {
  9. font-size: 0.80em;
  10. }
  11.  
  12. #msg {
  13. font-size: 0.86em;
  14. }
  15.  
  16. .head {
  17. background: #06060C;
  18. border-bottom: 2px solid #49568A;
  19. }
  20.  
  21. #hd {
  22. background: #06060C;
  23. }
  24.  
  25.  
  26. #bd {
  27. max-width: 92%;
  28. margin-left: auto !important;
  29. margin-right: auto !important;
  30. box-shadow: 0 50px 50px 0 black;
  31. border-radius: 10px;
  32. background: #06060C;
  33. padding-top: 15px;
  34.  
  35. }
  36.  
  37. .messages .msg {
  38. background: #0C0C1C;
  39. border-radius:5px;
  40. }
  41.  
  42. .message-table tbody {
  43. background:#0A0A22;
  44. border-color:#606060;
  45. }
  46.  
  47. .message-table tbody tr:hover{
  48. background:#1B202D;
  49. }
  50.  
  51. .message-table{
  52. background:#343A5B;
  53. }
  54.  
  55. .messages .comment .title {
  56. background:#2A2A4B;
  57. position: relative;
  58. padding-left: 2px;
  59. margin-right: -4px;
  60. margin-top: -1px;
  61. left: -2px;
  62. }
  63.  
  64. hr {
  65. border: none;
  66. }
  67.  
  68.  
  69. .code {
  70. background: none;
  71. border-left: 2px solid #808080;
  72. }
  73.  
  74. .stars {
  75. color: #BFDAE0;
  76. vertical-align: baseline;
  77. }
  78.  
  79. .nav {
  80. background: transparent;
  81. border: 0;
  82. border-radius:5px;
  83. margin-bottom: 0;
  84. }
  85.  
  86. .entry-body .nav {
  87. background: transparent;
  88. }
  89.  
  90. .messages .nav {
  91. margin-top: -10px !important;
  92. margin-bottom: 1px !important;
  93. padding: 0 !important;
  94. }
  95.  
  96. .infoblock {
  97. background: #0A0A22;
  98. border-color:#606060;
  99. }
  100.  
  101.  
  102. a {
  103. color: #EEE;
  104. }
  105.  
  106. .messages .comment .title{
  107. border-color:#0C0C0C;
  108. }
  109.  
  110. .messages .msg{
  111. border-color:#0C0C0C;
  112. }
  113.  
  114. div.boxlet {
  115. background: #0A0A22;
  116. }
  117.  
  118. div.boxlet h2 {
  119. background:#343A5B;
  120. }
  121.  
  122. .news {
  123. border-top: 0;
  124. }
  125.  
  126. .messages .msg:target {
  127. border: 1px solid #00AAFF;
  128. }
  129.  
  130. #mainpage {
  131. border-radius: 15px;
  132. }
  133.  
  134. #head-main td {
  135. border: 0;
  136. padding-left: 5px;
  137. padding-right: 5px;
  138. }
  139.  
  140. #head-main table {
  141. border: 0;
  142. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement