righN

SA:MP design css code

Feb 15th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.21 KB | None | 0 0
  1. * {
  2.     padding: 0;
  3.     margin: 0;
  4. }
  5.  
  6. body {
  7.     background: url(images/background.png) no-repeat center center fixed;
  8.     -webkit-background-size: cover;
  9.     -moz-background-size: cover;
  10.     -o-background-size: cover;
  11.     background-size: cover;
  12. }
  13.  
  14. .logo {
  15.     position: fixed;
  16.     background: url(images/logo.png) no-repeat;
  17.     width: 366px;
  18.     height: 117px;
  19.     margin-left: 370px;
  20.     margin-top: 145px;
  21. }
  22.  
  23. .ip t {
  24.     position: fixed;
  25.     font-family: Calibri;
  26.     font-size: 18px;
  27.     margin-top: 40px;
  28.     margin-left: 50px;
  29. }
  30.  
  31. .ip t span {
  32.     color: #dd8c12;
  33. }
  34.  
  35. .info p {
  36.     position: absolute;
  37.     font-size: 12px;
  38.     font-family: Arial;
  39.     padding: 75px 165px 50px 20px;
  40. }
  41.  
  42. .info {
  43.     position: absolute;
  44.     background: url(images/infobackground.png) no-repeat;
  45.     width: 464px;
  46.     height: 313px;
  47.     margin-left: 420px;
  48.     margin-top: 200px;
  49. }
  50.  
  51. .info a {
  52.     position: fixed;
  53.     text-decoration: none;
  54.     color: #a7a7a7;
  55.     font-size: 30px;
  56.     font-family: Calibri;
  57.     margin-top: 190px;
  58.     margin-left: 70px;
  59. }
  60.  
  61. .info span {
  62.     color: #dea046;
  63. }
  64.  
  65. .footer t {
  66.     position: fixed;
  67.     color: #fff;
  68.     font-family: Arial;
  69.     font-size: 14px;
  70.     margin-top: 447px;
  71.     margin-left: 575px;
  72. }
  73.  
  74. .footer span {
  75.     color: #fa9d11
  76. }
Add Comment
Please, Sign In to add comment