Advertisement
Biebergirl

layout 5

May 3rd, 2018
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.30 KB | None | 0 0
  1. ::-webkit-scrollbar {
  2.   width: 5px;
  3.   height: 5px;
  4. }
  5.  
  6. ::-webkit-scrollbar-track {
  7.   border: 1px solid lightblue;
  8.   border-radius: 10px;
  9. }
  10.  
  11. ::-webkit-scrollbar-thumb {
  12.   background: white;
  13.   border-radius: 1px;
  14. }
  15.  
  16. ::-webkit-scrollbar-thumb:hover {
  17.   background: white;
  18. }
  19.  
  20. body {
  21.   background-image: url("http://78.media.tumblr.com/04ff549b92bb99db8ad725a83e288030/tumblr_inline_n258pty5wY1qhwjx8.gif");
  22. background-repeat: repeat;
  23.   background-size: 200px 200px;
  24. }
  25.  
  26. #sidebar {
  27.   position: absolute;
  28.   margin-left: 50px;
  29.   margin-top: 80px;
  30.   height: 500px;
  31.   width: 250px;
  32.   background: url('https://78.media.tumblr.com/93fa84c29f3b42706745ddca004fdca9/tumblr_o52p1qnRyj1sypqelo1_500.gif');
  33. background-size: 250px 250px;
  34.   opacity: 0.8;
  35. outline: 5px solid white;
  36. }
  37.  
  38. #pic {
  39.   position: absolute;
  40.   margin-top: 100px;
  41.   margin-left: 100px;
  42.   width: 150px;
  43.   height: 150px;
  44.   border-radius: 50%;
  45.   background-image: url("http://data.whicdn.com/images/90113964/large.jpg");
  46.   background-size: cover;
  47. border: 5px solid white;
  48.   opacity: 0.8;
  49. }
  50.  
  51. #quote {
  52.   position: absolute;
  53.   margin-top: 290px;
  54.   margin-left: 110px;
  55.   width: 250px;
  56.   color: white;
  57.   line-height: 2px;
  58.   letter-spacing: 0.5px;
  59.   font-family: "Indie Flower", cursive;
  60.   opacity: 0.5;
  61. }
  62.  
  63. #links {
  64.   position: absolute;
  65.   width: 200px;
  66.   margin-top: 300px;
  67.   margin-left: 65px;
  68. }
  69.  
  70. #links a {
  71.   background-color: gray;
  72.   color: white;
  73.   height: 15px;
  74.   width: 200px;
  75.   display: block;
  76.   padding: 10px;
  77.   margin-top: 30px;
  78.   text-align: center;
  79. }
  80.  
  81. .header {
  82.   position: absolute;
  83.   margin-top: 40px;
  84.   margin-left: 5px;
  85.   z-index: 1;
  86. }
  87.  
  88. #IMG1{
  89.   position: absolute;
  90. display:inline-block;
  91. }
  92.  
  93. #IMG2{
  94.   position: absolute;
  95.   display: inline-block;
  96. }
  97.  
  98. #IMG3{
  99.   position: abolute;
  100.   display: inline-block;
  101. }
  102.  
  103. #container {
  104.   position: absolute;
  105.   margin-top: 40px;
  106.   margin-left: 310px;
  107.   width: 440px;
  108.   height: 500px;
  109.   background: white;
  110.   background-image: url("https://i.pinimg.com/originals/5f/76/bb/5f76bb75ecf5b21c334b4183bd14b241.png");
  111.   opacity: 0.8;
  112. outline: 5px solid white;
  113. }
  114.  
  115. #bio {
  116.   position: absolute;
  117.   margin-top: 10px;
  118.   margin-left: 20px;
  119.   padding-right: 5px;
  120.   height: 360px;
  121.   width: 400px;
  122.   overflow: auto;
  123.   text-align: justify;
  124.   color: white;
  125.   opacity: 1;
  126. }
  127.  
  128. #bio:hover {
  129.   opacity: 1;
  130. }
  131.  
  132. /*hide stuff*/
  133. .member_detail{display: none;}
  134. #xg_ad_below_footer{display:none;}
  135. .profile-like-button{display:none;}
  136. #xg_profile_activity{display: none;}
  137. .vcard{position: absolute; margin-top: 90px; margin-left: 800px; width: 100px;}
  138. #xg_layout_column_1 {}
  139. #xg_mudule.movable.sortable.module {display:none;}
  140. #xg_navigation,#xg_navigation ul,#xg_navigation ul li,#xg_navigation ul li span,#xg_navigation {display:none;}
  141. .xg_theme #xg_head,.xg_theme #xg_foot {display:none;}
  142. .dy-avatar.dy-avatar-full-width {display:none;}
  143. #xj_approvalBox {display:none;}
  144. .module_blog {display:none;}
  145. .xg_module music {display:none;}
  146. #xn_bar {display: none;}
  147. #xg_masthead { visibility: hidden; }
  148. h1, h2{display:none;}
  149. .xg_module_comment_wall {display: none!important;}
  150. .account-links {display:none;}
  151. .xg_module movable,.module_video {display:none;}
  152. h1 {display:none;}
  153. ul.navigation.easyclear {display:none;}
  154. .sortable.music {display:none;}
  155. .module_groups {display:none;}
  156. .module_about_user {display:none;}
  157. .sortable.module_feed {display:none;}
  158. .module_photo {display:none;}
  159. .module_members {display:none!important;}
  160. #xj_module_gift {display:none;}
  161. /* comment wall */
  162. #xg_module_body,#xg_module_head h2,.xg_module_comment_wall {display:none;}
  163. .xg_sprite xg_sprite-share {display:none!important;}
  164. .xg_theme #xg_foot {display:none;}
  165. .xg_user_generated {
  166. margin-left: -200px;
  167. width: 800px;
  168. height: 600px;
  169. }
  170.  
  171. #cred {
  172.   position: fixed;
  173.   right: 15px;
  174.   bottom: 10px;
  175. }
  176.  
  177. @font-face {
  178.   font-family: "Journal";
  179.   src: url("http://static.tumblr.com/pwgdr2n/9YYm3j4gp/journal.ttf");
  180. }
  181.  
  182. #cred a strong {
  183.   color: blue;
  184.   font-family: "journal";
  185.   text-transform: lowercase;
  186.   font-size: 30px;
  187.   line-height: 10px;
  188.   letter-spacing: -2px;
  189.   color: #696969;
  190.   display: block;
  191.   text-align: center;
  192. }
  193.  
  194. #cred a {
  195.   font-family: trebuchet ms;
  196.   font-size: 20px;
  197.   text-transform: uppercase;
  198.   color: #aaa;
  199.   line-height: 40px;
  200. }
  201.  
  202. #cred:hover {
  203.   opacity: 0.2;
  204. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement