tolgaaaltas css kodları ve info. Ayrıca aynı sorunu flarumtr de yaşıyorum
.DiscussionListItem-content {
border-bottom: 1px solid #e8ecf3;
}
// ----- SCROLLBAR CSS ------------
/* The emerging W3C standard
that is currently Firefox-only */
* {
scrollbar-width: thin;
scrollbar-color: rgb(126, 113, 133, 0.1) transparent;
}
/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
width: 4px;
}
*::-webkit-scrollbar-track {
background: transparent;
}
*::-webkit-scrollbar-thumb {
background-color: rgb(126, 113, 133, 0.1);
border-radius: 2px;
border: 0px solid #7e798f;
}
// footer kısmı ----------------------
.flarumfooter {
background-position-y: 0px !important;
background-position: center;
background-repeat: no-repeat;
position: relative;
padding: 15px;
background: -webkit-linear-gradient(to right, #243135, #3e5359);
background: linear-gradient(to right, #243135, #3e5359);
text-align: center;
}
.flarumfooter a {
font-family : inherit;
font-weight: 600;
text-decoration: none;
color: #fff;
}
.logo-holder { padding: 10px; border-top: 1px solid rgba(255,255,255,0.2);}
.logo-holder img {
max-width: 210px;
}
.text-holder ul li {
display: inline-block;
padding: 0 16px;
position: relative;
font-size: 14px;
}
.text-holder ul li:after {
content: '';
display: block;
width: 1px;
height: 12px;
background-color: #fff;
position: absolute;
right: 0;
top: 4px;
}
.text-holder ul li:last-child:after {
display: none;
}
.foot {
font-size: 12px;
color: #ffffffad;
background: -webkit-linear-gradient(to right, #243135, #3e5359);
background: linear-gradient(to right, #243135, #3e5359);
padding: 10px;
line-height: 14px;
text-align: center;
font-weight: 600;
}
@media only screen and (max-width: 600px) {.flarumfooter, .foot {display: none;}}
// footer kısmı bitiş ----------------
// Tablo kullanımı için with fof/formatting ------------------------
// Tablo
table {
border-collapse: collapse;
width: 100%;
}
table, th, td {
border: 1px solid black;
padding-left: 5px;
}
body.dark table, th, td {
border: 1px solid white;
}
// tablo kullanım bitiş
span[data-s9e-mediaembed="youtube"] {
max-width: 100% !important;
}
// Blockqute - alıntı tasarım
.Post-body blockquote {
border-radius: 5px;
//border: 0.5px solid grey;
border: 1px solid #deddde;
box-shadow: 0 5px 5px rgba(215,217,220,0.3);
color: black;
background: rgb(240,241,243,0.3);
}
.Post-body blockquote a {
padding: 3px;
border-bottom: 0px;
}
.Post-body blockquote a:hover {
color: tomato;
border-bottom: #5bf7ff 1px solid;
}
// post üstteki alt çizgi ve zaman
.Post-header>ul {
border-bottom: 1px solid #f4f4f4;
padding-bottom: 8px;
}
.DiscussionPage .Post .Post-header .PostMeta {
float: right;
}
// post üstteki alt çizgi ve zaman BİTİŞ
// reklam tartışma araları
.google-auto-placed {
//margin-top: 8px !important;
//border: 2px solid grey !important;
}
//
// Etiket yeniden düzenlemede sola kayma problemi için
.TagsInput {
overflow: unset !important;
}
// load more butonu
.DiscussionList-loadMore button {
color: #fff;
background:#11273a;
}
.DiscussionList-loadMore button:hover {
color: #fff;
background:#11273a;
}
//load bitiş
// sol üst link
.Header-primary .Header-controls .Button--link{
background: #429065 !important;
box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
.Header-primary .Header-controls a {
color: white !important;
}
// sol üst link bitiş
/*
@media (min-width: 992px) {
.DiscussionPage-nav, .DiscussionPage-nav>ul {
width: 160px;
position: sticky;
top: 60px;
}
.App {overflow-x: visible;}
}
*/
//tartışma başlıkları
.DiscussionListItem-title {
font-weight: 700;
color: #881717;
}
.ComposerBody-header h3 input, .ComposerBody-header h3 a {
color: black;
}
a.cardTag {
background: grey;
}
.TagTiles>li {
width: 23%!important;
margin-right: 20px!important;
border-radius: 6px!important;
margin-bottom: 20px!important;
height: 290px!important;
background-color: #203339 !important;
}
php flarum info