You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/01/26 18:15:33 UTC

[plc4x-build-tools] branch develop updated: - Removed some duplicate css styles

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7ff2010  - Removed some duplicate css styles
7ff2010 is described below

commit 7ff20105a5268ec80afb2f9fc366e47a79ab193e
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun Jan 26 19:14:34 2020 +0100

    - Removed some duplicate css styles
---
 .../src/main/resources/css/themes/plc4x.css        | 169 ---------------------
 1 file changed, 169 deletions(-)

diff --git a/plc4x-site-skin/src/main/resources/css/themes/plc4x.css b/plc4x-site-skin/src/main/resources/css/themes/plc4x.css
index c388b29..fa86033 100644
--- a/plc4x-site-skin/src/main/resources/css/themes/plc4x.css
+++ b/plc4x-site-skin/src/main/resources/css/themes/plc4x.css
@@ -924,172 +924,3 @@ div.thought:after {
   border-radius: 18px;
 }
 
-.teaser-img {
-  position: relative;
-  background: #FFFFFF;
-  overflow: hidden;
-}
-
-.teaser-img:after {
-  content: ' ';
-  display: block;
-  position: absolute;
-  left: 0;
-  top: 0;
-  width: 100%;
-  height: 100%;
-  z-index: 1;
-  opacity: 0.9;
-  background-image: url('../../images/background-index-3.png');
-  background-repeat: no-repeat;
-  background-position: 50% 0;
-  -ms-background-size: cover;
-  -o-background-size: cover;
-  -moz-background-size: cover;
-  -webkit-background-size: cover;
-  background-size: cover;
-}
-
-.teaser-box {
-  background:white;
-  border: 5px solid #A42052;
-  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
-  padding:35px;
-  border-radius:15px;
-  display:inline-block;
-  margin: 50px 30px;
-}
-
-.apache-teaser {
-  position: relative;
-  padding-left: 1em;
-  /*border-left: 0.2em solid #A42052;*/
-  font-size: 16pt;
-  font-weight: 100;
-  margin-bottom:20px;
-}
-
-.apache-teaser:before, .apache-teaser:after {
-  content: '\201C';
-  color: rgb(27, 20, 100);
-}
-
-.apache-teaser:after {
-  content: '\201D';
-}
-
-.header-apache-text {
-  line-height:1.2;
-  font-family: 'Heebo', sans-serif;
-  font-size:32pt;
-  margin-bottom:20px;
-  font-weight:800;
-}
-
-.plc4x-button {
-  display: inline-block ;
-  vertical-align: middle;
-  border: 0;
-  border-radius: 3px;
-  cursor: pointer;
-  font-family: inherit;
-  font-weight: bold;
-  text-transform: uppercase;
-  font-size: 0.9em;
-  letter-spacing: 0.1em;
-  line-height: 1em;
-  padding: 0.75em 1.25em;
-  margin-right:0.125em;
-  margin-left: 0.125em;
-  margin-top:0px;
-}
-
-.plc4x-button-large {
-  font-size: 1.0em;
-  padding: 1em 1.0em;
-}
-
-.plc4x-button.plc4x-button-primary:hover {
-  background: #ea2d80;
-  -webkit-transition: all 0.75s ease;
-  transition: all 0.75s ease;
-  text-decoration: none;
-}
-
-.plc4x-button.plc4x-button-primary {
-  background: #A42052;
-  color: rgba(255, 255, 255, 0.75);
-}
-
-.plc4x-headline {
-  color:#A42052;
-  font-weight:700;
-  display:inline-block;
-  padding:5px;
-  text-align:center;
-}
-
-.section-highlight {
-  padding-left:30px;
-  padding-right:30px;
-  padding-top:30px;
-}
-
-.section-highlight-primary {
-  background-color: #A42052;
-  color:white;
-}
-
-.section-highlight-secondary {
-  background-color: white;
-  color:#A42052;
-}
-
-.section-highlight-text-primary {
-  color:white;
-}
-
-.section-highlight-text-secondary {
-  color:#A42052;
-}
-
-.highlight-icon {
-  border-radius:50%/25%;
-  padding:30px;
-}
-
-.highlight-icon-primary {
-  background:white;
-  color: #A42052;
-}
-
-.highlight-icon-secondary {
-  background:#A42052;
-  color: white;
-}
-
-.center {
-  display:block;
-  margin-left:auto;
-  margin-right:auto;
-}
-
-.margin-rl-0 {
-  margin-left:0;
-  margin-right:0;
-}
-
-.margin-rl-auto {
-  margin-left:auto;
-  margin-right:auto;
-}
-
-.plc4x-logo {
-  margin-top:30px;
-  margin-bottom:30px;
-}
-
-.text-center {
-  text-align:center;
-}
-