Шитпостинг

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

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


Вы здесь » Шитпостинг » Интересные факты о компьютерах » Самые удивительные компьютеры


Самые удивительные компьютеры

Сообщений 11 страница 20 из 37

11

ДЕФФ , тест

12

ДЕФФ , тест

13

fddfd

14

<div id="wrapper">
<a href="#example" class="openModal">Открыть модальное окно</a>
<aside id="example" class="modal">
    <div>
    <h2>Модальное окно</h2>
    <p>Анимация модального окна отлично работает в Safari и iOS. Браузер Chrome показывает анимацию несколько вяло. Firerefox выводит трансформацию прозрачности, но но не показывает анимацию, так как не поддерживает @keyframe.</p>
    <a href="#close" title="Закрыть">Закрыть</a>
    </div>
</aside>

<style>
/* Контейнер */
.modal {

/* Слой перекрытия */
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 10000;

/* Трансформации прозрачности при открытии  */
-webkit-transition: opacity 300ms ease-in;
-moz-transition: opacity 300ms ease-in;
transition: opacity 300ms ease-in;

/* Скрываем изначально */

visibility: hidden;
pointer-events: none;
}

/* Показываем модальное окно */
.modal:target {
visibility: visible;
opacity: 1;
pointer-events: auto;
}

/* Содержание */
.modal > div {
width: 500px;
background: #fff;
position: relative;
margin: 10% auto;

/* По умолчанию минимизируем анимацию */
-webkit-animation: minimise 500ms linear;

/* Придаем хороший вид */
padding: 30px;
-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
-moz-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
box-shadow: 0 3px 20px rgba(0,0,0,0.9);
background: rgb(243, 243, 243);
}

/* Изменяем анимацию при открытии модального окна*/
.modal:target > div {
-webkit-animation-name: bounce;
}

.modal h2 {
font-size: 36px;
padding: 0 0 20px;
}

@-webkit-keyframes bounce {
  0% {
  -webkit-transform: scale3d(0.1,0.1,1);
  -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
  -webkit-transform: scale3d(1.08,1.08,1);
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
  -webkit-transform: scale3d(0.95,0.95,1);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
  -webkit-transform: scale3d(1,1,1);
  -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-webkit-keyframes minimise {
  0% {
  -webkit-transform: scale3d(1,1,1);
  }
  100% {
  -webkit-transform: scale3d(0.1,0.1,1);
  }
}

/* Ссылка на кнопку Закрыть */
.modal a[href="#close"] {
position: absolute;
right: 0;
top: 0;
color: transparent;
}

/* Сбрасываем изменения */
.modal a[href="#close"]:focus {
outline: none;
}

/* Создаем кнопку Закрыть */
.modal a[href="#close"]:after {
content: 'X';
display: block;

/* Позиционируем */
position: absolute;
right: -10px;
top: -10px;
width: 1.5em;
padding: 1px 1px 1px 2px;

/* Стили */
text-decoration: none;
text-shadow: none;
text-align: center;
font-weight: bold;
background: #000;
color: #fff;
border: 3px solid #fff;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.modal a[href="#close"]:focus:after,
.modal a[href="#close"]:hover:after {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
}

.modal a[href="#close"]:focus:after {
outline: 1px solid #000;
}

/* Открываем модальное окно */
a.openModal {
margin: 1em auto;
display: block;
width: 200px;
background: #ccc;
text-align: center;
padding: 10px;
-moz-border-radius: 7px;
border-radius: 7px;
background: -moz-linear-gradient(#fff, #ddd);
background: -webkit-gradient(linear, right top, right bottom, from(rgb(255,255,255)), to(rgb(230,230,230)));
text-shadow: 0 1px 0 #fff;
border: 1px solid rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

a.openModal:hover,
a.openModal:focus {
background: -moz-linear-gradient(#fff, #ccc);
background: -webkit-gradient(linear, right top, right bottom, from(rgb(255,255,255)), to(rgb(200,200,200)));
}

</style>

15

sdsds

16

asasas

17

/* Видео-спрайт
-------------------------------------------------------------*/
a.turn_link[href$="#youtube.com"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll 5px 3px transparent;} 
a.turn_link[href$="#video.yandex.ru"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -16px 3px transparent;} 
a.turn_link[href$="#video.mail.ru"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -37px 3px transparent;} 
a.turn_link[href$="#rutube.ru"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -58px 3px transparent;} 
a.turn_link[href$="#vkontakte.ru"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -76px 3px transparent;} 
a.turn_link[href$="#smotri.com"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -96px 3px transparent;} 
a.turn_link[href$="#ivi.ru"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -118px 3px transparent;} 
a.turn_link[href$="#myvi.ru"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -136px 3px transparent;} 
a.turn_link[href$="#zoomby.ru"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -156px 3px transparent;} 
a.turn_link[href$="#video.bigmir.net"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -176px 3px transparent;}
a.turn_link[href$="#play.ukr.net"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -328px 3px transparent;} 
a.turn_link[href$="#video.i.ua"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -369px 3px transparent;} 
a.turn_link[href$="#video.google.com"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -194px 3px transparent;} 
a.turn_link[href$="#vimeo.com"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -214px 3px transparent;} 
a.turn_link[href$="#metacafe.com"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -233px 3px transparent;} 
a.turn_link[href$="#vids.myspace.com"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -254px 3px transparent;} 
a.turn_link[href$="#dailymotion.com"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -274px 3px transparent;} 
a.turn_link[href$="#facebook.com"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -292px 3px transparent;} 
a.turn_link[href$="#24video.net"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -312px 3px transparent;} 
a.turn_link[href$="#ustream.tv"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -328px 3px transparent;} 
a.turn_link[href$="#kiwi.kz"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -348px 3px transparent;} 
a.turn_link[href$="#1tv.ru"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -388px 3px transparent;} 
a.turn_link[href$="#ntv.ru"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -409px 3px transparent;} 
a.turn_link[href$="#rutv.ru"] {background: url("https://forumstatic.ru/files/0012/b1/41/42036.png") no-repeat scroll -328px 3px transparent;}

18

FB Masters: Представлены первые инвайты
Стали известны имена первых шести команд, кто получил пропуска на Fragbite Masters 2. В список вошли действующие чемпионы турнира NiP, победители Dreamhack Invitational и вице-чемпионы ESEA Invite французы Titan, продолжающие поиск новой организации экс-Astana Dragons, польские ребята, наконец-таки пришедшие к сотрудничеству с Virtus.pro, а также чемпионы мира по версии ESWC Clan-Mystik и наименее титулованная среди инвайтов датская пятёрка 3DMAX.
http://img.cyberfight.ru/i_c/i3i/63133/orig/img.jpg
Вскоре организаторы представят ещё шестерых участников со статусом инвайт, а оставшиеся четыре путёвки, напомним, будут разыграны в ходе отборочных соревнований.
Участники:

   http://img.cyberfight.ru/v2/new-img/flags/SE.gifNiP
   http://img.cyberfight.ru/v2/new-img/flags/FR.gifTitan
   http://img.cyberfight.ru/v2/new-img/flags/UA.gifex-Astana
   http://img.cyberfight.ru/v2/new-img/flags/PL.gifVirtus.pro
   http://img.cyberfight.ru/v2/new-img/flags/FR.gifClan-Mystik
   http://img.cyberfight.ru/v2/new-img/flags/DK.gif3DMAX
http://cyberfight.ru/

19

[html]
<style>
.pox {font-size: 30px;color:green;background:red;}
</style>
<div class="pox">Сука</div>
[/html]

20

Код:
<!-- HTML —>
<style>
.korpus > div, .korpus > input { display: none; }

.korpus label { padding: 5px; border: 1px solid #aaa; line-height: 28px; cursor: pointer; position: relative; bottom: 1px; background: #fff; }
.korpus input[type="radio"]:checked + label { border-bottom: 2px solid #fff; }

.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block; padding: 5px; border: 1px solid #aaa; }
</style>

<div class="korpus">
  <input type="radio" name="odin" checked="checked" id="vkl1"/><label for="vkl1">Слайд 1</label><input type="radio" name="odin" id="vkl2"/><label for="vkl2">Слайд 2</label><input type="radio" name="odin" id="vkl3"/><label for="vkl3">Слайд 3</label>
  <div>первая вкладка</div>
  <div>вторая вкладка</div>
  <div>третья вкладка</div>
</div>

Вы здесь » Шитпостинг » Интересные факты о компьютерах » Самые удивительные компьютеры