1hour

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » 1hour » гостевая » части кодов от диза


части кодов от диза

Сообщений 1 страница 15 из 15

1

<div id="crosso">
<div class="plashka"><div class="name"><a href="">название</a></div></div>
<div class="plashka"><div class="name"><a href="">название</a></div></div>
<div class="plashka"><div class="name"><a href="">название</a></div></div>
</div>

0

2

/* плашки */
#crosso {position: absolute; width: 300px; height: 75px; margin: -10px 320px; overflow-y: auto; overflow-x: hidden;}
#crosso .plashka {width: 270px; height: 20px; border-radius: 0px; margin-bottom: 5px; 
background: rgba(193, 191, 188, 0.4); color: #333;
  border: 1px solid #A4A29E!important;
background-clip: padding-box;
    padding: 6px!important; border-radius: 0px!important;}
#crosso .name {position: absolute;  text-align: left; margin: 5px 0 0 10px; color: #546477; font-size: 10px; font-family: arial;  text-transform: uppercase; font-variant: normal; text-decoration: none; font-weight: 600; text-shadow: 0px 0px 1px rgba(51, 51, 51, 0.1);}
#crosso .name a {color: #546477;}

0

3

font-family: 'Raleway';
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');

display: inline-block;
   cursor: pointer;

font-family: 'Playfair Display';
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

0

4

.bpost {
    height: 65px;
    width: 280px;
    top: 201px;
    margin-left: 655px !important;
    position: absolute;
    text-align: justify;
    line-height: 13px;
    z-index: 100;
    font-weight: 400;
    padding-right: 5px;
    text-transform: lowercase;
    font-family: 'Roboto';
    font-size: 10px;
    overflow-y: auto;
    color: #b8b8b8 !important;
    /* border: red 1px solid; */
}

0

5

Код:
.persons {
  position: absolute;
  margin-left: 28px;
  top: 140px;
  width: 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 204px;
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;
}

.persons a {
  display: block;
  width: 72px;
  height: 57px;
  position: relative;
  opacity: .85;
    transition: all .5s cubic-bezier(.64,.51,.55,1.16) 0s !important;
}

.persons div {
  position: relative;
  width: 72px;
  height: 57px;
  background: #c6b697;
  border: 1px solid #83765f
}

.persons div:after {
  content: "";
  background: url(https://forumstatic.ru/files/001a/01/c0/38309.jpg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.persons div:before {
  content: "";
  background: rgba(195,180,148,.23);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  
}

.persons img {
  mix-blend-mode: multiply
}

.persons span {
  position: absolute;
  font: 500 9px vollkorn;
  text-transform: uppercase;
  color: #dfd0b0;
  text-shadow: 1px 1px 1px rgba(0,0,0,.4);
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  text-align: center;
  align-items: center;
    transition: all .5s cubic-bezier(.64,.51,.55,1) 0s;
}

.persons:hover {
  opacity: 1
}

.persons a:hover {
  opacity: 1
}

.persons a:hover span {
  opacity: 0
}

.persons a:hover img {
  mix-blend-mode: normal
}

0

6

Код:
/* активисты в таблице */
#activ {position: absolute; width: 300px; height: 60px; margin: 69px -5px; overflow-y: auto; overflow-x: hidden; text-align: justify; display: inline-block; cursor: pointer; }
#activ a.name { font-family: 'Raleway'; text-transform: uppercase; color: #A89A88;  text-shadow: 1px 1px 1px #22211E; text-decoration: none; font-variant: normal; 
-webkit-text-size-adjust: 100%;   font-size: 10px;  /* word-spacing: 13px; */ letter-spacing: 0.8px; font-weight: 600!important;
font-style: normal;}

/*постописцы в таблице */
#pisatel {position: absolute; width: 300px; height: 60px; margin: 69px 750px; overflow-y: auto; overflow-x: hidden; text-align: justify; display: inline-block; cursor: pointer; }
#pisatel a.name { font-family: 'Raleway'; text-transform: uppercase; color: #A89A88;  text-shadow: 1px 1px 1px #22211E; text-decoration: none; font-variant: normal; 
-webkit-text-size-adjust: 100%;   font-size: 10px;  /* word-spacing: 13px; */ letter-spacing: 0.8px; font-weight: 600!important;
font-style: normal;}


/*пост в таблице */
.wpost { height: 60px; width: 330px; top: 160px; margin-left: 598px !important; position: absolute;
text-align: justify; line-height: 12px; z-index: 100; font-weight: 400; padding-right: 5px; text-transform: lowercase; font-family: 'Roboto'; font-size: 11px; overflow-y: auto; color: #A89A88!important;  
text-shadow: 1px 1px 1px #22211E!important;}
.wpost span a {
font-family: 'Raleway'; text-transform: uppercase; color: #A89A88;  text-shadow: 1px 1px 1px #22211E!important; text-decoration: none; font-variant: normal; 
-webkit-text-size-adjust: 100%;   font-size: 10px;  /* word-spacing: 13px; */ letter-spacing: 0.8px; font-weight: 600!important; font-style: normal; background-color: #263532; padding: 1px;}




/*эпизод в таблице */
#episod {position: absolute; width: 300px; height: 20px; margin: 150px -5px; overflow-y: auto; overflow-x: hidden; text-align: justify; display: inline-block; cursor: pointer; }
#episod a.npisod { font-family: 'Raleway'; text-transform: uppercase; color: #A89A88;  text-shadow: 1px 1px 1px #22211E; text-decoration: none; font-variant: normal; 
-webkit-text-size-adjust: 100%;   font-size: 10px;  /* word-spacing: 13px; */ letter-spacing: 0.8px; font-weight: 600!important; font-style: normal;}

/*фандом в таблице */
#fandom {position: absolute; width: 300px; height: 20px; margin: 104px -5px; overflow-y: auto; overflow-x: hidden; text-align: justify; display: inline-block; cursor: pointer; }
#fandom a.fann { font-family: 'Raleway'; text-transform: uppercase; color: #A89A88;  text-shadow: 1px 1px 1px #22211E; text-decoration: none; font-variant: normal; 
-webkit-text-size-adjust: 100%;   font-size: 10px;  /* word-spacing: 13px; */ letter-spacing: 0.8px; font-weight: 600!important; font-style: normal;}



0

7

Код:
<!--оформление всплывающей  подсказки-->
<style>
#tooltip {
position:absolute;
z-index: 999;
letter-spacing: 2px;
font-family: arial;
font-weight: 500;
font-size:11px;
padding: 6px!important;
border-radius: 0px!important;
background-image: url(https://forumstatic.ru/files/001b/75/7b/60225.png);
border: solid 1px #8D7C66!important;
box-shadow: inset 0 0 0 1px #22211E!important;
color: #A89A88; 
text-shadow: 1px 1px 1px #22211E;
display:none;
text-align:center;
padding:4px;
}
</style>

<style>
abbr {text-decoration: underline dotted;}
</style>










<div class="epizod">
<div><img src=""></div>
<span>эпизод недели<br>
<a href="">С ОБРАТНОЙ СТОРОНЫ ЗЕРКАЛЬНОГО СТЕКЛА</a></span>
</div>



<div class="fandom">
<div><img src=""></div>
<span>фандом недели<br>
<a href="">j.k.rowling wizarding world</a></span>
</div>




<div class="pisatel">
<a href="" title="постописец имя"><div><img src=""></div></a> <a href="" title="постописец имя"><div><img src=""></div></a> <a href="" title="постописец имя"><div><img src=""></div></a>
</div>


<div class="activ">
<a href="ссылка" title="активист имя"><div><img src=""></div></a> <a href="ссылка"  title="активист имя"><div><img src=""></div></a> <a href="ссылка" title="активист имя"><div><img src=""></div></a>
</div>


<div id="nuzhn"><a href="ссылка" class="nname">НУЖНЫЕ</a>  <a href="ссылка" title="ты очень нужен имя" class="name">name — </a> <a href="ссылка" title="ты очень нужен имя"class="name"> name —</a> <a href="ссылка" title="ты очень нужен имя"class="name">name</a></div>

<div id="nuzhn2"><a href="ссылка" title="ты очень нужен имя" class="name">name — </a> <a href="ссылка" title="ты очень нужен имя"class="name"> name —</a> <a href="ссылка" title="ты очень нужен имя"class="name">name</a></div>

0

8

<div id="navig"><a href="ссылка" class="name">гостевая - </a> <a href="ссылка" class="name">занятые роли - </a> <a href="ссылка" class="name">удаление - </a> <a href="ссылка" class="name">нужные - </a> <a href="ссылка" class="name">анкета</a></div>

<div id="navig2"><a href="ссылка" class="name">вопросы к амс - </a> <a href="ссылка" class="name">банк - </a> <a href="ссылка" class="name">поиск игры - </a> <a href="ссылка" class="name">твинки - </a> <a href="ссылка" class="name">новости</a></div>

0

9

Код:
/* категории */
#pun-category1.category h2, #pun-category2.category h2, #pun-category3.category h2, #pun-category4.category h2, #pun-category5.category h2, #pun-category6.category h2 {
margin: 10px -26px!important;   background-position: center; width: 955px; background-image: url(https://forumstatic.ru/files/001b/75/7b/60225.png); border-top: 1px solid #8D7C66!important; border-bottom: 1px solid #8D7C66!important; font-size: 5px!important; } 

#pun-stats h2, #post-form.formal h2 { margin: 10px -26px!important;  background-position: center; width: 955px; background-image: url(https://forumstatic.ru/files/001b/75/7b/60225.png); border-top: 1px solid #8D7C66!important;border-bottom: 1px solid #8D7C66!important; font-size: 5px!important; }

/*текст категорий */
#pun-index div.category h2, #pun-index #pun-stats h2 { text-align: center; text-transform: uppercase;
font-weight: 700; letter-spacing: 1px!important; font-size: 0px!important; font-family: 'Yeseva One';   padding: 0px 0px 0px 0px; color: #;  text-shadow: 1px 1px 1px #;
}

#post-form.formal h2 {display: none;}

0

10

/*отключение цифр тем и сообщений*/
#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}

0

11

<!--ОТКЛЮЧИТЬ "Сервис рекомендаций", Отключение кнопки "Жалоба в сообщениях", Отключить функцию "Теги"--><script type="text/javascript">
rusffLive.enable = false;
RusffCore.sets.show_reportBtn = 0;
RusffCore.sets.tags = false;</script>

0

12

<!--Убрать Закрыто и Важно-->
<style>.stickytext,.closedatafield{ display:none;}</style>
<!-- конец -->

0

13

Код:
.post h3 {
    background: linear-gradient(to right, rgba(135,117,81,.05) 0%,rgba(135,117,81,0) 50%,rgba(135,117,81,.05) 100%);
    border: 1px solid !important;
    border-image: linear-gradient(to right, rgba(107,95,77,.23) 0%,rgba(107,95,77,0) 50%,rgba(107,95,77,.23) 100%) 1 !important;
    font-family: lora !important;
    font-size: 10px !important;
    height: 25px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0px;
    margin-top: 18px;
    padding-top: 0px;
    width: 100%;
    text-transform: lowercase;
    font-weight: 600 !important;
    font-style: italic !important;
}
.post h3 span {
    margin-left: 0px !important;;
    padding-top: 6px !important;;
    text-align: left;
    width: auto;
    font-weight: 600 !important;
}


#pun .post h3 strong {
    font-weight: normal;
    margin-left: 725px;
    position: absolute;
    width: 200px;
    text-align: right !important;
}

0

14

0

15

#pun::before {width: 100%; height: 100%; content: ''; padding: 1px; top: 1px; left: 1px; position: absolute;
z-index: -1;
}

0


Вы здесь » 1hour » гостевая » части кодов от диза


Рейтинг форумов | Создать форум бесплатно