sexycullen

theme 198 part 2/css

May 4th, 2019
1,514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. .hover_list {
  2. margin-top:0px;
  3. padding:0px;
  4. width:100%;
  5. }
  6.  
  7. /* edit title 'click here for more' */
  8. .hover_head {
  9. color:{color:Text};
  10. text-transform:lowercase;
  11. text-align:left;
  12. font-size:calc({text:Body Font Size} + 3px);
  13. font-family: {text:Body Font};
  14. width:500px;
  15. padding-top:0px;
  16. padding-bottom:0px;
  17. cursor:pointer;
  18. position:relative; margin:1px;
  19. padding-left:0px;
  20. margin-left:0px;
  21. margin-top:15px;
  22. margin-bottom:6px;
  23. }
  24. /* edit title 'click here for more' */
  25.  
  26.  
  27.  
  28. .hover_body {
  29. display:none;
  30. width:500px;
  31. }
  32.  
  33. .hover_body a {
  34. padding:1px;
  35. }
  36.  
  37.  
  38.  
  39.  
  40. /* muses container */
  41. .museswrap {
  42. overflow:hidden;
  43. margin: 0 auto;
  44. width:500px;
  45. background: #fff;
  46. border:0px solid #efefef;
  47.  
  48. }
  49.  
  50.  
  51. .musesrow{
  52. overflow:hidden;
  53. margin: 0 5px 0;
  54. }
  55.  
  56.  
  57.  
  58. /* muses individual boxes */
  59. .musescontainer {
  60. position:relative;
  61. float:left;
  62. margin:4px;
  63. width: 230px;
  64. height: 128px;
  65. line-height:125%;
  66. background-color:#fcfcfc;
  67. border:1px solid #efefef;
  68. margin-top:10px;
  69. margin-bottom:10px;
  70. margin-right:9px;
  71. overflow-x:hidden;
  72. overflow-y:scroll;
  73. }
  74.  
  75.  
  76. /* muses icons */
  77. .musesimage {
  78. position:absolute;
  79. margin:10px;
  80. padding:10px 10px 15px 10px;
  81. width: 80px;
  82. height: 80px;
  83. border:1px solid #efefef;
  84. background: #fff;
  85. }
  86.  
  87. .musesimage img {
  88. object-fit:cover;
  89. }
  90.  
  91.  
  92. /* muses right info box */
  93. .musesinfo {
  94. width: 90px;
  95. height: 95px;
  96. padding:5px;
  97. margin:10px 5px 5px 5px;
  98. margin-left:117px;
  99. background: #fff;
  100. border:1px solid #efefef;
  101. overflow-x:hidden;
  102. overflow-y:hidden;
  103. }
  104.  
  105. .musesinfo li {
  106. list-style:none;
  107. margin:0 px 0;
  108. padding: 0;
  109. }
  110.  
  111.  
  112. /* muses names */
  113. .musesinfospan {
  114. display:inline-block;
  115. width: 90px;
  116. text-transform: uppercase;
  117. padding-bottom:5px;
  118. margin:5px 0 5px;
  119. text-align: left;
  120. border-bottom: solid 1px #efefef;
  121. }
  122.  
  123.  
  124. /* muses links */
  125. .museslinks {
  126. text-transform: lowercase;
  127. text-align: left;
  128. overflow:hidden;
  129. }
  130.  
  131.  
  132. .museslinks ul {
  133. margin:0;
  134. padding:0;
  135. list-style:none;
  136. }
  137.  
  138. .museslinks li {
  139. margin:0 auto;
  140. }
  141.  
  142.  
  143. .museslinks ul li:before {
  144. content:none;
  145. }
  146.  
  147.  
  148. /* muses extra information box */
  149. .musestextbox {
  150. width: 195px;
  151. text-transform: lowercase;
  152. padding: 6px;
  153. margin:10px 0 10px 10px;
  154. text-align: center;
  155. background: #fff;
  156. border:1px solid #f2f2f2;
  157. float:clear;
  158. }
Advertisement
Add Comment
Please, Sign In to add comment