Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.11 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);
  2.     @import url(http://fonts.googleapis.com/css?family=Ubuntu:700);
  3.    
  4.     a:link, a:visited {
  5.        
  6.         text-decoration: none;
  7.         font-family: Muli;
  8.         color: #000000;
  9.     }
  10.    
  11.     html, body {
  12.         font-family: Muli;
  13.         background: #ebebeb;
  14.     }
  15.    
  16.    * {
  17.     box-sizing:border-box;
  18.     -moz-box-sizing: border-box;
  19.     margin: 0;
  20.     padding: 0;
  21.    }
  22.    
  23.    header{
  24.     padding: 2em;
  25.     background: #72b5ac;
  26.  
  27.    }
  28.    
  29.     h1{
  30.         font-size: 40px;
  31.         font-family: Ubuntu;
  32.         color: #ffffff;
  33.     }
  34.    
  35.      h2{
  36.         font-size: 50px;
  37.         font-family: Ubuntu;
  38.         color: #ffffff;
  39.         text-align: center;
  40.     }
  41.    
  42.     #white-part{
  43.         background-color: #ffffff;
  44.         font-family: Muli;
  45.         color: #72b5ac;
  46.         padding: 5em;
  47.         top: 0%;
  48.         left: 0%;
  49.         width: 100%;
  50.         text-align: center;
  51.         font-size: 12px;
  52.        
  53.     }
  54.    
  55.     #photo{
  56.        
  57.       text-align: left;
  58.        border:2px solid #ffffff;
  59.        
  60.         box-shadow: 5px 5px 2.5px #ccc;
  61.         -moz-box-shadow: 5px 5px 2.5px #ccc;
  62.         -webkit-box-shadow: 5px 5px 2.5px #ccc;
  63.         -khtml-box-shadow: 5px 5px 2.5px #ccc;
  64.     }
  65.    
  66.     #status_text{
  67.        
  68.        position: absolute;
  69.         text-align: center;
  70.         background-color: #fcfcfc;
  71.         width: 50%;
  72.         left:38.5%;
  73.         top:90%;
  74.         height: auto;
  75.         margin-left: 20px;
  76.         font-family: Muli;
  77.         font-size: 15px;
  78.         color: grey;
  79.         border: 1px solid  #cacaca;
  80.           border-radius: 10px;
  81.        
  82.        
  83.     }
  84.         #content_text{
  85.         position: relative;
  86.         text-align: center;
  87.         background-color: #fcfcfc;
  88.         width: 50%;
  89.         height:auto;
  90.         left:15%;
  91.         height: auto;
  92.         font-family: Muli;
  93.         font-size: 15px;
  94.         color: grey;
  95.         border: 1px solid  #cacaca;
  96.         line-height: 10pt;
  97.         padding:15px;
  98.         margin:0px auto 25px;
  99.           border-radius: 16px;
  100.        
  101.        
  102.        
  103.      
  104.     }
  105.     #submit{
  106.     position:absolute;
  107.     top:99%;
  108.     left:82%;
  109.     background-color: #ffffff;
  110.     color:grey;
  111.     font-family: Muli;
  112.     font-size: 12px;
  113.     border: 1px solid  #cacaca;
  114.     padding:6px;
  115.     border-radius: 10px;
  116.     }
  117.         }
  118.     #submit1{
  119.     position:absolute;
  120.     top:99%;
  121.     left:60%;
  122.     background-color: #ffffff;
  123.     color:grey;
  124.     font-family: Muli;
  125.     font-size: 12px;
  126.     border: 1px solid  #cacaca;
  127.     padding:6px;
  128.     border-radius: 16px;
  129.     }
  130.    
  131.    
  132.     #friends{
  133.         position: absolute;
  134.         text-align: center;
  135.         background-color: #fcfcfc;
  136.         width: 25%;
  137.         height:auto;
  138.         left:5%;
  139.         top: 90%;
  140.         height: auto;
  141.         font-family: Muli;
  142.         font-size: 20px;
  143.         color: grey;
  144.         border: 1px solid  #cacaca;
  145.         border-radius: 16px;
  146.          line-height: 10pt;
  147.         padding:15px;
  148.         margin:0px auto 25px;
  149.          
  150.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement