Forum'da ara:
Ara


Yazar Mesaj
Mesaj07.06.2011, 16:35 (UTC)    
Mesaj konusu: CSS tasarım kodu css bölümü yardım lütfen

arkadaşlar ben internetten bir css kodu buldum ama linkler turuncu ve altı çilgili ben linklerin altındaki çizgileri kaldırıp renklerini siyah yapmak istiyorum ve üstüne gelince turuncu olmasını istiyorum nasıl yapa bilirim ? yardım lütfen CSS kodunu buraya yazıyorum.

Kod:
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  display:inline;
}

body {
   margin: 0px 0px 0px 0px;
   width: 100%;
   display: table;
}

body, td{
   font-family: "Trebuchet MS";
   font-size: 13px;
   color: #333;
   line-height: 1.3em;
}

a:link, a:visited {
   text-decoration: none;
   font-weight: normal;
}

a:hover {
   text-decoration: underline;
   font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; margin:0px; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
   padding: 0px;
   margin-bottom: 1px;
}

div#top_menu{
   height:54px;
   margin:0px auto;
   width: 980px;
}

#topnav{ float:left; height: 54px; width:952px; margin: 0px; padding:0px; font-weight: bold; background: #000000 url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/top_menu_bg.png) top repeat-x; }
#topnav ul { margin: 0px 0px 0px 11px; padding: 0; width: auto; float: left; list-style-type:none; }
#topnav ul li{ margin: 0; padding: 0; height: 54px; float: left; position: relative; }
#topnav ul li a{ color: #FFFFFF; font-weight: bold; text-decoration: none; padding: 14px 10px 0px 10px; height:40px; display: block; float: left; }
#topnav ul li a:hover{ background-color: #444444; text-decoration: none; font-weight: bold; color: #fff; }
#topnav ul li ul ul { margin: -50px 0 0 11em; }
#topnav ul li li { width:auto; height: 35px; }
#topnav ul li li a { color: #000000; text-transform: none; display: block; background: none; width: 277px; border-top: 1px solid #DDDDDD; border-left: 0px; padding: 9px 10px 6px 10px; height:20px; }
#topnav ul li li a:hover{ background: none; background-color: #333333; left: 0; width: 277px; padding: 9px 10px 6px 10px; height:20px; border-top: 1px solid #DDDDDD; }
#topnav ul li ul { left: -999em; top: 54px; left: 0; display: block; height: 36px; width: 277px; position: absolute; z-index: 99; left: -999em; clear: left; margin-top: 0px; margin-left: 0px; }
#topnav ul li:hover ul ul, #topnav ul li:hover ul ul ul { left: -999em; }
#topnav ul li:hover ul, #topnav ul li li:hover ul, #topnav ul li li li:hover ul { left: auto; }

#top_menu_left{
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/top_menu_left.png) top left no-repeat;
   float:left;
   width: 14px;
   height: 54px;
   margin:0px;
   padding:0px;
}
#top_menu_right{
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/top_menu_right.png) top right no-repeat;
   float:left;
   width: 14px;
   height: 54px;
   margin:0px;
   padding:0px;
}

div#h_area{
   margin:0px auto;
   width: 971px;
   text-align:left;
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/h_area_bg.png) left repeat-y;
   padding-left:15px;
}
div#h_area_top{
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/h_area_top.png) no-repeat center top;
   margin:0px auto;
   margin-top: 4px;
   width: 986px;
   height: 22px;
   line-height: 22px;
   padding: 0px;
}
div#h_area_bottom{
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/h_area_bottom.png) no-repeat center top;
   margin:0px auto;
   width: 986px;
   height: 22px;
   line-height: 22px;
   padding: 0px;
}

#server-banner{ margin-right:10px; }

.logo{
   display: block;
   float:left;
   padding-top:5px;
   padding-left:10px;
   margin-bottom:10px;
   width:600px;
}
a.logo,a.logo:link,a.logo:hover, a.logo:visited{
   font-size:26px;
   line-height: 58px;
   color:#F36018;
   text-decoration:none;
   font-weight:bold;
   font-family:"Trebuchet MS",Arial;
}
#hosting_boxes{
   float:left;
   width:715px;
   height:200px;
}

.box1{
   width:234px;
   height:197px;
   margin-right:2px;
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/hosting-box1.png) top left no-repeat;
   float:left;
}

.box2{
   width:234px;
   height:197px;
   margin-right:2px;
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/hosting-box2.png) top left no-repeat;
   float:left;
}

.box3{
   width:234px;
   height:197px;
   margin-right:2px;
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/hosting-box3.png) top left no-repeat;
   float:left;
}

.boxIn{
   display:block;
   margin:10px;
}

.box1 .boxTitle{
   display:block;
   float:left;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:16px;
   padding-top: 12px;
   padding-left: 8px;
   color:#306995;
}
.box1 .boxTitle a, .box1 .boxTitle a:link, .box1 .boxTitle a:hover {
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:16px;
   color:#306995;
}

.box2 .boxTitle{
   display:block;
   float:left;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:16px;
   padding-top: 12px;
   padding-left: 8px;
   color:#E94E03;
}
.box2 .boxTitle a, .box2 .boxTitle a:link, .box2 .boxTitle a:hover {
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:16px;
   color:#E94E03;
}

.box3 .boxTitle{
   display:block;
   float:left;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:16px;
   padding-top: 12px;
   padding-left: 8px;
   color:#0E9D29;
}
.box3 .boxTitle a, .box3 .boxTitle a:link, .box3 .boxTitle a:hover {
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:16px;
   color:#0E9D29;
}

div#main_bg{
   margin:0px auto;
   width: 986px;
   text-align:left;
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/main_bg.png) center repeat-y;
}
div#main_top{
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/main_top.png) no-repeat center top;
   margin:0px auto;
   width: 986px;
   height: 16px;
   line-height: 16px;
   padding: 0px;
}
div#main_bottom{
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/main_bottom.png) no-repeat center top;
   margin:0px auto;
   width: 986px;
   height: 16px;
   line-height: 16px;
   padding: 0px;
}

.search {
   text-align:left;
   width: 156px;
   height:43px;
}
.search .inputbox {
   background:#FFFFFF;
   width: 156px;
   height: 17px;
   font-size: 11px;
   color: #454545;
   margin:9px 0px 0px 20px;
   border: 1px solid #D3D3D3;
}


#leftcolumn{
   margin-left:9px;
   padding:0px;
   width:205px;
   float:left;
}
#rightcolumn{
   margin-right:9px;
   padding:0px;
   width:205px;
   float:right;
}

#maincolumn{
   width:530px;
   float:left;
   margin:0px 5px 0px 5px;
   padding:0px;
}
#maincolumn_middle{
   width: 740px;
   float:left;
   margin:0px 5px 0px 5px;
   padding:0px;
}
#maincolumn_big{
   width: 967px;
   float:left;
   margin:0px 5px 0px 5px;
   padding:0px;
}

div.path{
   margin:10px 0 0 0px;
   padding: 5px;
   padding-left:30px;
   background:url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/breadcrumbs_bg.png) top left no-repeat;
}

div.nopad {
   float:left;
   padding:0 0px 15px 0px;
}

div.nopad ul {
   clear: both;
}
.article_separator {
   height:35px;
   line-height:35px;
}
form#form-login fieldset {
   border: none;
   margin: 0;
   margin-left:10px;
}
form#form-login ul li{
   padding: 0;
}

form#form-login ul li a {
   text-align: left;
   padding: 0px;
   font-size: 10px;
   color: #858585;
}

#leftcolumn div.module_menu, #leftcolumn div.module{
   margin: 10px 0px 0px 0px;
   padding:0px;
   width: 205px;
}
.article_column {
   padding-right:10px;
}
#rightcolumn div.moduletable_menu, #rightcolumn div.moduletable, #rightcolumn div.moduletable_text{
   margin: 10px 0px 0px 0px;
   padding: 0px;
   width: 205px;
}
div.bannergroup_text {
   margin:0px 13px 15px 13px;
}
.bannerheader {
   font-weight:bold;
   margin-bottom:10px;
}
.banneritem_text {
   margin-bottom:10px;
}
.bannerfooter_text {
   margin-bottom:10px;
}
#leftcolumn div.module_menu  div div div, #leftcolumn div.module div div div,
#rightcolumn div.moduletable_menu, #rightcolumn div.moduletable, #rightcolumn div.moduletable_text{
   background-position: 0px 46px;
   
}
#leftcolumn div.module_menu  div div div, #leftcolumn div.module div div{
   margin: 0px;
   padding: 0px;
   padding-bottom:5px;
   width: 205px;
   height:auto;
}

#leftcolumn div.module_menu div div div div, #leftcolumn div.module div div div div{
   background: none;
   padding:4px 8px;
}
#leftcolumn h3,
#rightcolumn h3{
   text-align: left;
   padding-left:15px;
   height: 50px;
   width: 190px;
   line-height: 40px;
   color:#FFF;
   font-size:16px;
   margin:0px;
   font-weight:bold;
}
table.poll thead td {
   text-align: left;
   padding-left:10px;
}
table.poll td {
   text-align: left;
}
#leftcolumn ul.menu li ul{
   list-style: none;
}
.pollstableborder {
   margin: 5px 0px 10px 0px;
}
.poll td div{
   display:inline;
}

/* forms */

#leftcolumn .moduletable ul,
#rightcolumn .moduletable ul {
   margin: 6px 0;
   padding: 0;
   list-style: none;
}

#leftcolumn .moduletable ul li,
#rightcolumn .moduletable ul li {
   margin: 0;
   padding: 0 2px;
}
.moduletable ul {
   padding:0px 0px 10px 0px;
   margin:0px;
}

.moduletable ul li {
   padding:0px 0px 0px 20px;
   margin:0px;
   line-height:18px;
}
#leftcolumn ul.menu li#current ul li,
#rightcolumn ul.menu li#current ul li {
   margin: 0px;
   padding: 0px;
}
ul.menu {
   padding:0px 10px 5px 15px;
   margin:0px;
}
ul.menu li{
   padding:2px 0px 6px 13px;
   margin:0px;
}

ul.menu li ul {
   padding:0px 0px 5px 0px;
   margin:0px;
}
ul.menu li ul li{
   padding:0px 0px 0px 15px;
   border:none;
}
ul.menu li#current ul li a{
   margin-left:15px;
   text-decoration:none;
}
ul.mostread {
   padding:0px 0px 10px 0px;
   margin:0px;
}
ul.mostread li{
   padding:0px 0px 0px 20px;
   margin:0px;
   line-height:18px;
}
ul.latestnews {
   padding:0px 0px 10px 0px;
   margin:0px;
}
ul.latestnews li{
   padding:0px 0px 0px 20px;
   margin:0px;
   line-height:18px;
}
div.componentheading{
   font-size:16px;
   color:#D40202;
   font-size:19px;
   margin:7px auto;
}
td.contentheading{
   font-weight:normal;
   vertical-align:top;
   font-size:19px;
   height:30px;
   color:#363636;
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/contentheading_ico.png) left top no-repeat;
}
table.contentpaneopen td.contentheading{
   padding-left:34px;
}
table.contentpaneopen{
   border-collapse: collapse;
   margin-left:5px;
}
td.buttonheading{
   padding:0px 2px 0px 2px;
}
table.contentpaneopen td{
   padding:0px;
}
.contentpaneopen p{
   line-height:22px;
}
span.small, td.createdate, td.modifydate{
   font-size:11px;
   color:#999999;
}
span.pagination span, span.pagination a{
   padding:5px;
}



div#f_area{
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/f_area_bg.png) left top no-repeat;
   margin:0px auto;
   width: 986px;
   text-align:left;
}

#f_area div.moduletable, #f_area div.moduletable_menu{
   float: left;
   margin:10px 5px 10px 20px;
   width: 210px;
}

#f_area h3, #f_area h3{
   text-align: left;
   margin:0px;
   height: 44px;
   width: 208px;
   line-height: 44px;
   color:#000000;
   font-size:19px;   
   font-family:"Trebuchet MS", Tahoma, Verdana;
   font-weight:normal;
}


/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

#syndicate{
   float:left;
   padding-left: 25px;
}

@charset "utf-8";
/*** blue ***/
a:link, a:visited {
   color: #F36018;
   text-decoration:underline;
}

a:hover {
   color: #F36018;
   text-decoration:none;
}

#page_bg {
   background: #BFE7E9 url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/blue/bg_page.jpg) no-repeat center top;
}

#topnav ul li a:hover{ background: #3371AA url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/blue/top_menu__over_bg.png) top repeat-x; }
#topnav ul li li a:hover{ background: none; background:url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/blue/top_menu_row_hover.png) left top no-repeat; }
#topnav ul li li { background: none; background:url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/blue/top_menu_row.png) left top no-repeat; }


#date{
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/blue/menu_right.png) top right no-repeat;
}

div.module_menu h3, div.module h3, #rightcolumn h3{
   background:  url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/blue/bg_h3.png) top left no-repeat;
}

#leftcolumn div.module_menu  div div div, #leftcolumn div.module div div div,
#rightcolumn div.moduletable_menu, #rightcolumn div.moduletable, #rightcolumn div.moduletable_text{
   background: url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/blue/rub_bottom.png) left bottom no-repeat;
   
}

ul.menu li#current {
   background:#E8ECF7;
   border-left:4px solid #0A296E;
}
ul.menu li#current a{
   text-decoration:none;
   color:#363636;
   background:#E8ECF7;
}
a.readon, a.readon:hover, a.readon:visited{
   display:block;
   height:29px;
   width:114px;
   color:#FFFFFF;
   font-weight:bold;
   padding-left: 30px;
   line-height:29px;
   background:  url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/blue/bg_read_more.png) top left no-repeat;
   margin:10px 0px 0px 0px;
}

#power_by, #power_by a, #power_by a:visited{
   color:#8c8c8c;
   text-decoration:none;
   font-size:11px;
}
ul.menu li{
   list-style:none;
   background:url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/blue/menu_arrow.gif) top left no-repeat;
}
#f_area ul.menu li{
   list-style:none;
   background:url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/blue/menu_arrow.gif) top left no-repeat;
}
ul.mostread li{
   list-style:none;
   background:url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/blue/menu_arrow.gif) top left no-repeat;
}
ul.latestnews li{
   list-style:none;
   background:url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/blue/menu_arrow.gif) top left no-repeat;
}
.moduletable ul li {
   list-style:none;
   background:url(http://demo.themza.com/joomla15/templates/themza_j15_15/images/blue/menu_arrow.gif) top left no-repeat;
}
Mesaj07.06.2011, 20:23 (UTC)    
Mesaj konusu:

Linklerdeki çizgileri Kaldırmak için bu kodu ekle :
Kod:
<!--
a:link {
   text-decoration: none;
}
a:visited {
   text-decoration: none;
}
a:hover {
   text-decoration: none;
}
a:active {
   text-decoration: none;
}
-->

______________
Mesaj08.06.2011, 13:00 (UTC)    
Mesaj konusu:

çizgileri kaldırdım ama linkler turuncu ben siyah olmasınıda istiyorum Smile Link kaldırma kodu için teşekkürler
Mesaj08.06.2011, 14:15 (UTC)    
Mesaj konusu:

turkish--people yazmış:
çizgileri kaldırdım ama linkler turuncu ben siyah olmasınıda istiyorum Smile Link kaldırma kodu için teşekkürler



Color:#FFFFFF

Bunlar Yazı Renkleri vs vs. şeylerdir

HTML Renk kodları yaz googleye Renk kodlarını al değiştir istediğin renk'e getir.
______________

Arabesk Rap DuygusaL Sarkılar.
Mesaj08.06.2011, 14:50 (UTC)    
Mesaj konusu:

Denedim arkadaşım Smile Bütün renk kodlarını tarattım ama çoğunun sonucuna ulaşamadım.
Mesaj08.06.2011, 14:51 (UTC)    
Mesaj konusu:

turkish--people yazmış:
Denedim arkadaşım Smile Bütün renk kodlarını tarattım ama çoğunun sonucuna ulaşamadım.



http://www.html-cim.tr.gg/Renk-Kodlari.htm


bide buraya bak
______________

Arabesk Rap DuygusaL Sarkılar.
Mesaj08.06.2011, 16:00 (UTC)    
Mesaj konusu:

yaptım Smile ama çok zor oldu. Verdiğin sitedeki renk kodları varya benim sitedeki linklerin turuncu kodu yok Smile neyin ne olduğunu bulmak için sırasıyla her koda siyah rengi verdim Smile
Mesaj08.06.2011, 16:16 (UTC)    
Mesaj konusu:

turkish--people yazmış:
yaptım Smile ama çok zor oldu. Verdiğin sitedeki renk kodları varya benim sitedeki linklerin turuncu kodu yok Smile neyin ne olduğunu bulmak için sırasıyla her koda siyah rengi verdim Smile


HTML kodlarını vs. vs. script leri zaten kurcalaya kurcalaya tasarımı cökerte cökerte tekrar yapa yapa öreneceksin Laughing yemin ederim ben öyle +ders lerle filan öğrendim .d
______________

Arabesk Rap DuygusaL Sarkılar.
Mesaj08.06.2011, 16:30 (UTC)    
Mesaj konusu:

bende Smile yeni değilim ben Smile daha önce toplist--oyun ve benim--site benimdi şimdi ikisinide çökerttim yeni yapıyom Smile bende derssiz örendim yanlış yapınca wep masterin süper man i ctrl+z Smile
Mesaj08.06.2011, 16:46 (UTC)    
Mesaj konusu:

turkish--people yazmış:
bende Smile yeni değilim ben Smile daha önce toplist--oyun ve benim--site benimdi şimdi ikisinide çökerttim yeni yapıyom Smile bende derssiz örendim yanlış yapınca wep masterin süper man i ctrl+z Smile


Dostum zamanım yoktu konuyu fazla irdeleyemedim sorunun halloldu mu? Yoksa yardım ederim sana cevabını bekliyorum acele edersen iyi olur Wink
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu