MyBB Depo Forum

Orjinalini görmek için tıklayınız: ßy Burak V15 Theme Hk.
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
Sayfalar: 1 2 3
Kod:
body {
    background: #1a2930;
    color: #A4A4A4;
    font-family: Arial, tahoma, Sans-Serif;
    font-size: 13px;
    text-align: center; /* IE 5 fix */
    line-height: 1.4;
        margin: 0;
}

/*  Dönen Forum İkonları Kodları */
#donicon {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    -ms-transition: -ms-transform 1s ease-in-out;
        -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    opacity: 1;
}

#donicon:hover {
     -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
     opacity: 1;
}

#donicon img {
width: 35px;
height: 35px;
}

/*  Dönen Forum İkonları Kodları Son */

a, a:link, a:visited {
    color: #83ADCC;
    text-decoration: none;
}

a:hover, a:active {
    color: #565B5C;
    text-decoration: none;
    -webkit-transition: color .4s linear;  
    -moz-transition: color .4s linear;  
    -o-transition: color .4s linear;  
    -ms-transition: color .4s linear;
}

a:hover, a:active {
    color: #000;
    text-decoration: underline;
}

#container {
margin: 0 auto;
min-width: 980px;
max-width: 1600px;
width: 90%;
    color: #A4A4A4;
    margin: auto auto;
    text-align: left; /* IE 5 fix */
}

#content {
    padding: 8px;

    line-height: 120%;
background: #FDFDFD;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    width: auto !important;
}

.menu ul {
    color: #000000;
    font-weight: bold;
    text-align: right;
    padding: 4px;
}

.menu ul a:link {
    color: #000000;
    text-decoration: none;
}

.menu ul a:visited {
    color: #000000;
    text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
    color: #4874a3;
    text-decoration: none;
}

#panel {
    background: #efefef;
    color: #000000;
    font-size: 11px;
    border: 1px solid #D4D4D4;
    padding: 8px;
}

#panel .remember_me input {
    vertical-align: middle;
    margin-top: -1px;
}

table {
    color: #777;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
}

.tborder {
    width: 100%;
    margin: auto auto;
}

.tborder-3 {
    width: 100%;
    margin: auto auto;
        background: #F0F0F0;
        line-height: 20px;
}

.forumtitle {
    float: left;
    color: white;
    padding: 4px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}



.thead_3 {
         background: #297696 url(images/V15/header.png) repeat 50% 100%;
     -webkit-border-top-left-radius: 3px;
     -webkit-border-bottom-left-radius: 3px;
     -moz-border-radius-topleft: 3px;
     -moz-border-radius-bottomleft: 3px;
     border-top-left-radius: 3px;
     border-bottom-left-radius: 3px;
         color: white;
         text-transform: uppercase;
         font-size: 11px;
         font-weight: bold;
         overflow: hidden;
         position: relative;
         height: 40px;

text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
}

.thead_4 {
         background: #297696 url(images/V15/header.png) repeat 50% 100%;
     -webkit-border-top-right-radius: 3px;
     -webkit-border-bottom-right-radius: 3px;
     -moz-border-radius-topright: 3px;
     -moz-border-radius-bottomright: 3px;
     border-top-right-radius: 3px;
     border-bottom-right-radius: 3px;
         color: white;
         text-transform: uppercase;
         font-size: 11px;
         font-weight: bold;
         overflow: hidden;
         position: relative;
         height: 40px;

text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
}


.thead_2 {
         background: #297696 url(images/V15/header.png) repeat 50% 100%;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
         color: white;
         text-transform: uppercase;
         font-size: 11px;
         font-weight: bold;
         overflow: hidden;
         position: relative;
         height: 40px;
         -webkit-box-shadow: inset rgba(00, 0, 0, 0.4) 0px 0px 0px 1px, rgba(0, 0, 0, 0.3) 0px 1px 4px;
         -moz-box-shadow: inset rgba(0,0,0,0.4) 0px 0px 0px 1px, rgba(0,0,0,0.3) 0px 1px 4px;
         box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 0px 1px, rgba(0, 0, 0, 0.3) 0px 1px 4px;
}

.thead_2 .expcolimage img {
         opacity: 0;
         -o-transition: opacity .25s ease-in-out;
         -moz-transition: opacity .25s ease-in-out;
         -webkit-transition: opacity .25s ease-in-out;
}

.thead_2:hover .expcolimage img {
        opacity: 1;
}


.thead_2:hover .forumdesc {
    opacity: 1;
}

.thead_2 a:link {
    color: #ffffff;
    text-decoration: none;
}

.thead_2 a:visited {
    color: #ffffff;
    text-decoration: none;
}

.thead_2 a:hover, .thead a:active {
    color: #ffffff;
    text-decoration: none;
}

.thead {
         background: #297696 url(images/V15/header.png) repeat 50% 100%;
    -moz-border-radius: 3px 3px 0px 0px;
         -webkit-border-radius: 3px 3px 0px 0px;
         border-radius: 3px 3px 0px 0px;
         color: white;
         padding: 5px;
         text-transform: uppercase;
         font-size: 11px;
          font-weight: bold;
         overflow: hidden;
         position: relative;
         height: 40px;
          -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
         -moz-box-shadow: rgba(0,0,0,0.3) 0px 0px 4px;
         box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
         line-height: 30px;
}

.thead .expcolimage img {
         opacity: 0;
         -o-transition: opacity .25s ease-in-out;
         -moz-transition: opacity .25s ease-in-out;
         -webkit-transition: opacity .25s ease-in-out;
}

.thead:hover .expcolimage img {
        opacity: 1;
}

.forumdesc {
    font-size:11px;
    background: url(images/V15/trans.png) repeat;
    background: rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.2)), color-stop(100%,rgba(0, 0, 0, 0.25)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%,rgba(0, 0, 0, 0.25) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%,rgba(0, 0, 0, 0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%,rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%,rgba(0, 0, 0, 0.25) 100%);
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 0px, inset rgba(255, 255, 255, 0.05) 0px 2px 0px, rgba(255, 255, 255, 0.05) 0px -1px 0px, rgba(255, 255, 255, 0.1) 0px -1px 0px;
    -moz-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 0px, inset rgba(255,255,255,0.05) 0px 2px 0px, rgba(255,255,255,0.05) 0px -1px 0px, inset rgba(255,255,255,0.1) 0px -1px 0px;
    box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 0px, inset rgba(255, 255, 255, 0.05) 0px 2px 0px, rgba(255, 255, 255, 0.05) 0px -1px 0px, inset rgba(255, 255, 255, 0.1) 0px -1px 0px;
    border-radius: 2px;
    padding: 4px 4px;
    color: #fff;
    opacity: 0;
    -webkit-transition:0.3s;
    transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
    margin-left: 10px;
        text-transform: capitalize;
}

.thead:hover .forumdesc {
    opacity: 1;
}

.thead a:link {
    color: #ffffff;
    text-decoration: none;
}

.thead a:visited {
    color: #ffffff;
    text-decoration: none;
}

.thead a:hover, .thead a:active {
    color: #ffffff;
    text-decoration: none;
}

.tcat {
    background: #CADDE5;
    color: #777;
    font-size: 12px;
        padding: 8px;
}

.tcat a:link {
    color: #000000;
}

.tcat a:visited {
    color: #000000;
}

.tcat a:hover, .tcat a:active {
    color: #000000;
}

.trow1 {
border-bottom: 1px solid #F3F3F3;    
padding: 10px;
background: #FDFDFD;
}

.trow2 {
border-bottom: 1px solid #F3F3F3;
padding: 10px;
background: #FDFDFD;
}

.trow3 {
border-bottom: 1px solid #F3F3F3;    
padding: 10px;
background: #F0F0F0;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #FFFBD9;
}

.trow_sep {
    background: #e5e5e5;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.tfoot {
    background: #297696 url(images/V15/header.png) top left repeat-x;
    color: #ffffff;
}

.tfoot a:link {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:visited {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
    color: #ffffff;
    text-decoration: underline;
}

.bottommenu {
    background: #efefef;
    color: #000000;
    border: 1px solid #4874a3;
    padding: 10px;
}

.navigation {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.navigation a:link {
    text-decoration: none;
}

.navigation a:visited {
    text-decoration: none;
}

.navigation a:hover, .navigation a:active {
    text-decoration: none;
}

.navigation .active {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.smalltext {
    font-size: 11px;
}

.largetext {
    font-size: 16px;
    font-weight: bold;
}

input.textbox {
    background: white;
    border: 1px solid #DBDBDB;
    padding: 5px;
    border-radius: 2px;
    font-size: 11px;
    outline: none;
    color: #555;
}

textarea {
    background: white;
border: 1px solid #DBDBDB;
padding: 5px;
border-radius: 2px;
font-size: 11px;
outline: none;
color: #555;
    font-family: Verdana, Arial, Sans-Serif;
    line-height: 1.4;
    font-size: 13px;
}

select {
    background: white;
    border: 1px solid #DBDBDB;
    padding: 5px;
    border-radius: 2px;
    font-size: 11px;
    outline: none;
    color: #555;
}

.editor {
    background: #f1f1f1;
    border: 1px solid #ccc;
}

.editor_control_bar {
    background: #fff;
    border: 1px solid #0f5c8e;
}

.autocomplete {
    background: #fff;
    border: 1px solid #000;
    color: black;
}

.autocomplete_selected {
    background: #adcee7;
    color: #000;
}

.popup_menu {
    background: #ccc;
    border: 1px solid #000;
}

.popup_menu .popup_item {
    background: #fff;
    color: #000;
}

.popup_menu .popup_item:hover {
    background: #C7DBEE;
    color: #000;
}

.trow_reputation_positive {
    background: #ccffcc;
}

.trow_reputation_negative {
    background: #ffcccc;
}

.reputation_positive {
    color: green;
}

.reputation_neutral {
    color: #444;
}

.reputation_negative {
    color: red;
}

.invalid_field {
    border: 1px solid #f30;
    color: #f30;
}

.valid_field {
    border: 1px solid #0c0;
}

.validation_error {
    background: url(images/invalid.gif) no-repeat center left;
    color: #f30;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_success {
    background: url(images/valid.gif) no-repeat center left;
    color: #00b200;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_loading {
    background: url(images/spinner.gif) no-repeat center left;
    color: #555;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

/* Additional CSS (Master) */
img {
    border: none;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
    float: none;
    width: 1%;
}

.hiddenrow {
    display: none;
}

.selectall {
    background-color: #FFFBD9;
    font-weight: bold;
    text-align: center;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.menu ul {
    list-style: none;
    margin: 0;
}

.menu li {
    display: inline;
    padding-left: 5px;
}

.menu img {
    padding-right: 5px;
    vertical-align: top;
}

#panel .links {
    margin: 0;
    float: right;
}

.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
}

img.attachment {
    border: 1px solid #E9E5D7;
    padding: 2px;
}

hr {
    background-color: #000000;
    color: #000000;
    height: 1px;
    border: 0px;
}

#copyright {
    font: 11px Verdana, Arial, Sans-Serif;
    margin: 0;
    padding: 10px 0 0 0;
}

#debug {
    float: right;
    text-align: right;
    margin-top: 0;
}

blockquote {
border: 1px solid
#B7CAD1;
margin: 0;
background: #FDFDFD url(images/V15/quoter.png) no-repeat 99% 42px;
padding: 8px;
font-size: 11px;
color: #798688;
border-radius: 3px 3px 0 0;
min-height: 60px;
vertical-align: middle;
padding-right: 55px;
}

blockquote cite {
    font-weight: bold;  
    border-bottom: 1px solid   #B4CAD5;  font-style: normal;  display: block;  margin: -8px;  
    padding: 10px;  margin-bottom: 8px;  
    background: #D5DFE4 url(images/V15/highlight.png) repeat-x top;  
    color: #527383;
    border-radius: 2px 2px 0 0;
    text-shadow: 1px 1px 1px rgb(240, 243, 245);
    margin-right: -55px;
}

blockquote cite span {
    float: right;
    font-weight: normal;
}

blockquote cite span.highlight {
    float: none;
    font-weight: bold;
    padding-bottom: 0;
}

.codeblock {
background:
#F3F3F3 url(images/V15/highlight.png) repeat-x top;
border: 1px solid
#DFDFDF;
margin-top: 10px;
border-radius: 2px 2px 0 0;
max-width: 1110px;
}

.codeblock .body {
    padding:5px;
    background:#fefefe;
    }
.codeblock .title {
        background: url(images/V15/code2.png) 4px no-repeat;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    
        padding: 8px 10px;
    padding-left:25px;
    color:#666;
    font-size:11px
}

.codeblock code {
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 13px;
}


.subforumicon {
    border: 0;
    vertical-align: middle;
}

.separator {
    margin: 5px;
    padding: 0;
    height: 0px;
    font-size: 1px;
    list-style-type: none;
}

form {
    margin: 0;
    padding: 0;
}

.popup_menu .popup_item_container {
    margin: 1px;
    text-align: left;
}

.popup_menu .popup_item {
    display: block;
    padding: 3px;
    text-decoration: none;
    white-space: nowrap;
}

.popup_menu a.popup_item:hover {
    text-decoration: none;
}

.autocomplete {
    text-align: left;
}

.subject_new {
    font-weight: bold;
}

.highlight {
    background: #FFFFCC;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pm_alert {
    background: #FFF6BF;
    border: 1px solid #FFD324;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.red_alert {
    background: #FBE3E4;
    border: 1px solid #A5161A;
    color: #A5161A;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

div.error {
    padding: 5px 10px;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    background: #FFF6BF;
    font-size: 12px;
}

div.error p {
    margin: 0;
    color: #000;
    font-weight: normal;
}

div.error p em {
    font-style: normal;
    font-weight: bold;
    padding-left: 24px;
    display: block;
    color: #C00;
    background: url(images/error.gif) no-repeat 0;
}

div.error ul {
    margin-left: 24px;
}

.online {
    color: #15A018;
}

.offline {
    color: #C7C7C7;
}

.pagination {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
    padding-top: 0;
}

.pagination .pages {
    font-weight: bold;
}

.pagination .pagination_current, .pagination a {
    height: 22px;
line-height: 22px;
background: #297696;
color: white;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.7) 0px 1px 3px, rgba(255, 255, 255, 1) 0px 1px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,1) 0px 1px 0px;
box-shadow: inset rgba(0, 0, 0, 0.7) 0px 1px 3px, rgba(255, 255, 255, 1) 0px 1px 0px;
padding: 7px 10px;
cursor: default;

}

.pagination a {
    background: #F4F4F4 url(images/V15/highlight_strong.png) repeat-x 0 -1px;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
border: 1px solid #C0C2C3;
color: #414141;
text-shadow: white 0px 1px 0px;
-moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: inline-block;
padding: 2px 9px;
text-transform: lowercase;
font-size: 11px;
font-weight: normal;
height: 22px;
line-height: 22px;
}

.pagination .pagination_current {
height: 22px;
line-height: 22px;
background: #297696;
color: white;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.7) 0px 1px 3px, rgba(255, 255, 255, 1) 0px 1px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,1) 0px 1px 0px;
box-shadow: inset rgba(0, 0, 0, 0.7) 0px 1px 3px, rgba(255, 255, 255, 1) 0px 1px 0px;
padding: 7px 10px;
cursor: default;
}

.pagination a:hover {
    background: #F5F5F5;
    text-decoration: none;
        border: 1px solid #919191;
}

.thread_legend, .thread_legend dd {
    margin: 0;
    padding: 0;
}

.thread_legend dd {
    padding-bottom: 4px;
    margin-right: 15px;
}

.thread_legend img {
    margin-right: 4px;
    vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
    margin: 0;
    padding: 0;
}

.forum_legend dd {
    float: left;
    margin-right: 10px;
}

.forum_legend dt {
    margin-right: 10px;
    float: left;
}

.success_message {
    color: #00b200;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.error_message {
    color: #C00;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.post_body {
    padding: 5px;
}

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(images/jump.gif) no-repeat 0;
    width: 13px;
    height: 13px;
    padding-left: 13px; /* amount of padding needed for image to fully show */
    vertical-align: middle;
    border: none;
}

.repbox {
    font-size:16px;
    font-weight: bold;
    padding:5px 7px 5px 7px;
}

._neutral {
    background-color:#FAFAFA;
    color: #999999;
    border:1px solid #CCCCCC;
}

._minus {
    background-color: #FDD2D1;
    color: #CB0200;
    border:1px solid #980201;
}

._plus {
    background-color:#E8FCDC;
    color: #008800;
    border:1px solid #008800;
}

.pagination_breadcrumb {
    background-color: #f5f5f5;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    font-weight: normal;
    white-space: nowrap;
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer;
}

.breadcrumbs {
        list-style-type: none;
    display: block;
    height: 37px;
    line-height: 37px;
    padding: 0;
    background: -moz-linear-gradient( center top, #C4D9E2 5%, #D3E3EA 100% );
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D3E3EA), color-stop(1, #C4D9E2) );
    background: -moz-linear-gradient( center top, #D3E3EA 5%, #C4D9E2 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3e3ea', endColorstr='#c4d9e2');
    background-color: #D3E3EA;
        -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
      
}

.breadcrumbs li {
    float: left;
    padding: 0;
    margin: 0;
}

.breadcrumbs li:first-child a {
background: none;
padding-left: 9px;
}

.breadcrumbs li:first-child a span {
padding-left: 14px;
}

.breadcrumbs li a {
    background: url(images/V15/bcbg-2.png) no-repeat 0 0;
    color: #111;
    font-size: 11px;
    font-family: arial;
    padding-left: 12px;
    margin-left: -9px;
display: block;
outline: none;
text-decoration: none;

background-position:0px 0px;
}

.breadcrumbs li a span {
    background: url(images/v15/bcbg-2.png) no-repeat 100% 0px;
display: block;
padding-right: 17px;
padding-left: 4px;
background-position:100% 0px;
border-radius: 4px 4px 4px 4px;
}

.breadcrumbs li:hover {
}

.breadcrumbs li a:hover {
    background-position:0px -43px;
}

.breadcrumbs li a:hover span {
    
    background-position:100% -43px;
}

.breadcrumbs li:active {
}

.breadcrumbs li a:active {
    
    background-position:0px -86px;
}

.breadcrumbs li a:active span {
    
    background-position:100% -86px;
}

.bcfix {
margin: 20px 0px;
border-top: 1px solid #DDD;
}

.bcfirst {
}

.bchome img {
    position: relative;
    top: 5px;
    left: -1px;
}

.bchome {
    text-indent: 0px !important;
    height: 37px;
    background-position:100% -86px !important;
}

.konu-yorum {
    color: #777;
    padding: 3px 6px;
    font-size: 11px;
    font-weight: 300;
    font-family: "Lato";
        -webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
       text-align: right;
}

/* Buton Kodları */

.bigbutton {
         background: #F4F4F4 url(images/V15/highlight_strong.png) repeat-x 0 -1px;    
        border: 1px solid #C0C2C3;
        color: #414141;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    border: 1px solid   #ddd;
    border-radius: 1px;
    padding: 6px;
    border-radius: 2px;
    font: 300 12px/1.3 Helvetica, Arial, sans-serif;
    cursor: pointer;
        -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
       -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;  
    font-size: 17px;
}

.bigbutton:hover {
        ackground: #F5F5F5;
    text-decoration: none;
        border: 1px solid #919191;
}

.bigbutton:active {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.39);
    position: relative;
    top: 2px;
    -webkit-transition: 0s;
}



.button {
         background: #F4F4F4 url(images/V15/highlight_strong.png) repeat-x 0 -1px;    
        border: 1px solid #C0C2C3;
        color: #414141;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    border: 1px solid   #ddd;
    border-radius: 1px;
    padding: 6px;
    border-radius: 2px;
    font: 300 12px/1.3 Helvetica, Arial, sans-serif;
    cursor: pointer;
        -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
       -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;  
    font-size: 11px;
}

.button:hover {
        ackground: #F5F5F5;
    text-decoration: none;
        border: 1px solid #919191;
}

.button:active {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.39);
    position: relative;
    top: 2px;
    -webkit-transition: 0s;
}




.postbit_button {
display: inline-block;
    color: #353535;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    padding: 5px 5px;
    font-size: 11px;
    border-radius: 2px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.postbit_button:hover {
background-color: #rgba(255, 255, 255, 0.5);color: #353535;
text-decoration: none;
}

.postbit_button img {
margin: -4px 5px;
}


.butonlar-1 {
margin: 0;
background: #353535 url(images/V15/transw90.png) repeat;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-top: 10px;
clear: both;
overflow: hidden;
width: 100%;
}


/* Buton Kodları son */    


/* Login Kutusu */
#mask {
    position: fixed;
    top:0px;
    left:0px;
    z-index: 9000;
    display: none;
}

#boxes .window {
    position: absolute;
    width: 600px;
    height: 220px;
    display: none;
    z-index: 9999;
    padding: 10px;
}

.loginbox_content {
    background: #efefef;
    height: 100%;
    width: 100%;
}

.loginbox_content label {
    font-size: 13px;
    font-weight: bold;
    color: #242424;
}

.loginbox_head {
    background: #297696;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    border-bottom: 1px solid #efefef;
    width: 100%;
    color: #efefef;
}

.loginbox_head strong {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #efefef;
    text-transform: uppercase;
    font-weight: bold !important;
    font-family: arial;
}

.loginbox_head span {
    float: right;
    color: white;
    margin-right: 10px;
}

.loginbox_head span a {
    color: #fff;
    background: rgb(26, 26, 26);
    width: 16px;
    display: inline-block;
    height: 16px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #414141;
    -webkit-border-radius: 4px;
    border-radius: 2px;
    font-weight: bolder;
    position: relative;
    top: 8px;
    outline: none;
    text-shadow: none;
}

.loginbox_head span a:hover {
    color: white;
    background: #0C0C0C;
}

#loginbox input[type="text"]:focus,#loginbutton_menu input[type="password"]:focus,#quick_login_password:focus {
    background: white;
    border: 1px solid #efefef;
}

#loginbox input[type="text"],#loginbutton_menu input[type="password"],#quick_login_password {
    border: 1px solid #efefef;
    font-size: 13px;
    margin: 0 0 5px;
    background: #F9F9F9;
    padding: 5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    margin-top: 5px;
    width: 260px;
    -webkit-box-shadow: inset 0px 2px 5px #f0f0f0;
    box-shadow: inset 0px 2px 5px #f0f0f0;
    outline: none;
        border: 1px solid rgba(88, 95, 134, 0.19);
}

.loginbox_submit {
    padding-left: 16px;
    position: relative;
    top: 72px;
    left: -273px;
}
.loginbox_submit input {position: relative;}
.loginbox_submit label {position: absolute;
margin-left: 5px;
top: 0px;}

.loginbox_submit_button {
    float: right;
    margin-top: -20px;
    margin-right: 16px;
}

.loginbox_submit_button input {
    background: #eceaea;
color: #1571a6;
    padding: 10px 50px;
    border: 1px solid #e3dfdf;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: inset 0px 0px 1px #CCC;
    -moz-transition: 0.5s,box-shadow 0s;
    -o-transition: 0.5s,box-shadow 0s;
    -ms-transition: 0.5s,box-shadow 0s;
    transition: 0.5s,box-shadow 0s;
    color: rgb(26, 26, 26);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0px;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
}

.loginbox_submit_button input:hover {
    color: #efefef;background-color: #297696;
border: 1px solid #297696;
cursor: pointer;
}

.loginbox_submit_button input:active {
    -webkit-box-shadow: inset 1px 1px 9px #111 !important;
    box-shadow: inset 1px 1px 9px #111 !important;
cursor: pointer;
}

.loginbox_username {
    width: 250px;
    float: left;
    margin-top: 10px;
    padding: 10px 20px;
}

.loginbox_password {
    float: right;
    width: 250px;
    margin-top: 10px;
    padding: 10px 40px 10px 0px;
}

#boxes #loginbox {
    width: 600px;
    height: 180px;
    position: fixed;
    background: url(images/V15/trans2.png) repeat;
    -webkit-border-radius: 5px;
    -moz1-border-radius: 5px;
    border-radius: 5px;
    top: 50% !important;
    margin: auto;
    left: 50% !important;
    margin-top:-200px !important;
    margin-left:-300px !important;
}
.forgot a {font-size: 11px;
color: #666;
top: 2px;
position: relative;
right: -25px;
width: 120px;
display: inline-block;}

.userpanel {
position: absolute;
z-index: 3;
right: 20px;
top: 25px;
display: none;
}
.user_logout_link {
display: inline-block;
background: #383838 url(images/V15/highlight.png) repeat-x 0px -1px;
padding: 4px 8px;
color: white !important;
font-family: arial,tahoma;
font-size: 11px;
border: 1px solid #333;
border-radius: 2px;
box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.31);
margin-right: 10px;
position: relative;
top: -3px;
}
.user_logout_link:hover {
background-color: #1D1D1D;
}
.user_panel_link {
display: inline-block;
background: #313131;
padding: 6px 8px;
color: white !important;
font-family: arial,tahoma;
font-size: 12px;
border-radius: 2px 2px 3px 3px;
margin-right: 10px;
position: relative;
background: rgba(12, 12, 12, 0.65);
border: 1px solid rgba(0, 0, 0, 0.41);
box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.59);
border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.user_panel_link:hover {background-color: #1a1a1a;}
.pms_unread_no {background: #646464 !important;}
.user_panel_box {display:none;position: absolute;background: #FFF;top: 18px;width: 250px;height: 79px;border-radius: 0 3px 3px 3px;box-shadow: 0px 3px 10px #333;z-index: 5;border: 6px solid white;padding: 2px;left: 0px;}
.user_panel_link {}
.user_panel_wrapper {position:relative;}
.user_panel_link_active {
background: white;
border: 1px solid white;
color: #555 !important;
border-radius: 3px 3px 0 0;
z-index: 8;
box-shadow: none;
}
.user_panel_link_active:hover {background-color:white;}
.dropdown_icon {background:url(images/1.8/dropdown_arrow.png);height: 5px;width: 8px;display: inline-block;}
.dropdown_icon_active {background:url(images/1.8/dropdown_arrow.png);background-position-x: 9px;background-position-y: 0px;}
.usercpmenu_leftblock {
    width: 44%;
    padding-right: 10px;
}
.usercpmenu_rightblock {
    width: 44%;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.usercpmenu_leftblock a, .usercpmenu_rightblock a{
    display: block;
    padding: 2px 5px;
    color: #555;
    font-size: 11px;
    -webkit-transition:0.2s;
        transition:0.2s;
    -o-transition:0.2s;
    -ms-transition:0.2s;
    -moz-transition:0.2s;
}
.usercpmenu_leftblock a:hover,.usercpmenu_rightblock a:hover {
    text-indent:10px;
}

.loginlink {
    color: #292929;
    font-size: 14px;
    margin-right: 5px;
}
.registerlink {display: inline-block;
background: #A5CA44;
padding: 4px 8px;
color: white !important;
font-family: arial,tahoma;
font-size: 14px;
border: 1px solid #6B8545;
border-radius: 3px;
box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.31);
-webkit-transition:0.3s;
    transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
margin-right: 10px;
position: relative;text-shadow: 1px 1px 1px #94A077;}
.registerlink:hover {background-color: #73BEDB;border: 1px solid #26748D;}
.statusinfo a {color:#6C772F;font-weight:bold;}
.statusinfo {background: #D9E697;
border: 1px solid #B8C77B;
padding: 2px;
font-size: 11px;
border-radius: 3px;
margin-left: 4px;
color: #6C772F;}
.49 {width:49%;}
.left {float:left;}
.right {float:right;}
    



#mask {
    position: absolute;
    z-index: 9010;
    background-color: #000000;
    display: none;
    top: 0;
    left: 0;
}

.modalBox {
    position: fixed;
    z-index: 9015;
    display: none;
}
    .modalBox .thead {
        font-weight: bold;
    }
    .modalBox .modalContent {
        padding: 5px 10px;
    }

/* Login Kutusu  Son */

/* Pagination */

.pagination .page a, .pagination .back a, .pagination .forward a {
background: #F4F4F4 url(images/V15/highlight_strong.png) repeat-x 0 -1px;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
border: 1px solid #C0C2C3;
color: #414141;
text-shadow: white 0px 1px 0px;
-moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: inline-block;
padding: 2px 9px;
text-transform: lowercase;
font-size: 11px;
font-weight: normal;
}

/* Pagination Son */


.usersbrowsing {
    border-radius: 3px;
    vertical-align: middle;
    background: #F4F4F4 url(images/V15/highlight_strong.png) repeat-x 0 -1px;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
border: 1px solid #CCC;
color: #414141;
text-shadow: white 0px 1px 0px;
-moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
padding: 10px;
overflow: hidden;
display: inline-block;
}
        
.postbit {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background: ‎#fff;
border: 1px dashed ‎#478fc5;
width: 150px;
padding: 5px;
box-shadow: 0 0 1em gray;
}

.postbit2 {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background: #fff;
border: 1px dashed #478fc5;
width: 150px;
padding-bottom: 15px;
padding-right: 5px;
box-shadow: 0 0 1em gray;
}

.golge {
text-shadow: 1px 1px 1px black;}

‎#oval {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border: 1px solid gray;
width: 32px;
background: #636363;
}



.postbit {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background: #fff;
border: 1px dashed #478fc5;
width: 150px;
padding: 5px;
box-shadow: 0 0 1em gray;
}

.postbit2 {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background: #fff;
border: 1px dashed #478fc5;
width: 150px;
padding-bottom: 15px;
padding-right: 5px;
box-shadow: 0 0 1em gray;
}

.golge {
text-shadow: 1px 1px 1px black;}

#oval {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border: 1px solid gray;
width: 32px;
background: #636363;
}
        
.postbit {
-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
background: #fff;
border: 1px dashed #478fc5;
width: 150px;
padding: 5px;
box-shadow: 0 0 1em gray;
}

.postbit2 {
-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
background: #fff;
border: 1px dashed #478fc5;
width: 150px;
padding-bottom: 15px;
padding-right: 5px;
box-shadow: 0 0 1em gray;
}


.golge {
text-shadow: 1px 1px 1px black;}

#oval {
-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
border: 1px solid gray;
width: 32px;
background: #636363;
}
RegZoNe45 İsmini Düzelt RegZoNe Forum İzin almadan kullanma Sakın
Sayfalar: 1 2 3