Advertisement
rp-schtuff

RPSchtuff Page Theme 01 - Customized for Alara Theme

Jun 1st, 2019
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. #listitem {
  2. display:inline-block;
  3. vertical-align:top;
  4. width:100%;
  5. margin-bottom:20px;
  6. }
  7.  
  8. #listitem:last-of-type {
  9. margin-bottom:10px;
  10. }
  11.  
  12. #listitem img {
  13. width:100px;
  14. height:100px;
  15. object-fit:cover;
  16. border-radius:20%;
  17. border:1px solid {color:borders};
  18. padding:10px;
  19. background-color:{color:background};
  20. }
  21.  
  22. #listitem:nth-of-type(odd) img {
  23. float:left;
  24. margin-right:10px;
  25. }
  26.  
  27. #listitem:nth-of-type(even) img {
  28. float:right;
  29. margin-left:10px;
  30. }
  31.  
  32. #listitem #title {
  33. font-family:'sail';
  34. font-size:25px;
  35. letter-spacing:1px;
  36. margin-top:20px;
  37. border-bottom:1px solid {color:borders};
  38. padding-top:10px;
  39. margin-bottom:10px;
  40. padding-bottom:10px;
  41. color:{color:h1};
  42. }
  43.  
  44. #listitem:nth-of-type(odd) #title {
  45. text-align:right;
  46. margin-left:10px;
  47. }
  48.  
  49. #listitem:nth-of-type(even) #title {
  50. text-align:left;
  51. margin-right:10px;
  52. }
  53.  
  54. #listitem #subtitle {
  55. font-size:1.2em;
  56. text-transform:uppercase;
  57. font-weight:normal;
  58. letter-spacing:2px;
  59. margin-top:-5px;
  60. font-family:'vidaloka';
  61. color:{color:h1};
  62. }
  63.  
  64. #listitem:nth-of-type(odd) #subtitle {
  65. text-align:right;
  66. }
  67.  
  68. #listitem:nth-of-type(even) #subtitle {
  69. text-align:left;
  70. }
  71.  
  72. #listitem h2 {
  73. text-align:center;
  74. }
  75.  
  76. #listitem #blurb {
  77. margin-top:15px;
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement