• 26-03-2008, 20:57:27
    #1
    merhabalar bildirgec.org'daki gibi link verilen keliminin arkasını nsl renklendirebilriim?:S
  • 26-03-2008, 23:17:09
    #2
    Üyeliği durduruldu
    css ile yapa bilirsin sanırım

    Alıntı
    .[#] icerigin div i a:hover { background:uzerinegelincealacagirenginkodu}

    yani bi dene olmazsa gene yaz bakarız

    veya index php ni ve css ni yolla ona göre
  • 26-03-2008, 23:38:44
    #3
    ayıptır sorması nereye eklicem
  • 27-03-2008, 00:07:25
    #4
    Üyeliği durduruldu
    ozk4n adlı üyeden alıntı: mesajı görüntüle
    ayıptır sorması nereye eklicem
    .entry a{
    border-bottom: 1px dotted silver;
    background: red;
    color: black;
    }

    gibi wp-content/themes/teman/style.css en altına ekle olması gerekir.. (renkleri black ve red diye yazdım olursa değiştirsin)
  • 27-03-2008, 08:57:56
    #5
    sadece wp de açtığım konuların başlıkları öyle oldu :S ama ben sadece linkler olsn istiyorum yani konu içinde verilmiş linkler
  • 27-03-2008, 12:15:50
    #6
    Üyeliği durduruldu
    ya bişi dicem orda istersen index.php dosyanı ve css dosyanı yolla dedik biz ne bilelim sen hangi tag ı div i kullanmışsın :S sende biraz yardımcı olsan tam süper olacaktı
  • 27-03-2008, 12:29:09
    #7
    style css

     /*  
    Theme Name: Twilight
    Theme URI: http://www.justskins.com/
    Description: Twilight is a beautiful widget ready <a href="http://www.justskins.com/css-themes-skins/wordpress-themes/">Wordpress theme</a> by <a href="http://www.xeonext.com">Xeonext Web Solutions</a>.
    Version: 1.1
    Author: Just Skins
    Author URI: http://www.justskins.com/
    
        This theme is released under Creative Commons Attribution 2.5 License.
    
    */
    body {
        font: 80%/150% "Trebuchet MS", Tahoma, Arial;
        color: #333333;
        background: #FFFFFF;
        margin: 0px;
        padding: 0px;
    }
    a {
        color: #1CA2DE;
        text-decoration: none;
    }
    a:visited {
        color: #1CA2DE;
        text-decoration: none;
    }
    
    a:hover {
        color: #1CA2DE;
    }
    img {
        border: none;
    }
    p {
        padding: 0px 0px 15px;
        margin: 0px;
    }
    h1 {
        margin: 0px;
        padding: 30px 0px 0px 50px;
        height: 60px;
        font: lighter 2.4em/1.2em "trebuchet MS", "Lucida Sans Unicode", Georgia;
        color: #FFFFFF;
    }
    h1 a, h1 a:visited{
        color: #FFFFFF;
        text-decoration: none;
    }
    h1 a:hover{
        color: #DDF1FF;
        text-decoration: none;
        border: none;
        background: none;
    }
    h2 {
        color: #1CA2DE;
        margin: 0px 0px 2px;
        width:100%;
        font: lighter 1.7em/1em "Trebuchet MS", Tahoma, Arial;
        padding-bottom: 5px;
        border-bottom: 1px dotted #CDCDCD;
    }
    h2 a, h2 a:visited {
        color: #1CA2DE;
        text-decoration: none;
    }
    h2 a:hover {
        color: #1CA2DE;
        text-decoration: none;
    }
    h3 {
        font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
        color: #1CA2DE;
        margin: 10px 0px 5px;
    }
    h4 {
        font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
        color: #1CA2DE;
        margin: 10px 0px 5px;
    }
    form {
        margin:0px;
        padding:0px;
    }
    #wrapper {
        background: #FFFFFF;
    }
    #page {
        margin: 10px auto;
        width: 770px;
        background: url(images/content-bg.gif) repeat-y right center;
    }
    
    #topbar {
        background: #1CA2DE;
        width: 100%;
        height: 50px;
        border-bottom: 5px solid #1CA2DE;
        margin-bottom: 8px;
    }
    #header {
        position: relative;
        margin: 0px auto;
        width: 770px;
    }
    #headerimg {
        background: #ffffff url(images/header.jpg) no-repeat center;
        color: #FFF;
        height: 173px;
        position: relative;
    }
    #headerimg .description{
        position: absolute;
        top: 70px;
        left: 50px;
        color: #FFF;
        font-size: 14px;
    }
    #navi {
        width: 770px;
        margin: 0px auto;
        text-align: center;
        line-height: normal;
    }
    #nav {
        list-style: none;
        padding-left: 5px;
        float: left;
    }
    #nav li {
        float: left;
        margin: 0 3px;
        white-space: nowrap;
    }
    #nav .page_item a{
        color: #FFFFFF;
        background: #1CA2DE;
        display: block;
        text-decoration: none;
        padding: 0px 10px 0px 10px;
        font: bold 12px Arial, Helvetica, sans-serif;
        line-height: 25px;
    }
    #nav li:hover {
        background: #FFF;
    }
    #nav .page_item a:hover {
        background: #CFF690;
        color: #666666;
        border: none;
    }
    
    #nav li.current_page_item {
        color: #163240;
        text-decoration: none;
    }
    #nav .current_page_item a, #nav .current_page_item a:visited{
        color: #666666;
        text-decoration: none;
        background: #E3F7C3;
    }
    #nav .current_page_item a:hover {
        background: #CFF690;
        color: #666666;
        border: none;
    }
    
    
    #search {
        float: right;
        background: #1CA2DE;
        width: 220px;
        margin: 10px;
        text-align: center;
    }
    #searchform {
        margin: 0px;
    }
    #searchform br {
        display: none;
    }
    #searchform #s {
        width: 130px;
        height: 20px;
        padding: 3px 5px 0px 5px;
        border: 1px solid #4395BC;
        background: #fff;
        margin-right: 2px;
        color: #333333;
        font-weight: normal;
    }
    
    #searchform input {
        background: #1CA2DE;
        border: none;
        height: 25px;
        font: bold 12px Arial, Helvetica, sans-serif;
        color: #FFF;
        vertical-align: middle;
    }
    
    #content {
        padding: 0px 0px 7px 5px;
        float: left;
        width: 550px;
        overflow: hidden;
    }
    .post-content a {
        font-weight: bold;
        border-bottom: 1px dotted #CDCDCD;
    }
    #content img {
        border: 1px solid #DDF1FF;
        padding: 5px;
    }
    
    .post {
        clear: both;
        background: url(images/stripes-border.gif) repeat-x top left;
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .post-date {
        background: url(images/mini-calendar.gif) no-repeat;
        padding-left: 20px;
    }
    .post-month {
        font-size: 11px;
        text-transform: uppercase;
        color: #FFFFFF;
        text-align: center;
        display:block;
        line-height: 11px;
        padding-top: 2px;
        margin-left: -3px;
    }
    .post-day {
        font-size: 18px;
        text-transform: uppercase;
        color: #999999;
        text-align: center;
        display:block;
        line-height: 18px;
        padding-top: 7px;
        margin-left: -3px;
    }
    .post-cat {
        background: url(images/tags.gif) no-repeat left center;
        padding-left: 20px;
        float: left;
    }
    .post-comments {
        background: url(images/mini-comments.gif) no-repeat left center;
        padding-left: 20px;
        float: right;
    }
    .post-calendar {
        background: url(images/mini-calendar.gif) no-repeat;
        padding-left: 20px;
        float: right;
    
    }
    .post-content {
        clear: both;
        padding-top: 8px;
    }
    .post-info {
        height: 15px;
        color: #1CA2DE;
        font: bold 12px "Trebuchet MS", "Tahoma", sans-serif;
    }
    .post-content blockquote {
        background: #F1F9FF;
        border-right: 2px solid #DDF1FF; 
        border-bottom: 2px solid #DDF1FF; 
        padding: 8px;
    }
    .navigation {
        clear: both;
        padding: 10px 0px;
    }
    .navigation a, .navigation a:visited {
        color: #1CA2DE;
    }
    .previous-entries a {
        float: left;
        padding-left: 18px;
        background: url(images/mini-nav-left.gif) no-repeat left center;
    }
    .next-entries a {
        float: right;
        padding-right: 18px;
        background: url(images/mini-nav-right.gif) no-repeat right center;
    }
    
    
    #comments, #respond {
        border-bottom: 1px dotted #CDCDCD;
        padding: 10px 0 5px 0;
        clear: both;
    }
    .commentlist {
        margin: 10px 0px;
        padding-left: 20px;
        line-height: 130%;
    }
    .commentlist li{
        padding: 10px;
        padding-bottom: 0px;
    }
    .commentlist .alt {
        background: #F1F9FF;
        border: 1px solid #DDF1FF; 
    }
    .commentlist cite, .commentlist cite a, .commentlist cite a:visited {
        font-weight: bold;
        font-style: normal;
        font-size: 120%;
    }
    .commentlist small {
        margin-bottom: 5px;
        display: block;
        font-size: 87%;
    }
    #commentform {
        margin-top: 10px;
        font: 110% Arial, Helvetica, sans-serif;
    }
    #commentform p {
        padding: 6px 0px;
        margin: 0px;
    }
    #commentform label{
        color: #787878;
        font-size: 87%;
    }
    #commentform input{
        width: 200px;
        background:#FFFFFF;
        border: 1px dotted #D0D0BF;
        padding: 3px;
        margin-top: 3px;
    }
    #commentform textarea{
        width: 485px;
        height: 115px;
        border: 1px solid #dbefc1;
        padding: 2px;
        margin-top: 3px;
    }
    #commentform textarea:focus, #commentform input[type="text"]:focus {
        background: #ffffff;
    }
    #commentform #submit{
        background: #1CA2DE;
        font: bold 12px Arial, Helvetica, sans-serif;
        color: #ffffff;
        float:left;
        width: 144px;
        height: 28px;
        cursor: pointer;
    }
    
    
    #sidebar {
        float: right;
        padding: 10px 5px 20px 5px;
        width: 190px;
        color: #666666;
        overflow: hidden;
        background: #DDF1FF url(images/stripes-border.gif) repeat-x top left;
    }
    
    #sidebar h2, #sidebar .sidebartitle{
        font: lighter 1.5em/1em "trebuchet MS", "Lucida Sans Unicode", Georgia;
        color: #1CA2DE;
        border-bottom: 1px dotted #65BEFF;
        margin-bottom: 5px;
    }
    
    #sidebar a:hover{
        border: none;
    }
    #sidebar a, #sidebar a:visited{
        color: #333333;
        text-decoration: none;
    }
    #sidebar li a:hover{
        color: #1CA2DE;
        text-decoration: none;
    }
    .widget {
        padding: 10px 10px 10px 10px;
    }
    
    #sidebar ul {
        margin: 0;
        padding: 0;
    }
    #sidebar ul li {
        list-style: none;
        margin: 0;
        padding: 4px;
        border: none;
    }
    
    #sidebar ul li ul {
        padding: 0;
        margin: 0;
    }
    #sidebar ul li ul li{
        padding: 2px 0 2px 0px;
        border-bottom: 1px dotted #CDCDCD;
    }
    
    #sidebar ul li ul li ul li{
        padding: 1px 0 1px 10px;
        border: none;
    }
    
    ul.linkcat li, li.linkcat li{
        background: url(images/bullet-green.gif) no-repeat left 6px !important;
        padding-left: 20px !important;
    }
    
    ul.list-cat li, li.widget_categories li{
        background: url(images/bullet-blue.gif) no-repeat left 6px !important;
        padding-left: 20px !important;
    }
    
    ul.list-archives li, li.widget_archives li{
        background: url(images/bullet-orange.gif) no-repeat left 6px !important;
        padding-left: 20px !important;
    }
    
    ul.list-page li, li.widget_pages ul li, li.widget_recent_entries li{
        background: url(images/bullet-orange.gif) no-repeat left 6px !important;
        padding-left: 20px !important;
    }
    
    ul.list-page li ul div, li.widget_pages ul li ul li{
        background: url(images/bullet-orange.gif) no-repeat left center !important;
        padding-left: 20px !important;
    }
    
    div.widget_recent_comments li{
        background: url(images/mini-recent-comments.gif) no-repeat !important;
        padding-left: 20px !important;
    }
    
    li.widget_calendar td {
        padding: 1px 5px;
    }
    
    .textwidget {
        padding-top: 7px;
    }
    
    
    #footerbg {
        clear: both;
        background: #1CA2DE;
        border-top: 5px solid #1CA2DE;
        padding-bottom: 20px;
    }
    #footer {
        width: 770px;
        margin: 0px auto;
        font-size: 95%;
        color: #E3F7C3;
        line-height: 130%;
    }
    #footer a, #footer a:visited {
        color: #FFF;
    }
    #footer h4 {
        font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
        color: #FFF;
        margin: 10px 0px 5px;
        border-bottom: 1px dotted #CFF690;
    }
    .footer-recent-comments {
        width: 250px;
        float: left;
        margin-left: 20px;
    }
    .footer-recent-comments ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    .footer-recent-comments ul li {
        background: url(images/mini-footer-icon.gif) no-repeat 5px 9px;
        padding: 5px 0px 5px 20px;
        border-bottom: 1px dashed #CFF690;
    }
    .footer-recent-posts {
        width: 250px;
        float: left;
        margin-left: 10px;
    }
    .footer-recent-posts strong {
        font-size: 107%;
        line-height: 135%;
        font-weight: bold;
    }
    .footer-recent-posts ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 92%;
        line-height: 110%;
    }
    .footer-recent-posts ul li {
        background: url(images/mini-footer-icon.gif) no-repeat 5px 9px;
        padding: 5px 0px 5px 20px;
        border-bottom: 1px dashed #CFF690;
    }
    .footer-meta {
        width: 225px;
        float: right;
        margin-left: 10px;
    }
    .footer-meta strong {
        font-size: 107%;
        line-height: 135%;
        font-weight: bold;
    }
    .footer-meta ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 92%;
        line-height: 110%;
    }
    .footer-meta ul li {
        background: url(images/mini-footer-icon.gif) no-repeat 5px 9px;
        padding: 5px 0px 5px 20px;
        border-bottom: 1px dashed #CFF690;
        font-size: 107%;
        line-height: 135%;
        font-weight: bold;
    }
    
    #credits {
        color: #E3F7C3;
        text-decoration: none;
        padding: 10px;
        line-height: 20px;
    }
    #credits a {
        color: #E3F7C3;
    }
    .footer-meta ul li.rss {
        background: url(images/mini-rss.gif) no-repeat 0px 6px;
    }
    .loginout {
        background: url(images/mini-loginout.gif) no-repeat left center;
        padding-left: 18px;
        padding-bottom: 2px;
        margin-left: 8px;
    }
    
    
    .center {
        text-align: center;
    }
    img.center, img[align="center"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .alignleft {
        float: left;
    }
    img.alignleft, img[align="left"] {
        float:left;
        margin: 2px 10px 5px 0px;
    }
    .alignright {
        float: right;
    }
    img.alignright, img[align="right"] {
        float:right;
        margin: 2px 0px 5px 10px;
    }
    .clear {
        clear:both;
    }
    hr.clear {
        clear: both;
        visibility: hidden;
        margin: 0px;
        padding: 0px;
    }
    ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; }
    ul#tagcloud li { display:inline; font-size:70%; color:#ccc; background: none; padding: 0;}
    ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
    ul#tagcloud li a:hover { text-decoration:underline; }
    ul#tagcloud li.t1 a { color:#797979; font-size: 120%; }
    ul#tagcloud li.t2 a { color:#6d6d6d; font-size: 160%; }
    ul#tagcloud li.t3 a { color:#616161; font-size: 190%; }
    ul#tagcloud li.t4 a { color:#555555; font-size: 210%; }
    ul#tagcloud li.t5 a { color:#484848; font-size: 230%; }
    ul#tagcloud li.t6 a { color:#3c3c3c; font-size: 250%; }
    ul#tagcloud li.t7 a { color:#303030; font-size: 270%; }
    ul#tagcloud li.t8 a { color:#242424; font-size: 290%; }
    ul#tagcloud li.t9 a { color:#181818; font-size: 310%; }
    ul#tagcloud li.t10 a { color:#0c0c0c; font-size: 330%; }
    .[#] icerigin div i a:hover{
    border-bottom: 1px dotted silver;
    background: red;
    color: black;
    }
    print css

     /*  
    Theme Name: Twilight
    Theme URI: http://www.justskins.com/
    Description: Twilight is a beautiful widget ready <a href="http://www.justskins.com/css-themes-skins/wordpress-themes/">Wordpress theme</a> by <a href="http://www.xeonext.com">Xeonext Web Solutions</a>.
    Version: 1.1
    Author: Just Skins
    Author URI: http://www.justskins.com/
    
        This theme is released under Creative Commons Attribution 2.5 License.
    
    */
    
    body {
        font: 80%/150% "Trebuchet MS", Tahoma, Arial;
        color: #333333;
        background: #FFFFFF;
        margin: 0px;
        padding: 0px;
    }
    a {
        color: #1CA2DE;
        text-decoration: none;
    }
    
    p {
        padding: 0px 0px 15px;
        margin: 0px;
    }
    h1 {
        margin:0px;
        font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
        text-align: right;
        padding-bottom: 3px;
    }
    h1 a, h1 a:visited{
        color: #83C21F;
        text-decoration: none;
    }
    h2 {
        color: #1CA2DE;
        margin: 0px;
        letter-spacing: -1px;
        font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
    }
    h2 a, h2 a:visited {
        color: #1CA2DE;
        text-decoration: none;
    }
    h3 {
        font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
        color: #1CA2DE;
        margin: 10px 0px 5px;
    }
    h4 {
        font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
        color: #1CA2DE;
        margin: 10px 0px 5px;
    }
    form {
        margin:0px;
        padding:0px;
    }
    #header {
        border-bottom: 3px solid #A2D157;
    }
    #headerimg {
        width: auto;
    }
    #headerimg .description{
        color: #666666;
        font-size: 14px;
        text-align: right;
        padding-bottom: 3px;
    }
    #nav {
        display: none;
    }
    #content {
        padding: 10px 0px 30px 0px;
        width: 100%;
    }
    .post {
        clear:both;
        padding-top: 10px;
    }
    .post-date {
        font-size: 11px;
        text-transform: uppercase;
        color: #666666;
    }
    .post-cat {
        float:left;
        font-size: 95%;
    }
    .post-comments {
        float: right;
        font-size: 95%;
    }
    .post-calendar {
        float: right;
        font-size: 95%;
    }
    .post-content {
        clear: both;
        padding-top: 10px;
    }
    .navigation {
        clear: both;
        border-top: 1px solid #999999;
        margin-top: 10px;
    }
    .navigation a, .navigation a:visited {
        color: #1CA2DE;
    }
    .previous-entries {
        float: left;
    }
    .next-entries {
        float: right;
    }
    #comments, #respond {
        display: none;
    }
    .commentlist {
        margin: 10px 0px;
        padding-left: 20px;
        line-height: 130%;
    }
    .commentlist li{
        padding: 5px 10px;
    }
    .commentlist .alt {
        background: #f1fedb;
    }
    .commentlist cite, .commentlist cite a, .commentlist cite a:visited {
        font-weight: bold;
        font-style: normal;
        font-size: 120%;
        color: #1888B8;
    }
    .commentlist small {
        margin-bottom: 5px;
        display: block;
        font-size: 87%;
    }
    #commentform {
        display: none;
    }
    #sidebar {
        display: none;
    }
    #searchform {
        display: none;
    }
    #footer {
        display: none;
    }
    #credits {
        display: none;
    }
    img {
        border: none;
    }
    .center {
        text-align: center;
    }
    img.center, a img.center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .alignleft {
        float: left;
    }
    img.alignleft, a img.alignleft {
        float:left;
        margin: 4px 10px 5px 0px;
    }
    .alignright {
        float: right;
    }
    img.alignright, a img.alignright {
        float:right;
        margin: 4px 10px 5px 0px;
    }
    .clear {
        clear:both;
    }
    hr.clear {
        clear:both;
        visibility: hidden;
        margin: 0px;
        padding: 0px;
    }
    index.php

    <?php get_header(); ?>
      <div id="content">
    
    
    <!-- SiteSearch Google -->
    <form method="get" action="http://www.google.com/custom" target="_top">
    <table border="0" bgcolor="#ffffff">
    <tr><td nowrap="nowrap" valign="top" align="left" height="32">
    <a href="http://www.google.com/">
    <img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
    <br/>
    <input type="hidden" name="domains" value="www.turkbt.com"></input>
    <label for="sbi" style="display: none">Arama terimlerinizi girin</label>
    <input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input>
    <label for="sbb" style="display: none">Arama formu gönder</label>
    <input type="submit" name="sa" value="Ara" id="sbb"></input>
    </td></tr>
    <tr>
    <td nowrap="nowrap">
    <table>
    <tr>
    <td>
    <input type="radio" name="sitesearch" value="" checked id="ss0"></input>
    <label for="ss0" title="Web'de Ara"><font size="-1" color="#000000">Web</font></label></td>
    <td>
    <input type="radio" name="sitesearch" value="www.turkbt.com" id="ss1"></input>
    <label for="ss1" title="Ara www.turkbt.com"><font size="-1" color="#000000">www.turkbt.com</font></label></td>
    </tr>
    </table>
    <input type="hidden" name="client" value="pub-0856015972819083"></input>
    <input type="hidden" name="forid" value="1"></input>
    <input type="hidden" name="ie" value="ISO-8859-9"></input>
    <input type="hidden" name="oe" value="ISO-8859-9"></input>
    <input type="hidden" name="safe" value="active"></input>
    <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>
    <input type="hidden" name="hl" value="tr"></input>
    </td></tr></table>
    </form>
    <!-- SiteSearch Google -->
    
      
      <?php if (have_posts()) : ?>
      
          <?php while (have_posts()) : the_post(); ?>
      
        <div class="post" id="post-<?php the_ID(); ?>">
          <div class="entry">
            <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
            <span class="post-date">Posted by <?php if (get_the_author_url()) { ?><a href="<?php the_author_url(); ?>"><?php the_author(); ?></a><?php } else { the_author(); } ?> on <?php the_time('F jS, Y') ?></span>
          </div>
            <div class="post-content">
                <?php the_content('Read the rest of this entry &raquo;'); ?>
            </div>
    
            <div class="post-info">
                <span class="post-cat"><?php the_category(', ') ?></span> <span class="post-comments"><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></span>
            </div>
        </div>
        
        <?php endwhile; ?>
        
        <div class="navigation">
          <span class="previous-entries"><?php next_posts_link('Previous Entries') ?></span> <span class="next-entries"><?php previous_posts_link('Next Entries') ?></span>
        </div>
        
        <?php else : ?>
        
            <h2 class="center">Not Found</h2>
            <p class="center">Sorry, but you are looking for something that isn't here.</p>
            
      <?php endif; ?>
        
      </div><!--/content -->
      
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>