Advertisement
Guest User

enterpage

a guest
Jun 5th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> Just Roleplay </title>
  4. <meta content="text/html; charset=utf-8" http-equiv="Content-Type"></meta>
  5. <link href="style.css" type="text/css" rel="stylesheet"></link>
  6. <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Russo+One"></link>
  7. </head>
  8. <body>
  9. <div id="index">
  10. <div id="header">
  11. </div>
  12. <div id="main">
  13. <a title="Forum" href="http://just-roleplay.eu">
  14. <div id="button1" class="hitte"></div>
  15. </a>
  16. <a title="Teamspeak" href="http://Kommt noch!">
  17. <div id="button2" class="hitte"></div>
  18. </a>
  19. <a title="Gameserver" href="http://Kommt noch!">
  20. <div id="button3" class="hitte"></div>
  21. </a>
  22. </div>
  23. </div>
  24. </body>
  25. </html>
  26.  
  27. body, html {
  28. background: url('./images/header2.jpg') center top no-repeat, url('./images/background.jpg') center top repeat;
  29. padding: 0;
  30. margin: 0;
  31. }
  32. a {
  33. text-decoration: none;
  34. color: #ffffff;
  35. }
  36. a:hover {
  37. color: #cccccc;
  38. }
  39. #main a:hover div {
  40. -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  41. -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  42. -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  43. -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  44. transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  45. -webkit-transition: all 0.3s ease-in-out;
  46. -moz-transition: all 0.3s ease-in-out;
  47. -ms-transition: all 0.3s ease-in-out;
  48. -o-transition: all 0.3s ease-in-out;
  49. transition: all 0.3s ease-in-out;
  50. }
  51. #main a div {
  52. -webkit-transition: all 0.3s ease-in-out;
  53. -moz-transition: all 0.3s ease-in-out;
  54. -ms-transition: all 0.3s ease-in-out;
  55. -o-transition: all 0.3s ease-in-out;
  56. transition: all 0.3s ease-in-out;
  57. }
  58. #index{
  59. width: 100%;
  60. margin: auto;
  61. }
  62. #header{
  63. width: 1160px;
  64. height: 170px;
  65. background: url('./images/logo.png') center bottom no-repeat;
  66. margin: auto;
  67. }
  68. #main {
  69. width: 965px;
  70. margin: auto;
  71. }
  72. #main #button1 {
  73. width: 965px;
  74. height: 186px;
  75. background: url('./images/forum.png') center bottom no-repeat;
  76. margin: auto;
  77. }
  78. #main #button2 {
  79. width: 965px;
  80. height: 136px;
  81. background: url('./images/teamspeak.png') center bottom no-repeat;
  82. margin: auto;
  83. }
  84. #main #button3 {
  85. width: 965px;
  86. height: 136px;
  87. background: url('./images/gameserver.png') center bottom no-repeat;
  88. margin: auto;
  89. }
  90. .hitte {
  91. margin-top: 50px !important;
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement