sexycullen

# 190light (HTML PART 1)

Sep 30th, 2018
732
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. /* SCOTTISBAE's THEMES #190light (HTML PART 1) */
  2. /* */
  3.  
  4. .musewrap {
  5. margin: auto;
  6. width: 390px;
  7. overflow:hidden;
  8. }
  9.  
  10. .muserow {
  11. margin: auto;
  12. }
  13.  
  14.  
  15.  
  16. /* muse on the left */
  17. .musecontainerleft {
  18. position:relative;
  19. width: 100%;
  20. float: left;
  21. margin:4px;
  22. width: 378px;
  23. height: 110px;
  24. background: #fff;
  25. border: solid 1px #e2e2e2;
  26. margin-bottom:15px;
  27. }
  28.  
  29. .museimageleft {
  30. position:absolute;
  31. float:left;
  32. margin:5px;
  33. width: 100px;
  34. height: 100px;
  35. border: solid 1px #e2e2e2;
  36. -webkit-border-radius: 5px;
  37. -moz-border-radius: 5px;
  38. border-radius: 5px;
  39. }
  40.  
  41. .musetextleft {
  42. width: 255px;
  43. height: 100px;
  44. padding:5px;
  45. float:none;
  46. margin-left:110px;
  47. background: #fff;
  48. overflow-y:scroll;
  49. }
  50.  
  51. .linksleft {
  52. margin: 5px 5px 5px 10px;
  53. text-transform: lowercase;
  54. text-align: left;
  55. }
  56.  
  57. .linksleft a {
  58. margin: 0px 5px 0px 5px;
  59. }
  60. /* muse on the left */
  61.  
  62.  
  63.  
  64.  
  65. /* muse on the right */
  66. .musecontainerright {
  67. position:relative;
  68. width: 100%;
  69. float: left;
  70. margin:4px;
  71. width: 378px;
  72. height: 110px;
  73. background: #fff;
  74. border: solid 1px #e2e2e2;
  75. margin-bottom:15px;
  76. }
  77.  
  78. .museimageright {
  79. float:right;
  80. margin:5px;
  81. width: 100px;
  82. height: 100px;
  83. border: solid 1px #e2e2e2;
  84. -webkit-border-radius: 5px;
  85. -moz-border-radius: 5px;
  86. border-radius: 5px;
  87. }
  88.  
  89. .musetextright {
  90. width: 255px;
  91. height: 100px;
  92. padding:5px;
  93. float:none;
  94. background: #fff;
  95. overflow-y:scroll;
  96. }
  97.  
  98. .linksright {
  99. margin: 5px 10px 5px 5px;
  100. text-transform: lowercase;
  101. text-align: right;
  102. }
  103.  
  104. .linksright a {
  105. margin: 0px 5px 0px 5px;
  106. }
  107. /* muse on the right */
  108.  
  109.  
  110. /* SCOTTISBAE's THEMES #190light (HTML PART 1) */
Advertisement
Add Comment
Please, Sign In to add comment