<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://bosmersdoitdesign.rusff.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>bosmersdoitdesign</title>
		<link>https://bosmersdoitdesign.rusff.me/</link>
		<description>bosmersdoitdesign</description>
		<language>ru-ru</language>
		<lastBuildDate>Mon, 20 Apr 2026 11:58:39 +0300</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>дизайн two sides</title>
			<link>https://bosmersdoitdesign.rusff.me/viewtopic.php?pid=82#p82</link>
			<description>&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;/*---------------------------------------------- ШАПКА ФОРУМА ----------------------------------------------*/
#pun-title table {background-image : url(&amp;quot;https://forumstatic.ru/files/001c/89/08/33283.png&amp;quot;);
background-repeat: no-repeat;
background-position: center; 
background-color: #000000;
height: 460px;
width: 1050px !important;
margin-left: -10px;
margin-top: 80px;
}

/*---------------------------------------------- НОВОСТИ ----------------------------------------------*/
.best {
	position: absolute;
	display: flex;
	gap: 8px;
	padding: 0 30px;
	z-index: 3;
}

.best.pst {
    margin: 190px 0 0 865px;
}

.best.actv {
   margin: 190px 0 0 -17px;
}

.best a {
    border: 2px solid #5d5d5d;
    border-radius: 100%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    transition: all .2s linear 0s !important;
}

.best a:hover {
	border-color: #ffc00080!important;
}

.best img {
	width: 35px;
	height: 35px;
	filter: grayscale(100%)
}

.best empty {
	width: 734px;
}

/* контейнеры новостей и квестов */
.novosti,
.quests {
  width: 200px;
  height: 110px;
  position: relative; 
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 0;
  gap: 3px;
  overflow-y: auto;
  scrollbar-width: none;    
}

.novosti::-webkit-scrollbar,
.quests::-webkit-scrollbar {
  display: none;
}

.novosti {
  top: 95px;
  left: -120px;
}

.quests {
  top: 95px; 
  left: 463px; 
}

/* стили ссылок новостей и квестов */
.oldpl,
.newpl {
  width: 190px;
  height: 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 5px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 0;
  transition: background 0.2s ease;
  cursor: pointer;
}

/* фоны ссылок */
.oldpl {
  background: rgba(255, 255, 255, 0.5);
}
.newpl {
  background: rgba(255, 255, 255, 0.75);
}

/* фоны ссылок при наведении */
.oldpl:hover {
  background: rgba(255, 255, 255, 0.75);
}
.newpl:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* плашка даты */
.oldpl date,
.newpl date {
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 9px;
  margin: 5px 5px 5px 0;
  padding: 5px;
}

.oldpl date {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.newpl date {
  background: #ffc000;
  color: black;
}

/* текст новостей */
.oldpl em,
.newpl em,
.oldpl .tekst,
.newpl .tekst {
  color: black;
  font-weight: bold;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
.spirit-navigation {
background: transparent;
height:30px;
width: 150px;
top: 370px;
left: 450px;
display: flex;
cursor: pointer; 
color: transparent;
position: absolute;
transition: all 0.3s ease-in-out 0s;
    }

/* вид кнопки после клика по ней */
.spirit-navigation.spirit-navigation_hover{
background: transparent
}

/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock {
width: 200px;
left: 425px;
position: absolute;
top: 110px;
z-index: 999;
background: rgba(0, 0, 0, 0.75);
}

/* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
#pun .sslka a {
  width: 175px;          
  border-radius: 2px;     
  display: block;
  margin: 5px auto;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-family: Arial, sans-serif; 
  font-size: 10px;          
  background: rgba(255, 255, 255, 0.5);  
  color: #000;               
  transition: background 0.2s ease;
  cursor: pointer;
}

#pun .sslka a:hover {
  background: rgba(255, 255, 255, 0.75);
  opacity: 1;
  color: #000;        
}

/*---------------------------------------------- КАТЕГОРИИ ----------------------------------------------*/
.category {
transition: all .12s ease-in-out !important;
-webkit-transition: all .12s ease-in-out !important;
-moz-transition: all .12s ease-in-out !important;
-o-transition: all .12s ease-in-out !important;
display: flex;
flex-direction: row;
min-height: 1px;
}

.category h2 {
background-size: auto;
width: 80px;
border-radius: 0 0px 0px 0;
border: 1px solid #00000095!important;
display: flex;
justify-content: center;
flex-shrink: 0;
padding: 20px;
margin-top: 0;
box-sizing: border-box;
position: relative;
}

.category:nth-of-type(even) h2, .category:nth-of-type(even) h2:before, .category:nth-of-type(even) h2:after {
border-radius: 0px 0 0 0px;
}

.category:nth-of-type(1) h2 { background-image: url(&amp;quot;https://upforme.ru/uploads/001c/89/08/2/570588.png&amp;quot;); } 
.category:nth-of-type(2) h2 { background-image: url(&amp;quot;https://upforme.ru/uploads/001c/aa/61/88/556230.png&amp;quot;); } 
.category:nth-of-type(3) h2 { background-image: url(&amp;quot;https://upforme.ru/uploads/001c/89/08/2/773621.png&amp;quot;); } 
.category:nth-of-type(4) h2 { background-image: url(&amp;quot;https://upforme.ru/uploads/001c/89/08/2/843123.png&amp;quot;); } 
.category:nth-of-type(5) h2 { background-image: url(&amp;quot;https://upforme.ru/uploads/001c/89/08/2/91951.png&amp;quot;); } 
.category:nth-of-type(6) h2 { background-image: url(&amp;quot;https://upforme.ru/uploads/001c/89/08/2/696886.png&amp;quot;); }

.category h2 span {
display: block;
cursor: default;
padding: 0;
font-size: 0;
}

.category .container {
box-sizing: border-box;
background: #d9d9d996;
padding: 8px 10px;
border: 1px solid #00000095!important;
}

.category:nth-of-type(even) .container {
border-radius: 0 0px 0px 0;
border-left: 0;
}

.category:nth-of-type(odd) .container {
border-radius: 0px 0 0 0px;
border-right: 0;
}

.category .container table {
padding: 6px 12px;
}



/*---------------------------------------------- ПРОКРУТКА ----------------------------------------------*/
::-webkit-scrollbar {background: #f6f6f6; width: 5px; height: 7px}
::-webkit-scrollbar-thumb {background: #00000070; width: 3px; height: 7px}
::-webkit-scrollbar-corner {background: #000000; }


/*---------------------------------------------- СТРУКТУРА И ТЕКСТ ----------------------------------------------*/
/* ТЕКСТ */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container  { background-color: transpanent;
color: #000000;
font-weight: normal;
font-style: normal;
}

/* ТЕКСТ ФОРУМ ТЕМ СООБЩЕНИЙ*/
.punbb th {
border: none !important;
font-family: roboto;
font-size: 0px;
text-transform: uppercase;
letter-spacing: 1px !important;
text-align: center;
  }

/* ---------------------------------------------- ФОН ----------------------------------------------*/
body {background-image: url(&amp;quot;https://forumstatic.ru/files/001c/7d/0f/15151.webp&amp;quot;);
background-repeat: no-repeat; 
background-color: #000000;
background-attachment: fixed!important; 
background-position: top center; 
background-size: cover; 
}


/*---------------------------------------------- ТЕЛО ФОРУМА ----------------------------------------------*/
#pun {box-shadow: 0px 0px 0px  #eaeaea;
background-color: #ebebeb;
background-position: center;
background-repeat: repeat-y;
background-attachment: no-fixed;



/*---------------------------------------------- ФУТЕР ФОРУМА ----------------------------------------------*/
#pun-about p.container {
background-image: url(https://forumstatic.ru/files/001c/89/08/46608.png);
background-position: center;
background-repeat: no-repeat;
margin: 0px 0px -80px 0px;
height: 145px; 
width: 1050px !important;
margin-left: -17px;
overflow-x: hidden;
  border-radius: 0px 0px!important;
}

#pun-about .container a,
#pun-about .container a:link,
#pun-about .container a:visited {
    color: #ffffff!important;
}

#pun-about .container a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*---------------------------------------------- ССЫЛКИ ----------------------------------------------*/
/* НЕ АКТИВНЫЕ */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #punbb-admain a:visited {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}

/* АКТИВНЫЕ */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #000000;
  transition: 1s;
font-weight: 600;
  text-decoration: none;
background: #ffc00030;
}

/* ВЕРХНЯЯ НАВИГАЦИЯ В АДМИНКЕ */
.punbb-admin #pun-navlinks a {
    color: var(--base-bg);
    font-family: &#039;Nunito&#039;!important;
    font-size: 12px!important;
    text-transform: lowercase;
    font-weight: 400;
}

/* ВЕРХНЯЯ НАВИГАЦИЯ ДО НАВЕДЕНИЯ */
#pun-navlinks a {
    color: #fcfcfc;
    font-family: &#039;LibreCaslonDisplay&#039;;
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 400;
}

/* ВЕРХНЯЯ НАВИГАЦИЯ ПОСЛЕ НАВЕДЕНИЯ */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
    color: #dedede;!important;
    transition: 1.5s;
    border-bottom: 2px solid #ffffff;
}

/* НИЖНЯЯ НАВИГАЦИЯ ДО НАВЕДЕНИЯ */
#pun-ulinks a {
    color: #ffffff;
    font-family: &#039;Nunito&#039;;
    font-size: 9px !important;
    letter-spacing: 0px;
    font-weight: 100;
    text-transform: uppercase;
    transition: all 1.0s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s !important;
}


/* НИЖНЯЯ НАВИГАЦИЯ ПОСЛЕ НАВЕДЕНИЯ */
#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
    color: #dedede;!important;
    background-color: #ffc00070;
}

div#pun-navlinks {
position: absolute;
width: 100%;
height:20px;
text-align: center;
top: 450px;
margin-top: -12px;
padding-top: 10px;
margin-left: 0px;
z-index: 100;
}

.punbb-admin div#pun-navlinks {
top: 450px;
}

div#pun-ulinks {
position: absolute;
width: 100%;
text-align: center;  margin-left: 0px!important;
top: 500px;
margin-top: -12px;
z-index: 1;
}

/*---------------------------------------------- ИКОНКИ ТЕМ ----------------------------------------------*/

/* СТАРЫЕ*/
.punbb table Div.icon {
    float: left;
    display: block;
    background: url(&#039;&#039;) no-repeat;
    margin-left: -15px;
    margin-top: 20px;
    width: 40px;
    height: 40px;
    background-color: #808d8600;
    background-size: contain;
}

/* НОВЫЕ */
#pun-index TR.inew Div.icon {
    background: url(&#039;https://upforme.ru/uploads/001c/89/08/2/165914.png&#039;) no-repeat;
    background-size: contain;
}

/* ЗАКРЫТЫЕ*/
tr.iclosed div.icon {
background: url() no-repeat;
background-size: contain;
}

/*ВАЖНЫЕ*/
tr.isticky div.icon {
background: url() no-repeat;
background-size: contain;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
  background: none;
  display: block;
  float: left;
  height: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  position: relative;
  width: 0px;
}

/*ИКОНКИ В ПОДФОРУМЕ*/

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
    display: block;
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    margin-top: 12px;
    margin-right: 5px;
    background: #d9d9d9;
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
    background: #ffc000;
    height: 10px;
    width: 10px;
}

#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
    background-color: #ffc00075;
    height: 10px;
    width: 10px;
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
    background-color: #d9d9d99650;
    height: 10px;
    width: 10px;
}


/*---------------------------------------------- ПРОЧЕЕ ----------------------------------------------*/

div#html-footer {
margin: 20px 0px 0px 0px;
} /* отвечает за расположение футера */

div#pun-about {
margin-bottom: 40px;
} /* чем больше значение, тем выше низ */

#pun-about p.container a {
display: hidden;
}

/* ВЫРАВНИВАНИЕ ПАРАМЕТРОВ ПРОФИЛЯ */
#pun-main div.catleft, #pun-main div.catright {display: none}
#pun-announcement .container {margin-top: -5em}
#pun-main .post-author ul {text-align: center;}
#pun-announcement h2 {display: none}
#pun-status .container, #pun-main .post-links li {text-align: center}
#pun th, #pun-main h2 {text-align: center}
#pun-navlinks .container, #pun-ulinks .container { text-align: center;}

#pun-reputation div {
background-color: #cecdcd;
border: dashed #49635d 0px;
}


/*---------------------------------------------- БАННЕРЫ ----------------------------------------------*/
.partn {
    position: absolute;
    margin-left: 10px !important;
    margin-top: -95px !important;
    width: 1010px;
    height: 50px;
    overflow-y: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(11, 1fr);
}



.partn a {
   opacity: 0.4;
   filter: grayscale(50%)!important;
   transition: all .6s cubic-bezier(0.49, -0.31, 0.65, 1.21) 0s;
   }

.vippartn a {
   transition: all .6s cubic-bezier(0.49, -0.31, 0.65, 1.21) 0s;
   }

.partn a:hover, .vippartn a:hover {
   opacity: 1!important;
   filter: none!important;
   }

.partn::-webkit-scrollbar { width: 3px;}
.partn::-webkit-scrollbar-track {background: #1d1d1b;}
.partn::-webkit-scrollbar-thumb {background: #cdd8da;}


.partn a:not(.static) {
    display: none;
}


/*КОНЕЦ*/


#pun-searchtopics .pa-author {
  font-size: 10px;
}

#image-area-sels, #smilies-area {
  background-color: transparent;
}

td#button-smile {display: none;}



/*----------------------------------- ОФОРМЛЕНИЕ ПОЛЕЙ В РЕДАКТИРОВАНИИ ПРОФИЛЯ ----------------------------------------*/
#profilenav {
font-size: 10px;
font-family: &#039;Roboto&#039;; 
font-weight: 400;
letter-spacing: 0.2px;
text-transform: uppercase; 
}

#profilenav h2 span {
font-size: 12px;
font-family: &#039;Roboto&#039;; 
font-weight: 400;
letter-spacing: 0.2px;
text-transform: uppercase;
}


/*---------------------------------------------- ОФОРМЛЕНИЕ ПОЛЕЙ В АДМИНКЕ ----------------------------------------------*/
#pun-adnav {
font-size: 10px;
font-family: &#039;Roboto&#039;; 
font-weight: 400;
letter-spacing: 0.6px;
text-transform: uppercase; 
}


/*---------------------------------------------- КНОПКИ ВВЕРХ/ВНИЗ ----------------------------------------------*/

.go-up,.go-down {
	cursor: pointer;
	display: none;
	height: 20px;
	margin-bottom: 160px;
	opacity: 1;
	position: fixed;
	z-index: 9999;
}

.go-up {
    top: 420px;
    width: 15px;
    height: 50px;
    line-height: 0px;
    border-radius: 0px 10px 10px 0px;
    text-align: center;
    padding-left: 0px;
    background: #bd816a00;
    margin-left: 1040px !important;
}

.go-down {
    top: 497px;
    width: 15px;
    height: 50px;
    line-height: 0px;
    text-align: center;
    padding-left: 0px;
    background: #7883a100;
    border-radius: 0px 10px 10px 0px;
    margin-left: 1040px !important;
}



.go-down:hover,.go-up:hover {
opacity:1;
}


/*---------------------------------------------- КНОПКИ ФОРМЫ ОТВЕТА ----------------------------------------------*/

#form-buttons {
    display: inline-flex;
    width: auto; 
    height: 20px;
    padding: 20px 0px 5px 0px;
    background-color: #d9d9d950;
    box-shadow: rgb(79 68 67 / 8%) 1px 1px 2px;
    border: 1px solid rgb(134 134 134 / 30%) !important;
}

#form-buttons td {
    height: 33px;
    padding-top: -10px;
    font-family: fa-regular;
    position: relative;
    opacity: 0.75;
    background-image: none !important;
    color: black;
}

#form-buttons &amp;gt; table {
    border: none;
    background: transparent;
    padding: 0;
}


#form-buttons td img {
  height: 33px!important;
    margin-top: -10px;
    width: 100%;
}

#form-buttons td img {
    display: inline-block;
    z-index: 100;
}

#button-font:before {
    content: &amp;quot;\f031&amp;quot;;
    font-size: 15px;
}

#button-transL:before {
    content: &amp;quot;\e1bf&amp;quot;;
    font-size: 15px;
}

#button-size:before {
    content: &amp;quot;\f894&amp;quot;;
    font-size: 15px;
}

#button-bold:before {
    content: &amp;quot;\f032&amp;quot;;
    font-size: 15px;
}

#button-italic:before {
    content: &amp;quot;\f033&amp;quot;;
    font-size: 15px;
}

#button-underline:before {
    content: &amp;quot;\f0cd&amp;quot;;
    font-size: 15px;
}

#button-strike:before {
    content: &amp;quot;\f0cc&amp;quot;;
    font-size: 15px;
}

#button-indent:before {
    content: &amp;quot;\f03c&amp;quot;;
    font-size: 15px;
}

#button-left:before {
    content: &amp;quot;\f036&amp;quot;;
    font-size: 15px;
}

#button-center:before {
    content: &amp;quot;\f037&amp;quot;;
    font-size: 15px;
}

#button-right:before {
    content: &amp;quot;\f038&amp;quot;;
    font-size: 15px;
}

#button-indpost:before {
    content: &amp;quot;\e0b5&amp;quot;;
    font-size: 15px;
}

#button-lower:before {
    content: &amp;quot;\f8f2&amp;quot;;
    font-size: 15px;
}

#button-link:before {
    content: &amp;quot;\f0c1&amp;quot;;
    font-size: 15px;
}

#button-spoiler:before {
    content: &amp;quot;\e0bf&amp;quot;;
    font-size: 15px;
}

#button-image:before {
    content: &amp;quot;\f03e&amp;quot;;
    font-size: 15px;
}

#button-video:before {
    content: &amp;quot;\f03d&amp;quot;;
    font-size: 15px;
}

#button-hide:before {
    content: &amp;quot;\f023&amp;quot;;
    font-size: 15px;
}

#button-quote:before {
    content: &amp;quot;\e1e4&amp;quot;;
    font-size: 15px;
}

#button-code:before {
    content: &amp;quot;\f121&amp;quot;;
    font-size: 15px;
}

#button-color:before {
    content: &amp;quot;\f53f&amp;quot;;
    font-size: 15px;
}

#button-table:before {
    content: &amp;quot;\f00b&amp;quot;;
    font-size: 15px;
}

#button-smile:before {
    content: &amp;quot;\e391&amp;quot;;
    font-size: 15px;
}

#button-sticker:before {
    content: &amp;quot;\f118&amp;quot;;
    font-size: 15px;
    position: relative;
    top: -13px;
}

#button-keyboard:before {
    content: &amp;quot;\f11c&amp;quot;;
    font-size: 15px;
}

#button-addition:before {
    content: &amp;quot;\f013&amp;quot;;
    font-size: 15px;
}

#button-files_rusff:before {
    content: &amp;quot;\e9cd&amp;quot;;
    font-size: 15px;
}


#button-mask:before {
    content: &amp;quot;\f630&amp;quot;;
    font-size: 15px;
}


#button-preview:before {
    content: &amp;quot;\f06e&amp;quot;; /* исходная иконка */
    font-family: fa-regular;
    font-size: 15px;
    line-height: 34px;
    position: relative;
    top: -12px;
    transition: color 0.2s ease, content 0.2s ease;
    color: black; /* обычный цвет */
}

/* активное состояние (включен предпросмотр) */
#button-preview.on:before {
    content: &amp;quot;\f070&amp;quot;; /* иконка включенного состояния */
    color: #9f9f9f; /* светлая иконка */
}

/* выключенное состояние (выключен предпросмотр) */
#button-preview.off:before {
    content: &amp;quot;\f06e&amp;quot;; /* исходная иконка */
    color: black;
}


#plng {
    display: flex;
    width: 44px;
    height: 37px;
    margin-top: -15px;
    border-right: 1px solid #a5a5a5!important;
    justify-content: center;
    align-items: center;
    order: -1;
}
#plng input.button:focus-visible {
    outline: none!important;
}
#plng input.button {
    border: none!important;
    background: none!important;
    font-weight: bold;
    cursor: pointer;
    color: black!important;
}

#pun-messages div#profile fieldset#post-new #plng {
    height: 36px;
}

&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (bosmers)</author>
			<pubDate>Mon, 20 Apr 2026 11:58:39 +0300</pubDate>
			<guid>https://bosmersdoitdesign.rusff.me/viewtopic.php?pid=82#p82</guid>
		</item>
	</channel>
</rss>
