gol
gol

hardy

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

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

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

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

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

×

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

Latest Threads  آخرین ارسال ها :
نمایش آخرین ارسال این موضوع
 
امتیاز موضوع:
  • 8 رأی - میانگین امیتازات : 2.38
  • 1
  • 2
  • 3
  • 4
  • 5
  
1 کاربر حاضر در تاپیک: (0 عضو, و 1 مهمان). 1 مهمان
نویسنده:میدوری
آخرین ارسال:میدوری
پاسخ: 1
بازدید: 6070
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">
/* this is a CSS answer to fix the hover/focus '~' and hover/focus '+' problem in safari and chrome */
/* tabindex="1" in the link code to fix the 'focus persist' problem in safari and chrome */
html {-webkit-animation: safariSelectorFix infinite 1s;}
@-webkit-keyframes safariSelectorFix {
0% {zoom:1;} 
100% {zoom:1;}
}
body {padding:0; margin:0;}
#gallery {width: 610px; height:350px; border:1px solid #ddd; margin:50px auto 100px auto; position:relative;}
a.lightBox {display:block; float:left; outline:0; padding:5px; border:1px solid #ddd; margin:20px; cursor:pointer;}
a.lightBox img {float:left;}

a.lightBox ~.oneBox {display:table; position:absolute; top:-50px; left:-9999px; width:810px; height:810px; z-index:500;}
a.lightBox ~.oneBox .back {display:block; position:absolute; top:-50px; left:-9999px; width:810px; 
height:16px; background:#000; z-index:-1; opacity:0;
-o-border-radius: 8px;
-ms-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
a.lightBox ~.oneBox .holder {position:relative; z-index:100; text-align:center; display:table-cell; vertical-align:middle;}
.oneBox .frame {display:inline-block; margin:0 auto; position:relative; text-align:left; font-family:arial, 
sans-serif; padding:20px 20px 10px 20px; background:#fff;
-moz-transform: scale(0.05,0); -webkit-transform: scale(0.05,0);
-o-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
a.lightBox:focus ~ .oneBox {left:-100px;}
a.lightBox:focus ~ .oneBox .back {
-moz-animation: back 0.5s 0s 1 ease-in-out forwards;
-webkit-animation: back 0.5s 0s 1 ease-in-out forwards;
-o-animation: back 0.5s 0s 1 ease-in-out forwards;
animation: back 0.5s 0s 1 ease-in-out forwards;
}
a.lightBox:focus ~ .oneBox p {display:block; font:bold 12px/18px verdana, arial, sans-serif; color:#666; 
margin:0; height:70px; padding:10px 0 0 0; margin:-70px 0 0 0; position:relative; z-index:5; opacity:0;
-moz-animation: para 0.5s 2s 1 ease-in-out forwards;
-webkit-animation: para 0.5s 2s 1 ease-in-out forwards;
-o-animation: para 0.5s 2s 1 ease-in-out forwards;
animation: para 0.5s 2s 1 ease-in-out forwards;
}
a.lightBox:focus ~ .oneBox .frame {
-moz-animation: frame 1s 0.5s 1 ease-out forwards;
-webkit-animation: frame 1s 0.5s 1 ease-out forwards;
-o-animation: frame 1s 0.5s 1 ease-out forwards;
animation: frame 1s 0.5s 1 ease-out forwards;
}
a.lightBox ~ .oneBox .frame div {display:inline-block; position:relative; z-index:20; opacity:0;}
a.lightBox:focus ~ .oneBox .frame div {
-moz-animation: image 0.5s 1.5s 1 ease-out forwards;
-webkit-animation: image 0.5s 1.5s 1 ease-out forwards;
-o-animation: image 0.5s 1.5s 1 ease-out forwards;
animation: image 0.5s 1.5s 1 ease-out forwards;
 }
a.a1:focus ~ .oneBox .frame div:before {display:block; content:url("bw1.jpg");}
a.a2:focus ~ .oneBox .frame div:before {display:block; content:url("bw7.jpg");}
a.a3:focus ~ .oneBox .frame div:before {display:block; content:url("bw2.jpg");}
a.a4:focus ~ .oneBox .frame div:before {display:block; content:url("bw4.jpg");}
a.a5:focus ~ .oneBox .frame div:before {display:block; content:url("bw6.jpg");}
a.a6:focus ~ .oneBox .frame div:before {display:block; content:url("bw5.jpg");}
a.a7:focus ~ .oneBox .frame div:before {display:block; content:url("bw3.jpg");}
a.lightBox:focus ~ .oneBox .frame div:after {display:block; content:url("close2.png"); width:32px; 
height:32px; position:absolute; right:0px; top:0px; cursor:pointer;}
a.a1:focus ~ .oneBox .frame p:before {content:"image #1";}
a.a2:focus ~ .oneBox .frame p:before {content:"image #2";}
a.a3:focus ~ .oneBox .frame p:before {content:"image #3";}
a.a4:focus ~ .oneBox .frame p:before {content:"image #4";}
a.a5:focus ~ .oneBox .frame p:before {content:"image #5";}
a.a6:focus ~ .oneBox .frame p:before {content:"image #6";}
a.a7:focus ~ .oneBox .frame p:before {content:"image #7";}
a.a1:focus ~ .oneBox .frame p:after {display:block; font-weight:normal; white-space: pre; 
content:"A street entertainer\A This is a photograph I took during a recent visit to Bath where there are many street entertainers.";}
a.a2:focus ~ .oneBox .frame p:after {display:block; font-weight:normal; white-space: pre; 
content:"Cannon wheel\A Part of a cannon at Windsor Castle.";}
a.a3:focus ~ .oneBox .frame p:after {display:block; font-weight:normal; white-space: pre; 
content:"Another street entertainer\A Again taken during a visit to Bath.";}
a.a4:focus ~ .oneBox .frame p:after {display:block; font-weight:normal; white-space: pre; 
content:"Clovelly, North Devon\A A cobbled path down to the sea front at Clovelly.";}
a.a5:focus ~ .oneBox .frame p:after {display:block; font-weight:normal; white-space: pre; 
content:"Proud parents\A Swans with their cygnets on Stroud Park lake.";}
a.a6:focus ~ .oneBox .frame p:after {display:block; font-weight:normal; white-space: pre; 
content:"A seaside cottage\A One of the many beautiful cottages in Boscastle North Cornwall.";}
a.a7:focus ~ .oneBox .frame p:after {display:block; font-weight:normal; white-space: pre; 
content:"A street entertainer\A Yet another entertainer on the streets of Bath.";}
.clear {clear:both;}
@-moz-keyframes back {
0% {left:-100px;}
100% {left:-100px; height:810px; opacity:0.5;}
}
@-moz-keyframes para {
0% {margin-top:-70px; opacity:1;}
100% {margin-top:0; opacity:1;}
}
@-moz-keyframes frame {
0% {-moz-transform: scale(0.05,0);}
50% {-moz-transform: scale(0.05,1);}
100% {-moz-transform: scale(1,1);}
}
@-moz-keyframes image {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes back {
0% {left:0px; top:0;}
100% {left:0px; top:0; height:810px; opacity:0.5;}
}
@-webkit-keyframes para {
0% {margin-top:-70px; opacity:1;}
100% {margin-top:0; opacity:1;}
}
@-webkit-keyframes frame {
0% {-webkit-transform: scale(0.05,0);}
50% {-webkit-transform: scale(0.05,1);}
100% {-webkit-transform: scale(1,1);}
}
@-webkit-keyframes image {
0% {opacity:0;}
100% {opacity:1;}
}
@-o-keyframes back {
0% {left:0px; top:0;}
100% {left:0px; top:0; height:810px; opacity:0.5;}
}
@-o-keyframes para {
0% {margin-top:-70px; opacity:1;}
100% {margin-top:0; opacity:1;}
}
@-o-keyframes frame {
0% {-o-transform: scale(0.05,0);}
50% {-o-transform: scale(0.05,1);}
100% {-o-transform: scale(1,1);}
}
@-o-keyframes image {
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes back {
0% {left:0px; top:0;}
100% {left:0px; top:0; height:810px; opacity:0.5;}
}
@keyframes para {
0% {margin-top:-70px; opacity:1;}
100% {margin-top:0; opacity:1;}
}
@keyframes frame {
0% {transform: scale(0.05,0);}
50% {transform: scale(0.05,1);}
100% {transform: scale(1,1);}
}
@keyframes image {
0% {opacity:0;}
100% {opacity:1;}
}
</style>
<div id="gallery">
<a class ="lightBox a1" tabindex="1"><img src="bw1t.jpg"></a>
<a class ="lightBox a2" tabindex="1"><img src="bw7t.jpg"></a>
<a class ="lightBox a3" tabindex="1"><img src="bw2t.jpg"></a>
<br class ="clear">
<a class ="lightBox a4" tabindex="1"><img src="bw4t.jpg"></a>
<a class ="lightBox a5" tabindex="1"><img src="bw6t.jpg"></a>
<a class ="lightBox a6" tabindex="1"><img src="bw5t.jpg"></a>
<a class ="lightBox a7" tabindex="1"><img src="bw3t.jpg"></a>
<div class ="oneBox">
    <div class ="back"></div>
    <div class ="holder">
	   <div class ="frame">
		  <div></div>
		  <p></p>
	   </div>
    </div>
</div>
</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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178





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

برچسب ها :

01 - August - 2014 00 : 12 PM
اعتبار: اهدای موجودی بــانــکــ نقل قول این ارسال در یک پاسخ


subscription
quickreply advancequickreply report

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

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

ابزار موضوع



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