Advertisement
RenzXVI

Wikia Chat Skin: Green Leather and Metal

May 3rd, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.59 KB | None | 0 0
  1. /* Chat Code */
  2.  
  3. #WikiaPage {
  4. border:1px solid #3d454d;
  5. background-color:rgba(0, 0, 0, 0.75);
  6. }
  7.  
  8. body.ChatWindow {
  9. background: url(http://vignette2.wikia.nocookie.net/kallenbearrp/images/3/3c/Seamless-black-leather-texture.jpg/revision/latest?cb=20160113083514);
  10. background-repeat: repeat ;
  11. }
  12.  
  13. body.ChatWindow .you .avatar {
  14.     border: 1px solid lightslategray; border-radius: 2px 6px; box-shadow: 0 0 6px lightslategray;
  15. }
  16.  
  17. body.ChatWindow .avatar {
  18.     border: 1px solid olivedrab; border-radius: 6px 2px; box-shadow: 0 0 6px olivedrab;
  19. }
  20.  
  21. .ChatWindow a { color: royalblue;
  22. }
  23.  
  24. .ChatWindow a:visited { color: #be00bf;
  25. }
  26.  
  27. .ChatWindow #Chat_211 {
  28.     border: solid #3d454d;
  29.     border-width: 0 1px 1px 0;
  30. }
  31.  
  32. .ChatWindow #ChatHeader, .ChatWindow #WikiaPage {
  33.     border: 1px solid #3d454d;
  34. }
  35.  
  36. .ChatWindow #ChatHeader {
  37.     background: rgba(10, 10, 10, 0.80) url(http://vignette2.wikia.nocookie.net/kallenbearrp/images/9/9a/Moss_stucco_wall_texture_seamless.jpg/revision/latest?cb=20160113110547);
  38. background-repeat: repeat ;
  39. }
  40.  
  41. .ChatWindow .WikiaPage {
  42. background: rgba(0,0,0,.8) !important;
  43. }
  44.  
  45. .ChatWindow .you {
  46. background: transparent !important;
  47. border-right: 3px ridge lightslategray;
  48. border-left: 3px ridge lightslategray;
  49. border-style: double;
  50. }
  51.  
  52. .ChatHeader .User {
  53. border-left:1px solid #3d454d;
  54. }
  55.  
  56. .ChatHeader .User img {
  57. border: 1px solid white; border-radius: 2px 6px; box-shadow: 0 0 4px white;
  58. }
  59.  
  60. .ChatHeader .User .username {
  61. font-weight: bold;
  62. color: white;
  63. background: transparent;
  64. }
  65.  
  66. .ChatWindow #ChatHeader .username {
  67.     color: white;
  68. }
  69.  
  70. .Chat {
  71. color: #d5d4d4;
  72. border-right:1px solid #3d454d;
  73. border-bottom:1px solid #3d454d;
  74. background: url(http://vignette4.wikia.nocookie.net/kallenbearrp/images/5/51/Googletile.png/revision/latest?cb=20160113083017);
  75. background-repeat: repeat;
  76. }
  77.  
  78. .Chat .inline-alert {
  79.     color: #767676;
  80.     font-size: 9px;
  81.     height: auto;
  82.     line-height: normal;
  83.     font-weight: normal;
  84. }
  85.  
  86. .Chat .time {
  87.     color: olivedrab;
  88. }
  89.  
  90. .Chat .username {
  91.     color: olivedrab;
  92.     font-weight: bold;
  93.     text-shadow:0px 0px 2px black;
  94. }
  95.  
  96. .ChatWindow .ChatHeader {
  97. background-color:rgba(0, 0, 0, 0.75);
  98. border:1px solid #3d454d;
  99. color: lightslategray;
  100. }
  101.  
  102. .Chat .avatar {
  103. border:1px solid #3d454d;
  104. }
  105.  
  106. .ChatWindow .me-message {
  107.     color: #767676;
  108. }
  109.  
  110. .ChatWindow .UserStatsMenu {
  111. background-color:rgba(0, 0, 0, 0.45);
  112. box-shadow: inset 0 0 0px 0px #000000; -webkit-box-shadow: inset 0 0 0px 0px #000000;
  113. border:1px solid #3d454d;
  114. border-radius:3px;
  115. }
  116.  
  117. .ChatWindow .UserStatsMenu .info {
  118. background:transparent;
  119. color:#d5d4d4;
  120. }
  121.  
  122. .ChatWindow .UserStatsMenu .actions ul li:hover {
  123. background:transparent;
  124. }
  125.  
  126. .message.ping { color: orange !important;
  127. }
  128.  
  129. #Write .message {
  130.     background: transparent;
  131.     border: solid 1px #3d454d;  
  132. }
  133. #Write .message textarea {
  134.     color: white;
  135. }
  136.  
  137. #Rail h1.private {
  138.     color: lightslategray;
  139. }
  140.  
  141. textarea#pings {
  142.     margin-top: -1px;
  143.     background: rgba(4, 103, 26, 0.44);
  144.     border: 1px solid lightslategray;
  145.     color: #ccc;
  146. }
  147. .User img {
  148. border:1px solid #3d454d;
  149. }
  150.  
  151. .User .username {
  152.     color: olivedrab;
  153.     font-weight: bold;
  154.     text-shadow:0px 0px 2px black;
  155. }
  156.  
  157. .UserStatsMenu .info img {
  158. border: 1px solid #3d454d;
  159. }
  160.  
  161. .UserStatsMenu .info ul .username {
  162. color: olivedrab;
  163. }
  164.  
  165. .UserStatsMenu .actions ul li .icon {
  166. background-position:0;
  167. background-image:url('http://slot1.images.wikia.nocookie.net/__cb1452521916/common/extensions/wikia/Chat2/images/sprite-Chat.png');
  168. opacity:100;
  169. }
  170.  
  171. .UserStatsMenu .actions ul li:hover {
  172.     background-color: rgba(4, 103, 26, 0.44) !important;
  173. }
  174.  
  175. .UserStatsMenu .actions ul li:hover .icon {
  176. opacity:100;
  177. }
  178.  
  179. .UserStatsMenu .actions .separator {
  180. border-top: white 1px solid;
  181. margin: 30px !important;
  182. }
  183.  
  184. .User.away {
  185. color: #767676;
  186. }
  187.  
  188. .wordmark {
  189.     color: orange;
  190. }
  191.  
  192. .Write {
  193. background: url(http://vignette4.wikia.nocookie.net/kallenbearrp/images/d/d8/Metal_tile4.png/revision/latest?cb=20160113110526);
  194. background-repeat: repeat ;
  195. }
  196.  
  197. .Write [name="message"] {
  198. color: #d5d4d4;
  199. }
  200.  
  201. .Write img {
  202. border:1px solid #3d454d;
  203. }
  204.  
  205. .Write .message {
  206.     border: 1px solid rgba(61, 69, 77, 0.97);
  207. }
  208.  
  209. .Write img, .ChatHeader img {
  210. border: transparent; border-radius: 2px 6px;
  211. }
  212.  
  213. .Write img, .ChatHeader .User img {
  214. border: 1px solid white; border-radius: 2px 6px; box-shadow: 0 0 4px white;
  215. }
  216.  
  217. .Rail {
  218. color: lightslategray;
  219. background: url(http://vignette3.wikia.nocookie.net/kallenbearrp/images/e/ea/Seamless-leather-texture4.jpg/revision/latest?cb=20160113110504);
  220. background-repeat: repeat ;
  221. }
  222.  
  223. .Rail .User {
  224.     background: transparent;
  225.     margin: 0 0 2px 0px;
  226.     border: 1px transparent;
  227.     padding-top: 4px;
  228. }
  229.  
  230. .Rail .User:hover {
  231. background:transparent;
  232. }
  233.  
  234. .Rail .public .chevron {
  235. border-color:lightslategray transparent transparent transparent;
  236. }
  237.  
  238. .Rail .public .chevron .closed {
  239. border-color:transparent transparent transparent orange;
  240. }
  241.  
  242. .Rail .private {
  243. border-top: 1px solid #3d454d;
  244. border-bottom: 1px solid #3d454d;
  245. background-color:transparent;
  246. background-image:-webkit-gradient(linear,0% 0%,0% 0%,color-stop(0,transparent),color-stop(0,transparent));
  247. }
  248.  
  249. .Rail .selected {
  250. background:transparent;
  251. box-shadow: inset 0 0 0px 0px #000000; -webkit-box-shadow: inset 0 0 0px 0px #000000;
  252. }
  253.  
  254. .Rail .User.selected {
  255.     background: transparent;
  256. }
  257.  
  258. .Rail .User:hover, .Rail .User.selected:hover {
  259.     background: rgba(4, 103, 26, 0.44);
  260.     box-shadow: none;
  261.     border-color: transparent;
  262. }
  263.  
  264. .Rail .User img {
  265.     border: 1px solid olivedrab; border-radius: 6px 2px;  box-shadow: 0 0 6px olivedrab;
  266.     width: 28px;
  267.     height: 28px;
  268.     left: 4px !important;
  269.     top: 2px !important;
  270. }
  271.  
  272. .UserStatsMenu .info img {
  273.     border: 1px solid olivedrab; border-radius: 6px 2px;
  274. }
  275.  
  276. .UserStatsMenu .actions ul li
  277. .label {
  278. color: royalblue;
  279. cursor: pointer;
  280. margin: 0;
  281. padding: 5px 10px;
  282. line-height: 16px;
  283. white-space: nowrap;
  284. }
  285.  
  286. .you {
  287.     color: lightslategray;
  288.     font-weight: bold;
  289.     text-shadow:0px 0px 2px black;
  290. }
  291.  
  292. /* transparent chat buttons (chat hacks buttons) */
  293.  
  294. a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
  295.     background-color: rgba(0, 0, 0, 0.03);
  296.     background-image: -moz-linear-gradient(top,#1a1a1a 35%,#000 65%);
  297.     background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,rgba(26, 26, 26, 0.05)),color-stop(65%,rgba(0, 0, 0, 0.04)));
  298.     background-image: -o-linear-gradient(top,#1a1a1a 35%,#000 65%);
  299.     background-image: -ms-linear-gradient(top,#1a1a1a 35%,#000 65%);
  300.     border: 1px solid rgba(0, 0, 0, 0.05);
  301.     border-top-color: rgba(0, 0, 0, 0.0470588);
  302.     border-top-style: solid;
  303.     border-top-width: 1px;
  304.     color: rgba(65, 105, 225, 0.89);
  305. }
  306.  
  307. /* SCROLLBAR */
  308.  
  309. ::-webkit-scrollbar {
  310.   width: 3px;
  311.   height: 3px;
  312. }
  313.  
  314. ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
  315.   background-color: white;
  316.     border-radius: 1px;
  317.     border:1px solid dimgray;
  318. }
  319.  
  320. ::-webkit-scrollbar-thumb:hover {
  321.     background: royalblue !important;
  322. }
  323.  
  324. ::-webkit-scrollbar-thumb:active {
  325.     background: orange !important;
  326. }
  327.  
  328. ::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal {
  329.   background-color: transparent;
  330. }
  331.  
  332. ::-webkit-scrollbar-corner {
  333.   background-color: dimgray;
  334. }
  335.  
  336. ::-webkit-scrollbar-button:start:decrement,
  337. ::-webkit-scrollbar-button:end:increment {
  338.   display: none;
  339. }
  340.  
  341. /* END OF CODES */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement