MrPaan

Hadis + CSS

Jan 11th, 2014
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.96 KB | None | 0 0
  1. <html>
  2. <title>Bahan Bacaan</title>
  3. <style>
  4.  
  5. /* Font 1 */
  6. @font-face {
  7.   font-family: 'The Girl Next Door';
  8.   font-style: normal;
  9.   font-weight: 400;
  10.   src: local('The Girl Next Door'), local('TheGirlNextDoor'), url(http://themes.googleusercontent.com/static/fonts/thegirlnextdoor/v5/cWRA4JVGeEcHGcPl5hmX7rOFxJ5Ig03puUh67ume3us.woff) format('woff');
  11. }
  12.  
  13. /* Font 2*/
  14. @font-face {
  15.   font-family: 'Chango';
  16.   font-style: normal;
  17.   font-weight: 400;
  18.   src: local('Chango Regular'), local('Chango-Regular'), url(http://themes.googleusercontent.com/static/fonts/chango/v3/nbaquFP0ZZ_smqykJINU8Q.woff) format('woff');
  19. }
  20.  
  21. /* Go Button */
  22. input#gobutton{
  23. cursor:pointer;
  24. padding:5px 25px;
  25. background:#329932;
  26. border:1px solid #33842a;
  27.  
  28. -moz-border-radius: 10px;
  29. -webkit-border-radius: 10px;
  30. border-radius: 10px;
  31.  
  32. -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
  33. -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
  34. box-shadow: 0 0 4px rgba(0,0,0, .75);
  35.  
  36. color:#f3f3f3;
  37. font-size:1.1em;
  38. }
  39.  
  40. input#gobutton:hover, input#gobutton:focus{
  41. background-color :#399630;
  42.  
  43. -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
  44. -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
  45. box-shadow: 0 0 1px rgba(0,0,0, .75);
  46. </style>
  47. </html>
  48.  
  49. <?php
  50.  
  51. /*
  52. Rasulullah s.a.w. bersabda: “Sampaikan dari ku walaupun sepotong ayat." Hadith Riwayat Bukhari
  53. Amar Makruf Nahi Mungkar
  54. Thanks To Aceyraf Roshlanz ,Shahril and google <3
  55. Find Me : https://www.facebook.com/0b0xed
  56. */
  57.  
  58.  
  59.     $data = file_get_contents('http://www.waktusolat.net/haddon2.php');
  60. preg_match_all('/\.write\(\'(.*?)\(<a/', $data, $hadis);          
  61. echo "<font color=blue><center><font face=Chango color=blue size=6>Hadis Hari Ini : </b></font>";
  62. echo "<center><font face='The Girl Next Door' color=green size=5>".$hadis[1][0] ;
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. echo'<iframe width="420" height="315" hidden="true" src="http://www.youtube.com/embed/LF4TRyHD30g?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>';
  70.  
  71.  
  72.  
  73.  
  74.  
  75.     $data = file_get_contents('http://www.waktusolat.net/haddon2.php');
  76. preg_match_all('/\.write\(\'(.*?)\(<a/', $data, $hadis);          
  77. echo "<center><font face='The Girl Next Door'  color=green>".$hadis[1][0] ;
  78.  
  79.  
  80.  
  81.     $data = file_get_contents('http://www.waktusolat.net/haddon2.php');
  82. preg_match_all('/\.write\(\'(.*?)\(<a/', $data, $hadis);          
  83. echo "<center><font face='The Girl Next Door'  color=green>".$hadis[1][0] ;
  84.  
  85.  
  86.  
  87.  
  88.     $data = file_get_contents('http://www.waktusolat.net/haddon2.php');
  89. preg_match_all('/\.write\(\'(.*?)\(<a/', $data, $hadis);          
  90. echo "<center><font face='The Girl Next Door' color=green>".$hadis[1][0] ;
  91.  
  92.  
  93.     $data = file_get_contents('http://www.waktusolat.net/haddon2.php');
  94. preg_match_all('/\.write\(\'(.*?)\(<a/', $data, $hadis);          
  95. echo "<center><font face='The Girl Next Door'  color=green>".$hadis[1][0] ;
  96.  
  97.  
  98.  
  99. echo "
  100. <br>
  101. <form method=post>
  102. <input id=gobutton face=gobutton type=submit  value='Tukar Hadis'>
  103. </form>
  104. </br>
  105. ";    
  106.  
  107. ?>
Advertisement
Add Comment
Please, Sign In to add comment