Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. /* Container and background*/
  2.  
  3. #profile-container {
  4. background: none;
  5. }
  6.  
  7. body {
  8. background: #fcfcfc;
  9. }
  10.  
  11. body,
  12. a:hover {
  13. cursor: url(http://i.imgur.com/cd7ZHDh.png), progress !important;
  14. }
  15.  
  16. @font-face {
  17. font-family: title;
  18. src: url(https://dl.dropbox.com/s/vi8dw6gkxg2i6se/Moon%20Flower.ttf?dl=0);
  19. }
  20.  
  21. @font-face {
  22. font-family: stat;
  23. src: url(https://dl.dropbox.com/s/43yw7yzxblg1tib/Neucha.ttf?dl=0);
  24. }
  25.  
  26. /* main pic*/
  27.  
  28. .pic {
  29. z-index: 2;
  30. position: absolute;
  31. border: 5px solid #384939;
  32. top: 115px;
  33. left: 460px;
  34. width: 200px;
  35. height: 310px;
  36. background: url(https://i.imgur.com/heaNRWb.jpg) center;
  37. background-size: cover;
  38. }
  39.  
  40. /* Backs */
  41.  
  42. .back {
  43. z-index: 1;
  44. position: absolute;
  45. border: 5px solid #384939;
  46. background: #81918A;
  47. left: 55px;
  48. top: 100px;
  49. width: 620px;
  50. height: 340px;
  51. }
  52.  
  53. .triangle {
  54. z-index: 1;
  55. position: absolute;
  56. border-bottom: 8px solid #384939;
  57. border-right: 4px solid #384939;
  58. border-top: 8px solid rgba(0, 0, 0, 0);
  59. border-left: 4px solid rgba(0, 0, 0, 0);
  60. width: 0px;
  61. height: 0px;
  62. left: 622px;
  63. top: 84px;
  64. }
  65.  
  66. .ribbon {
  67. z-index: 3;
  68. position: absolute;
  69. left: 630px;
  70. top: 84px;
  71. width: 0px;
  72. height: 400px;
  73. border-left: 15px solid #475A48;
  74. border-right: 15px solid #475A48;
  75. border-bottom: 20px solid rgba(0, 0, 0, 0);
  76. }
  77.  
  78. /* Info box */
  79.  
  80. .info {
  81. z-index: 2;
  82. position: absolute;
  83. border: 5px solid #384939;
  84. background: #C5D1CC;
  85. top: 115px;
  86. left: 70px;
  87. width: 360px;
  88. padding: 5px;
  89. height: 300px;
  90. overflow: auto;
  91. text-align: justify;
  92. color: #03100D;
  93. font-family: tahoma;
  94. font-size: 12px;
  95. }
  96.  
  97. /* Slection*/
  98.  
  99. ::selection {
  100. background: #03100D;
  101. color: #C5D1CC;
  102. }
  103.  
  104. /* Titles*/
  105.  
  106. h1 {
  107. position: relative;
  108. text-align: center;
  109. margin-bottom: 5px;
  110. }
  111.  
  112. h1 span {
  113. padding: 0 10px;
  114. position: relative;
  115. z-index: 1;
  116. font-family: title;
  117. color: #C5D1CC;
  118. font-size: 25px;
  119. line-height: 1.2;
  120. }
  121.  
  122. h1:before {
  123. border-top: 12px solid #384939;
  124. border-bottom: 12px solid #384939;
  125. border-left: 20px solid rgba(0, 0, 0, 0);
  126. border-right: 20px solid rgba(0, 0, 0, 0);
  127. content: "";
  128. display: block;
  129. height: 0px;
  130. position: absolute;
  131. top: 10%;
  132. width: 80%;
  133. left: 5%;
  134. }
  135.  
  136. /*hr*/
  137.  
  138. hr {
  139. height: 1px;
  140. border: none;
  141. background: #384939;
  142. width: 80%;
  143. }
  144.  
  145. /* Table*/
  146.  
  147. table,
  148. th,
  149. td {
  150. padding: 1px;
  151. }
  152.  
  153. td:nth-child(odd) {
  154. color: #384939;
  155. text-align: left;
  156. font-family: stat;
  157. font-size: 14px;
  158. }
  159.  
  160. td:nth-child(even) {
  161. color: #03100D;
  162. text-align: right;
  163. font-family: tahoma;
  164. font-size: 12px;
  165. }
  166.  
  167. /* Scrollbar*/
  168.  
  169. ::-webkit-scrollbar {
  170. width: 7px;
  171. height: 0px;
  172. }
  173.  
  174. ::-webkit-scrollbar-thumb {
  175. background: #03100D;
  176. border: 2px solid #C5D1CC;
  177. }
  178.  
  179. ::-webkit-scrollbar-track {
  180. background: #C5D1CC;
  181. }
  182.  
  183. /*Link*/
  184.  
  185. a:link,
  186. a:visited,
  187. a:active {
  188. text-decoration: none;
  189. color: #384939;
  190. font-family: stat;
  191. font-size: 14px;
  192. -webkit-transition: all .5s linear;
  193. }
  194.  
  195. a:hover {
  196. color: #03100D;
  197. -webkit-transition: all .5s linear;
  198. cursor: url(https://i.imgur.com/SAa1psh.gif), progress !important;
  199. }
  200.  
  201. /*Credit*/
  202.  
  203. .Credit {
  204. z-index: 0;
  205. position: fixed;
  206. right: 50px;
  207. bottom: 50px;
  208. width: 15px;
  209. height: 15px;
  210. border-radius: 20px;
  211. border: 2px solid #fff;
  212. padding: 5px;
  213. background: #000;
  214. line-height: 1.2;
  215. -webkit-transition: all 1s ease;
  216. }
  217.  
  218. .Credit:hover {
  219. background: #fff;
  220. border-color: #000;
  221. -webkit-transition: all 1s ease;
  222. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement