peachythemes

hannah | css

Feb 6th, 2017
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.10 KB | None | 0 0
  1. body{ background-color: #FFE1E3;}
  2.  
  3. ::-webkit-scrollbar{ width: 5px; background-color: #fff;}
  4. ::-webkit-scrollbar-thumb{ background-color: #F18F96; border: 2px solid #fff;}
  5.  
  6.  
  7. #xg_body{ position: fixed; top: 20px; left: 20px;}
  8.  
  9. div.xg_span-16, div.xg_3col {width: 600px; height;}
  10. div#xg_layout_column_2{width:300px; height:400px;}
  11.  
  12.  
  13. #xg_body a{ font-size: 8px; letter-spacing: 1px; text-transform: uppercase; font-family: Trebuchet MS;}
  14.  
  15. #xn_bar, #xg_foot, #xg_head,
  16. .module_members, .vcard .like-button,
  17. ul.navigation li.right a,
  18. .xg_chat.chatFooter .xg_chatBar,
  19. .xg_module_comment_wall, .xg_span-5, h1,
  20. .xg_sprite .xg_sprite-add, #xg_layout_column_1{ display: none;}
  21.  
  22. #base{
  23.  position: fixed;
  24.  top: 80px;
  25.  left: 450px;
  26.  width: 450px;
  27.  height: 350px;
  28.  border-radius: 15px;
  29.  background-color: white;
  30.  padding: 15px;}
  31.  
  32. #topbar{
  33.  position: fixed;
  34.  margin-top: -15px;
  35.  margin-left: -15px;
  36.  border-radius: 15px 15px 0px 0px;
  37.  height: 150px;
  38.  width: 439.5px;
  39.  padding: 10px 20px;
  40.  background-color: #F18F96;}
  41.  
  42. #title{
  43.  position: fixed;
  44.  margin-top: 110px;
  45.  margin-left: -5px;
  46.  width: 250px;
  47.  border-bottom: 1px solid #FDC3C9;
  48.  text-transform: uppercase;
  49.  font-style: italic;
  50.  font-weight: bold;
  51.  font-size: 22.5px;
  52.  letter-spacing: -1.5px;}
  53.  
  54. #subtitle{
  55.   position: fixed;
  56.   margin-top: 135px;
  57.   margin-left: -5px;
  58.   width: 255px;
  59.   font-family: trebuchet ms;
  60.   font-size: 7px;
  61.   text-transform: uppercase;
  62.   letter-spacing: 2px;}
  63.  
  64. #links{
  65.   position: fixed;
  66.   margin-top: -2px;
  67.   margin-left: -2px;}  
  68.  
  69. #links a{
  70.   display: inline-block;
  71.   width: 100px;
  72.   padding: 3.5px;
  73.   text-align: center;
  74.   font-size: 7px;
  75.   letter-spacing: 2.5px;
  76.   margin-right: 5.5px;
  77.   color: #f65896;
  78.   background-color: pink; }
  79.  
  80. #images{
  81.   position: fixed;
  82.   width: 100px;
  83.   margin-top: 10px;
  84.   margin-left: 355px;
  85.   height: 300px;}
  86.  
  87.  #images img{
  88.    width: 75px;
  89.    padding: 5px;
  90.    background-color: pink;
  91.    margin-top: -2px}
  92.  
  93. #desc{
  94.   position: fixed;
  95.   margin-top: 165px;
  96.   width: 330px;
  97.   height: 190px;
  98.   padding-right: 9px;
  99.   overflow: auto;
  100.   margin-left: 10px;
  101.   color: black;
  102.   text-align: justify;
  103.   font-size: 9.5px;
  104.   letter-spacing: 0.5px;
  105.   font-style: italic;
  106. }
  107.  
  108. #cred{
  109.  position: fixed; bottom: 5px; right: 5px;
  110.  width: 30px; height: 20px; padding-top: 10px;
  111.  background-color: #F18F96; border-radius: 180px;
  112.  text-align: center;}
  113.  
  114. #cred a{
  115.   font-size: 12px;
  116.   font-style: italic;
  117.   color: #fff;}
  118.  
  119.  
  120.  
  121. td, a, body, table, body, td, li, p, div, li, h1, h2, p, br, .text, textarea, input, .blacktext12, .btext, .lightbluetext8, a:link, a:active, a:hover, a:visited, .orangetext15, .whitetext12, .blacktext10 .redtext, .redbtext {font-family: arial; font-size:10px; color:000; letter-spacing:-0px; line-height: 95%; text-transform: none; font-weight:normal; text-decoration:none;} .blacktext12 {background-color:none; text-transform: uppercase; letter-spacing: 0px; font-family: arial; color:000000; border-left: 0px solid!important; display: block; border-left-color:000000!important; text-align: center; padding-left: 4px; line-height: 90%;}
Advertisement
Add Comment
Please, Sign In to add comment