Advertisement
ValhallaIsOurKingdom

Triangle's love.

May 25th, 2015
1,625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. /******************CSS******************/
  2.  
  3. /*Avatares*/
  4. .postprofile :nth-child(15) {
  5. width: 150px;
  6. height: auto;
  7. border-left: 5px solid #892f2f;
  8. margin-left: 23px;
  9. outline: none;
  10. margin-top: 5px;
  11. margin-bottom: 5px;
  12. background: #060606;
  13. text-align: justify;
  14. padding: 3px;
  15. }
  16.  
  17. .postprofile :nth-child(14) {
  18. display: none;
  19. }
  20.  
  21. .triangulo {
  22. top: -20px;
  23. position: absolute;
  24. width: 0;
  25. height: 0;
  26. border-top: 100px solid #000;
  27. border-right: 100px solid transparent;
  28. }
  29.  
  30. .postprofile {
  31. height: 370px;
  32. width: 200px;
  33. padding: 20px;
  34. background-image: url('http://i.imgur.com/fwGx1Pg.png');
  35. }
  36.  
  37. .todoprof {
  38. background: #000;
  39. bottom: 400px;
  40. width: 200px;
  41. height: 310px;
  42. position: absolute;
  43. overflow: auto;
  44. transition-duration: .8s;
  45. -webkit-transition-duration: .8s;
  46. -moz-transition-duration: .8s;
  47. -ms-transition-duration: .8s; -o- transition-duration: .8s;
  48. }
  49.  
  50. .ava {
  51. width: 200px;
  52. height: 395px;
  53. position: relative;
  54. overflow: hidden;
  55. }
  56.  
  57. .ava:hover .todoprof {
  58. bottom: 90px;
  59. }
  60.  
  61. .spans {
  62. margin-left: 6px;
  63. display: inline-block;
  64. width: 94px;
  65. background-color: #060606;
  66. font-family: 'calibri';
  67. font-size: 8px;
  68. text-align: center;
  69. color: #fff;
  70. padding-top: 10px;
  71. padding-bottom: 10px;
  72. margin-right: 1px;
  73. margin-bottom: 1px;
  74. text-transform: uppercase;
  75. letter-spacing: 2px;
  76. outline: 1px solid #fff;
  77. }
  78.  
  79. .spans2 {
  80. display: inline-block;
  81. width: 94px;
  82. background-color: #060606;
  83. font-family: 'calibri';
  84. font-size: 8px;
  85. text-align: center;
  86. color: #fff;
  87. padding-top: 10px;
  88. padding-bottom: 10px;
  89. margin-right: 1px;
  90. margin-bottom: 1px;
  91. text-transform: uppercase;
  92. letter-spacing: 2px;
  93. outline: 1px solid #fff;
  94. }
  95.  
  96. .spans3 {
  97. margin-left: 5px;
  98. }
  99.  
  100. .hoja {
  101. margin-top: 30px;
  102. text-align: center;
  103. padding: 5px;
  104. height: 50px;
  105. }
  106.  
  107. /******************TEMPLATE******************/
  108.  
  109. <div class="ava">
  110. <div class="todoprof">
  111. <div class="hoja">{postrow.displayed.POSTER_RPG}</div>
  112. <!-- BEGIN profile_field -->
  113. <div class="spans">{postrow.displayed.profile_field.LABEL}</div><div class="spans2">{postrow.displayed.profile_field.CONTENT}</div>{postrow.displayed.profile_field.SEPARATOR}
  114. <!-- END profile_field --><div class="spans3">{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG}{postrow.displayed.EMAIL_IMG}</div></div><div class="triangulo"><div style="margin-top: -70px; width: 50px;text-align: center;font-size: 8px; letter-spacing: 2px; color: #fff;">here's {postrow.displayed.POSTER_NAME}</div></div>{postrow.displayed.POSTER_AVATAR}<div id="rango">{postrow.displayed.RANK_IMAGE}</div></div>
  115. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement