Advertisement
sexycullen

100 members & disclaimer

Oct 25th, 2015
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. Disclaimer.
  2.  
  3.  
  4. .disclaimer {
  5. width:245px;
  6. margin-top:20px;
  7. font-size:16px;
  8. padding-bottom:5px;
  9. margin-bottom:3px;
  10. font-family:Raleway;
  11. letter-spacing:1px;
  12. font-weight:normal;
  13. text-align:center;
  14. text-transform:uppercase;
  15. color:{color:Title};
  16. border-bottom: 1px solid {color:Sidebar Border};
  17. }
  18.  
  19. .disclaimerr {
  20. width:252px;
  21. margin-top:6px;
  22. margin-left:0px;
  23. font-size:11px;
  24. text-align:center;
  25. font-family:arial;
  26. }
  27.  
  28.  
  29.  
  30.  
  31.  
  32. <div class="disclaimer">Disclaimer</div>
  33. <div class="disclaimerr">
  34.  
  35. disclaimer
  36.  
  37. </div>
  38.  
  39.  
  40.  
  41.  
  42.  
  43. Members.
  44.  
  45.  
  46.  
  47.  
  48. .m {
  49. width:245px;
  50. margin-top:20px;
  51. font-size:16px;
  52. padding-bottom:5px;
  53. margin-bottom:3px;
  54. font-family:Raleway;
  55. letter-spacing:1px;
  56. font-weight:normal;
  57. text-align:center;
  58. text-transform:uppercase;
  59. color:{color:Title};
  60. border-bottom: 1px solid {color:Sidebar Border};
  61. }
  62.  
  63. .mimg {
  64. float:left;
  65. }
  66.  
  67. .mimg img {
  68. width:30px;
  69. padding: 3px;
  70. margin:2px 7px -3px 6px;
  71. border:2px solid {color:Info Border};
  72. border-radius:0px;
  73. -webkit-border-radius:0px;
  74. -moz-border-radius:0px;
  75. }
  76.  
  77. .minfo {
  78. padding:10px;
  79. margin-top:-4px;
  80. text-align:left;
  81. color:{color:text};
  82. font-family:calibri;
  83. text-transform:lowercase;
  84. font-style:normal;
  85. font-size:10px;
  86. }
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94. {block:GroupMembers}
  95. <div class="m">
  96. Members
  97. <br>
  98. {block:GroupMember}
  99. <div class="mimg">
  100. <img src="{GroupMemberPortraitURL-40}">
  101. </div>
  102. <div class="minfo">
  103. <a href="{GroupMemberURL}">{GroupMemberName}</a>
  104. <br>
  105. {GroupMemberTitle}
  106.  
  107. </div>
  108. {/block:GroupMember}
  109. </div>
  110. {/block:GroupMembers}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement