diff --git a/_less/ie.css b/_less/ie.css
index b21bee66..9e619e5c 100644
--- a/_less/ie.css
+++ b/_less/ie.css
@@ -438,35 +438,24 @@ body{
overflow:hidden;
text-align:justify;
}
-.press-faq div span p{
- margin-bottom:0;
-}
-.press-materials div a{
- font-weight:bold;
- font-size:110%;
-}
-.press-materials div{
+.press-videos div{
display:inline;
zoom:1;
- width:278px;
- vertical-align:top;
- position:relative;
}
-.press-materials div div{
- height:250px;
- overflow:hidden;
-}
-.press-materials p a{
- font-weight:normal;
- font-size:100%;
- margin-right:10px;
- margin-bottom:10px;
+.press-videos div a{
+ display:inline;
zoom:1;
}
-.press-materials div div p span{
+
+.press-quotes p{
+ display:inline;
+ zoom:1;
+}
+.press-quotes span{
font-weight:expression((this.parentNode.getElementsByTagName('SPAN')[0]==this)?'bold':'');
display:expression((this.parentNode.getElementsByTagName('SPAN')[0]==this)?'block':'');
+ margin-bottom:expression((this.parentNode.getElementsByTagName('SPAN')[0]==this)?'4px':'');
}
.press-news div{
diff --git a/_less/screen.less b/_less/screen.less
index ba1fe266..a752af0a 100644
--- a/_less/screen.less
+++ b/_less/screen.less
@@ -1008,9 +1008,7 @@ h2 .rssicon{
.press-volunteer{
text-align:left;
- -webkit-border-radius:8px;
- -moz-border-radius:8px;
- border-radius:8px;
+ margin-bottom:40px;
}
.press-volunteer>div>div{
width:400px;
@@ -1023,6 +1021,9 @@ h2 .rssicon{
.press-volunteer>div>div>img{
float:left;
margin-right:30px;
+ -webkit-border-radius:10px;
+ -moz-border-radius:10px;
+ border-radius:10px;
}
.press-volunteer>div>div>img:first-child+p{
font-weight:bold;
@@ -1059,9 +1060,7 @@ h2 .rssicon{
.press-faq{
text-align:left;
- -webkit-border-radius:8px;
- -moz-border-radius:8px;
- border-radius:8px;
+ margin-bottom:40px;
}
.press-faq>div{
width:380px;
@@ -1088,35 +1087,43 @@ h2 .rssicon{
text-align:justify;
line-height:1.5em;
}
-.press-faq>div>span>p{
+.press-faq div span p{
margin-bottom:0;
}
-.press-materials{
- text-align:left;
- -webkit-border-radius:8px;
- -moz-border-radius:8px;
- border-radius:8px;
+.press-videos{
+ margin-bottom:40px;
+}
+.press-videos div{
+ display:inline-block;
+ vertical-align:top;
+ margin-right:10px;
+}
+.press-videos div a{
+ display:inline-block;
+ margin-right:10px;
+ margin-bottom:10px;
+}
+.press-videos img{
+ width:250px;
+ height:136px;
+ -webkit-border-radius:10px;
+ -moz-border-radius:10px;
+ border-radius:10px;
}
-.press-materials>div>a{
- font-weight:bold;
- font-size:110%;
+.press-pictures{
+ text-align:left;
+ margin-bottom:40px;
}
-.press-materials>div{
- display:inline-block;
- width:278px;
- vertical-align:top;
- position:relative;
-}
-.press-materials>div>div{
+.press-pictures div{
height:270px;
overflow:hidden;
-moz-transition:height 400ms ease-out;
-webkit-transition:height 400ms ease-out;
transition:height 400ms ease-out;
}
-.press-materials>div:first-child+div>div img{
+.press-pictures img{
margin-right:14px;
margin-bottom:14px;
height:120px;
@@ -1125,18 +1132,54 @@ h2 .rssicon{
-moz-border-radius:10px;
border-radius:10px;
}
-.press-materials>div:first-child>div>p>a{
- margin-right:10px;
- margin-bottom:10px;
+.press-pictures>a{
display:inline-block;
+ padding-top:10px;
+ font-weight:bold;
}
-.press-materials>div:first-child+div+div>div>p{
- margin-bottom:25px;
- margin-top:0
+
+.press-quotes{
+ margin-bottom:40px;
}
-.press-materials>div:first-child+div+div>div>p>span:first-child{
+.press-quotes div{
+ position:relative;
+ left:-20px;
+ text-align:left;
+ height:350px;
+ overflow:hidden;
+ -moz-transition:height 400ms ease-out;
+ -webkit-transition:height 400ms ease-out;
+ transition:height 400ms ease-out;
+}
+.press-quotes p{
+ display:inline-block;
+ vertical-align:top;
+ width:400px;
+ margin:0 0 20px 20px;
+}
+.press-quotes>a{
+ display:inline-block;
+ padding-top:10px;
+ font-weight:bold;
+}
+.press-quotes span:first-child{
font-weight:bold;
display:block;
+ margin-bottom:4px;
+}
+.press-quotes span:first-child:before{
+ position:absolute;
+ margin-left:-16px;
+ font-weight:bold;
+ font-size:180%;
+ content:"“";
+}
+.press-quotes span:first-child:after{
+ position:absolute;
+ margin-right:-16px;
+ font-weight:bold;
+ font-size:180%;
+ content:"”";
}
.press-news{
@@ -1151,8 +1194,13 @@ h2 .rssicon{
width:700px;
}
.press-news>div>a>img{
+ width:185px;
+ height:123px;
float:left;
margin-right:30px;
+ -webkit-border-radius:10px;
+ -moz-border-radius:10px;
+ border-radius:10px;
}
.press-news>div>a:first-child+a{
display:block;
@@ -1292,7 +1340,7 @@ h2 .rssicon{
margin:auto;
}
.press-volunteer>div>div{
- width:200px;
+ width:220px;
height:auto;
}
.press-volunteer>div>div>img{
@@ -1314,6 +1362,9 @@ h2 .rssicon{
.press-faq li{
text-align:left;
}
+ .press-quotes p{
+ width:auto;
+ }
.press-news>div{
width:auto;
height:auto;
diff --git a/en/press.html b/en/press.html
index ef19cd13..7dd7a279 100755
--- a/en/press.html
+++ b/en/press.html
@@ -18,17 +18,27 @@ dialogs:
materialvideoyoutube: "Video on Youtube"
materialvideomore: "More videos"
materialpicture: "Pictures"
- materialpicturemore: "more pictures"
+ materialpicturemore: "Show more pictures..."
materialquote: "Quotes"
- materialquotemore: "More quotes"
- quotesatoshi: "“With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless.”Satoshi Nakamoto, Bitcoin developer"
- quotetonygallippi: "“Bitcoin is Money Over Internet Protocol.”Tony Gallippi, BitInstant CEO"
- quotedankaminsky: "“Entire classes of bugs are missing.”Dan Kaminsky, Security Researcher"
- quotechrisdixon: "“There are 3 eras of currency: Commodity based, politically based, and now, math based.”Chris Dixon, Technology Investor"
- quotejeremyliew: "“The potential for disruption is enormous.”Jeremy Liew, Lightspeed Venture Partners"
- quotewencescasares: "“Right now Bitcoin feels like the Internet before the browser.”Wences Casares, Technology Entrepreneur"
- quotetylerwinklevoss: "“We have elected to put our money and faith in a mathematical framework that is free of politics and human error.”Tyler Winklevoss, Entrepreneur"
- quotemaxkeiser: "“It's the cheapest way to
move money around.”Max Keiser, Journalist & TV Host"
+ materialquotemore: "Show more quotes..."
+ quotesatoshi: "With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless."
+ quotetonygallippi: "Bitcoin is Money Over Internet Protocol."
+ quotedankaminsky: "Entire classes of bugs are missing."
+ quotechrisdixon: "There are 3 eras of currency: Commodity based, politically based, and now, math based."
+ quotejeremyliew: "The potential for disruption is enormous."
+ quotewencescasares: "Right now Bitcoin feels like the Internet before the browser."
+ quotetylerwinklevoss: "We have elected to put our money and faith in a mathematical framework that is free of politics and human error."
+ quotemaxkeiser: "It's the cheapest way to move money around."
+ quotebillgates: "Bitcoin is a technological tour de force."
+ quotegavinandresen: "You can basically put a bank in your pocket... That's pretty amazing."
+ quotenavalravikant: "All the things that gold does, Bitcoin kind of does better."
+ quotetimothylee: "Bitcoin allows wealth to be reduced to pure information and transmitted costlessly around the world—something nobody knew how to do before 2009. Its applications won’t be immediately obvious, especially to ordinary users."
+ quoteandyskelton: "PayPal alone blocks access from over 60 countries ... Whatever the reason, we don’t think an individual blogger from Haiti, Ethiopia, or Kenya should have diminished access to the blogosphere because of payment issues they can’t control."
+ quotetuurdemeester: "The Babyboomers gave us the personal computer, Generation X gave us the Internet, and now Generation Y is building a new financial paradigm."
+ quoterichardbrown: "Had you asked me five years ago, I would just say it was impossible. Bitcoin and crypto currencies solved this problem of coming to a consensus globally where you don't trust anybody else."
+ quotefredwilson: "We believe that Bitcoin represents something fundamental and powerful ... It reminds us of SMTP, HTTP, RSS, and BitTorrent in its architecture and openness."
+ quotejohndonohoe: "Digital currency is going to be a very powerful thing."
+ quotefrancoisrvelde: "It represents a remarkable conceptual and technical achievement, which may well be used by existing financial institutions (which could issue their own bitcoins) or even by governments themselves."
presscoverage: "Press coverage"
---
@@ -318,50 +328,74 @@ dialogs:
-
{{ page.dialogs.quotesatoshi }}
-{{ page.dialogs.quotetonygallippi }}
-{{ page.dialogs.quotedankaminsky }}
-{{ page.dialogs.quotechrisdixon }}
-{{ page.dialogs.quotejeremyliew }}
-{{ page.dialogs.quotewencescasares }}
-{{ page.dialogs.quotetylerwinklevoss }}
-{{ page.dialogs.quotemaxkeiser }}
+{{ page.dialogs.quotechrisdixon }}Chris Dixon, Technology Investor
+{{ page.dialogs.quotewencescasares }}Wences Casares, Technology Entrepreneur
+{{ page.dialogs.quotetonygallippi }}Tony Gallippi, BitInstant CEO
+{{ page.dialogs.quotedankaminsky }}Dan Kaminsky, Security Researcher
+{{ page.dialogs.quotejeremyliew }}Jeremy Liew, Lightspeed Venture Partners
+{{ page.dialogs.quotejohndonohoe }}John Donohoe, Ebay CEO
+{{ page.dialogs.quotetylerwinklevoss }}Tyler Winklevoss, Entrepreneur
+{{ page.dialogs.quotesatoshi }}Satoshi Nakamoto, Bitcoin Developer
+{{ page.dialogs.quotebillgates }}Bill Gates, Executive Chairman, Microsoft
Eric Schmidt, Executive Chairman, Google
{{ page.dialogs.quotegavinandresen }}Gavin Andresen, Chief Scientist, The Bitcoin Foundation
+{{ page.dialogs.quotetimothylee }}Timothy B. Lee, Reporter, The Washington Post
+{{ page.dialogs.quoteandyskelton }}Andy Skelton, Developer, WordPress
+{{ page.dialogs.quotetuurdemeester }}Tuur Demeester, Author, MacroTrends
+{{ page.dialogs.quoterichardbrown }}Richard Brown, Executive architect, IBM
+{{ page.dialogs.quotefredwilson }}Fred Wilson, Co-Founder of Union Square Ventures
+{{ page.dialogs.quotefrancoisrvelde }}François R. Velde, Economist, Federal Reserve
+{{ page.dialogs.quotenavalravikant }}Naval Ravikant, Founder of Angellist
+{{ page.dialogs.quotemaxkeiser }}Max Keiser, Journalist & TV Host