Флудик-прудик
Сообщений 1 страница 2 из 2
Поделиться22022-07-28 15:24:41
/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-style: none none solid none;
border-width: 0px 0px 2px 0px
}
/* A5.9 */
.punbb .container {
border-style: solid;
border-width: 1px;
}
/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-debug h2 {
background: rgb(84,99,76);
background: linear-gradient(90deg, rgba(84,99,76,1) 0%, rgba(176,201,157,1) 35%, rgba(84,99,76,1) 100%);
border-style: none none none none;
border-width: 0 1px 1px 0;
text-align: center;
box-shadow: 10px 10px 20px -12px rgba(0,0,0,0.5);
font-family: Cormorant SC;
text-transform: lowercase;
letter-spacing: 2px;
font-size: 26px;
margin-left: -15px;
width: 980px;
color: white;
}