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

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 61f2fcc  clean unused styles
61f2fcc is described below

commit 61f2fcc1114e87ea7f85a3b6fd9ef6b90d3482a5
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Sep 15 15:36:38 2019 +0200

    clean unused styles
---
 _layouts/docpage.html   |   1 -
 _sass/royale-theme.sass | 136 +-----------------------------------------------
 2 files changed, 1 insertion(+), 136 deletions(-)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 9caeb47..2195c70 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -31,7 +31,6 @@ limitations under the License.
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1, 
maximum-scale=1, user-scalable=no" />
   <meta http-equiv="X-UA-Compatible" content="ie=edge" />
-  <script src="https://kit.fontawesome.com/5428543a81.js";></script>
 
   {% include open-graph.html %}
 
diff --git a/_sass/royale-theme.sass b/_sass/royale-theme.sass
index ff9c5f0..8f1b726 100644
--- a/_sass/royale-theme.sass
+++ b/_sass/royale-theme.sass
@@ -12,88 +12,17 @@
  * limitations under the License.
  */
 
-@media screen and (max-width: 720px) 
-       .tagline 
-               display: none
-
 .asf
        text-align: center
        font-family: Verdana, Geneva, sans-serif
        font-size: 10px
 
-.curved-top 
-       background-color: #ffffff
-       border-top-right-radius: 50% 20px
-       border-top-left-radius: 50% 20px
-       border-color: #ffffff
-       border-style: solid none none none
-       width: 100%
-       padding: 30px
-
-.responsive-table 
-       display: flex
-       flex-wrap: wrap
-
-.responsive-table-tile 
-       width: 350px
-
-
-.responsive-table-tile-text 
-       margin-left: 60px
-       margin-top: 16px
-
-
-.responsive-table-tile-icon 
-       font-size: 40px
-       float: left
-
-.responsive-table-tile-title 
-       color: #00ffff
-
-.responsive-table-tile-content 
-
-.big-buttons 
-
-.big-button 
-       border-radius: 100px
-       padding: 30px
-       margin: 20px
-       display: inline-block
-
-.big-button_a 
-       color: #ffffff
-       text-decoration: none
-
-.red-button 
-       background-color: #ff0000
-       border-color: #ff0000
-
-.blue-button 
-       background-color: #0000ff
-       border-color: #0000ff
-
-.centerButton 
-       display: flex
-       justify-content: center
-
-.white-border-button 
-       border-color: #fff
-       border-style: solid
-
-.intro 
-       width: 40%
-       font-family:Verdana, Geneva, sans-serif
-
 .page 
        width: 100%
        background-image: 
url('https://royale.apache.org/wp-content/uploads/2017/10/page-bg-1-1920x300.png')
        background-repeat: no-repeat
        margin-top: 0px
        background-position: center top
-
-@media screen and (min-width: 1920px) 
-       .page 
-               background-size: 100%
        
 .social 
        /* hidden until these get hooked up */
@@ -109,8 +38,6 @@
 
 .docs_header 
        height: 70px
-       position: relative
-       z-index: 9998
 
 .topbar 
        width: 100%
@@ -167,31 +94,6 @@
 .topMenu_li_a:hover 
        color: #fff
 
-.orange-box 
-       background-color: #F93
-       width: 100%
-       padding-top: 20px
-       padding-bottom: 20px
-
-.orange-box-text 
-       margin: 20px 200px
-
-.orange-box-code 
-       font-family: "Courier New", Courier, monospace
-       background-color: #FC0
-       text-align: left
-       margin: 20px 200px
-
-.npm-title 
-       color: #fff
-       text-align: center
-
-.npm-command 
-       background-color: #000
-       color: #fff
-       text-align: center
-       margin: 20px 300px
-
 .apache 
        color: #a002a0
        font-family: Signika
@@ -350,26 +252,9 @@
                a
                        background-color: rgba(104, 223, 255, 0)
 
-.menu_div, .menu_div2 
+.menu_div2 
        margin-left: 15px
 
-.accordion 
-       list-style: none
-       margin: 0
-       line-height: 30px
-       padding: 0
-       border: 0
-       font-size: 100%
-       font: inherit
-       vertical-align: baseline
-
-.accordion > li 
-       line-height: 1.4em
-       position: relative
-       margin-bottom: 8px
-       display: list-item
-       text-align: -webkit-match-parent
-
 .accordion_content 
        margin-left: 15px
        font-family: Signika
@@ -388,25 +273,6 @@
        font-style: normal
        text-transform: none
 
-//.toc_accordion_arrow 
-//     right: 0
-//     transform: rotate(180deg)
-//     transform-origin: 50% 50%
-//     opacity: 0.7
-//     position: absolute
-//     top: 50%
-//     height: 20px
-//     margin-top: -10px
-//     z-index: 2
-//     color: inherit
-//     opacity: 0.4
-//     float: right
-
-//.toc_accordion_arrow .fa 
-//     display: block
-//     text-align: center
-//     line-height: 20px
-
 
 .toc_title_wrapper h3 
        font-size: 20px

Reply via email to