MyBBDepo - Türkiyenin MyBB Deposu Forumuna Hoşgeldiniz
Eğer sitemize yaptığınız ilk ziyaretiniz ise, lütfen öncelikle Forum Kurallarını okuyunuz. Forumumuzda bilgi alışverişinde bulunabilmeniz için Kayıt olmalısınız. Üye olmayanlar forumumuzdan yararlanamazlar.
Eğer zaten kayıtlı kullanıcı iseniz, lütfen kullanıcı adınız ve şifreniz ile, Giriş yapınız. (Sitemize üyelik ücretsizdir).
poine avatar
Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 0/5 - 0 oy

Banner Sorunu


Sponsor Reklam

İzinli Screwy
 Tarih: 16-07-2013, Saat:18:11
#6
Öncelikle global.css dosyanızın yedeğini alın. Daha sonra global.css'e girerek içerisindekileri komple silin...

Aşağıdakileri ekleyin ve kayıt edin.

Kod:
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb​r,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strik​e,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legen​d,caption,{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:​after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}
body {
    background: url(/images/blackender/background.png) top center fixed;
    color: #080808;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 13px;
    text-align: center; /* IE 5 fix */
    line-height: 1.4;
    margin: auto;
}
a:link, a:visited {
    color: #006F74;
    text-decoration: none;
}
a:hover, a:active {
    color: #053d40;
    text-decoration: underline;
}
#header {
    background:none;
    width:940px;
    position:relative;
    height:100px;
    padding:5px 10px 10px;
    text-align:left;
    margin:0 auto;
}
.logo {
    width: 614px;
    height: 185px;
    padding: 10px;
    margin: 0;
    float: left;
}
#nav {
    background: url(images/blackender/nav_bg.png) repeat-x;
    height: 32px;
    width: 940px;
    margin:0 auto;
    z-index: 100;
    position: relative;
}
ul.leftmenu {
    list-style: none;
    float: left;
    margin: auto;
    margin-left: -30px;
    padding-top: 5px;
}
.leftmenu li {
    float: left;
    margin-right: 10px;
}
.leftmenu li a {
    font-size: 16px;
    text-decoration: none;
    display: block;
}
.leftmenu li a:link, .leftmenu li a:visited {
    color: #fafafa;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* background:#353535; */
    padding: 0 4px 0 4px;
}
.leftmenu li.active {
    margin-top: -4px;
}
.leftmenu li.active a, .leftmenu li.active a:visited, .leftmenu li.active a:hover {
    color: #fafafa;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    margin: -4px 0 auto 0;
    padding: 6px 8px 7px 8px;
}
.leftmenu li.active a, .leftmenu li.active a:visited, .navigation .active, .leftmenu li.active a:hover, .pagination .pagination_current, .navigation .pagination .pagination_current, .pagination a:hover, .navigation .pagination a:hover {
    background: #00b5bd; /* old browsers */
    background: -moz-linear-gradient(top, #00b5bd 0%, #06878d 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b5bd), color-stop(100%, #06878d)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5bd', endColorstr='#06878d', GradientType=0 ); /* ie */
}
.leftmenu li a:hover {
    background: #fdfdfd;
    color: #080808;
    text-decoration: none;
}
ul.rightmenu {
    float: right;
    list-style: none;
    margin: auto;
    font-size: 13px;
    color: #fafafa;
    text-shadow: 0 0 4px #222;
    padding: 5px 5px;
}
.rightmenu li {
    float: left;
    margin-left: 10px;
}
.rightmenu li a {
    color: #fafafa;
    text-decoration: none;
    display: block;
}
.rightmenu a {
    color: #fafafa;
    text-decoration: none;
}
.rightmenu a:hover {
    text-shadow: 0 0 10px #00ccff;
}
.rightmenu .button {
    position: relative;
    bottom: 2px;
}
.rightmenu .button:hover {
    text-decoration:none;
}
#container {
    width: 940px;
    background: url(images/blackender/container_bg.png);
    margin: auto;
    margin-bottom: 100px;
    -moz-box-shadow: 0px 5px 30px #000000;
    -webkit-box-shadow: 0px 5px 30px #000000;
    position: relative;
    z-index: 999;
}
#content {
    width: auto !important;
}
#container #content {
    padding: 12px;
    padding-top: 5px;
    text-align: left;
}
.menu ul {
    color: #606060;
    text-align: left;
    padding: 5px 10px 5px 9px;
    background: url(images/blackender/menu_bg.png) repeat-x
}
.menu ul a:link, .menu ul a:visited {
    color: #606060;
    text-decoration: none;
}
.menu ul a:hover, .menu ul a:active {
    color: #fafafa;
    text-decoration: none;
}
.panel {
    background: #181818;
    color: #fafafa;
    text-shadow: 0 0 1px #00B5BD;
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
    float: right;
    width: auto;
    height: 40px;
    padding: 8px;
    position:relative;
    top: 54px;
    z-index: 5;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.panel a:link, .panel a:visited {
    color: #fafafa;
}
.panel .more {
    display: none;
    padding: 0 5px 5px
}
.panel img {
    width: 80px;
    height: auto;
    float: left;
    margin-right: 5px;
}
.toggle_panel {
    background: #181818;
    color: #02868c;
    font-size: 20px;
    float: right;
    width: 36px;
    position: relative;
    margin: -5px 8px -5px;
    cursor: pointer;
}
.rightmenu .remember_me input {
    vertical-align: middle;
    margin-top: -1px;
}
.button {
    padding: 1px 4px 1px 4px;
    color: #fafafa;
    text-decoration:none;
    border: 1px solid #383838;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background:#505050;
}
.button:hover {
    border: 1px solid #06878d;
    color: #fafafa;
    text-decoration:none;
    background:#06878d;
}
table {
    font-family: "Sans-Serif", Helvetica, Arial;
    font-size: 12px;
}
.tborder {
    background: none;
    width: 100%;
    margin: auto auto;
}
.tborder2 {
    background: #202020;
    width: 100%;
    margin: auto auto;
}
.trow1 {
    background: #fafafa;
}
.trow2 {
    background: #f2f5f5
}
table.trow1, table.trow2, .tborder2 {
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.trow_selected td {
    color: #080808;
    background: #fff8c1;
}
.thead {
    padding: 6px 8px 6px 8px;
    color: #fdfdfd;
    font-size: 14px;
    font-weigth: bold;
}
.tborder .thead {
    background: #202020;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.thead a:link, .thead a:visited, .thead a:hover, .thead a:active {
    color: #fdfdfd;
    text-decoration: none;
}
.description {
    background: url(images/blackender/cat_desc_sep.png) left no-repeat;
    color: #fafafa;
    font-size: 11px;
    margin-left: 5px;
    padding-left: 10px;
}
.tcat {
    background: #06878d; /* old browsers */
    background: -moz-linear-gradient(top, #06878d 0%, #006c71 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #06878d), color-stop(100%, #006c71)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06878d', endColorstr='#006c71', GradientType=0 ); /* ie */
    color: #fafafa;
    font-size: 12px;
}
.tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
    color: #fafafa;
}
.trow_sep {
    background: #ddd url(images/blackender/tcat.png) repeat-x;
    border-bottom: 1px solid #00b4bc;
    color: #080808;
    font-size: 12px;
    font-weight: bold;
}
.tfoot {
    background: #202020;
    color: #fafafa;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.tfoot a:link {
    color: #fafafa;
    text-decoration: none;
}
.tfoot a:visited {
    color: #fafafa;
    text-decoration: none;
}
.tfoot a:hover, .tfoot a:active {
    color: #e7e7e7;
    text-decoration: none;
}
#footer {
    background: url(images/blackender/footer_bg.png) top repeat-x;
    color: #fafafa;
    font-size: 13px;
    padding: 10px;
    margin: 0 -12px -12px -12px;
}
#footer a:link, #footer a:visited {
    color: #cecece;
}
#footer a:hover {
    color: #fefefe;
}
#footer .bottommenu {
    padding: 10px 0 10px 0;
}
#footer .bottommenu a {
    margin-right: 5px;
}
.navigation {
    color: #ffffff;
    font-size: 13px;
}
.navigation a:link, .navigation a:visited {
    color: #ffffff;
    text-decoration: none;
    border:1px solid #585858;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:#292929;
    padding: 4px;
}
.navigation a:hover, .navigation a:active {
    color: #fefefe;
    text-decoration: none;
    background:#191919;
}
.navigation .active {
    color: #ededed;
    font-size: 13px;
    font-weight: bold;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
}
.smalltext {
    font-size: 11px;
}
.largetext {
    font-size: 16px;
    font-weight: bold;
}
input.textbox {
    background: #fafafa;
    color: #080808;
    border: 1px solid #505050;
    padding: 2px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.textbox[name="quick_username"] {
    background: #fdfdfd url(images/blackender/quick_username.png) left no-repeat;
    padding-left: 16px;
}
input.textbox[name="quick_password"] {
    background: #fdfdfd url(images/blackender/quick_password.png) left no-repeat;
    padding-left: 16px;
}
textarea {
    background: #ffffff;
    color: #000000;
    border: 1px solid #585858;
    padding: 2px;
    font-family: Verdana, Arial, Sans-Serif;
    line-height: 1.4;
    font-size: 13px;
    -moz-border-radius: 3px;
 
    border-radius: 3px;
}
select {
    background: #ffffff;
    border: 1px solid #0f5c8e;
    -moz-border-radius: 3px;
 
    border-radius: 3px;
    padding: 2px;
}
.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: none;
}
.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;
}
.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
    margin-top: 3px;
}
img.attachment {
    border: 1px solid #E9E5D7;
    padding: 2px;
}
hr {
    background-color: #000000;
    color: #000000;
    height: 1px;
    border: 0px;
}
#copyright {
    background: #080808;
    color: #fafafa;
    font: 11px Verdana, Arial, Sans-Serif;
    margin: 0 -12px 0 -12px;
    padding: 10px 0 0 10px;
    text-align: left;
}
#debug {
    float: right;
    text-align: right;
    margin-top: 0;
}
blockquote {
    border: 1px solid #ccc;
    margin: 0;
    background: #fff;
    padding: 4px;
}
blockquote cite {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    font-style: normal;
    display: block;
    margin: 4px 0;
}
blockquote cite span {
    float: right;
    font-weight: normal;
}
blockquote cite span.highlight {
    float: none;
    font-weight: bold;
    padding-bottom: 0;
}
.codeblock {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
}
.codeblock .title {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    margin: 4px 0;
}
.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 {
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 6px;
    margin-bottom: 3px;
}
.pagination a, .navigation .pagination a {
    background: url(images/blackender/thead_bg.png);
    border: 1px solid #585858;
    color: #fafafa;
}
.pagination .pagination_current, .navigation .pagination .pagination_current {
    border: 1px solid #06878d;
    font-weight: bold;
    color: #fafafa;
}
.pagination a:hover, .navigation .pagination a:hover {
    text-decoration: none;
}
.details {
    color: #fafafa;
    background: #292929 url(images/blackender/details_bg.png) top repeat-x;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
}
.thread_legend, .thread_legend dd {
    color: #fafafa;
    margin: 0;
    padding: 0;
}
.thread_legend dd {
    background: #292929 url(images/blackender/details_bg.png) top repeat-x;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 4px 4px 4px;
    margin: 0 15px 5px 0;
}
.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, .navigation .pagination_breadcrumb {
    background: #fafafa;
    padding: 8px;
    margin-top:8px;
    font-weight: normal;
    outline: 1px solid #ddd;
}
.pagination_breadcrumb_link, .navigation .pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer;
}
#bottombar {
    background: url(images/blackender/bottombar_bg.png) repeat-x;
    width: 100%;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    height: 40px;
    margin: 0 auto;
}
#bottombar .content_bar {
    margin: 0 auto;
    width: 960px;
    color: #ffffff;
}
#bottombar .content_bar ul {
    padding: 0;
    float: left;
    list-style: none;
}
#bottombar .content_bar li {
    float: left;
}
.bottombar_right {
    float: right;
}
#bottombar .content_bar a:link, #bottombar .content_bar a:visited {
    color: #fdfdfd;
}
#quick_login.rightmenu form .button {
    position: relative;
    bottom: 0;
}
.post_buttons {
    background: #131313;
}
Cevapla
Bunu Beğenenler:

 


Bu Konudaki Yorumlar
Banner Sorunu - Yazar: poine - 16-07-2013, Saat:16:14
Cvp: Banner Sorunu - Yazar: Screwy - 16-07-2013, Saat:16:28
Cvp: Banner Sorunu - Yazar: poine - 16-07-2013, Saat:18:00
Cvp: Banner Sorunu - Yazar: Screwy - 16-07-2013, Saat:18:02
Cvp: Banner Sorunu - Yazar: poine - 16-07-2013, Saat:18:05
Cvp: Banner Sorunu - Yazar: Screwy - 16-07-2013, Saat:18:11
Cvp: Banner Sorunu - Yazar: poine - 16-07-2013, Saat:18:12
Cvp: Banner Sorunu - Yazar: Screwy - 16-07-2013, Saat:18:21

Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  Mybb 1.6.15 Sürümünde Admin Paneli Beyaz Sayfa Sorunu grkm4 2 3,520 14-09-2014, Saat:18:35
Son Yorum: grkm4
  resim boyutlandırıcı sorunu guveniyorum 4 4,732 10-09-2014, Saat:21:44
Son Yorum: guveniyorum
  Özel Mesaj Alıntı Sorunu LeBeta™ 5 4,521 02-09-2014, Saat:10:51
Son Yorum: LeBeta™
  [MCTR - 1.6] video sorunu KaTRe 5 4,643 02-09-2014, Saat:03:38
Son Yorum: KaTRe
  Thead Sorunu Ceeper1 3 3,817 30-08-2014, Saat:19:31
Son Yorum: Cekoserdar



Konuyu Okuyanlar: 1 Ziyaretçi

istanbul escort - beşiktaş escort - şişli escort - ataköy escort - ataköy escort - taksim escort - escort mecidiyeköy - çapa escort - topkapı escort

escort - sex hikaye - altyazılı porno - türk ifşa - türk porno - escort bayan