Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" standalone="no"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  3. <svg width="100%" height="200" version="1.1" xmlns="http://www.w3.org/2000/svg">
  4.  
  5. <defs>
  6.     <linearGradient id="HeaderGradient" x1="0%" y1="0%" x2="0%" y2="100%">
  7.         <stop offset="0%" style="stop-color:#4a6c80;stop-opacity:1"/>
  8.         <stop offset="100%" style="stop-color:#3B5666;stop-opacity:1"/>
  9.     </linearGradient>
  10.  
  11.  
  12.     <linearGradient id="Shine" x1="0%" y1="0%" x2="0%" y2="100%">
  13.         <stop offset="10%" style="stop-color:white;stop-opacity:0.3"/>
  14.         <stop offset="30%" style="stop-color:white;stop-opacity:0.0"/>
  15.         <stop offset="70%" style="stop-color:white;stop-opacity:0.6"/>
  16.         <stop offset="75%" style="stop-color:white;stop-opacity:0"/>
  17.         <stop offset="100%" style="stop-color:black;stop-opacity:0.2"/>
  18.     </linearGradient>
  19.  
  20.     <filter id="Shadow">
  21.         <feGaussianBlur in="SourceGraphic" stdDeviation="3" />
  22.     </filter>
  23.    
  24.      <style type="text/css">
  25.         text.logo {
  26.         font-weight:bold;
  27.         stroke-width:1.8;
  28.         text-anchor:middle;
  29.         font-size: 100px;
  30.         font-family:Sans;
  31.         }
  32.  
  33.         text.phrase {
  34.         fill:lightgrey;
  35.         font-weight:normal;
  36.         text-anchor:left;
  37.         font-size: 16px;
  38.         font-family:serif;
  39.         }
  40.     </style>
  41.  
  42. </defs>
  43.  
  44. <rect id="header" width="100%" height="100%" x="0" y="0" fill="url(#HeaderGradient)"/>
  45. <text class="logo" x="300" y="100" fill="black" filter="url(#Shadow)">bilsin</text>
  46. <text class="logo" x="300" y="100" fill="#ADD8E6" stroke="#fff">bilsin</text>
  47. <text class="logo" x="300" y="100" fill="url(#Shine)">bilsin</text>
  48.  
  49. <text class="phrase" x="150" y="125">bölgesel ilan ve anons servisi</text>
  50. </svg>