29.12.2017, 11:07
|
|
CacheVar
|
|
Регистрация: 19.08.2010
Сообщений: 14,209
|
|
С новым 2018-тым
С новым 2018-тым!
Всем тем, кто еще на работе посвящается...
|
|
29.12.2017, 11:29
|
|
Профессор
|
|
Регистрация: 27.05.2010
Сообщений: 33,108
|
|
|
|
29.12.2017, 12:06
|
Профессор
|
|
Регистрация: 04.12.2012
Сообщений: 3,791
|
|
С наступающим
|
|
29.12.2017, 12:53
|
Профессор
|
|
Регистрация: 14.01.2015
Сообщений: 12,990
|
|
Сообщение от ksa
|
Всем тем, кто еще на работе посвящается...
|
А кто нет в старом пусть живут?
|
|
29.12.2017, 14:15
|
|
CacheVar
|
|
Регистрация: 19.08.2010
Сообщений: 14,209
|
|
Сообщение от laimas
|
А кто нет в старом пусть живут?
|
Ага.
Им пока праздновать рано...
|
|
30.12.2017, 10:49
|
|
Профессор
|
|
Регистрация: 11.08.2017
Сообщений: 208
|
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>С НГ</title>
</head>
<body>
<div class="wrapper">
<div class="lamp active1"></div><div class="lamp active2"></div><div class="lamp active3"></div><div class="lamp active4"></div><div class="lamp active5"></div><div class="lamp active6"></div><div class="lamp active1"></div><div class="lamp active2"></div><div class="lamp active3"></div><div class="lamp active4"></div><div class="lamp active5"></div><div class="lamp active6"></div><div class="lamp active1"></div><div class="lamp active2"></div><div class="lamp active3"></div><div class="lamp active4"></div><div class="lamp active5"></div><div class="lamp active5"></div>
<h1>С Новым Годом! :)</h1>
</div>
<script>
window.onload = function(){
var items = document.querySelectorAll('.lamp');
function active(){
var x = mtRand(1, 7);
this.classList.remove("active1", "active2", "active3", "active4", "active5", "active6");
this.classList.toggle('active' + x);
}
setInterval(function(){
var rand = mtRand(0, items.length - 1);
active.call(items[rand]);
}, 15);
}
function mtRand(min, max){
return Math.floor(Math.random() * (max - min +1));
}
</script>
<style>
body{background:#333}
.wrapper{width:640px; margin: 0 auto; color: gold; text-align: center;}
.lamp{width:15px; height:15px; float:left; margin:10px; border-radius:25px 8px; background:#8bc34a}
.active1{background:#ff0000; box-shadow:0px 0px 19px 0px rgba(255,0,0,1)}
.active2{background:yellow; box-shadow:0px 0px 19px 0px rgba(255,200,0,1)}
.active3{background:#006cff; box-shadow:0px 0px 9px 0px rgba(0,160,255,1)}
.active4{background:#02fa0c; box-shadow:0px 0px 19px 0px rgba(50,255,0,1)}
.active5{background:gold; box-shadow:0px 0px 19px 0px rgba(255,130,0,1)}
.active6{background:#ff04d5; box-shadow:0px 0px 19px 0px rgba(250,50 250,1)}
</style>
</body>
</html>
|
|
30.12.2017, 13:46
|
|
Профессор
|
|
Регистрация: 27.05.2010
Сообщений: 33,108
|
|
новогодняя гирлянда
дубль-мини
<!DOCTYPE HTML>
<html>
<head>
<title>Untitled</title>
<meta charset="utf-8">
<style type="text/css">
body{
background-color:#333;
}
.lamp{
width:15px;
height:15px;
float:left;
margin:10px;
border-radius:25px 8px;
transition:all .3s ease-in;
box-shadow:0px 0px 8px 0px rgba(255, 255, 255, 1);
}
.wrapper{
width:640px;
margin:0 auto;
color:gold;
text-align:center;
}
</style>
<script>
window.addEventListener("DOMContentLoaded", function() {
var a = document.querySelectorAll(".lamp"), b = "#ff0000 #006cff #02fa0c #ff04d5 #ffff00 #ffd700".split(" ");
(function e() {
var c = b[Math.random() * b.length | 0], f = .3 < Math.random(), d = a[Math.random() * a.length | 0].style;
d.backgroundColor = c;
d.boxShadow = f ? "0px 0px 15px 0px " + c : "";
window.setTimeout(e, 20);
})();
});
</script>
</head>
<body>
<div class="wrapper"> <h1>С Новым Годом! :)</h1>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
</div>
</body>
</html>
|
|
30.12.2017, 15:13
|
Профессор
|
|
Регистрация: 14.01.2015
Сообщений: 12,990
|
|
void(),
рони,
а елка где?
|
|
30.12.2017, 18:15
|
|
Профессор
|
|
Регистрация: 11.08.2017
Сообщений: 208
|
|
рони,
круто
laimas,
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>С НГ</title>
</head>
<body>
<script>
window.addEventListener("DOMContentLoaded", function() {
var a = document.querySelectorAll(".lamp"), b = "#ff0000 #006cff #02fa0c #ff04d5 #ffff00 #ffd700".split(" ");
(function e() {
var c = b[Math.random() * b.length | 0], f = .3 < Math.random(), d = a[Math.random() * a.length | 0].style;
d.backgroundColor = c;
d.boxShadow = f ? "0px 0px 15px 0px " + c : "";
window.setTimeout(e, 20);
})();
});
</script>
<h1>С Новым Годом! :) <br> 2❄18 </h1>
<div class="background wrapper"></div>
<div class="wrapper">
<div id="star"> ★</div>
<div class="lamps lamps1">
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
</div>
<div class="lamps lamps2">
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
</div>
<div class="lamps lamps3">
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
<div class="lamp"></div>
</div>
<div id="triangle-up"></div>
<div class="conteiner">
<div class="round"></div>
</div>
</div>
<style>
body{
background-color: #333;
text-align: center;
}
.wrapper{
width: 300px;
margin: 10px auto;
text-align: center;
position: absolute;
left: 50%;
top:100px;
margin-left:-160px;
}
#triangle-up {
width: 0;
height: 0;
border-left: 150px solid transparent;
border-right: 150px solid transparent;
border-bottom: 300px solid GREEN;
}
.conteiner{
overflow: hidden;
}
#star{
font-size: 50px;
color: red;
display: inline-block;
}
.background {
width: 400px;
height: 500px;
background-color: #444;
border-radius: 50%;
box-shadow: 0 0 150px 150px #444;
top:50px;
}
.round{
width: 300px;
height: 120px;
border-radius: 50%;
background-color: green;
margin-top:-60px;
}
h1{
z-index: 999;
position: relative;
color: gold;
}
.lamp{
width:15px;
height:15px;
float:left;
margin:10px;
border-radius:25px 8px;
transition:all .3s ease-in;
box-shadow:0px 0px 8px 0px rgba(255, 255, 255, 1);
}
.lamps {
z-index: 999;
width: 50px;
position: absolute;
margin-left: 60px;
margin-top: 0px;
}
.lamps1 {
transform: rotate(26deg);
z-index: 999;
margin-left: 65px;
margin-top: 0px;
}
.lamps2 {
margin-left: 130px;
margin-top: 30px;
}
.lamps3 {
transform: rotate(-27deg);
margin-left: 200px;
margin-top: -10px;
}
</style>
</body>
</html>
Последний раз редактировалось void(), 30.12.2017 в 19:04.
|
|
30.12.2017, 18:19
|
Профессор
|
|
Регистрация: 14.01.2015
Сообщений: 12,990
|
|
Осталось рони добавить табурет и можно стишки читать.
Добавить высоту тегу [html] надо, а то красоту елочки не видно. )
|
|
|
|