Untitled

 avatar
unknown
plain_text
a year ago
1.0 kB
13
Indexable
/* Genel Tablo (BAŞLANGIÇ) */
.tablo-v1{width:250px;background:rgb(44, 44, 44);font-family:"Courier New", Courier, monospace;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow: hidden;}
.tablo-v1-baslik{color:white;font-weight:bold;padding:5px 10px;border-bottom:1px solid rgb(167, 159, 159);font-size:0.95rem;}
.tablo-v1-veriler{font-size:0.8rem;display:flex;justify-content:space-between;border-right:1px solid rgb(203, 203, 203);border-left:1px solid rgb(203, 203, 203);border-bottom:1px solid rgb(203, 203, 203);}
.tablo-v1-veriler .sag-sutun{width:60%;border-right:1px solid rgb(203, 203, 203);}
.tablo-v1-veriler .sol-sutun{width:40%;text-align:end;}
.tablo-v1-veriler .satir{padding:3px 0;background-color:white;}
.tablo-v1-veriler .satir:nth-child(even){background:rgb(234, 235, 234);}
.tablo-v1-veriler .sag-sutun .satir{padding-left:0.8em;}
.tablo-v1-veriler .sol-sutun .satir{padding-right:0.8em;}
/* Genel Tablo (BİTİŞ) */
Editor is loading...
Leave a Comment