Advertisement
Guest User

Untitled

a guest
Nov 30th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head runat="server">
  7. <title>Kafiye Dizini - Türkçe Kafiye Bulma Sözlüğü - Uyak Bulucu Sözlük</title>
  8. <meta name="description" content="Kafiye Dizini Türkçe Kafiye Bulma Sözlüğü Uyak Bulucu Sözlük İstediğiniz harfler ile biten kelimeleri bulmanızı sağlayan sözlük" />
  9. <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
  10. <link href="style.css" rel="stylesheet" />
  11.  
  12.  
  13. <style>
  14.  
  15. html
  16. {
  17. height: 100%;
  18. }
  19.  
  20. body
  21. {
  22. margin: 0px;
  23. padding: 0px;
  24. color: white;
  25. font-family: Verdana;
  26. width: 100%;
  27. background: rgb(255,255,255); /* Old browsers */
  28. background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
  29. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
  30. background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
  31. background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 12+ */
  32. background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
  33. background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
  34. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  35. }
  36.  
  37. a
  38. {
  39. color: lightgrey;
  40. }
  41.  
  42. #feedjit
  43. {
  44. width: 100px;
  45. height: 100px;
  46. position: fixed;
  47. top: 50px;
  48. left: 0px;
  49. }
  50.  
  51. #footer
  52. {
  53. width: 100%;
  54. height: 20px;
  55. background-color: rgb(46,94,115);
  56. position: fixed;
  57. bottom: 0px;
  58. left: 0px;
  59. }
  60.  
  61. #banner
  62. {
  63. width: 100%;
  64. height: 26px;
  65. background-color: rgb(46,94,115);
  66. }
  67.  
  68. .middlecontainer
  69. {
  70. width: 50%;
  71. margin: auto;
  72. }
  73.  
  74. .title
  75. {
  76. text-align: center;
  77. font-size: 34px;
  78. font-weight: bold;
  79. font-family: Ebrima;
  80. color: rgb(46,94,115);
  81. line-height: 34px;
  82. margin: auto;
  83. margin-top: 70px;
  84. }
  85.  
  86. .gizlilik
  87. {
  88. width: 10px;
  89. height: 10px;
  90. font-size: 9px;
  91. margin: auto;
  92. margin-top: 4px;
  93. }
  94.  
  95. #ortasi
  96. {
  97. width: 483px;
  98. height: 100px;
  99. margin: auto;
  100. }
  101.  
  102. #TextBox1
  103. {
  104. width: 340px;
  105. height: 30px;
  106. padding: 2px;
  107. font-size: 22px;
  108. font-weight: 900;
  109. font-family: Ebrima;
  110. color: rgb(46,94,115);
  111. border-style: solid;
  112. border-width: 3px;
  113. border-color: rgb(46,94,115);
  114. float: left;
  115. margin-top: 10px;
  116. }
  117.  
  118. textarea:focus, input:focus
  119. {
  120. outline: 0;
  121. }
  122.  
  123. #Button1
  124. {
  125. width: 120px;
  126. height: 43px;
  127. background: rgb(46,94,115);
  128. float: left;
  129. margin-top: 8px;
  130. font-size: 24px;
  131. font-weight: 900;
  132. font-family: Ebrima;
  133. color: white;
  134. }
  135.  
  136. #resultbox
  137. {
  138. width: 325px;
  139. height: 200px;
  140. color: rgb(54,54,54);
  141. font-size: 14px;
  142. font-weight: 900;
  143. font-family: Ebrima;
  144. margin: auto;
  145. margin-top: 62px;
  146. }
  147.  
  148. </style>
  149.  
  150.  
  151. <!-- Google Analytics Start -->
  152. <script>
  153. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  154. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  155. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  156. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  157.  
  158. ga('create', 'UA-46552144-1', 'kafiyedizini.com');
  159. ga('send', 'pageview');
  160.  
  161. </script>
  162. <!-- Google Analytics Finish -->
  163.  
  164.  
  165.  
  166.  
  167.  
  168. </head>
  169. <body>
  170. <form id="form1" runat="server">
  171. <div>
  172.  
  173.  
  174. <div id="feedjit">
  175. <script type="text/javascript" src="http://feedjit.com/serve/?vv=1512&amp;tft=3&amp;dd=0&amp;wid=9faa965ba90541c322175f22b2c9239d&amp;pid=0&amp;proid=0&amp;bc=FFFFFF&amp;tc=000000&amp;brd1=012B6B&amp;lnk=135D9E&amp;hc=FFFFFF&amp;hfc=2853A8&amp;btn=C99700&amp;ww=202&amp;wne=7&amp;srefs=0"></script><noscript><a href="http://feedjit.com/">Live Traffic Stats</a></noscript>
  176. </div>
  177.  
  178.  
  179. <div id="footer">
  180. </div>
  181.  
  182.  
  183. <div id="banner">
  184. </div>
  185.  
  186.  
  187. <div class="middlecontainer">
  188.  
  189. <div class="title">Kafiye Dizini</div>
  190.  
  191. <div id="ortasi">
  192. <asp:TextBox ID="TextBox1" runat="server" placeholder="Örnek arama: zer" autocomplete="off"></asp:TextBox>
  193. <asp:Button ID="Button1" runat="server" Text="Ara" OnClick="Button1_Click" />
  194. </div>
  195.  
  196. <div id="resultbox" runat="server"></div>
  197.  
  198. </div>
  199.  
  200.  
  201.  
  202.  
  203.  
  204. </div>
  205. </form>
  206. </body>
  207. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement