Advertisement
Biebergirl

layout 4

May 7th, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.74 KB | None | 0 0
  1. @font-face {
  2. font-family: "tinytots";
  3. src: url(http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf);
  4. }defaultSkin table.mceToolbar {
  5.   margin-left: -2px;
  6. }
  7.  
  8. .module_blog {
  9.   display: none;
  10. }
  11.  
  12. table {
  13.   border-collapse: none;
  14.   border-spacing: 0px;
  15. }
  16.  
  17. @font-face {
  18.   font-family: "title";
  19. src: url('http://static.tumblr.com/rseqecb/Mcmm2664o/honeyscript-semibold.ttf');
  20. }
  21.  
  22. body {
  23.   background-color: #D7D3C6;
  24.   top: 0px;
  25.   left: 0px;
  26.   margin-top: 0px;
  27.   margin-left: 0px;
  28. }
  29. }
  30.  
  31. .mceLayout {
  32.   width: 10px;
  33. }
  34.  
  35. #box {
  36.   position: fixed;
  37.   background-color: transparent;
  38.   color: black;
  39.   opacity: 0.5;
  40.   left: 0px;
  41.   top: 0px;
  42.   margin-top: 15px;
  43.   margin-left: 950px;
  44.   font-size: 6px;
  45.   text-transform: uppercase;
  46. }.hlinkss {
  47.   border-collapse: separate;
  48.   border-spacing: 4px;
  49.   background-color: #4B0020;
  50.   font: 10px calibri;
  51.   text-transform: uppercase;
  52.   letter-spacing: 1px;
  53.   text-align: center;
  54.   padding: 3px;
  55.   height: 40px;
  56.   -moz-transition: background-color .4s ease-in-out;
  57.   -o-transition: background-color .4s ease-in-out;
  58.   transition: background-color .4s ease-in-out;
  59.   -webkit-transition: background-color .4s ease-in-out;
  60. }
  61.  
  62. .hlinks:hover {
  63.   background-color: #5F0034;
  64.   border: 3px solid #4B0020;
  65.   height: 24px;
  66.   width: 83px;
  67. }#sideimg {
  68.   width: 240px;
  69.   height: 130px;
  70.   background-color: black;
  71.   background-image: url('http://data.whicdn.com/images/26275454/f4459009f9dc1f674b5e7705f29e400f_large.jpg');
  72.   background-repeat: no-repeat;
  73.   background-attachment: scroll;
  74.   background-position: center center;
  75.   position: fixed;
  76.   left: 0px;
  77.   top: 0px;
  78.   margin-left: 175px;
  79.   margin-top: 235px;
  80.   opacity: 0.4;
  81.   background-color: #000000;
  82. }#cred a strong {
  83. color: red;
  84. font-family: 'journal';
  85. text-transform: lowercase;
  86. font-size: 40px;
  87. line-height: 20px;
  88. letter-spacing: -2px;
  89. color: #ff7575;
  90. display: block;
  91. text-align: center;
  92. }
  93.  
  94. #cred a {
  95. font-family: trebuchet ms;
  96. font-size: 7px;
  97. text-transform: uppercase;
  98. color: #aaa;
  99. }
  100.  
  101. #cred:hover {
  102. opacity: 0.5;
  103. }/* comment wall */#xg_module_body, #xg_module_head h2, .xg_module_comment_wall {
  104.   display: none;
  105. }
  106.  
  107. #xg_masthead {
  108.   visibility: hidden;
  109. }
  110.  
  111. .xg_module_body.profile.vcard dl.last-child a {
  112.   font-family: trebuchet ms;
  113.   font-size: 7px;
  114.   text-transform: uppercase;
  115.   line-height: 5px;
  116.   color: black;
  117. }:-webkit-scrollbar-thumb:vertical {
  118.   background: #736F62;
  119.   width: 5px;
  120.   -webkit-border-radius: 10px;
  121.   -moz-border-radius: 10px;
  122.   border-radius: 10px;
  123. }
  124.  ul.nobullets.last-child {
  125.   display: block;
  126.   position: fixed;
  127.   margin-top: -100px;
  128.   margin-left: 10px;
  129.   top: 300px;
  130. }
  131.  
  132. ul.nobullets li {
  133.   color: transparent;
  134. }
  135.  
  136. .xg_module music {
  137.   display: none;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement