gol
gol

hardy

د‌ل های ما که به هم نزدیک باشن

دیگر چه فرقی می کند

که کجای این جهان باشیم

دور باش اما نزدیک

من از نزدیک بودن‌های دور می‌ترسم
«احمد شاملو»

×

توجه : دو ارسال نخستِ کاربرانِ جدید در تالار میدوری را پیش از نمایش دادن , مدیر تالار باید تایید کند .

Latest Threads  آخرین ارسال ها :
نمایش آخرین ارسال این موضوع
 
امتیاز موضوع:
  • 8 رأی - میانگین امیتازات : 2.5
  • 1
  • 2
  • 3
  • 4
  • 5
  
1 کاربر حاضر در تاپیک: (0 عضو, و 1 مهمان). 1 مهمان
نویسنده:میدوری
آخرین ارسال:میدوری
پاسخ: 1
بازدید: 7727
subscription
quickreply advancequickreply report



( ابزار سایت ) اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح دوازدهم)
تغییر اندازه ی متن : zoomin zoomout default
Butterfly
نویسنده : admin میدوری
admin میدوری profile  
آفلاین
مدیر کل تالار
مدالهای میدوری1000500
1001011720
168241051
دسترسی به میدوری
ارسال یک ایمیل به این کاربر ارسال یک پیام خصوصی به این کاربر مشاهده وب سایت کاربر یافتن تمامی ارسال های این کاربر اعتبار:
اطلاعات میدوری


تاریخ عضویت:
05 November 2011

ارسال ها: 1,800
شماره کاربری: 1
میزان اعتبار:

محل سکونت: تهران
ماه تولد:
جنسيت:
آخرین دیدار :
تماس با میدوری
حالت میدوری
صفحه های میدوری
گوگل پلاس فیس بوک توییتر یوتیوب کلوب
اینستاگرام تلگرام
ارسال: #1
Fish اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح دوازدهم)

rightarrow
اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح دوازدهم)
اسلاید شو یا گالری تصاویر برای نمایش تصاویر بصورتی زیبا و تکنیکی با استفاده از راه کارها و روش های گوناگون . برای دوستان چند مدل را گردآوری کرده ام که در اینجا قرار میدهم . نمونه ی زنده را در زیر ببینید و سپس برای بررسی و استفاده , از کد های داده شده استفاده کنید . تغییرات بعهده ی شماست .

کد HTML:
<style type="text/css">
.slideshow {width:480px; height:120px; padding-top:380px; position:relative; margin:20px auto;}
.slideshow input {position:absolute; display:none;}
.slideshow .largeImages {width:480px; height:360px; position:absolute; left:0; top:0;
filter:drop-shadow(0 3px 5px rgba(0,0,0,0.4));
-webkit-filter:drop-shadow(0 3px 5px rgba(0,0,0,0.4));
}
.slideshow .largeImages img {display:block; position:absolute; left:0; top:0; z-index:10; opacity:0;
transition: 1s;
-webkit-transition: 1s;
transform:scale(1.1);
-webkit-transform:scale(1.1);
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
.slideshow .filmstrip {width:430px; height:92px; margin:0 auto; position:relative; overflow:hidden;}
.slideshow .filmstrip .film {position:absolute; left:0; top:0; white-space:nowrap; background:#222 url(slots.gif);
transition:1s;
-webkit-transition:1s;
}
.slideshow .filmstrip label {display:inline-block; width:86px; height:92px; cursor:pointer;}
.slideshow .filmstrip label img {display:block; width:80px; height:60px; margin:16px auto;
transition: 0.5s;
-webkit-transition: 0.5s;
filter: grayscale(1) invert(1);
-webkit-filter: grayscale(1) invert(1);
}
.slideshow .filmstrip label img:hover {
filter: grayscale(1) invert(0);
-webkit-filter: grayscale(1) invert(0);
}
.slideshow .slideLeft {position:absolute; left:0; top:400px;
transition: 0.5s;
-webkit-transition: 0.5s;
filter: grayscale(1) opacity(0.5);
-webkit-filter: grayscale(1) opacity(0.5);
}
.slideshow .slideRight {position:absolute; right:0; top:400px;
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
transition: 0.5s;
-webkit-transition: 0.5s;
filter: grayscale(1) opacity(0.5);
-webkit-filter: grayscale(1) opacity(0.5);
}
.slideshow .filmstrip .shine {width:20px; height:200px; position:absolute; left:-80px; top:-20px; z-index:100;
background-image: linear-gradient(to right, rgba(255, 255, 255,0), rgba(255, 255, 255,0.7), rgba(255, 255, 255,0));
background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255,0), rgba(255, 255, 255,0.7), rgba(255, 255, 255,0));
transform:rotate(20deg);
-webkit-transform:rotate(20deg);
transition: 2s;
-webkit-transition: 2s;
}
.slideshow #slideLeft:checked ~ .filmstrip .film {left:0;}
.slideshow #slideRight:checked ~ .filmstrip .film {left:-430px;}
.slideshow #slideLeft:checked ~ .slideRight,
.slideshow #slideRight:checked ~ .slideLeft {cursor:pointer;
filter: grayscale(0) opacity(1);
-webkit-filter: grayscale(0) opacity(1);
}
.slideshow #pic1:checked ~ .largeImages img:nth-of-type(1),
.slideshow #pic2:checked ~ .largeImages img:nth-of-type(2),
.slideshow #pic3:checked ~ .largeImages img:nth-of-type(3),
.slideshow #pic4:checked ~ .largeImages img:nth-of-type(4),
.slideshow #pic5:checked ~ .largeImages img:nth-of-type(5),
.slideshow #pic6:checked ~ .largeImages img:nth-of-type(6),
.slideshow #pic7:checked ~ .largeImages img:nth-of-type(7),
.slideshow #pic8:checked ~ .largeImages img:nth-of-type(8),
.slideshow #pic9:checked ~ .largeImages img:nth-of-type(9),
.slideshow #pic10:checked ~ .largeImages img:nth-of-type(10) {z-index:100; opacity:1;
transition: 1s;
-webkit-transition: 1s;
filter: grayscale(0);
-webkit-filter: grayscale(0);
transform:scale(1);
-webkit-transform:scale(1);
}
.slideshow #pic1:checked ~ .filmstrip .film label:nth-of-type(1) img,
.slideshow #pic2:checked ~ .filmstrip .film label:nth-of-type(2) img,
.slideshow #pic3:checked ~ .filmstrip .film label:nth-of-type(3) img,
.slideshow #pic4:checked ~ .filmstrip .film label:nth-of-type(4) img,
.slideshow #pic5:checked ~ .filmstrip .film label:nth-of-type(5) img,
.slideshow #pic6:checked ~ .filmstrip .film label:nth-of-type(6) img,
.slideshow #pic7:checked ~ .filmstrip .film label:nth-of-type(7) img,
.slideshow #pic8:checked ~ .filmstrip .film label:nth-of-type(8) img,
.slideshow #pic9:checked ~ .filmstrip .film label:nth-of-type(9) img,
.slideshow #pic10:checked ~ .filmstrip .film label:nth-of-type(10) img {
filter: grayscale(0) invert(0);
-webkit-filter: grayscale(0) invert(0);
}
.slideshow #pic1:checked ~ .filmstrip .shine:nth-of-type(1),
.slideshow #pic2:checked ~ .filmstrip .shine:nth-of-type(2),
.slideshow #pic3:checked ~ .filmstrip .shine:nth-of-type(3),
.slideshow #pic4:checked ~ .filmstrip .shine:nth-of-type(4),
.slideshow #pic5:checked ~ .filmstrip .shine:nth-of-type(5),
.slideshow #pic6:checked ~ .filmstrip .shine:nth-of-type(6),
.slideshow #pic7:checked ~ .filmstrip .shine:nth-of-type(7),
.slideshow #pic8:checked ~ .filmstrip .shine:nth-of-type(8),
.slideshow #pic9:checked ~ .filmstrip .shine:nth-of-type(9),
.slideshow #pic10:checked ~ .filmstrip .shine:nth-of-type(10) {
-webkit-animation: shine 0.5s linear;
animation: shine 0.5s linear;
}
@-webkit-keyframes shine {
0% {left:-80px;}
100% {left:500px;}
}
@keyframes shine {
0% {left:-80px;}
100% {left:500px;}
}
</style>
<div class ="slideshow">
    <input name="slides" id="pic1" type="radio">
    <input name="slides" id="pic2" type="radio">
    <input name="slides" id="pic3" type="radio">
    <input name="slides" id="pic4" type="radio">
    <input name="slides" id="pic5" type="radio">
    <input name="slides" id="pic6" type="radio">
    <input name="slides" id="pic7" type="radio">
    <input name="slides" id="pic8" type="radio">
    <input checked="checked" name="slides" id="pic9" type="radio">
    <input name="slides" id="pic10" type="radio">
    <input name="shift" id="slideLeft" type="radio">
    <input checked="checked" name="shift" id="slideRight" type="radio">
    <div class ="largeImages">
	   <img src="pic1.jpg" alt="">
	   <img src="pic2.jpg" alt="">
	   <img src="pic3.jpg" alt="">
	   <img src="pic4.jpg" alt="">
	   <img src="pic5.jpg" alt="">
	   <img src="pic6.jpg" alt="">
	   <img src="pic7.jpg" alt="">
	   <img src="pic8.jpg" alt="">
	   <img src="pic9.jpg" alt="">
	   <img src="pic10.jpg" alt="">
    </div>
    <div class ="filmstrip">
	   <div class ="shine"></div>
	   <div class ="shine"></div>
	   <div class ="shine"></div>
	   <div class ="shine"></div>
	   <div class ="shine"></div>
	   <div class ="shine"></div>
	   <div class ="shine"></div>
	   <div class ="shine"></div>
	   <div class ="shine"></div>
	   <div class ="shine"></div>
	   <div class ="film">
		  <label for="pic1"><img src="pic1.jpg" alt=""></label><label for="pic2"><img src="pic2.jpg" alt=""></label>
<label for="pic3"><img src="pic3.jpg" alt=""></label><label for="pic4"><img src="pic4.jpg" alt=""></label><label for="pic5">
<img src="pic5.jpg" alt=""></label><label for="pic6"><img src="pic6.jpg" alt=""></label><label for="pic7"><img src="pic7.jpg" alt=""></label>
<label for="pic8"><img src="pic8.jpg" alt=""></label><label for="pic9"><img src="pic9.jpg" alt=""></label><label for="pic10">
<img src="pic10.jpg" alt=""></label>
	   </div>
    </div>
    <label class ="slideLeft" for="slideLeft"><img src="left-arrow.png" alt=""></label>
    <label class ="slideRight" for="slideRight"><img src="left-arrow.png" alt=""></label>
</div>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159





امضای میدوری :
[تصویر: midori-sign-500.png]
محل حضور کاربر در تالار :  admin میدوری در تالار ميدوری حضور ندارد .
ديدگاه کاربران برای مطلب : help (روی آیکون مورد نظر کلیک کنید تا دیدگاه شما ثبت شود . در صورت انصراف تا دوبار می توانید دیدگاه خود را ثبت کنید . برای پاک کردن دیدگاه روی همان آیکون یک بار کلیک کنید تا دیدگاه شما پاک شود .)

برچسب ها :

17 - July - 2014 20 : 11 AM
اعتبار: اهدای موجودی بــانــکــ نقل قول این ارسال در یک پاسخ


subscription
quickreply advancequickreply report

موضوع های مرتبط با این موضوع...
موضوع: نویسنده پاسخ: بازدید: آخرین ارسال
Heart abzar نمایش تصویرها بصورت معلق و چرخان با CSS3 میدوری 2 10,253 18 - December - 2018 10 : 06 PM
آخرین ارسال: میدوری
minioni abzar نوشته های نئونی با CSS3 میدوری 0 6,953 25 - June - 2016 11 : 07 PM
آخرین ارسال: میدوری
minioni abzar اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح چهلم) میدوری 0 7,535 12 - June - 2016 05 : 05 PM
آخرین ارسال: میدوری
HumanFemale abzar اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح سی و نهم) میدوری 0 7,742 17 - May - 2016 24 : 05 PM
آخرین ارسال: میدوری
Flower abzar چک باکس های زیبا با CSS میدوری 0 6,809 01 - December - 2015 50 : 12 PM
آخرین ارسال: میدوری

بازديدکنندگان از موضوع
کاربرانی که از موضوع بازدید کرده اند ( 1 ) کاربر

ابزار موضوع



1 کاربر حاضر در تاپیک: (0 عضو, و 1 مهمان). 1 مهمان