1. 26.
    0
    body {
    background-color: #e1ddd9;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
    color:#564b47;
    padding:20px;
    margin:0px;
    text-align: center;
    }

    24. content input{
    font-size: 1em;

    display: inline-block;

    border: 1px solid rgba(0,0,0,0.5);

    padding: 4px 8px;

    border-radius: 2px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    background: rgba(255,255,255,0.75);

    width: 44%;

    box-shadow: 0 0 2px #fff, 0 0 1px #fff, inset 0 0 3px #fff

    -o-box-shadow: 0 0 2px #fff, 0 0 1px #fff, inset 0 0 3px #fff

    -webkit-box-shadow: 0 0 2px #fff, 0 0 1px #fff, inset 0 0 3px #fff

    -moz-box-shadow: 0 0 2px #fff, 0 0 1px #fff, inset 0 0 3px #fff

    }

    25. content {
    text-align: left;
    vertical-align: middle;
    margin: 0px auto;
    padding: 0px;
    width: 550px;
    background-color: #ffffff;
    border: 1px #564b47;
    border-radius: 8px;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    box-shadow: 0 2px 1px #000, 0 0 1px #000, 0 0 1px #000;

    -o-box-shadow: 0 2px 1px #000, 0 0 1px #000, 0 0 1px #000;

    -webkit-box-shadow: 0 2px 1px #000, 0 0 1px #000, 0 0 1px #000;

    -moz-box-shadow: 0 2px 1px #000, 0 0 1px #000, 0 0 1px #000;

    }
    26. content:hover {

    border-radius: 8px;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    box-shadow: 0 2px 6px #000, 0 0 1px #000, 0 0 1px #000;

    -o-box-shadow: 0 2px 6px #000, 0 0 1px #000, 0 0 1px #000;

    -webkit-box-shadow: 0 2px 6px #000, 0 0 1px #000, 0 0 1px #000;

    -moz-box-shadow: 0 2px 6px #000, 0 0 1px #000, 0 0 1px #000;
    }

    p, h1, pre {
    margin: 0px;
    padding: 5px 10px;

    }
    h1 {
    font-size: 11px;
    text-transform:uppercase;
    text-align: center;
    color: #FFF;
    background-color: #90897a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    }
    .tabscontainer{
    }
    .tabs{
    background-color:#ddd;
    color:#333;
    border-right:1px solid #ddd;
    float:left;
    padding:1px;
    margin-left:1px;
    width:106px;
    text-align:center;
    }
    .tabs:hover{
    background-color:#ccc;
    border-bottom:1px solid;
    }
    a {
    color: #333;
    font-size: 12px;
    background-color:transparent;
    text-decoration: none;
    }

    pre {
    color: #564b47;
    font-size: 11px;
    background-color:transparent;
    font-family: Courier, Monaco, Monospace;
    }
    body{
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    }
    p, h1, form, button{border:0; margin:0; padding:0;}
    .spacer{clear:both; height:1px;}
    /* --- orta --- */
    .alanlar{
    margin:0 auto;
    width:90%;
    padding:14px;
    }

    .admin{
    margin:0 auto;
    width:700px;
    padding:14px;
    }

    .liste{
    margin:0 auto;
    width:700px;
    font-size:12px;
    font-family:Tahoma, Arial, sans-serif;
    }

    /* --- begeni --- */
    27. begeni{
    }
    28. begeni p{
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #b7ddf2;
    padding-bottom:10px;
    width:500px;
    }

    29. begeni p.olumsuz{
    margin:0 auto;
    width:600px;
    font-size:12px;
    color:red;
    font-family:Tahoma, Arial, sans-serif;
    text-align:center;
    }

    30. begeni p.olumlu{
    margin:0 auto;
    width:600px;
    font-size:12px;
    color:green;
    font-family:Tahoma, Arial, sans-serif;
    text-align:center;
    }

    31. begeni label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:140px;
    float:left;

    }
    32. begeni .kucuk{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;
    }

    33. begeni .yan{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:left;
    width:300px;
    float:right;
    padding:5px 2px;
    }

    34. sag{
    display:block;
    text-align:left;
    font-size:11px;
    font-weight:normal;
    width:230px;
    float:right;
    background-color:#90897a;
    color:#fff;
    padding:2px;
    border-radius: 2px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;
    margin-bottom:5px;
    }

    35. begeni input{
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:230px;
    margin:2px 0 20px 10px;
    }

    36. begeni textarea{
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:230px;
    margin:2px 0 20px 10px;
    height: 100px;

    }

    37. begeni select{
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:230px;
    margin:2px 0 20px 10px;
    }
    38. begeni button{
    clear:both;
    margin-left:150px;
    width:125px;
    height:31px;
    background:#666666 url(img/button.png) no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    }
    39. begeni button:hover{
    clear:both;
    margin-left:150px;
    width:125px;
    height:31px;
    background:#666666 url(img/button.png) no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    }

    40. menu {
    margin-bottom:5px;
    font-family:Arial, sans-serif;
    font-size:13px;
    }
    41. menu_link {
    width:600px;
    margin:0 auto;
    overflow:hidden;
    list-style:none;
    font-family:Helvetica, Arial, sans-serif;
    }
    42. menu_link li {
    float:left;
    margin:0 4px;
    height:15px;
    padding:11px 10px 10px 10px;
    }

    43. menu_link li a:visited {
    font-weight:bold;
    color:#999;
    text-decoration:none;
    }
    44. menu_link li a:hover,
    45. menu_link li a:focus {
    text-decoration:none;
    color:#ccc;
    }

    ul#menu_link li a {
    font-weight:bold;
    color:#999;
    text-decoration:none;
    }
    .bar{
    height:15px;
    margin-top:5px;
    color:#333;
    font-size:12px;
    }
    .bare{
    height:15px;
    background-image:url('e.jpg');
    margin-bottom:2px;
    }
    .bark{
    height:15px;
    background-image:url('k.jpg');
    margin-bottom:2px;
    }
    .bar img{
    height:15px;
    }
    .reference
    {
    background-color:#ffffff;
    border:1px solid #c3c3c3;
    border-collapse:collapse;
    width:100%;
    }
    .reference a
    {
    font-size:9px;
    }
    .reference th
    {
    color:#fff;
    background-color:#90897a;
    border:1px solid #c3c3c3;
    padding:3px;
    vertical-align:top;
    }

    .reference td
    {
    border:1px solid #c3c3c3;
    vertical-align:top;
    font-size:9px;
    }
    .reference td:hover
    {
    background-color:#9CF3FF;
    border:1px solid #c3c3c3;
    vertical-align:top;
    font-size:9px;
    }
    .getir{
    font-size: 9px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: rgba(255,255,255,0.75);
    width: 44%;
    box-shadow: 0 0 2px #fff, 0 0 1px #fff, inset 0 0 3px #fff;
    -o-box-shadow: 0 0 2px #fff, 0 0 1px #fff, inset 0 0 3px #fff;
    -webkit-box-shadow: 0 0 2px #fff, 0 0 1px #fff, inset 0 0 3px #fff;
    -moz-box-shadow: 0 0 2px #fff, 0 0 1px #fff, inset 0 0 3px #fff;
    }
    .getirdiv{
    float:left;
    }
    46. container{
    margin-top:2px;
    padding:2px;
    }
    Tümünü Göster
    ···
   tümünü göster