.yorum_baslik {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
font-style: normal;
border-top-color: #666666;
padding-top: 5px;
padding-bottom: 5px;
background-color: #006699;
display: block;
padding-left: 10px;
margin-bottom: 5px;
margin-top: 10px;
}
.diger_haber_baslik {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
font-style: normal;
border-top-color: #666666;
padding-top: 5px;
padding-bottom: 5px;
background-color: #FF9900;
display: block;
padding-left: 10px;
margin-bottom: 5px;
margin-top: 10px;
}
.li_diger_haber {
list-style-type: circle;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
font-style: normal;
}
.li_yorum {
list-style-type: square;
}
.ul_yorum {
margin-top: 3px;
margin-bottom: 10px;
}
.menu_baslik {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #336666;
text-decoration: none;
}
.menu_baslik_k {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #FF0000;
text-decoration: none;
}
.en_aktif {
background-color: #8893F4;
background-position: center center;
text-align: center;
display: block;
padding: 4px;
width: 130px;
border: thin dashed #000066;
}
.a_en_aktif {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
.kutu_mp {
width: 130px;
border: thin dotted #FF9900;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-align: center;
text-indent: 4px;
margin-top: 8px;
margin-bottom: 8px;
padding: 5px;
}
.mp_kutu_baslik {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
background-color: #FF9900;
background-position: center center;
display: block;
padding: 4px;
text-align: center;
}
.kutu_sl {
width: 130px;
border: thin dotted #cccc66;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-align: center;
text-indent: 4px;
margin-top: 8px;
margin-bottom: 8px;
padding: 5px;
}
.sl_kutu_baslik {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
background-color: #cccc66;
background-position: center center;
display: block;
padding: 4px;
text-align: center;
}
.kutu_ay {
width: 130px;
border: thin dotted #ff6600;
text-align: center;
text-indent: 4px;
margin-top: 8px;
margin-bottom: 8px;
padding: 5px;
}
.ay_kutu_baslik {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
background-color: #ff6600;
background-position: center center;
display: block;
padding: 4px;
text-align: center;
}
.kutu_yazi {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.kutu_gs {
width: 130px;
border: thin dotted #BBFF77;
text-indent: 4px;
margin-top: 8px;
margin-bottom: 8px;
padding: 5px;
}
.gs_kutu_baslik {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
background-color: #BBFF77;
background-position: center center;
display: block;
padding: 4px;
text-align: center;
}
.kutu_tb {
width: 130px;
border: thin dotted #336666;
margin-top: 8px;
margin-bottom: 8px;
padding: 5px;
}
.tb_kutu_baslik {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ffffff;
background-color: #336666;
background-position: center center;
display: block;
padding: 4px;
text-align: center;
}
.kutu_yazarlar {
width: 130px;
border: thin dotted #FFB66C;
margin-top: 8px;
margin-bottom: 8px;
padding: 5px;
}
.yazarlar_kutu_baslik {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ffffff;
background-color: #FF9D3C;
background-position: center center;
display: block;
padding: 4px;
text-align: center;
}
ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
margin: 0;
padding: 0;
cursor: default;
list-style-type: none;
}
ul.nav{
width: 20ex;
/*Optional, to make the navigation bar positions on the left of the content*/
float: left;
margin-right: 1em;
}
ul.nav>li{
margin: 0;
padding: 2px 6px;
}
ul.nav li>ul{
/*Make the sub list items invisible*/
display: none;
position: absolute;
width: 20ex;
left: 20ex;
margin-top: -1.4em;
margin-left: 9px;
}
ul.nav li:hover>ul{
/*When hovered, make them appear*/
display : block;
}
.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
display: block;
padding: 2px 10px;
}
/*** Menu styles (customizable) ***/
ul.nav,
.nav ul,
.nav ul li a{
background-color: #fff;
color: #369;
}
ul.nav li:hover,
.nav ul li a:hover{
background-color: #369;
color: #fff;
}
ul.nav li:active,
.nav ul li a:active{
background-color: #036;
color: #fff;
}
ul{
border: 0px solid #369;
}
.nav a{
text-decoration: none;
}