gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-www] branch master updated: Removing unnecessary css fi


From: gnunet
Subject: [taler-anastasis-www] branch master updated: Removing unnecessary css file (styles.css)
Date: Fri, 30 Apr 2021 09:53:40 +0200

This is an automated email from the git hooks/post-receive script.

skuegel pushed a commit to branch master
in repository anastasis-www.

The following commit(s) were added to refs/heads/master by this push:
     new 83c7c01  Removing unnecessary css file (styles.css)
83c7c01 is described below

commit 83c7c01b01876044d9de79c14b3be95cafc9a9a0
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Fri Apr 30 09:53:10 2021 +0200

    Removing unnecessary css file (styles.css)
---
 static/styles.css | 352 ------------------------------------------------------
 1 file changed, 352 deletions(-)

diff --git a/static/styles.css b/static/styles.css
deleted file mode 100644
index 8b49fde..0000000
--- a/static/styles.css
+++ /dev/null
@@ -1,352 +0,0 @@
-/*General style settings*/
-/******************************************/
-body {
-  margin: 0;
-  padding: 0;
-  font-family: 'Lato';
-  font-size: 20px;
-  line-height: 1.7;
-}
-i {
-  color: #ABC;
-  padding: 50px;
-}      
-
-h1 {
-  color: #06C;
-  padding-bottom: 20px;
-}
-h2 {
-  color: #06C;
-  padding-bottom: 20px;
-}
-h3 {
-  color: #06C;
-  padding-bottom: 20px;
-}
-
-img { 
-  width: 75%;
-  padding: 50px;
-}
-
-/* Page Layout*/
-/******************************************/
-#page-container {
-  position: relative;
-  min-height: 100vh;
-  background-color: #515151;
-}
-
-#content-wrap {
-  padding-bottom: 4rem;
-  max-width: 1800px;
-  margin: auto;
-  background-color: #fff;
-  min-height: inherit;
-}
-
-#footer {
-  position: absolute;
-  bottom: 0;
-  width: 100%;
-  height: 4rem;
-}
-
-/* Toolbar style*/
-/******************************************/
-.toolbar {
-  background-color: #333;
-  display: flex; 
-  justify-content: space-between;
-}
-
-.topnav {
-  overflow: hidden; 
-  margin: 0;
-  padding: 0; 
-}
-
-.topnav i {
-  padding: 25px;
-  color: white;
-}
-
-.topnav a {
-  float: left;
-  display: block;
-  color: white;
-  text-align: center;
-  padding: 14px 16px;
-  text-decoration: none;
-}
-.topnav a:hover:not(.active) {
-  background-color: #111;
-}
-
-.active {
-  background-color: #808080;
-}
-
-.topnav .icon {
-  display: none;
-}
-
-@media screen and (max-width: 600px) {
-  .topnav a {display: none;}
-  .topnav a.icon {
-    display: block;
-  }
-}
-
-@media screen and (max-width: 600px) {
-  .topnav.responsive {position: relative;}
-  .topnav.responsive a {
-    float: none;
-    display: block;
-    text-align: left;
-}
-}
-/* Dropdown Button */
-.dropbtn {
-  background-color: #333;
-  display: block;
-  color: white;
-  border: none;
-  text-align: center;
-  padding: 20px 20px;
-  text-decoration: none;
-  /* Does not inherit for some reason ? */
-  font-size: 20px;
-  font-family: 'Lato';
-}
-
-/* Dropdown button on hover & focus */
-.dropbtn:hover, .dropbtn:focus {
-  background-color: #2980B9;
-}
-
-/* The container <div> - needed to position the dropdown content */
-.dropdown {
-  position: relative;
-  float: right;
-  display: inline-block;
-}
-
-/* Dropdown Content (Hidden by Default) */
-.dropdown-content {
-  display: none;
-  position: absolute;
-  background-color: #f1f1f1;
-  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
-  z-index: 1;
-  width: 100%;
-}
-
-/* Links inside the dropdown */
-.dropdown-content a {
-  color: black;
-  padding: 12px 16px;
-  text-decoration: none;
-  display: block;
-}
-
-/* Change color of dropdown links on hover */
-.dropdown-content a:hover {background-color: #ddd}
-
-/* Show the dropdown menu (use JS to add this class to the .dropdown-content 
container when the user clicks on the dropdown button) */
-.show {display:block;} 
-
-
-/* Image gallery home intro*/
-/*******************************************/
-.slide-content {
-  background-color: grey;
-}
-
-.slide-content img { 
-  width: 90%;
-  padding: 30px;
-}
-
-
-
-
-/* Flex Box Layouts for the different pages*/
-/*******************************************/
-
-#home-split {
-  display: flex;
-  align-items: stretch;
-  line-height: 1.7;
-}
-@media screen and (max-width: 1000px) {
-  #home-split {
-    display: flex;
-    align-content: stretch;
-    justify-content: space-around;
-    line-height: 1.7;
-    flex-wrap: wrap;
-  }
-}
-
-@media screen and (max-width: 600px) {
-  .princ-content {
-    flex-wrap: wrap;
-    display: flex;
-    justify-content: space-around;   
-   }
-}
-
-.princ-content {
-  display: flex;
-  justify-content: space-around;
-}
-.princ-content i {
-  padding: 0px;
-  padding-right: 25px;
-}
-
-.princ-content .fa-4x {
-  font-size: 8em;
-}  
-
-#about-split {
-  display: flex;
-  align-items: stretch;
-  line-height: 1.7;
-  flex-wrap: wrap;
-  padding-bottom: 50px;
-}
-#docs-split {
-  display: flex;
-  align-content: stretch;
-  justify-content: space-around;
-  line-height: 1.7;
-  flex-wrap: wrap;
-}
-#news-split {
-  display: flex;
-  align-content: stretch;
-  justify-content: space-around;
-  line-height: 1.7;
-  flex-wrap: wrap;
-}
-@media screen and (max-width: 1000px) {
-  #news-split {
-    display: flex;
-    align-content: stretch;
-    justify-content: space-around;
-    line-height: 1.7;
-    flex-wrap: wrap;
-  }
-}
-
-#team {
- display: flex;
- flex-wrap: wrap;
- }
- @media screen and (max-width: 600px) {
-  #team {
-  display: flex;  
-  }
- }
- #person {
- width: 33%;
- padding-bottom: 50px;
- }
- @media screen and (max-width: 600px) {
-  #person {
-  width: 100%;
-  padding-bottom: 30px;
-  }
- }
-
-#person p {
- color: black;
- }
-
-
-#about-left {
-  text-align: left; 
-  width: 50%;  
-}
-
-#about-right {
-  text-align: left; 
-  width: 50%;  
-}
-
-@media screen and (max-width: 600px) {
-  #about-left{
-    text-align: center;
-    width: 100%;
-    }
-}
-@media screen and (max-width: 600px) {
-  #about-right{
-    text-align: center;
-    width: 100%;
-    }  
-}
-
-#home-intro {
-  padding-bottom: 50px;
-}
-
-#home-box {
-  padding: 50px;
-}
-#about-box {
-  padding: 50px;
-}
-#docs-item {
-  padding: 50px;
-}
-#news-item {
-  max-width: 45%;
-  padding: 50px;
-}
-#footer-box {
-  padding: 1rem;
-}
-  
-/* Div classes for different sections*/
-/******************************************/
-
-.main-title {
-  background-color: #3B77DB;
-  color: white;
-  height: 30vh;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-}
-.content {
-  text-align: center;
-  padding: 20px;
-  max-width: 1580px;
-  margin: auto;
-}
-footer {
-    background-color: #333;
-    max-width: 1800px;
-    margin: auto;
-    color: white;
-    display: flex;
-    flex-wrap: wrap;
-    align-content: stretch;
-    justify-content: space-around;
-}
-#footer-box a {
-  color: antiquewhite;
-}
-#footer-box a:visited {
-  color: antiquewhite;
-}  
-       
-
-
-
-
-

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]