[tor-commits] [webwml/staging] donatehead updates:

sebastian at torproject.org sebastian at torproject.org
Tue Dec 8 19:50:18 UTC 2015


commit 14eb84cb9fd181446b07ed9383da2b8d433499a7
Author: Nima Fatemi <nima at torproject.org>
Date:   Tue Dec 8 18:33:15 2015 +0000

    donatehead updates:
    
    - adding donate-style.css
    - updating <head> and <nav>
---
 css/donate-style.css   |  357 ++++++++++++++++++++++++++++++++++++++++++++++++
 include/donatehead.wmi |   81 ++++-------
 2 files changed, 381 insertions(+), 57 deletions(-)

diff --git a/css/donate-style.css b/css/donate-style.css
new file mode 100644
index 0000000..bca9514
--- /dev/null
+++ b/css/donate-style.css
@@ -0,0 +1,357 @@
+/* Some primery changes for bootstrap */
+.btn:focus,
+.btn:active:focus,
+.btn.active:focus,
+.btn.focus,
+.btn:active.focus,
+.btn.active.focus,
+a:focus,
+input[type="file"]:focus,
+input[type="radio"]:focus,
+input[type="checkbox"]:focus {
+      outline: none;
+}
+.form-control:focus {
+	border-color: #875ca4;
+	outline: 0;
+	-webkit-box-shadow: none;
+        	box-shadow: none;
+}
+.btn-default:active,
+.btn-default.active,
+.btn-default.active:hover,
+.btn-default.active:focus,
+.btn-default.active.focus,
+.open > .dropdown-toggle.btn-default:hover,
+.open > .dropdown-toggle.btn-default:focus,
+.open > .dropdown-toggle.btn-default.focus,
+.open > .dropdown-toggle.btn-default {
+    color: #fff;
+    background: #875ca4;
+    border-color: #875ca4;
+}
+.btn:active, .btn.active {
+    background-image: none;
+    outline: 0;
+    -webkit-box-shadow: none;
+    box-shadow: none;
+}
+a {
+    color: #875ca4;
+}
+a:hover, a:focus {
+    color: #663987;
+    text-decoration: none;
+}
+.btn-primary:hover {
+    background-color: #784B96;
+    border-color: #784B96;
+}
+.btn-primary {
+    background-color: #875ca4;
+    border-color: #875ca4;
+}
+.btn-primary:focus,
+.btn-primary.focus,
+.btn-primary:active,
+.btn-primary.active,
+.open > .dropdown-toggle.btn-primary,
+.btn-primary:active:hover,
+.btn-primary.active:hover,
+.open > .dropdown-toggle.btn-primary:hover,
+.btn-primary:active:focus,
+.btn-primary.active:focus,
+.open > .dropdown-toggle.btn-primary:focus,
+.btn-primary:active.focus,
+.btn-primary.active.focus,
+.open > .dropdown-toggle.btn-primary.focus{
+    background-color: #663987;
+    border-color: #663987;
+}
+.navbar-brand {
+    height: auto;
+    padding: 0;
+}
+.navbar-default {
+    background: white;
+    border: none;
+}
+.navbar {
+    margin-bottom: 0;
+}
+.navbar-collapse.collapse {
+display: block!important;
+}
+
+.navbar-nav>li, .navbar-nav {
+float: left !important;
+}
+
+
+.navbar-nav.navbar-right:last-child {
+margin-right: -15px !important;
+}
+
+.navbar-right {
+float: right!important;
+}
+
+
+.navbar-header {
+float: left;
+}
+.navbar-nav > li > a {
+    padding-top: 15px;
+    padding-bottom: 15px;
+}
+.navbar-nav{
+	margin: 0;
+}
+.img-thumbnail {
+  padding: 1px;
+  background-color: #794d9a;
+  border: 1px solid #794d9a;
+  -webkit-transition: none;
+       -o-transition: none;
+          transition: none;
+}
+
+
+
+/* Sticky footer styles
+-------------------------------------------------- */
+html {
+	position: relative;
+	min-height: 100%;
+}
+#navbar {
+    margin-top: 28px;
+}
+.logo{
+    width: 120px;
+}
+.donation{
+	text-align: center;
+	margin-bottom: 125px;
+}
+.main-text{
+	margin-top: 50px;
+}
+.nav > li > a:hover, .nav > li > a:focus {
+	text-decoration: none;
+	border-bottom: 3px solid #794d9a;
+}
+.donate-section{
+	margin-top: 50px;
+	margin-bottom: 30px;
+}
+.no-padding{
+	padding: 0;
+}
+.half-opacity{
+	opacity: 0.5;
+}
+.combined-input{
+	margin: 0 15px 35px 15px;
+}
+.left.btn-lg, .btn-group-lg > .btn{
+    border-top-right-radius: 0;
+    border-bottom-right-radius: 0;
+}
+.right.btn-lg, .btn-group-lg > .btn{
+    border-top-left-radius: 0;
+    border-bottom-left-radius: 0;
+}
+.right{
+    border-left-width: 0px !important;
+}
+.choiceLabel{
+    cursor: pointer !important;
+    margin: 0px !important;
+    width: 100%;
+    height: 100%;
+    font-weight: normal;
+}
+.combined-input > .btn-lg,
+.combined-input > .btn {
+	padding: 0;
+	min-height: 44px;
+	line-height: 44px;
+}
+
+input[type=number]::-webkit-inner-spin-button,
+input[type=number]::-webkit-outer-spin-button {
+	-webkit-appearance: none;
+	margin: 0;
+}
+input[type=number] {
+	-moz-appearance: textfield;
+}
+.error-msg{
+	color: red;
+	display: none;
+}
+.quote-section{
+	background-color:#663987;
+	padding: 20px 0;
+}
+.champion{
+	width: 100%;
+}
+.source-quote{
+	margin-top: 30px;
+	color: white;
+}
+blockquote {
+	text-align: justify;
+	display: block;
+	padding: 5px 0px 5px 45px;
+	margin: 20px 0 0 0;
+	position: relative;
+	font-size: 20px;
+	border-left: 5px solid #794d9a;
+    color: #ffffff;
+}
+blockquote::before {
+	content: "\201C";
+	position: absolute;
+	left: 10px;
+	top: -20px;
+	font-size: 80px;
+}
+blockquote footer{
+	color: rgb(240,240,240);
+}
+footer.footer{
+	margin-top: 20px;
+	position: absolute;
+    bottom: 0;
+    width: 100%;
+    /* Set the height of the footer here */
+    /*height: 65px;*/
+    padding-top: 20px;
+    padding-bottom: 10px;
+    background-color: #f5f5f5;
+}
+ at media (max-width: 991px) {
+	blockquote {
+		margin: 30px 0 0 0;
+		font-size: 18px;
+	}
+	.champion{
+		width: 140px;
+	}
+	.source-quote{
+		margin-top: 20px;
+	}
+}
+ at media (max-width: 767px)  {
+	.main-text{
+		font-size: 28px;
+	}
+	blockquote {
+		margin: 2% 0 0 0;
+		font-size: 16px;
+		border: none;
+	}
+	.img-section{
+		width: 20%;
+		float: left;
+	}
+	blockquote::before {
+		display: none;
+	}
+
+}
+ at media (max-width: 659px)  {
+	.main-text{
+		font-size: 26px;
+	}
+	blockquote {
+		font-size: 17px;
+		margin: 0;
+	}
+	.img-section{
+		width: 30%;
+	}
+	.champion{
+		width: 100%;
+	}
+}
+ at media (max-width: 549px)  {
+	.main-text{
+		font-size: 24px;
+	}
+	blockquote {
+		font-size: 15px;
+	}
+}
+ at media (max-width: 449px)  {
+	.main-text{
+		font-size: 22px;
+	}
+	blockquote {
+		font-size: 14px;
+		padding: 0;
+	}
+
+}
+
+ at media (max-width: 399px)  {
+	.logo {
+	    text-align: center;
+	    width: 25%;
+	    float: none;
+	}
+	.navbar-header{
+		width: 100%;
+	    text-align: center;	
+	}
+	.navbar-brand > img {
+    	display: initial;
+	}
+	.navbar-brand {
+    	float: initial;
+	}
+	.container > .navbar-header,
+	.container-fluid > .navbar-header,
+	.container > .navbar-collapse,
+		.container-fluid > .navbar-collapse {
+	    margin-right: 0;
+	    margin-left: 0;
+	}
+	.navbar-nav.navbar-right:last-child {
+	    margin-right: 0 !important;
+	}
+	#navbar{
+		width: 100%;
+		margin: 0;
+		height: 53px;
+	}
+	#navbar > li {
+	    width: 33.3%;
+	    text-align: center;
+	}
+	.main-text{
+		font-size: 20px;
+	}
+	#donate > .btn-group > .col-xs-6 {
+    width: 100%;
+	}
+	blockquote {
+		font-size: 14px;
+		padding: 0;
+	}
+	.img-section{
+		width: 35%;
+	}
+	footer.footer {
+	    margin-top: 10px;
+	    margin-bottom: 0px;
+	}
+	footer.footer > p {
+	    font-size: 12px;
+	}
+
+}
+
diff --git a/include/donatehead.wmi b/include/donatehead.wmi
index 0091888..c318388 100644
--- a/include/donatehead.wmi
+++ b/include/donatehead.wmi
@@ -10,65 +10,32 @@
  <html>
  <head>
 
-   <meta charset="utf-8">
-   <meta http-equiv="X-UA-Compatible" content="IE=edge">
-   <meta name="viewport" content="width=device-width,initial-scale=1">
-   <meta name="author" content="The Tor Project, Inc.">
-   <meta name="keywords" content="anonymity online, tor, tor project, censorship circumvention, traffic analysis, anonymous communications research">
-   <meta property="og:image" content="https://www.torproject.org/images/tor-logo.jpg">
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="author" content="The Tor Project, Inc.">
+  <meta name="keywords" content="anonymity online, tor, tor project, censorship circumvention, traffic analysis, anonymous communications research">
+  <meta property="og:image" content="https://www.torproject.org/images/tor-logo.jpg">
 
-   <title>$(TITLE)</title>
-   <link href="$(DOCROOT)/css/bootstrap.css" rel="stylesheet">
+  <title>$(TITLE)</title>
+  <link href="$(DOCROOT)/css/bootstrap.css" rel="stylesheet">
+  <link href="$(DOCROOT)/css/donate-style.css" rel="stylesheet">
+  <link rel="icon" href="$(IMGROOT)/favicon.ico">
 
-   <link rel="icon" href="$(IMGROOT)/favicon.ico">
+ </head>
 
-    <style>
-
-    /* Sticky footer styles
-    -------------------------------------------------- */
-    html {
-      position: relative;
-      min-height: 100%;
-    }
-
-    body {
-      margin-bottom: 65px;
-    }
-
-    .footer {
-      position: absolute;
-      bottom: 0;
-      width: 100%;
-      /* Set the height of the footer here */
-      height: 65px;
-      padding-top: 10px;
-      padding-bottom: 10px;
-      background-color: #f5f5f5;
-    }
-
-    .donation{
-        text-align: center;
-      padding-bottom: 65px;
-    }
-
-    h6{
-        font-weight: normal;
-    }
-    </style>
-
-
-</head>
 <body>
-  <div class="container">
-     <a href="<page index>"><img src="$(IMGROOT)/tor-logo.jpg" alt="Tor Project Home"></a>
-<!--
-      <ul class="nav navbar-nav navbar-right" style="margin-top:50px; ">
-          <li><a href="<page index>">Home</a></li>
-          <li><a href="<page about/overview>">About</a></li>
-          <li><a href="<page about/contact>">Contact</a></li>
+  <nav class="navbar navbar-default navbar-static-top">
+    <div class="container">
+      <div class="navbar-header">
+        <a class="navbar-brand" href="<page index>">
+          <img src="$(IMGROOT)/tor-logo.jpg" alt="Tor Project" class="logo">
+        </a>
+      </div>      
+      <ul id="navbar" class="nav navbar-nav navbar-right">
+        <li><a href="<page index>">Home</a></li>
+        <li><a href="<page index>/about">About</a></li>
+        <li><a href="<page index>/contact">Contact</a></li>
       </ul>
--->
-      <hr style="margin-top:0;">
-  </div>
-  <br>
-
+    </div>
+  </nav>
\ No newline at end of file





More information about the tor-commits mailing list