Advertisement
coolius

homepage

May 28th, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.56 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Roboto:400);
  2.  
  3.  
  4. body {
  5.     margin: 0px;
  6.     padding: 0px;
  7.     background-color: #e6e6e6;
  8.     font-family: 'Roboto', sans-serif;
  9.     font-size: 20px;
  10.     text-align: center;
  11. }
  12.  
  13. a {
  14.     color: #888888;
  15.     text-decoration: none;
  16.     outline: none;
  17.     background-color: #ffffff;
  18.     border-radius: 2px;
  19.     box-shadow: 0 2px 4px #d6d6d6;
  20. }
  21.  
  22. a img {
  23.     border: none;
  24. }
  25.  
  26. input {
  27.     width: 100px;
  28. }
  29.  
  30. #loginform {
  31.     color: #444444;
  32.     position: relative;    
  33.     font-family: 'Roboto', sans-serif;
  34.     font-size: 16px;    
  35. }
  36.  
  37. #loginfield, #passwordfield {
  38.     margin-left: 15px;
  39.     height: 28px;
  40.     width: 200px;
  41.     border: 1px solid #B9BDC1;
  42.     color: #797979;
  43.     -moz-border-radius: 3px;
  44.     -webkit-border-radius: 3px;
  45.     border-radius: 3px;    
  46. }
  47.  
  48. #loginfield:focus, #passwordfield:focus {  
  49.     border: 1px solid #777777; 
  50. }
  51.  
  52. #loginbutton {
  53.     font-size: 18px;
  54.     background-color: #FA5126;
  55.     color: #FFFFFF;
  56.     border-radius: 3px;
  57.     height: 32px;
  58.     margin-left: 30px;
  59.     margin-right: 30px;
  60.     -webkit-border-radius: 3px;
  61.     -moz-border-radius: 3px;   
  62.     border-bottom: 3px solid rgb(201, 61, 25);
  63.     border-top: 0px;
  64.     border-left: 0px;
  65.     border-right: 0px;
  66.     padding: 1px 0px 1px 0px;      
  67.     -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  68.     -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  69.     box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  70. }
  71.  
  72. #userinfo {
  73.     position: absolute;
  74.     right: 10px;   
  75.     top: 5px;  
  76.     font-family: 'Roboto', sans-serif;
  77.     font-weight: normal;
  78.     font-size: 14px;
  79.     color: #FFFFFF;
  80. }
  81.  
  82. #message {
  83.     color: #444444;        
  84.     font-family: 'Roboto', sans-serif;
  85.     font-size: 16px;    
  86. }
  87.  
  88. #poweredby {
  89.     display: block;
  90.     width: 100%;
  91.     padding-top: 20px;
  92.     margin-top: 80px;
  93.     border-top: 0px #CCCCCC solid; ;
  94.     color: #808080;        
  95.     font-family: 'Roboto', sans-serif;
  96.     font-size: 12px;
  97.     text-decoration: none;  
  98.     box-shadow: none;
  99.     background-color: transparent;
  100. }
  101.  
  102. #logoutlink {
  103.     color: #FFFFFF;
  104.     text-decoration: underline;
  105. }
  106.  
  107. #group {
  108.     display: inline-block;
  109. }
  110.  
  111. #comics {          
  112.     float: left;
  113.     width: 148px;
  114.     height: 148px; 
  115.     background-image: url('/theme/comics.png');
  116.     background-repeat: no-repeat;
  117.     background-position: center bottom;
  118.     margin: 40px;
  119.     padding: 15px;
  120. }
  121.  
  122. #books {   
  123.     float: left;   
  124.     width: 148px;
  125.     height: 148px; 
  126.     background-image: url('/theme/books.png');
  127.     background-repeat: no-repeat;
  128.     background-position: center bottom;
  129.     margin: 40px;
  130.     padding: 15px;
  131. }
  132.  
  133. #latest-comics {           
  134.     float: left;
  135.     width: 148px;
  136.     height: 148px;
  137.     background-image: url('/theme/latest-comics.png');
  138.     background-repeat: no-repeat;
  139.     background-position: center bottom;
  140.     margin: 40px;
  141.     padding: 15px;
  142. }
  143.  
  144. #latest-books {
  145.     float: left;   
  146.     width: 148px;
  147.     height: 148px;
  148.     background-image: url('/theme/latest-books.png');
  149.     background-repeat: no-repeat;
  150.     background-position: center bottom;
  151.     margin: 40px;
  152.     padding: 15px;
  153. }
  154.  
  155. #files {       
  156.     float: left;
  157.     width: 148px;
  158.     height: 148px; 
  159.     background-image: url('/theme/files.png');
  160.     background-repeat: no-repeat;
  161.     background-position: center bottom;
  162.     margin: 40px;
  163.     padding: 15px;
  164. }
  165.  
  166.  
  167. #banner {
  168.     display: block;
  169.     top: 0px;
  170.     left: 0px;
  171.     height: 70px;
  172.     width: 100%;
  173.     margin-bottom: 60px;
  174.     border-bottom: 0px #CCCCCC solid;
  175.     background-image: url('/theme/banner.png');
  176.     background-repeat: no-repeat;
  177.     background-color: #03838F !important;
  178.     background-position: 15px;
  179.     -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  180.     -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  181.     box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  182. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement