heartilys

single muse edit tweaks

Nov 9th, 2017
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. Find everything from /* MUSE INFO TABS */ through everything in /* MUSE VERSES */. Replace it with this code:
  2.  
  3. /* MUSE INFO TABS */
  4.  
  5. /* MUSE NAVIGATION */
  6.  
  7. #musenav {
  8. width:510px;
  9. height:345px;
  10. padding:25px;
  11. border:10px solid #000; /* Tab border. */
  12. overflow-x:hidden;
  13. background-color:#faf9f9;
  14. left:0px;
  15. top:-415px;
  16. z-index:99999;
  17. position:absolute;
  18. overflow-y:hidden;
  19. }
  20.  
  21. #musenav img {
  22. margin-top:12px;
  23. margin-left:20px;
  24. border-radius:100px; /* Delete this line if you want a square image. */
  25. border:5px solid #e5dfe1; /* Border colour around the nav image. */
  26. width:150px;
  27. height:150px;
  28. position:relative;
  29. }
  30.  
  31. #navinfo {
  32. margin-top:20px;
  33. margin-left:210px;
  34. width:260px;
  35. height:145px;
  36. padding:10px;
  37. font-family:11px;
  38. line-height:15px;
  39. position:relative;
  40. font-weight:bold;
  41. text-align:center;
  42. overflow-y:scroll;
  43. text-transform:lowercase;
  44. }
  45.  
  46. #quickfacts {
  47. width:460px;
  48. height:70px;
  49. padding:15px;
  50. margin-top:10px;
  51. font-size:11px;
  52. position:relative;
  53. overflow-y:scroll;
  54. text-align:justify;
  55. }
  56.  
  57. #muselinks {
  58. width:480px;
  59. height:15px;
  60. margin-top:20px;
  61. font-family:8.5px;
  62. position:relative;
  63. letter-spacing:3px;
  64. font-family:'Montserrat', sans-serif;
  65. }
  66.  
  67. #muselinks a {
  68. background-color:#f3f3f3; /* BG colour behind the links @ the bottom of the tab. */
  69. border-radius:10px;
  70. padding:4px;
  71. border:1px solid #dddbdb; /* Border colour around the links @ the bottom of the tab. */
  72. font-size:8.5px;
  73. text-transform:uppercase;
  74. color:#a9838e;
  75. font-family:calibri;
  76. text-shadow: 0 1 0em;
  77. text-align:center;
  78. margin-left:20px;
  79. }
  80.  
  81. #muselinks a:hover {
  82. letter-spacing:6px;
  83. color:#e4d7db; /* Hover colour for the links @ the bottom of the tab. */
  84. -moz-transition-duration:1s;
  85. -webkit-transition-duration:1s;
  86. -o-transition-duration:1s;
  87. }
  88.  
  89. /* MUSE STATS */
  90.  
  91. #stats {
  92. width:510px;
  93. height:345px;
  94. padding:25px;
  95. border:10px solid #000; /* Border colour around the stats tab. */
  96. font-size:9.5px;
  97. line-height:16px;
  98. letter-spacing:.5px;
  99. text-align:left;
  100. overflow-y:hidden;
  101. background-color:#faf9f9; /* BG colour for the stats tab. Keep it the same as the scrollbar BG & border colours. */
  102. left:0px;
  103. top:-415px;
  104. position:absolute;
  105. overflow-y:scroll;
  106. z-index:99999;
  107. z-index:99999;
  108. display:none;
  109. }
  110. .show:focus + #stats {
  111. display:block;
  112. opacity:1;
  113. }
  114. #stats:hover {
  115. display: block;
  116. }
  117.  
  118.  
  119. #stats b {
  120. background-color:#f3f3f3; /* BG colour around the bold headings for the stats. */
  121. padding:5px;
  122. border-radius:10px;
  123. border:1px solid #dddbdb;
  124. font-size:8.5px;
  125. text-transform:uppercase;
  126. color:#86afc7; /* Text colour of the bold headings for the stats. */
  127. font-family:calibri;
  128. text-shadow: 0 1 0em;
  129. text-align:left;
  130. }
  131.  
  132. /* MUSE BIOGRAPHY */
  133.  
  134. #bio {
  135. width:510px;
  136. height:345px;
  137. padding:25px;
  138. border:10px solid #000; /* Border colour around the bio tab. */
  139. font-size:11.5px;
  140. line-height:16px;
  141. letter-spacing:.5px;
  142. text-align:justify;
  143. overflow-y:scroll;
  144. background-color:#faf9f9; /* BG colour for the bio tab. Keep it the same as the scrollbar BG & border colours. */
  145. left:0px;
  146. top:-415px;
  147. position:absolute;
  148. z-index:99999;
  149. display:none;
  150. }
  151. .show:focus + #bio {
  152. display:block;
  153. opacity:1;
  154. }
  155. #bio:hover {
  156. display: block;
  157. }
  158.  
  159. /* CONNECTIONS */
  160.  
  161. #connections {
  162. width:510px;
  163. height:345px;
  164. padding:25px;
  165. border:10px solid #000; /* Border colour around the connections tab. */
  166. line-height:16px;
  167. letter-spacing:.5px;
  168. overflow-y:scroll;
  169. background-color:#faf9f9; /* BG colour for the connections tab. Keep it the same as the scrollbar BG & border colours. */
  170. left:0px;
  171. top:-415px;
  172. position:absolute;
  173. z-index:99999;
  174. display:none;
  175. }
  176. .show:focus + #connections {
  177. display:block;
  178. opacity:1;
  179. }
  180. #connections:hover {
  181. display: block;
  182. }
  183.  
  184. #connections a {
  185. color:#a9838e; /* Link colour for the bottom heading. */
  186. }
  187.  
  188. #connections a:hover {
  189. color:#86afc7; /* Link colour for the bottom heading on hover. */
  190. letter-spacing:2px;
  191. -moz-transition-duration:1s;
  192. -webkit-transition-duration:1s;
  193. -o-transition-duration:1s;
  194. }
  195.  
  196. #relation {
  197. width:350px;
  198. height:110px;
  199. padding:10px;
  200. margin-left:55px;
  201. margin-top:15px;
  202. font-size:11px;
  203. text-align:left;
  204. position:relative;
  205. border-bottom:1px solid #dddbdb; /* Border colour underneath each relation. */
  206. }
  207.  
  208. #relation img {
  209. margin-top:15px;
  210. width:70px;
  211. height:70px;
  212. border-radius:100px; /* You can delete this line if you prefer a square image for the connections. */
  213. border:5px solid #e5dfe1; /* Border colour around each relation image. */
  214. }
  215.  
  216. #relationhead {
  217. width:258px;
  218. height:78px;
  219. position:relative;
  220. margin-top:5px;
  221. margin-left:78px;
  222. }
  223.  
  224. #relationinfo {
  225. width:258px;
  226. height:45px;
  227. padding:5px;
  228. margin-left:85px;
  229. margin-top:-40px;
  230. overflow-y:scroll;
  231. position:relative;
  232. text-align:justify;
  233. }
  234.  
  235. #relationbottom {
  236. width:350px;
  237. height:10px;
  238. font-size:9.5px;
  239. text-align:center;
  240. margin-top:5px;
  241. color:#86afc7; /* Text colour for the bottom heading. */
  242. text-transform:uppercase;
  243. font-weight:bold;
  244. }
  245.  
  246. /* MUSE VERSES */
  247.  
  248. #verses {
  249. width:510px;
  250. height:345px;
  251. padding:25px;
  252. border:10px solid #000; /* Border colour around the verses tab. */
  253. font-size:11px;
  254. line-height:16px;
  255. letter-spacing:.5px;
  256. text-align:justify;
  257. overflow-y:scroll;
  258. background-color:#faf9f9; /* BG colour for the verses tab. Keep it the same as the scrollbar BG & border colours. */
  259. left:0px;
  260. top:-415px;
  261. position:absolute;
  262. z-index:99999;
  263. display:none;
  264. }
  265. .show:focus + #verses {
  266. display:block;
  267. opacity:1;
  268. }
  269. #verses:hover {
  270. display: block;
  271. }
  272.  
  273. #versehead {
  274. width:475px;
  275. height:35px;
  276. position:relative;
  277. margin-top:25px;
  278. margin-left:15px;
  279. border-bottom:1px solid #dddbdb; /* Border colour beneath each verse title & description. */
  280. }
  281.  
  282. #verseinfo {
  283. width:450px;
  284. height:75px;
  285. padding:15px;
  286. margin-top:-15px;
  287. margin-left:8px;
  288. overflow-y:scroll;
  289. position:relative;
  290. text-align:justify;
  291. }
Advertisement
Add Comment
Please, Sign In to add comment