[tor-commits] [webwml/master] add the style of other ways to danate section

hiro at torproject.org hiro at torproject.org
Wed Jan 25 16:18:19 UTC 2017


commit ef6ecd68fa1d263660b8dcc726517ecdce13f49d
Author: MehrabKamrani <mk.zizou at gmail.com>
Date:   Sat Dec 19 15:35:29 2015 +0800

    add the style of other ways to danate section
---
 css/donate-style.css | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 78 insertions(+)

diff --git a/css/donate-style.css b/css/donate-style.css
index 8fefc53..7ee5509 100644
--- a/css/donate-style.css
+++ b/css/donate-style.css
@@ -225,6 +225,84 @@ blockquote::before {
 blockquote footer{
 	color: rgb(240,240,240);
 }
+.donate-button {
+	background-color: #4FAB76;
+	border-color: #47996A;
+}
+.donate-button:hover,
+.donate-button:focus,
+.donate-button:active,
+.donate-button:active:hover,
+.donate-button:active:focus{
+	background-color: #47996A;
+	border-color: #47996A; 
+}
+#other-ways-section > .container-fluid{
+	padding: 0;
+}
+.hundred.toptwenty{
+	text-align: justify;
+	margin-top: 0;
+}
+.row-eqheight{
+    overflow: hidden; 
+    padding-bottom: 20px
+}
+.row-eqheight > [class*="col-"]{
+    margin-bottom: -99999px;
+    padding-bottom: 99999px;
+}
+.bitcoin{
+	padding-top: 10px;
+	padding-left: 30px;
+	padding-right: 30px;
+	background-color: #F6F6F6;
+}
+#bitpayDonation > .well > .form-group {
+    margin-right: 0;
+    margin-left: 0;
+}
+#bitpayDonation > .well {
+	box-shadow: none;
+	border-radius: 7px;
+	margin-bottom: 0;
+}
+.check-eutransfer{
+	padding-top: 20px;
+	padding-left: 30px;
+	padding-right: 30px;
+	background-color: #F0F0F0;
+}
+.even-more{
+	padding: 25px 0;
+	background-color: #FAFAFA;
+}
+.dsmall{
+	padding: 0 100px;
+}
+.other-ways-img{
+	width: 100%;
+}
+.img-thumbnail.other-ways-img {
+	padding: 1px;
+	transition: none 0s ease 0s;
+	border: 2px solid rgb(221, 221, 221);
+}
+.get-in-touch{
+	background-color: #35734F;
+	color: #fff;
+}
+.title {
+    min-height: 80px;
+    margin-top: 20px;
+    margin-bottom: 20px;
+    border-right: 3px solid #3D855B;
+    padding-top: 25px;
+}
+.detail {
+    margin-bottom: 0px;
+    margin-top: 50px;
+}
 footer.footer{
 	margin-top: 20px;
 	position: absolute;





More information about the tor-commits mailing list