Türkiye'nin En Eski Webmaster Forumu İyinet'e Hoşgeldiniz!

Style.css de renk kodunu bulamıyorum

RauL

0
Onaylı Üye
Üye
Katılım
1 Kasım 2007
Mesajlar
161
Açılan Konu
14
Tepki puanı
2
:mad::mad:
konu içi renk kodunu bulup değiştirmek istedim ama neredeyse tüm renk kodlarını değiştirdim sadece konu içi renk kodu değişmedi:(
Arka planla yazı rengi aynı olunca, google spam olarak algılamasın diye değiştirmek istiyorum yardmıcı olacak arkadaşa şimdiden çok teşekkürler
HTML:
* {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	list-style: none;
}
body {
	background: url('../images/bg.gif');
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	overflow-y:scroll;
}
a {
	text-decoration: none;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=CC0000]#CC0000[/URL]
}
a:hover {
	text-decoration: underline;
}
.center {
	width: 950px;
	margin: auto;
	overflow: hidden;
}
.m_t {
	margin-top: 15px;
}
.page {
	line-height: 20px;
}
.page .inf {
	border-top:1px solid [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=eee]#eee[/URL]
	margin-top: 10px;
	padding-top: 10px;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=6131BD]#6131BD[/URL]
}
.header {
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=9D1961]#9D1961[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000000%29%29]#000000))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #800040 0%,#6131BD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333333 0%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333333 0%,#000000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #800040 0%,#6131BD 100%); /* W3C */
	overflow: hidden;
}
.header .logo{
	width: 670px;
	float: left;
}
.header .logo a{
	display: block;
	width: 150px;
	height: 66px;
	background: url('../images/logo.png') no-repeat;
	overflow: hidden;
	float: left;
	text-indent: -999px;
}
.header .logo span{
	font-family: Georgia, serif;
	font-style: italic;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=666]#666[/URL]
	display: block;
	height: 66px;
	line-height: 66px;
	float: left;
	padding-left: 10px;
	font-size: 12px;
	width: 510px
}
.header .search{
	float: right;
	width: 270px;
	height: 30px;
	padding-top: 17px;
}
.header .search input{
	width: 240px;
	background: url('../images/icons.png') #fff no-repeat -4px -87px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 5px 7px 20px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=ccc]#ccc[/URL]
	-webkit-
	-shadow: inset 0px 1px 0px 1px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=e0e0e0]#e0e0e0[/URL]
	-moz-box-shadow: inset 0px 1px 0px 1px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=e0e0e0]#e0e0e0[/URL]
	box-shadow: inset 0px 1px 0px 1px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=e0e0e0]#e0e0e0[/URL]
	border:1px solid [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL]
}
.header .search input:focus{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=999]#999[/URL]
	-moz-box-shadow: 0px 0px 5px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000000]#000000[/URL]
	-webkit-box-shadow: 0px 0px 5px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000000]#000000[/URL]
	box-shadow: 0px 0px 5px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000000]#000000[/URL]
	border-color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=2d6cac]#2d6cac[/URL]
}
.content{
	float: left;
	width: 670px;
	overflow: hidden;
}
.sidebar{
	float: right;
	width: 270px;
	overflow: hidden;
}
.control {
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000000%29%29]#000000))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333333 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333333 0%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333333 0%,#000000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #333333 0%,#000000 100%); /* W3C */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	padding: 5px;
}
.control .left_c{
	float: left;
	width: 270px;
}
.control .right_c{
	float: right;
	width: 270px;
}
.control ul li{
	float: left;
}
.control ul li a{
	display: block;
	float: left;
	padding: 7px 15px;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89]#255c89[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #4688d9 0%, #255c89 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4688d9), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89%29%29]#255c89))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4688d9 0%,#255c89 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4688d9 0%,#255c89 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #4688d9 0%,#255c89 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4688d9', endColorstr='#255c89',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #4688d9 0%,#255c89 100%); /* W3C */
	border:1px solid [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL]
	font-weight: bold;
	text-shadow:0px 0px 2px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=1f4b74]#1f4b74[/URL]
	-moz-box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=649be1]#649be1[/URL]
	-webkit-box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=649be1]#649be1[/URL]
	box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=649be1]#649be1[/URL]
}
.control ul li a:hover{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89]#255c89[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #649be1 0%, #255c89 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#649be1), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89%29%29]#255c89))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #649be1 0%,#255c89 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #649be1 0%,#255c89 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #649be1 0%,#255c89 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#649be1', endColorstr='#255c89',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #649be1 0%,#255c89 100%); /* W3C */
	text-decoration: none;
}
.control ul li.fist a{
	-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;
	border-right: none;
}
.control ul li.last a{
	-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;
}
.control ul li a.active{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=E1771E]#E1771E[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #25282a 0%, #313036 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25282a), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=313036%29%29]#313036))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #25282a 0%,#313036 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #25282a 0%,#313036 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #25282a 0%,#313036 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25282a', endColorstr='#313036',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #25282a 0%,#313036 100%); /* W3C */
	-moz-box-shadow:inset 0px 2px 1px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=212121]#212121[/URL]
	-webkit-box-shadow:inset 0px 2px 1px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=212121]#212121[/URL]
	box-shadow:inset 0px 2px 1px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=212121]#212121[/URL]
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=FFFF66]#FFFF66[/URL]
	text-shadow:0px 0px 2px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL]
}
.control ul li a.active:hover{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=FFBBE8]#FFBBE8[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #25282a 0%, #3e3d43 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25282a), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=3e3d43%29%29]#3e3d43))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #25282a 0%,#3e3d43 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #25282a 0%,#3e3d43 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #25282a 0%,#3e3d43 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25282a', endColorstr='#3e3d43',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #25282a 0%,#3e3d43 100%); /* W3C */
	-moz-box-shadow:inset 0px 2px 1px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=212121]#212121[/URL]
	-webkit-box-shadow:inset 0px 2px 1px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=212121]#212121[/URL]
	box-shadow:inset 0px 2px 1px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=212121]#212121[/URL]
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=400058]#400058[/URL]
}
.box{
	overflow: hidden;
	padding: 10px;
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=dfdfdf]#dfdfdf[/URL]
	-webkit-box-shadow: 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=dfdfdf]#dfdfdf[/URL]
	box-shadow: 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=dfdfdf]#dfdfdf[/URL]
	margin-top: 10px;
}
.videos .video:hover{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fffeee]#fffeee[/URL]
}
.videos .video .image{
	float: left;
	width: 113px;
	height: 63px;
	overflow: hidden;
}
.videos .video .image img{
	width: 113px;
}
.videos .video .inf{
	float: right;
	width: 520px;
	padding-top: 10px;
}
.videos .video .inf a.tit{
	font-size: 16px;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=38B63C]#38B63C[/URL]
}
.videos .video .inf p{
	line-height: 30px;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=11593C]#11593C[/URL]
	overflow: hidden;
	height: 22px;
}
.videos .video .inf p span{
	font-family: Georgia, serif;
	font-style: italic;
}
.wp-pagenavi{
	clear:both;
}
.wp-pagenavi a, .wp-pagenavi span{
	text-decoration:none;
	padding:5px 10px;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
}
.wp-pagenavi a, .wp-pagenavi span.pages{
	border:1px solid [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL]
	line-height: 15px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89]#255c89[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #4688d9 0%, #255c89 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4688d9), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89%29%29]#255c89))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4688d9 0%,#255c89 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4688d9 0%,#255c89 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #4688d9 0%,#255c89 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4688d9', endColorstr='#255c89',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #4688d9 0%,#255c89 100%); /* W3C */
	border:1px solid [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=225a89]#225a89[/URL]
	font-weight: bold;
	text-shadow:0px 0px 2px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=1f4b74]#1f4b74[/URL]
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=649be1]#649be1[/URL]
	-webkit-box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=649be1]#649be1[/URL]
	box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=649be1]#649be1[/URL]
}
.wp-pagenavi span.current{
	font-weight:bold;
}
.column{
	overflow: hidden;
	padding-bottom: 10px;
}
.title{
	overflow: hidden;
	padding-bottom: 10px;
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=A9501B]#A9501B[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000000%29%29]#000000))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333333 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333333 0%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333333 0%,#000000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #333333 0%,#000000 100%); /* W3C */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	padding: 5px 15px;
	height: 30px;
	line-height: 30px;
}
.title h3{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	font-size: 14px;
	font-weight: normal;
}
.title h3 span{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=b8b8b8]#b8b8b8[/URL]
	font-family: Georgia, serif;
	font-style: italic;
}
.column .cats ul li a{
	display: block;
	padding: 7px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
}
.column .cats ul li a:hover, .column .cats ul li.current a{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=00FF80]#00FF80[/URL]
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=dceafb]#dceafb[/URL]
}
.column .comment{
	background: url('../images/icons.png') no-repeat 5px -108px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	overflow: hidden;
	padding: 10px 10px 10px 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=dfdfdf]#dfdfdf[/URL]
	-webkit-box-shadow: 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=dfdfdf]#dfdfdf[/URL]
	box-shadow: 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=dfdfdf]#dfdfdf[/URL]
	margin-top: 10px;
}
.column .comment .comment-text a{
	font-family: Georgia, serif;
	font-style: italic;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=6F3C1B]#6F3C1B[/URL]
}
.column .comment .comment-info{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=a2a2a2]#a2a2a2[/URL]
	padding-top: 5px;
	font-size: 11px;
	overflow: hidden;
}
.video-black{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=FF6FCF]#FF6FCF[/URL]
	overflow: hidden;
}
.video-watch{
	border-top:1px solid [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=80FF00]#80FF00[/URL]
	padding-top: 20px;
	overflow: hidden;
}
.video-watch .video-left{
	float: left;
	width: 670px;
}
.video-watch .video-left .inf{
	padding: 20px 0;
	overflow: hidden;
}
.video-watch .video-left .inf .inf-left{
	float: left;
	width: 550px;
}
.video-watch .video-left .inf .inf-left h1{
	font-weight: normal;
	font-size: 16px;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
}
.video-watch .video-left .inf .inf-left p{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=6728B2]#6728B2[/URL]
	line-height: 30px;
}
.video-watch .video-left .inf .inf-left p span{
	font-family: Georgia, serif;
	font-style: italic;
}
.video-watch .video-left .inf .inf-left p a{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	text-decoration: underline;
}
.video-watch .video-left .inf .inf-right{
	float: right;
	width: 110px;
}
.video-watch .video-left .inf-right a.share{
	float: right;
	display: block;
	padding: 7px 10px;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	text-shadow: 1px 1px 0 [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL]
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=660000]#660000[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #454549 0%, #28272d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454549), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=28272d%29%29]#28272d))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #454549 0%,#28272d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #454549 0%,#28272d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #454549 0%,#28272d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454549', endColorstr='#28272d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #454549 0%,#28272d 100%); /* W3C */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=CC0000]#CC0000[/URL]
	-webkit-box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=CC0000]#CC0000[/URL]
	box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=CC0000]#CC0000[/URL]
}
.video-watch .video-left .inf-right a.share:hover{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=FFCC66]#FFCC66[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #59575b 0%, #28272d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59575b), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=28272d%29%29]#28272d))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFCC66 0%,#28272d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #59575b 0%,#28272d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #59575b 0%,#28272d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59575b', endColorstr='#28272d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #FFCC66 0%,#800040 100%); /* W3C */
	text-decoration: none;
}
.video-watch .video-left .inf-right a.share:active{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=0000FF]#0000FF[/URL]
}
.video-watch .video-right{
	float: right;
	width: 270px;
}
.video-watch .video-right .video{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=0D8F63]#0D8F63[/URL]
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
}
.video-watch .video-right .video:hover{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=FFBBE8]#FFBBE8[/URL]
}
.video-watch .video-right .video .image{
	float: left;
	width: 73px;
	height: 63px;
	overflow: hidden;
}
.video-watch .video-right .video .image img{
	width: 100px;
}
.video-watch .video-right .video .inf{
	float: right;
	width: 170px;
}
.video-watch .video-right .video .inf a.tit{
	font-size: 12px;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=00adef]#00adef[/URL]
}
.video-watch .video-right .video .inf p{
	padding-top: 10px;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=C3D9FF]#C3D9FF[/URL]
	font-size: 10px;
	overflow: hidden;
	height: 14px;
}
.video-watch .video-right .video .inf p a{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	text-decoration: underline;
}
.video-watch .video-right .video .inf p span{
	font-family: Georgia, serif;
	font-style: italic;
}
.video-watch .video-right .more a{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89]#255c89[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #4688d9 0%, #255c89 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4688d9), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89%29%29]#255c89))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4688d9 0%,#255c89 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4688d9 0%,#255c89 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #4688d9 0%,#255c89 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4688d9', endColorstr='#255c89',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #4688d9 0%,#255c89 100%); /* W3C */
	font-weight: bold;
	text-shadow:0px 0px 2px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=1f4b74]#1f4b74[/URL]
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=649be1]#649be1[/URL]
	-webkit-box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=649be1]#649be1[/URL]
	box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=649be1]#649be1[/URL]
	display: block;
	text-align: center;
	line-height: 30px;
	height: 30px;
}
.video-watch .video-right .more a:hover{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=6398d8]#6398d8[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #6398d8 0%, #255c89 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6398d8), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89%29%29]#255c89))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6398d8 0%,#255c89 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6398d8 0%,#255c89 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6398d8 0%,#255c89 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6398d8', endColorstr='#255c89',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #6398d8 0%,#255c89 100%); /* W3C */
	text-decoration: none;
}
.video-watch .video-right .more a:active{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89]#255c89[/URL]
	-moz-box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL]
	-webkit-box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL]
	box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL]
}
.comments ol li{
	overflow: hidden;
	padding: 10px 0;

}
.comments ol li .avatar{
	float: left;
	width: 50px;
}
.comments ol li .avatar img{
	width: 50px;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comments ol li .comment-text{
	float: right;
	width: 585px;
	margin-top: 0 !important;
}
.comments ol li .comment-text .text{
	font-family: Georgia, serif;
	font-style: italic;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL]
	line-height: 20px;
	font-size: 14px;
}
.comments ol li .comment-text .inf{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=696969]#696969[/URL]
	margin-top: 10px;
	font-size: 12px;
}
.comments ol li .comment-text .inf span{
	font-family: Georgia, serif;
	font-style: italic;
}
.leave-comment ul{
	padding-top: 10px;
}
.leave-comment ul li{
	padding: 5px 0;
}
.leave-comment ul li input, .leave-comment ul li textarea{
	padding: 10px 15px;
	border: 1px solid [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=c8c8c8]#c8c8c8[/URL]
	font-family: Georgia, serif;
	font-style: italic;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=767676]#767676[/URL]
	-moz-box-shadow:inset 0px 2px 5px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=ececec]#ececec[/URL]
	-webkit-box-shadow:inset 0px 2px 5px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=ececec]#ececec[/URL]
	box-shadow:inset 0px 2px 5px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=ececec]#ececec[/URL]
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 300px;
}
.leave-comment ul li input:focus, .leave-comment ul li textarea:focus{
	border: 1px solid [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=a5a5a5]#a5a5a5[/URL]
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=a5a5a5]#a5a5a5[/URL]
}
.leave-comment ul li textarea{
	width: 450px;
}
.leave-comment ul li button{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89]#255c89[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #4688d9 0%, #255c89 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4688d9), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89%29%29]#255c89))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4688d9 0%,#255c89 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4688d9 0%,#255c89 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #4688d9 0%,#255c89 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4688d9', endColorstr='#255c89',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #4688d9 0%,#255c89 100%); /* W3C */
	font-weight: bold;
	text-shadow:0px 0px 2px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=1f4b74]#1f4b74[/URL]
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=649be1]#649be1[/URL]
	-webkit-box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=649be1]#649be1[/URL]
	box-shadow:inset 0px 1px 0px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=649be1]#649be1[/URL]
	display: block;
	text-align: center;
	line-height: 30px;
	height: 30px;
	padding: 0 30px;
}
.leave-comment ul li button:hover{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=6398d8]#6398d8[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #6398d8 0%, #255c89 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6398d8), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89%29%29]#255c89))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6398d8 0%,#255c89 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6398d8 0%,#255c89 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6398d8 0%,#255c89 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6398d8', endColorstr='#255c89',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #6398d8 0%,#255c89 100%); /* W3C */
	text-decoration: none;
}
.leave-comment ul li button:active{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=255c89]#255c89[/URL]
}
.videos-list .video:hover{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fffeee]#fffeee[/URL]
}
.videos-list .video .image{
	float: left;
	width: 73px;
	height: 63px;
	overflow: hidden;
}
.videos-list .video .image img{
	width: 100px;
}
.videos-list .video .inf{
	float: right;
	width: 170px;
}
.videos-list .video .inf a.tit{
	font-size: 12px;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=E6E6E6]#E6E6E6[/URL]
}
.videos-list .video .inf p{
	padding-top: 10px;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=00FF80]#00FF80[/URL]
	font-size: 10px;
}
.videos-list .video .inf p a{
	text-decoration: underline;
}
.videos-list .video .inf p span{
	font-family: Georgia, serif;
	font-style: italic;
}
.logon{
	margin-bottom: 10px;
}
.footer{
	clear: both;
	overflow: hidden;
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=78B749]#78B749[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #313036 0%, #222226 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313036), color-stop(50%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=222226%29%29]#222226))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #313036 0%,#222226 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #313036 0%,#222226 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #313036 0%,#222226 50%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313036', endColorstr='#222226',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #6131BD 0%,#C94093 50%); /* W3C */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}
.footer-top{
	overflow: hidden;
}
.footer-top .menu{
	float: left;
	width: 500px;
}
.footer-top .menu ul li{
	float: left;
}
.footer-top .menu ul li a{
	float: left;
	display: block;
	line-height: 60px;
	height: 60px;
	padding: 0 20px;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	text-shadow: 1px 1px 0 [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL]
}
.footer-top .menu ul li a:hover{
	background: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=29282d]#29282d[/URL] /* Old browsers */
	background: -moz-linear-gradient(top, #29282d 0%, #1c1c20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29282d), color-stop(100%,[URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=1c1c20%29%29]#1c1c20))[/URL] /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #29282d 0%,#1c1c20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #29282d 0%,#1c1c20 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #29282d 0%,#1c1c20 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29282d', endColorstr='#1c1c20',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #29282d 0%,#1c1c20 100%); /* W3C */
	text-decoration: none;
}
.footer-top .social{
	float: right;
	width: 250px;
	padding-top: 13px;
	padding-right: 30px;
}
.footer-top .social a{
	display: block;
	float: right;
	padding-left: 40px;
	font-family: Georgia, serif;
	font-style: italic;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	margin-left: 15px;
	text-shadow: 1px 1px 0 [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL]
}
.footer-top .social a.fb{
	background: url('../images/icons.png') no-repeat 0 0;
}
.footer-top .social a.tw{
	background: url('../images/icons.png') no-repeat 0 -47px;
}
.footer-bottom{
	overflow: hidden;
	padding: 20px;
	font-family: Georgia, serif;
	font-style: italic;
	-moz-box-shadow:inset 0px 2px 53px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000000]#000000[/URL]
	-webkit-box-shadow:inset 0px 2px 53px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000000]#000000[/URL]
	box-shadow:inset 0px 2px 53px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000000]#000000[/URL]
}
.footer-bottom .copy{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=6f6f6f]#6f6f6f[/URL]
	width: 400px;
	float: left;
	text-shadow: 1px 1px 0 [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL]
}
.footer-bottom .wp{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=6f6f6f]#6f6f6f[/URL]
	width: 400px;
	float: right;
	text-align: right;
}
.footer-bottom .wp a{
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=fff]#fff[/URL]
	text-decoration: underline;
	text-shadow: 1px 1px 0 [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=000]#000[/URL]
}
.a2a_menu, .a2a_menu_inside {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border: none !important;
	-moz-box-shadow: 0px 0px 5px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=FFCC66]#FFCC66[/URL]
	-webkit-box-shadow: 0px 0px 5px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=FFCC66]#FFCC66[/URL]
	box-shadow: 0px 0px 5px [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=FFCC66]#FFCC66[/URL]
}
.a2a_menu{
	padding: 0 !important;
}
.notfound {
	text-align: center;
}
.notfound p{
	font-family: Georgia, serif;
	font-style: italic;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=666]#666[/URL]
}
.notfound h1{
	font-size:40px;
	font-weight: bold;
	color: [URL=http://forum.iyinet.com/usertag.php?do=list&action=hash&hash=376fb2]#376fb2[/URL]
}
 

MuendizZ

0
Onaylı Üye
Üye
Katılım
21 Aralık 2012
Mesajlar
116
Açılan Konu
1
Tepki puanı
1
hocam sitenin adresini versen ordan bi bakayım :)
 

RauL

0
Onaylı Üye
Üye
Katılım
1 Kasım 2007
Mesajlar
161
Açılan Konu
14
Tepki puanı
2
hocam siteyle cssnin alakası var mı :)
 

fRtkmR

0
Onaylı Üye
Üye
Katılım
9 Ocak 2011
Mesajlar
1,057
Açılan Konu
61
Tepki puanı
14
Konum
iStanbuL
iyinetin css'sinimi kullanıyosun bunun için ?
 

RauL

0
Onaylı Üye
Üye
Katılım
1 Kasım 2007
Mesajlar
161
Açılan Konu
14
Tepki puanı
2
iyinetin cssini kullanmıyorum, html olarak kodu ekleyince otomatik olarak iyinet olarak gözükmüş.
 

kuzgun

Onaylı Üye
Üye
Katılım
19 Temmuz 2008
Mesajlar
12,392
Açılan Konu
430
Tepki puanı
259
mozillanın firebug eklentisini kurun, konu içinden herhangi bir yazıyı mouse ile seçin sağ tıklayın seçeneklerden en alttakini tıklayın herşeyini döker ortaya
 

MuendizZ

0
Onaylı Üye
Üye
Katılım
21 Aralık 2012
Mesajlar
116
Açılan Konu
1
Tepki puanı
1
hocam siteyle cssnin alakası var mı :)

Aslında siteyle alakası şu, neredeki rengi değiştirmek istiyosanız oranın rengini [MENTION=18675]depresan[/MENTION] ında dediği gibi firebug ile bulup vermekti amacım :D. Ondan sitenin adresini istedim ;)

mozillanın firebug eklentisini kurun, konu içinden herhangi bir yazıyı mouse ile seçin sağ tıklayın seçeneklerden en alttakini tıklayın herşeyini döker ortaya
 

RauL

0
Onaylı Üye
Üye
Katılım
1 Kasım 2007
Mesajlar
161
Açılan Konu
14
Tepki puanı
2
evet firebugu kurdum ama yine bulamadım konu içindeki yazı rengini, sitede değiştirmediğim renk kalmadı bi o değişmedi, site gökkuşağı gibi oldu :)
 

BarışBey

1
Onaylı Üye
Üye
Katılım
17 Eylül 2010
Mesajlar
2,109
Açılan Konu
238
Tepki puanı
50
Renkleri bulmak için Colorpix programını kullanıyorum ben :)
 

RauL

0
Onaylı Üye
Üye
Katılım
1 Kasım 2007
Mesajlar
161
Açılan Konu
14
Tepki puanı
2
Muendizz arkadaşın yardımıyla sorunu çözdüm teşekkürler :)
 
Üst