07-24-2014, 09:04 PM 
	
	
	Admin KP - Şablon & Stil - Kullandığınız Tema - Css ekleye tıklıyoruz:
Dosya Adı : OvalTablo.css
İlişkilendirilen : Genel
Kendi içeriğimi Yaza tıklıyoruz aşağıdaki kodu ekliyoruz..
	Dosya Adı : OvalTablo.css
İlişkilendirilen : Genel
Kendi içeriğimi Yaza tıklıyoruz aşağıdaki kodu ekliyoruz..
Kod:  
tr td.trow1:first-child,
 tr td.trow2:first-child,
 tr td.trow_shaded:first-child {
     border-left: 0;
 }
 tr td.trow1:last-child,
 tr td.trow2:last-child,
 tr td.trow_shaded:last-child {
     border-right: 0;
 }
 .tborder {
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
 }
 .thead,
 .rounded_top {
     -moz-border-radius-topleft: 6px;
     -moz-border-radius-topright: 6px;
     -webkit-border-top-left-radius: 6px;
     -webkit-border-top-right-radius: 6px;
     border-top-left-radius: 6px;
     border-top-right-radius: 6px;
 }
 .tfoot,
 .rounded_bottom {
     -moz-border-radius-bottomleft: 6px;
     -moz-border-radius-bottomright: 6px;
     -webkit-border-bottom-left-radius: 6px;
     -webkit-border-bottom-right-radius: 6px;
     border-bottom-left-radius: 6px;
     border-bottom-right-radius: 6px;
 }
 input.textbox,
 select,
 textarea,
 .editor_control_bar,
 fieldset,
 .popup_menu {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
 }
 .popup_menu .popup_item_container:first-child .popup_item {
     -moz-border-radius-topleft: 4px;
     -moz-border-radius-topright: 4px;
     -webkit-border-top-left-radius: 4px;
     -webkit-border-top-right-radius: 4px;
     border-top-left-radius: 4px;
     border-top-right-radius: 4px;    
 }
 .popup_menu .popup_item_container:last-child .popup_item {
     -moz-border-radius-bottomleft: 4px;
     -moz-border-radius-bottomright: 4px;
     -webkit-border-bottom-left-radius: 4px;
     -webkit-border-bottom-right-radius: 4px;
     border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;
 }
 .pagination a {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
 }eXpertBoss
☪

 
 

 
![[-] [-]](http://expertboss2.10tl.net/images/collapse.png)
 Anahtar Kelimeler:
 Anahtar Kelimeler:  Konu İsmi:  Css ile tema köşelerini, tabloları ovalleyelim - MyBB
 Konu İsmi:  Css ile tema köşelerini, tabloları ovalleyelim - MyBB  Yazar:  #Captain
 Yazar:  #Captain