Advertisement
Vaellyth

Tink 2.2 CSS

Jul 11th, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 KB | None | 0 0
  1. /* Custom profile for Tink by Vaellyth */
  2.  
  3. /* Scrollbars - will not work in Firefox */
  4.  
  5. ::-webkit-scrollbar {
  6. width: 7px;
  7. }
  8.  
  9. ::-webkit-scrollbar-track {
  10. background: rgba(255, 255, 255, 0.8);
  11. }
  12.  
  13. ::-webkit-scrollbar-thumb {
  14. background: rgba(113, 4, 43, 0.8);
  15. }
  16.  
  17. * {
  18. box-sizing: border-box;
  19. cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur222.cur), progress !important;
  20. transition: all .4s ease;
  21. }
  22.  
  23. body {
  24. background: url(http://i.imgur.com/ByWnAUv.png);
  25. background-size: cover;
  26. background-attachment: fixed;
  27. }
  28.  
  29. /* Hidden Modules */
  30. #content:before, #content:after, #likes, #dislikes, #hobbies, #friendlist, #comments img, #logo, #bio h2, li#view-wishlist {
  31. display: none;
  32. }
  33.  
  34. /* Text Styles */
  35.  
  36. @font-face {
  37. font-family: Give You Glory;
  38. font-style: normal;
  39. font-weight: 400;
  40. src: url(https://fonts.gstatic.com/s/giveyouglory/v6/DFEWZFgGmfseyIdGRJAxuBcAUOYGvnPYlcaEKgTjjG0.woff2);
  41. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  42. }
  43.  
  44. h2 {
  45. font-family: Give You Glory;
  46. font-weight: normal;
  47. font-size: 32px;
  48. color: #FFF;
  49. }
  50.  
  51. a {
  52. font-family: Give You Glory;
  53. color: #FFF;
  54. }
  55.  
  56. a:hover {
  57. text-shadow: 0 0 2px;
  58. }
  59.  
  60. a.delete.small {
  61. color: #FFF !important;
  62. width: 100% !important;
  63. text-align: center;
  64. float: right;
  65. font-size: 10px;
  66. }
  67.  
  68. /* Navigation Bar */
  69.  
  70. ul.navigation {
  71. position: fixed;
  72. margin: auto;
  73. left: 0;
  74. right: 0;
  75. bottom: 0;
  76. width: 100%;
  77. border: 5px solid rgba(255, 255, 255, 0.8);
  78. border-radius: 0;
  79. border-bottom: hidden;
  80. font-size: 16px;
  81. background: url(http://i.imgur.com/8LaffFs.png);
  82. background-size: cover;
  83. }
  84.  
  85. ul.navigation li {
  86. width: 25%;
  87. }
  88.  
  89. ul.navigation li a {
  90. color: rgba(255, 255, 255, 0.9);
  91. }
  92.  
  93. ul.navigation li a:hover {
  94. background: transparent;
  95. }
  96.  
  97. #top-nav-home a:hover {
  98. background: rgba(175, 42, 36, 0.8);
  99. }
  100.  
  101. #top-nav-forum:hover {
  102. background: rgba(235, 73, 45, 0.8);
  103. }
  104.  
  105. #top-nav-shops:hover {
  106. background: rgba(220, 161, 57, 0.8);
  107. }
  108.  
  109. #top-nav-search:hover {
  110. background: rgba(177, 54, 76, 0.8);
  111. }
  112.  
  113. /* Modules */
  114.  
  115. #wrap {
  116. width: 800px;
  117. height: 630px;
  118. position: relative;
  119. top: -50px;
  120. background: transparent;
  121. border: none;
  122. }
  123.  
  124. #content {
  125. width: 100%;
  126. height: 100%;
  127. z-index: 1;
  128. background: transparent;
  129. border: none;
  130. }
  131.  
  132. #sidebar, #bio, #comments {
  133. position: absolute;
  134. margin: auto;
  135. left: 0px;
  136. right: 0px;
  137. border: 5px solid rgba(255, 255, 255, 0.8);
  138. box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.5);
  139. }
  140.  
  141. #sidebar {
  142. width: 200px;
  143. height: 300px;
  144. z-index: 2;
  145. top: 160px;
  146. background: url(http://i.imgur.com/NAz2ZZF.png);
  147. }
  148.  
  149. #sidebar img {
  150. margin: auto;
  151. position: relative;
  152. left: 5px;
  153. top: 10px;
  154. }
  155.  
  156. #actions {
  157. position: relative;
  158. top: -280px;
  159. left: 225px;
  160. text-align: center;
  161. opacity: 0;
  162. color: rgba(255, 255, 255, 0.8);
  163. }
  164.  
  165. li#send-message {
  166. background: url(http://i.imgur.com/1gTGuKd.png);
  167. }
  168.  
  169. li#view-posts {
  170. background: url(http://i.imgur.com/R4RIAf7.png);
  171. }
  172.  
  173. li#view-topics {
  174. background: url(http://i.imgur.com/IIm4Vn4.png);
  175. }
  176.  
  177. #sidebar:hover #actions, #actions:hover {
  178. opacity: 1;
  179. }
  180.  
  181. #actions li {
  182. border: 5px solid rgba(255, 255, 255, 0.8);
  183. box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.4);
  184. font-family: Give You Glory;
  185. font-size: 16px;
  186. margin: 8px auto;
  187. }
  188.  
  189. @keyframes headerglow {
  190. 0%, 100% { color: rgb(255, 255, 255); }
  191. 25% { color: rgb(0, 96, 113); }
  192. 50% { color: rgb(129, 28, 80); }
  193. 75% { color: rgb(162, 238, 8); }
  194. }
  195.  
  196. #sidebar h2 {
  197. position: absolute;
  198. margin: auto;
  199. left: 0px;
  200. right: 0px;
  201. top: -50px;
  202. text-align: center;
  203. font-size: 42px;
  204. animation: headerglow 4s infinite;
  205. text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  206. }
  207.  
  208. #bio {
  209. width: 200px;
  210. height: 300px;
  211. top: 310px;
  212. left: 450px;
  213. background: url(http://i.imgur.com/SW5M8WD.png);
  214. overflow-y: auto;
  215. color: #FFF;
  216. font-size: 11px;
  217. }
  218.  
  219. #bio strong {
  220. font-size: 15px;
  221. text-shadow: 0 0 2px;
  222. font-family: Give You Glory;
  223. }
  224.  
  225. #bio img {
  226. transform: scale(0.7);
  227. }
  228.  
  229. #comments {
  230. width: 200px;
  231. height: 300px;
  232. right: 450px;
  233. color: transparent;
  234. background: url(http://i.imgur.com/mjoaPYC.png);
  235. overflow-y: auto;
  236. }
  237.  
  238. #comments:hover {
  239. height: 600px;
  240. }
  241.  
  242. #comments h2 {
  243. font-size: 22px;
  244. text-align: center;
  245. }
  246.  
  247. #comment_list li {
  248. padding: 5px;
  249. }
  250.  
  251. #comment_list li:hover {
  252. background: rgba(113, 4, 43, 0.8);
  253. }
  254.  
  255. #comment_list li a {
  256. float: left;
  257. width: 100%;
  258. text-align: center;
  259. }
  260.  
  261. #comment_list li:nth-child(2n+0):hover {
  262. background: rgba(91, 235, 188, 0.8);
  263. }
  264.  
  265. #comment_list li:nth-child(3n+0):hover {
  266. background: rgba(104, 142, 38, 0.8);
  267. }
  268.  
  269. #comment_list li p {
  270. color: #FFF;
  271. font-size: 11px;
  272. }
  273.  
  274. #comments form {
  275. width: 100%;
  276. }
  277.  
  278. #comments form span, span#charsLeft { display: none; }
  279.  
  280. textarea {
  281. width: 100%;
  282. margin: 5px auto;
  283. background: rgba(255, 255, 255, 0.8);
  284. color: rgb(113, 4, 43);
  285. font: 13px Give You Glory;
  286. font-weight: bold;
  287. }
  288.  
  289. #comment-button, #load-more {
  290. width: 50%;
  291. font-family: Give You Glory;
  292. background: rgba(255, 255, 255, 0.8);
  293. font-weight: bold;
  294. border: none;
  295. color: #FFF;
  296. }
  297.  
  298. #comment-button:hover {
  299. background: rgba(91, 235, 188, 0.6);
  300. text-shadow: 0 0 2px;
  301. }
  302.  
  303. #load-more {
  304. float: right;
  305. position: relative;
  306. top: 92px;
  307. }
  308.  
  309. #load-more:hover {
  310. background: rgba(104, 142, 38, 0.6);
  311. text-shadow: 0 0 2px;
  312. }
  313.  
  314. /* end custom profile */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement