Bu Css Sorununu Nasıl Çözerim?

topiko (1) 10 yıl önce sordu

Merhaba iki gündür boğuştuğum ve bir türlü çözüm üretemediğim bir sorunum var.

Wordpress tabanlı bir sistem kurdum ve cleanmag temasını kullanıyorum. Sitenin adresi: discepheci.gen.tr

Sorunum şu: anasayfada yer alan dış cephe başlıklı yazıda belirli yerlerde strong, italic gibi özellikler kullandım ancak bunlar yazı sayfasında görünürken anasayfada görünmüyor. Çok araştırdım ancak bir netice alamadım. Yazının bi ana sayfadaki haline bir de yazı sayfasındaki haline bakarsanız ne demek istediğimi daha iyi anlarsınız.

Yardımcı olacak arkadaşlara şimdiden teşekkür ederim.

Bunlar style.css dosyasının kodları.

 /*
Theme Name: CleanMag
Theme URI: http://www.wpexplorer.com
Description: CleanMag WordPress theme - Turkce Wptemalari.net
Author: AJ Clarke
Version: 1.0
License: Do as you wish with this theme!
*/

/*import 960 GS*/
@import url(css/960.css);

/*get google fonts*/
@import url(http://fonts.googleapis.com/css?family=Istok+Web:400,400italic,700,700italic);

/*-----------------------------------------------------------------------------------*
/* = Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}

/* Block elements */
header, hgroup, footer, section, article, aside {
	display: block;
}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

body {
    background: #E9E9E9 url(images/white-texture.png) repeat;
    font-size: 12px;
    line-height: 1.5em;
	letter-spacing: 0.5px;
    color: #717171;
    font-family: 'Istok Web', arial, serif;
}
a {
    text-decoration: none;
    color: #7da1bc;
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
a:hover {
    text-decoration: none;
	color: #ef4034;
}
a img{webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:hover img{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter: alpha(opacity=60);-moz-opacity: 0.6;-khtml-opacity: 0.6;opacity: 0.6;-}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
blockquote{
	background: #F9F9F9;
    margin: 30px 0px;
    padding: 20px;
    border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;}
.clear { clear: both }
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
.remove-margin { margin-right: 0 !important }

/*-----------------------------------------------------------------------------------*
/* = Structure
/*-----------------------------------------------------------------------------------*/

#main{
	margin-top:20px;
	padding-top: 0px !important;
}

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    color: #535353;
    line-height: 1.5em;
    text-transform: capitalize;
	font-weight: normal;
	text-shadow: 1px 1px 1px #CCC;
}
h1 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2em;
}
h2 { font-size: 18px }
h3 { font-size: 16px }
h4 { font-size: 14px; }
h2,
h3,
h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a { color: #535353 }
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #7da1bc; text-decoration: none; }
/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/

/*sticky*/
.sticky{}

/*gallery captio*/
.gallery-caption

/*by post author*/
.bypostauthor{}

/*aligns*/
.aligncenter{ display:block;  margin:0 auto}
.alignright{ float:right;  margin:10px 0 10px 10px}
.alignleft{ float:left;  margin:10px 10px 10px 0}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}

/*captions*/
.wp-caption{
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}
.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
}
.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

/*smiley reset*/
.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

/*blockquote*/
blockquote.left{
	margin-right:20px;
	text-align:right;
	margin-left:0;
	width:33%;
	float:left;
}
blockquote.right{
	margin-left:20px;
	text-align:left;
	margin-right:0;
	width:33%;
	float:right;
}

/* tag-cloud widget */
.tagcloud a {
	float: left;
	display: block;
	color: #717171;
    margin-left: 5px;
	margin-bottom: 5px;
    padding: 3px 7px;
	line-height: 1.3em;
    background: #e8e8e8;
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.tagcloud a:hover{
	background: #333;
	color: #FFF;
	text-decoration: none;
}
/* calendar widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wp-calendar thead { font-size: 12px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; }

/*-----------------------------------------------------------------------------------*
/* = Header
/*-----------------------------------------------------------------------------------*/
#header {
	margin-top: 30px;
	margin-bottom: 10px;
    position: relative;
	z-index: 99;
}
#logo {
    float: left;
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
}
#logo h2,
#logo h1 {
	color: #666;
    margin: 0 !important;
    line-height: 1em !important;
    font-size: 36px;
    font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	letter-spacing: 2px;
}
#logo h2 a,
#logo h1 a {
    color: #909090;
    text-decoration: none;
}
#logo h2 a:hover,
#logo h1 a:hover { color: #000 }

#top-ad{
	position: absolute;
	right: 0px;
}

/*-----------------------------------------------------------------------------------*
/* = Navigation
/*-----------------------------------------------------------------------------------*/
#navigation {
	background: #FFF;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
#navigation a {
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
/*** ESSENTIAL Navigation Style ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 40px; /* match top ul list item height */
    z-index: 99;
	background: #1F1F1E;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
/*** navigation skin ***/
.sf-menu {
    float: left;
    margin-bottom: 1em;
}
.sf-menu a {
    color: #5c5c5c;
    padding: 0 15px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-transform: capitalize;
}
.sf-menu a:focus,
.sf-menu a:hover{
    color: #FFF;
	background: #333; 
}
li.sfHover { color: #333 }
.sf-menu li li {text-transform: none; }
.sf-menu li li li { background: #333 }
.sf-menu ul a {
	color: #CCC;
	padding: 0 1.2em;
	height: 35px;
	line-height: 35px;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    width: 9px;
    height: 5px;
    text-indent: -999em;
    overflow: hidden;
    background: url('images/arrows-down.png');
}
a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 18px;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -9px 0px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    top: 1px;
    width: 5px;
    height: 9px;
    background: url('images/arrows-side.png');
}
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0 }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -5px 0; /* arrow hovers for modern browsers*/
}
/*-----------------------------------------------------------------------------------*
/* = Featured Slider
/*-----------------------------------------------------------------------------------*/

/* ---------------------- Featured Slider -------------------------- */
#featured{padding: 20px; padding-right: 280px; position:relative; background: #FFF; height:260px; margin-top: 20px;  border-bottom: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd;}
#featured ul.ui-tabs-nav{position:absolute; top:20px; right: 20px; list-style:none; padding:0; margin:0; width:270px;}
#featured ul.ui-tabs-nav li{ color:#666;}
#featured ul.ui-tabs-nav li img{float:left; margin-right: 10px;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter: alpha(opacity=60);-moz-opacity: 0.6;-khtml-opacity: 0.6;opacity: 0.6;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
#featured ul.ui-tabs-nav li p{ font-size: 16px; margin: 0px; padding: 0px; }
#featured li.ui-tabs-nav-item a{display:block; height: 59px; color: #535353; margin-bottom: 4px; padding-bottom: 2px; border-bottom: 1px dashed #888888; }
#featured li.ui-tabs-nav-item a.remove-border{ border: none !important; }
#featured li.ui-tabs-nav-item a:hover,
#featured li.ui-tabs-selected{ color: #7da1bc; text-decoration: none; }
#featured li.ui-tabs-nav-item a:hover img,
#featured li.ui-tabs-selected img{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;filter: alpha(opacity=100) !important;-moz-opacity: 1 !important;-khtml-opacity: 1 !important;opacity: 1 !important;}
#featured li.ui-tabs-selected p{ color: #7da1bc !important; }
#featured .ui-tabs-panel{width:635px; height:260px; position:relative}
#featured .ui-tabs-panel .info{position:absolute; bottom: 20px; left:0; background:#FFF;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8; color: #000; padding: 10px 20px;}
#featured .info a{text-decoration:none; color:#535353}
#featured .info a:hover{text-decoration: none; color: #000; }
#featured .ui-tabs-hide{display:none}

/*-----------------------------------------------------------------------------------*
/* = Posts & Pages
/*-----------------------------------------------------------------------------------*/
.entry {
	margin-bottom: 20px;
	padding: 20px;
	background: #FFF;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	text-align: justify;
}
.entry ul,
.entry ol {
    margin-left: 50px;
    margin-bottom: 10px;
}
h2.entry-title{
	margin-top: 0px;
	margin-bottom: 5px;
}
/*thumbnail*/
.post-thumbnail{
	margin-bottom: 10px;
}
/*post meta*/
.post-meta{
    font-size: 12px;
    color: #999;
	padding: 7px 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-top: 1px dashed #c2c2c2;
	border-bottom: 1px dashed #c2c2c2;
}
.post-meta span{
	padding-left: 20px;
	margin-right: 10px;
}
.meta-date{ background: url(images/date.png) left no-repeat; }
.meta-category{ background: url(images/category.png) left no-repeat; }
.meta-author{ background: url(images/author.png) left no-repeat; }
.meta-permalink{ background: url(images/permalink.png) left no-repeat; }
.post-meta-single {
	margin-bottom: 20px;
}
/*post tags*/
.post-tags {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
}
.post-tags a {
	float: left;
	display: block;
	color: #717171;
    margin-left: 5px;
	margin-bottom: 5px;
    padding: 3px 7px;
	line-height: 1.3em;
    background: #e8e8e8;
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.post-tags a:hover{
	background: #333;
	color: #FFF;
	text-decoration: none;
}
/*titles*/
.entry h1 { margin-bottom: 0px }
.post h2 {
    line-height: 1.2em;
    margin: 0 !important;
    font-size: 21px;
}
.page-title {
	margin-bottom: 20px !important;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}
/*sub description*/
#sub-description{
	font-size: 14px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #CCC;
}
#sub-description p{
	margin: 0;
	padding: 0;
}
/*post navigation*/
#single-nav{margin-bottom: 20px;}
#single-nav-left{float: left; width: 50%;}
#single-nav-right{float: right; width: 50%; text-align: right;}

#single-nav-left a{
	float: left;
}
#single-nav-right a{
	float: right !important;
}

/*-----------------------------------------------------------------------------------*
/* = Post Author Section
/*-----------------------------------------------------------------------------------*/
#post-author {
    margin: 30px 0px;
}
#post-author .avatar {
    float: left;
    margin-right: 20px;
	margin-bottom: 20px;
}
#post-author h4{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
	margin-left: 70px;
}

/*-----------------------------------------------------------------------------------*
/* = Pagination
/*-----------------------------------------------------------------------------------*/
.pagination
{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.pagination a,
.pagination span
{
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
	background: #FFF;
	color: #666;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.pagination a:hover,
.pagination span.current
{
    text-decoration: none;
	color: #FFF;
	background: #333;
}

/*-----------------------------------------------------------------------------------*
/* = Comments
/*-----------------------------------------------------------------------------------*/
#comments {
	padding: 20px;
	background: #FFF;
	border-top: 2px solid #DDD;
	text-align: center;
}
#commentsbox { margin-top: 30px }
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin-left: 0 !important;
}
#commentsbox li { margin-bottom: 30px }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 50px }
.children li.depth-3 { margin: 0 0 0px 50px }
.children li.depth-4 { margin: 0 0 0px 50px }
.children li.depth-5 { margin: 0 0 0px 50px }
.comment-body {
    background: #FFF;
    position: relative;
	padding: 20px;
	background: #FFF;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
#commentsbox .avatar {
	float: left;
	margin-right: 30px;
}
.comment-author {
    font-size: 14px;
    color: #000;
    line-height: 1em;
	margin-bottom: 5px;
}
.says { display: none }
.comment-meta{
	font-size: 10px;
}
.comment-meta a {
    margin-bottom: 10px;
    font-style: italic;
    color: #666;
}
.comment-reply-link {
}
.comment-reply-link:hover{
}
.cancel-comment-reply a {
    color: #F00;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover{
	text-decoration: underline;
}

#respond {
	margin: 40px 0 15px;
	padding: 20px;
	background: #FFF;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
#comments-respond {
    margin: 0 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
    clear: both;
}
#commentform label {
    display: block;
    font-size: 11px;
}
#commentform input {
    margin-bottom: 10px;
    width: 40%;
}
#commentform textarea {
    margin-top: 10px;
    display: block;
    width: 70%;
}
#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
    background: #e8e8e8;
    position: relative;
    padding: 5px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-shadow: 1px 1px 1px #FFF;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	background: #F2F2F2;
}
#commentSubmit {
	cursor: pointer;
	font-size: 12px;
	color: #969696;
	padding: 5px 0px;
	width: 100px !important;
	background: -moz-linear-gradient( top, #f2f2f2 0%, #dbdbdb);
	background: -webkit-gradient( linear, left top, left bottom,  from(#f2f2f2), to(#dbdbdb));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
}
#commentSubmit:hover { background: #EEE !important }
#commentSubmit {
	border: 1px solid #6587a2;
   background: #799db9;
   background: -webkit-gradient(linear, left top, left bottom, from(#92b1c8), to(#799db9));
   background: -webkit-linear-gradient(top, #92b1c8, #799db9);
   background: -moz-linear-gradient(top, #92b1c8, #799db9);
   background: -ms-linear-gradient(top, #92b1c8, #799db9);
   background: -o-linear-gradient(top, #92b1c8, #799db9);
   padding: 8px 16px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #FFF;
   text-decoration: none;
   vertical-align: middle;
}
#commentSubmit:hover {
   border-top-color: #799db9 !important;
   background: #799db9 !important;
   color: #ffffff;
}
#commentSubmit:active {
   border-top-color: #7094b1 !important;
   background: #7094b1 !important;
}

/*-----------------------------------------------------------------------------------*
/* = Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
	float: right;
}
.sidebar-box {
	margin-bottom: 20px;
	padding: 20px;
	background: #FFF;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.sidebar-box h4 {
    border-bottom: 1px dashed #CCC;
    padding-bottom: 5px;
	margin-top: 0px !important;
    margin-bottom: 15px;
}
.sidebar-box ul {
    list-style: none;
}
.sidebar-box li{
	margin-bottom: 5px;
}

/*-----------------------------------------------------------------------------------*
/* = Copyright
/*-----------------------------------------------------------------------------------*/
#copyright-wrap{
	width: 100%;
	background: #FFF;
	border-top: 1px solid #d7d7d7;
	margin-top: 5px;
}
#copyright {
    padding: 10px 0;
    text-align: right;
    font-size: 10px;
}
#copyright a{
	color: #999;
}
#copyright a:hover{
	color: #333;
	text-decoration: underline;
}
/*-----------------------------------------------------------------------------------*
/* = Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 250px;
}
#search {
    position: relative;
    width: 210px;
    padding: 10px 30px 10px 10px;
    outline: none;
	background: #e8e8e8;
    border: 1px solid #CCC;
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
}
#search:focus { }
#searchsubmit {
    position: absolute;
    right: 10px;
    top: 12px;
    background: url(images/search.png) no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*
/* Main Shortcodes
/*-----------------------------------------------------------------------------------*/

/*columns*/
.one-half{ width:48%; }
.one-third{ width:30.66%; }
.two-third{ width:65.33%; }
.one-fourth{ width:22%; }
.three-fourth{ width:74%; }
.one-fifth{ width:16.8%; }
.one-sixth{ width:13.33%; }
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
	position:relative; margin-right:4%; float:left;
}


.column-last{margin-right: 0px;}
.column-first{margin-left: 0px;}

/*box shortcodes*/
.box-shortcode {
    margin: 5px 0px;
    color: #666;
    padding: 10px;
}
.box-red {
    background-color: #FFB8B8;
    border: 1px solid #FF8C8C;
    color: #BF2F2F;
}
.box-yellow {
    background-color: #FFC;
    border: 1px solid #FC6;
    color: #960;
}
.box-green {
    background-color: #CF9;
    border: 1px solid #9C0;
    color: #360;
}
.box-blue {
    background-color: #D1F2F5;
    border: 1px solid #AFDEE2;
    color: #38878E;
}
/*highlights*/
.text-highlight { padding: 2px }
.highlight-yellow,
.highlight-yellow a {
    background-color: #FFF7A8;
    color: #695D43;
}
.highlight-pink,
.highlight-pink a {
    background-color: #F7DEEB;
    color: #724473;
}
.highlight-purple,
.highlight-purple a {
    background-color: #E0DBF6;
    color: #5C5577;
}
.highlight-blue,
.highlight-blue a {
    background-color: #D7F0FF;
    color: #2A67A4;
}
.highlight-green,
.highlight-green a {
    background-color: #E7FFCE;
    color: #47630A;
}
.highlight-red,
.highlight-red a {
    background: #FFCEBE;
    color: #A22121;
}
.highlight-gray,
.highlight-gray a {
    background-color: #EBEBEB;
    color: #787777;
}

/*buttons*/
.btn-shortcode {
    display: inline-block;
    nowhitespace: afterproperty;
	zoom: 1;
	*display:inline;
	vertical-align:baseline;
	margin:0 2px 5px;
	outline:none;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	padding: 0px 20px;
	height: 35px;
	line-height: 35px;
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
}
.btn-shortcode:hover {
    text-decoration: none;
    color: #FFF;
}
.btn-shortcode:active {
    position: relative;
    top: 1px;
    color: #FFF;
}
/* black */
.buttonblack {
    color: #d7d7d7 !important;
    border: solid 1px #333;
    background: #333;
    background: -webkit-gradient(linear,left top,left bottom,from(#666),to(#000));
    background: -moz-linear-gradient(top, #666, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666',endColorstr='#000');
}
.buttonblack:hover {
    background: #000;
    background: -webkit-gradient(linear,left top,left bottom,from(#444),to(#000));
    background: -moz-linear-gradient(top, #444, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444',endColorstr='#000');
}
.buttonblack:active {
    color: #666;
    background: -webkit-gradient(linear,left top,left bottom,from(#000),to(#444));
    background: -moz-linear-gradient(top, #000, #444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000',endColorstr='#666');
}
/* gray */
.buttongray {
    color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear,left top,left bottom,from(#888),to(#575757));
    background: -moz-linear-gradient(top, #888, #575757);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888',endColorstr='#575757');
}
.buttongray:hover {
    background: #616161;
    background: -webkit-gradient(linear,left top,left bottom,from(#757575),to(#4b4b4b));
    background: -moz-linear-gradient(top, #757575, #4b4b4b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575',endColorstr='#4b4b4b');
}
.buttongray:active {
    color: #afafaf;
    background: -webkit-gradient(linear,left top,left bottom,from(#575757),to(#888));
    background: -moz-linear-gradient(top, #575757, #888);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757',endColorstr='#888');
}
/* white */
.buttonwhite {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#ededed');
}
.buttonwhite:hover {
    color: #606060;
    background: #ededed;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dcdcdc));
    background: -moz-linear-gradient(top, #fff, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#dcdcdc');
}
.buttonwhite:active {
    color: #999;
    background: -webkit-gradient(linear,left top,left bottom,from(#ededed),to(#fff));
    background: -moz-linear-gradient(top, #ededed, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#fff');
}
/* orange */
.buttonorange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear,left top,left bottom,from(#faa51a),to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a',endColorstr='#f47a20');
}
.buttonorange:hover {
    background: #f47c20;
    background: -webkit-gradient(linear,left top,left bottom,from(#f88e11),to(#f06015));
    background: -moz-linear-gradient(top, #f88e11, #f06015);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11',endColorstr='#f06015');
}
.buttonorange:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear,left top,left bottom,from(#f47a20),to(#faa51a));
    background: -moz-linear-gradient(top, #f47a20, #faa51a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20',endColorstr='#faa51a');
}
/* red */
.buttonred {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear,left top,left bottom,from(#ed1c24),to(#aa1317));
    background: -moz-linear-gradient(top, #ed1c24, #aa1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24',endColorstr='#aa1317');
}
.buttonred:hover {
    background: #b61318;
    background: -webkit-gradient(linear,left top,left bottom,from(#c9151b),to(#a11115));
    background: -moz-linear-gradient(top, #c9151b, #a11115);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b',endColorstr='#a11115');
}
.buttonred:active {
    color: #de898c;
    background: -webkit-gradient(linear,left top,left bottom,from(#aa1317),to(#ed1c24));
    background: -moz-linear-gradient(top, #aa1317, #ed1c24);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317',endColorstr='#ed1c24');
}
/* blue */
.buttonblue {
    color: #FFF;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee',endColorstr='#0078a5');
}
.buttonblue:hover {
    background: #007ead;
    background: -webkit-gradient(linear,left top,left bottom,from(#0095cc),to(#00678e));
    background: -moz-linear-gradient(top, #0095cc, #00678e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc',endColorstr='#00678e');
}
.buttonblue:active {
    color: #80bed6;
    background: -webkit-gradient(linear,left top,left bottom,from(#0078a5),to(#00adee));
    background: -moz-linear-gradient(top, #0078a5, #00adee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5',endColorstr='#00adee');
}
/* rosy */
.buttonrosy {
    color: #fae7e9;
    border: solid 1px #b73948;
    background: #da5867;
    background: -webkit-gradient(linear,left top,left bottom,from(#f16c7c),to(#bf404f));
    background: -moz-linear-gradient(top, #f16c7c, #bf404f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c',endColorstr='#bf404f');
}
.buttonrosy:hover {
    background: #ba4b58;
    background: -webkit-gradient(linear,left top,left bottom,from(#cf5d6a),to(#a53845));
    background: -moz-linear-gradient(top, #cf5d6a, #a53845);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a',endColorstr='#a53845');
}
.buttonrosy:active {
    color: #dca4ab;
    background: -webkit-gradient(linear,left top,left bottom,from(#bf404f),to(#f16c7c));
    background: -moz-linear-gradient(top, #bf404f, #f16c7c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f',endColorstr='#f16c7c');
}
/* green */
.buttongreen {
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
    background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f',endColorstr='#4e7d0e');
}
.buttongreen:hover {
    background: #538018;
    background: -webkit-gradient(linear,left top,left bottom,from(#6b9d28),to(#436b0c));
    background: -moz-linear-gradient(top, #6b9d28, #436b0c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28',endColorstr='#436b0c');
}
.buttongreen:active {
    color: #a9c08c;
    background: -webkit-gradient(linear,left top,left bottom,from(#4e7d0e),to(#7db72f));
    background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e',endColorstr='#7db72f');
}
/* pink */
.buttonpink {
    color: #feeef5;
    border: solid 1px #d2729e;
    background: #f895c2;
    background: -webkit-gradient(linear,left top,left bottom,from(#feb1d3),to(#f171ab));
    background: -moz-linear-gradient(top, #feb1d3, #f171ab);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3',endColorstr='#f171ab');
}
.buttonpink:hover {
    background: #d57ea5;
    background: -webkit-gradient(linear,left top,left bottom,from(#f4aacb),to(#e86ca4));
    background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb',endColorstr='#e86ca4');
}
.buttonpink:active {
    color: #f3c3d9;
    background: -webkit-gradient(linear,left top,left bottom,from(#f171ab),to(#feb1d3));
    background: -moz-linear-gradient(top, #f171ab, #feb1d3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab',endColorstr='#feb1d3');
}

 

Bunlar da 960.css dosyasının kodları


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_24 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16,
.push_17, .pull_17,
.push_18, .pull_18,
.push_19, .pull_19,
.push_20, .pull_20,
.push_21, .pull_21,
.push_22, .pull_22,
.push_23, .pull_23,
.push_24, .pull_24 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/


.container_24 .grid_1 {
	width:10px;
}

.container_24 .grid_2 {
	width:50px;
}

.container_24 .grid_3 {
	width:90px;
}

.container_24 .grid_4 {
	width:130px;
}

.container_24 .grid_5 {
	width:170px;
}

.container_24 .grid_6 {
	width:210px;
}

.container_24 .grid_7 {
	width:250px;
}

.container_24 .grid_8 {
	width:290px;
}

.container_24 .grid_9 {
	width:330px;
}

.container_24 .grid_10 {
	width:370px;
}

.container_24 .grid_11 {
	width:410px;
}

.container_24 .grid_12 {
	width:450px;
}

.container_24 .grid_13 {
	width:490px;
}

.container_24 .grid_14 {
	width:530px;
}

.container_24 .grid_15 {
	width:570px;
}

.container_24 .grid_16 {
	width:610px;
}

.container_24 .grid_17 {
	width:650px;
}

.container_24 .grid_18 {
	width:690px;
}

.container_24 .grid_19 {
	width:730px;
}

.container_24 .grid_20 {
	width:770px;
}

.container_24 .grid_21 {
	width:810px;
}

.container_24 .grid_22 {
	width:850px;
}

.container_24 .grid_23 {
	width:890px;
}

.container_24 .grid_24 {
	width:930px;
}




/* Prefix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/


.container_24 .prefix_1 {
	padding-left:40px;
}

.container_24 .prefix_2 {
	padding-left:80px;
}

.container_24 .prefix_3 {
	padding-left:120px;
}

.container_24 .prefix_4 {
	padding-left:160px;
}

.container_24 .prefix_5 {
	padding-left:200px;
}

.container_24 .prefix_6 {
	padding-left:240px;
}

.container_24 .prefix_7 {
	padding-left:280px;
}

.container_24 .prefix_8 {
	padding-left:320px;
}

.container_24 .prefix_9 {
	padding-left:360px;
}

.container_24 .prefix_10 {
	padding-left:400px;
}

.container_24 .prefix_11 {
	padding-left:440px;
}

.container_24 .prefix_12 {
	padding-left:480px;
}

.container_24 .prefix_13 {
	padding-left:520px;
}

.container_24 .prefix_14 {
	padding-left:560px;
}

.container_24 .prefix_15 {
	padding-left:600px;
}

.container_24 .prefix_16 {
	padding-left:640px;
}

.container_24 .prefix_17 {
	padding-left:680px;
}

.container_24 .prefix_18 {
	padding-left:720px;
}

.container_24 .prefix_19 {
	padding-left:760px;
}

.container_24 .prefix_20 {
	padding-left:800px;
}

.container_24 .prefix_21 {
	padding-left:840px;
}

.container_24 .prefix_22 {
	padding-left:880px;
}

.container_24 .prefix_23 {
	padding-left:920px;
}



/* Suffix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/


.container_24 .suffix_1 {
	padding-right:40px;
}

.container_24 .suffix_2 {
	padding-right:80px;
}

.container_24 .suffix_3 {
	padding-right:120px;
}

.container_24 .suffix_4 {
	padding-right:160px;
}

.container_24 .suffix_5 {
	padding-right:200px;
}

.container_24 .suffix_6 {
	padding-right:240px;
}

.container_24 .suffix_7 {
	padding-right:280px;
}

.container_24 .suffix_8 {
	padding-right:320px;
}

.container_24 .suffix_9 {
	padding-right:360px;
}

.container_24 .suffix_10 {
	padding-right:400px;
}

.container_24 .suffix_11 {
	padding-right:440px;
}

.container_24 .suffix_12 {
	padding-right:480px;
}

.container_24 .suffix_13 {
	padding-right:520px;
}

.container_24 .suffix_14 {
	padding-right:560px;
}

.container_24 .suffix_15 {
	padding-right:600px;
}

.container_24 .suffix_16 {
	padding-right:640px;
}

.container_24 .suffix_17 {
	padding-right:680px;
}

.container_24 .suffix_18 {
	padding-right:720px;
}

.container_24 .suffix_19 {
	padding-right:760px;
}

.container_24 .suffix_20 {
	padding-right:800px;
}

.container_24 .suffix_21 {
	padding-right:840px;
}

.container_24 .suffix_22 {
	padding-right:880px;
}

.container_24 .suffix_23 {
	padding-right:920px;
}



/* Push Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/


.container_24 .push_1 {
	left:40px;
}

.container_24 .push_2 {
	left:80px;
}

.container_24 .push_3 {
	left:120px;
}

.container_24 .push_4 {
	left:160px;
}

.container_24 .push_5 {
	left:200px;
}

.container_24 .push_6 {
	left:240px;
}

.container_24 .push_7 {
	left:280px;
}

.container_24 .push_8 {
	left:320px;
}

.container_24 .push_9 {
	left:360px;
}

.container_24 .push_10 {
	left:400px;
}

.container_24 .push_11 {
	left:440px;
}

.container_24 .push_12 {
	left:480px;
}

.container_24 .push_13 {
	left:520px;
}

.container_24 .push_14 {
	left:560px;
}

.container_24 .push_15 {
	left:600px;
}

.container_24 .push_16 {
	left:640px;
}

.container_24 .push_17 {
	left:680px;
}

.container_24 .push_18 {
	left:720px;
}

.container_24 .push_19 {
	left:760px;
}

.container_24 .push_20 {
	left:800px;
}

.container_24 .push_21 {
	left:840px;
}

.container_24 .push_22 {
	left:880px;
}

.container_24 .push_23 {
	left:920px;
}



/* Pull Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/


.container_24 .pull_1 {
	left:-40px;
}

.container_24 .pull_2 {
	left:-80px;
}

.container_24 .pull_3 {
	left:-120px;
}

.container_24 .pull_4 {
	left:-160px;
}

.container_24 .pull_5 {
	left:-200px;
}

.container_24 .pull_6 {
	left:-240px;
}

.container_24 .pull_7 {
	left:-280px;
}

.container_24 .pull_8 {
	left:-320px;
}

.container_24 .pull_9 {
	left:-360px;
}

.container_24 .pull_10 {
	left:-400px;
}

.container_24 .pull_11 {
	left:-440px;
}

.container_24 .pull_12 {
	left:-480px;
}

.container_24 .pull_13 {
	left:-520px;
}

.container_24 .pull_14 {
	left:-560px;
}

.container_24 .pull_15 {
	left:-600px;
}

.container_24 .pull_16 {
	left:-640px;
}

.container_24 .pull_17 {
	left:-680px;
}

.container_24 .pull_18 {
	left:-720px;
}

.container_24 .pull_19 {
	left:-760px;
}

.container_24 .pull_20 {
	left:-800px;
}

.container_24 .pull_21 {
	left:-840px;
}

.container_24 .pull_22 {
	left:-880px;
}

.container_24 .pull_23 {
	left:-920px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

 

Toplam 2 cevap


ergin (2539) 10 yıl önce cevapladı

Muhtemelen verdiğiniz CSS özelliklerinin üzerine yazan baskın başka CSS kuralları mevcut.

Bunun önüne geçmek için inline yani satır için CSS kuralı yazabilirsiniz. Örneğin editör ekranında HTML bölüme geçin

<h2 class="entry-title" style="font-style:italic"><a href="#" title="Dış Cephe">Dış Cephe</a></h2>

yukarıdaki gibi satır için 

style="font-style:italic"

CSS kodunu yazın ve eklemek istediğiniz diğer özellikleri. Bu şekilde sizin yazdığınız kural daha baskın hale gelir.

Düzeltme:
Google Font kullanılmış.  Google Istok Web Fontu Bold ve italik olarak görünümü bu şekilde:
Google Istok Web Font

Bu font bold ve italik yazıldığında daha açık görünüyor.

Öncelikle Türkçe karaklerlerde sorun yaşamamak için latin-ext kodlamasını dahil etmelisiniz. 

CSS kodunuzun en üst bölümünü  /*Get google fonts yazan alanı şu şekilde değiştirin:
Ş,İ,Ğ gibi karaklerde sorun yaşamazsınız.

/*get google fonts*/
@import url(http://fonts.googleapis.com/css?family=Istok+Web:400,700,700italic&subset=latin,latin-ext);

Aynı zamanda tüm h2 etiketlerini italik ve bold yapmak için şunu kullanın:

h2.entry-title{
	margin-top: 0px;
	margin-bottom: 5px;
    font-weight:700;
    font-style:italic;
    
}

strong mantıksal bit etikettir yani aslında bold ile aynı değildir. Dış Cephe yazısını strong yapmak için

<strong>Dış Cephe</strong>

olarak düzeltin. Bunun anlamı "bu alan önemlidir, vurgulanmıştır" demektir. Strong görünümden daha çok arama motorlarına verdiği anlam itibarı ile önemlidir.

Sonuç olarak kullandığınız google fontunun bold görünümü bu şekilde.

topiko (1) 10 yıl önce cevapladı

Öncelikle zaman ayırdığınız için teşekkür ederim Ergin Bey.

Söylediğiniz gibi editör ekranında h2'ye entry-title class ını tanımlıyorum ancak sorun ortadan kalkmıyor. Bu durumda ne yapabilirim?

ergin 10 yıl önce

class ifadesinden sonraki style satırını eklemelisiniz. Sanırım yanlış anladınız.

topiko 10 yıl önce

Söylediğiniz şekilde de yaptım ancak değişen bir şey olmadı. Son olarak sizden şöyle bir yardım isteyeceğim. Sorunun esas kaynağı olan baskın css kurallarını nasıl ortadan kaldırabilirim? Bu konuda da yol gösterebilirseniz çok memnun olabilirim. İsterseniz css kodlarını paylaşabilirim.

ergin 10 yıl önce

Sizin sitenizde ben firebug kullanarak italik olarak basligi yazdirmiştim. CSS kodlarını sorunuzun içine eklerseniz çok iyi olur

topiko 10 yıl önce

Ergin Bey size çok zahmet verdim kusuruma bakmayın. Her şey için çok teşekkür ederim. Kodları ekledim zaman ayırıp incelerseniz size minnettar kalırım.

ergin 10 yıl önce

Cevabını düzenledim. umarım faydası olur.