....
кодовое
Сообщений 1 страница 8 из 8
Поделиться22024-07-10 09:03:38
форумы
было
/* C2.14 */
#pun-index td div.tclcon {
font-family: var(--font-main-list);
letter-spacing: 1px;
width: 62%;
margin-left: 20px;
line-height: 14px;
font-size: 1.1em;
text-align: justify;
text-transform: none;
min-height: 66px;
padding: 5px 0px 5px 5px;
float: left;
border-right: 2px solid var(--color-white);
color: var(--color-border);
}стало
/* C2.14 */
#pun-index td div.tclcon {
font-family: Arial;
letter-spacing: 1px;
width: 480px;
margin-left: 20px;
line-height: 14px;
font-size: 11px;
text-align: justify;
text-transform: none;
min-height: 66px;
padding: 5px 0px 20px 5px;
float: left;
border-right: 2px solid var(--color-white);
color: #b1a680;
text-shadow: 0 0 4px rgb(255 255 255);
}Поделиться32024-07-10 09:06:04
.Add {
добавил display: none;
Поделиться42024-07-10 09:11:29
названия форумов
было
#pun-index .tclcon h3, #pun-index .tclcon h3 a {
display: flex;
text-transform: capitalize;
font-size: 22px;
font-weight: 700 !important;
font-family: var(--font-title);
letter-spacing: 2px;
position: relative;
z-index: 1;
text-align: center;
padding-top: 10px;
color: var(--color-main);
width: 100%;
}стало
#pun-index .tclcon h3, #pun-index .tclcon h3 a {
font-size: 15px;
font-weight: 400 !important;
font-family: Arial;
letter-spacing: 2px;
padding-top: 22px;
color: #b1a680;
text-shadow: 0 0 4px rgb(255 255 255);
}Поделиться52024-07-10 09:26:52
короче правая часть форумов, где мини-авы, темы и автор последнего поста
было
#pun-index .main .tcr {
text-align: center;
width: 258px;
display: flex;
padding: 14px;
margin: 10px 0px 0px 5px;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
min-height: 110px;
}стало
#pun-index .main .tcr {
text-align: left;
width: 370px;
padding: 40px 0px 0px 20px;
}Поделиться62024-07-10 09:27:26
убрал пока вот это из каток (мешало, и потребность этого там сомнительна)
.mess {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
}!! оно если что было в формах ХТМЛ-низ частью вот этого:
<style>
.mess {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
}
.messtab {
display: flex;
gap: 3px 12px;
justify-content: center;
align-items: baseline;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
width: 240px;
position: absolute;
margin: 25px 0px 0px 0px;
}
.pa-posts, .pa-respect {
width: 49px;
display: block;
font-size: 9px;
padding: 0px 10px !important;
text-transform: lowercase;
height: 47px;
align-content: center;
position: relative;
left: 4px;
}
</style>Поделиться72024-07-10 09:45:46
названия тем в форумах
было
#pun-index .lastpost-link {display: table-cell;
width: 190px;
text-align: center;
vertical-align: bottom;
background-color: var(--color-tr);
max-height: 80px;}стало
#pun-index .lastpost-link {
font-family: Arial;
font-size: 12px;
letter-spacing: 1px;
color: #b1a680;
text-shadow: 0 0 4px rgb(255 255 255);
}
а это под этими ссылками, дата последнего поста и автор
было
#pun-index .lastpost {
text-align: justify;
overflow: hidden;
text-overflow: clip;
white-space: break-spaces;
max-width: 250px;
display: block;
} стало
#pun-index .lastpost {
text-align: justify;
display: block;
font-family: Arial;
font-size: 12px;
letter-spacing: 1px;
color: #b1a680;
text-shadow: 0 0 4px rgb(255 255 255);
} Поделиться82024-07-14 06:55:04
Сделал цвет шрифта внутри форумов чуууть контрастнее, а то заметил что глаза чет болят хД
Может потом еще надо будет подкрутить, посмотрим...........




