Changes between Version 15 and Version 16 of ZooWebSite/TwittJs
- Timestamp:
- Jan 21, 2011, 9:47:54 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/TwittJs
v15 v16 4 4 <style> 5 5 6 .twitts {6 .twitts,.donate{ 7 7 background: #ffcd0b; 8 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffcd0b'); /* for IE */9 background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffcd0b)); /* for webkit browsers */10 background:-moz-linear-gradient(top, #ffffff, #ffcd0b); /* for firefox 3.6+ */11 12 8 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffcd0b'); /* for IE */ 9 background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffcd0b)); /* for webkit browsers */ 10 background:-moz-linear-gradient(top, #ffffff, #ffcd0b); /* for firefox 3.6+ */ 11 width: 98%; 12 height:100px; 13 13 margin-bottom: 1em; 14 14 border:0; 15 15 padding:1%; 16 16 -moz-border-radius: 5px; 17 17 -webkit-border-radius: 5px; 18 border-radius: 5px; 18 border-radius: 5px; 19 } 20 .donate{ 21 background: #ffcd0b; 22 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd0b', endColorstr='#ffffff'); /* for IE */ 23 background:-webkit-gradient(linear, left top, left bottom, from(#ffcd0b), to(#ffffff)); /* for webkit browsers */ 24 background:-moz-linear-gradient(top, #ffcd0b, #ffffff); /* for firefox 3.6+ */ 19 25 } 20 26 .twitts img{ 21 width:1 80px;22 height: 44px;27 width:120px; 28 height:30px; 23 29 position: relative; 24 30 left: 40px;