From c467e0ef2368dd2162413c9c5ad90e75cb518dc6 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 24 Aug 2016 22:41:19 +0200 Subject: [PATCH] Link color set back to primary color --- app/assets/stylesheets/_settings.scss | 138 ++++---------------------- 1 file changed, 21 insertions(+), 117 deletions(-) diff --git a/app/assets/stylesheets/_settings.scss b/app/assets/stylesheets/_settings.scss index e69909c..bc4c134 100644 --- a/app/assets/stylesheets/_settings.scss +++ b/app/assets/stylesheets/_settings.scss @@ -147,8 +147,7 @@ $code-font-weight: $global-weight-normal; $code-background: $light-gray; $code-border: 1px solid $medium-gray; $code-padding: rem-calc(2 5 1); -// $anchor-color: $primary-color; -$anchor-color: #fefefe; +$anchor-color: $primary-color; $anchor-color-hover: scale-color($anchor-color, $lightness: -14%); $anchor-text-decoration: none; $anchor-text-decoration-hover: none; @@ -611,13 +610,6 @@ $button-font-tny: rem-calc(15); // Make the background of progress bars use a light version of the primary color $progress-bar-color: tint($primary-color, 80); -// Enable special grid and block-grid sizes for xlarge and xxlarge screens -/*$include-xl-html-grid-classes: true;*/ -/*$include-xl-html-block-grid-classes: true;*/ -/*$row-width: 100%;*/ - - - $page-background: #f2f2f2; $footer-background: #333333; $footer-text-color: #b3b3b3; @@ -698,28 +690,28 @@ html, body { height: 100%; } -#footer -{ - background-color: $footer-background; - display: table; - width: 100%; +// #footer +// { +// background-color: $footer-background; +// display: table; +// width: 100%; - p - { - display: table-cell; - padding: 5px 20px; - color: $footer-text-color; - vertical-align: middle; - text-align: center; - font-size: 100%; - } +// p +// { +// display: table-cell; +// padding: 5px 20px; +// color: $footer-text-color; +// vertical-align: middle; +// text-align: center; +// font-size: 100%; +// } - a - { - color: $footer-text-color; - font-weight: bolder; - } -} +// a +// { +// color: $footer-text-color; +// font-weight: bolder; +// } +// } // Leave some room after the topbar @@ -728,37 +720,9 @@ html, body { padding-top: 5px; } -// Screenshot thumbnail image with name and description -// .thumbnail -// { -// padding-top: 5px !important; -// padding-bottom: 5px !important; - // border-radius: 10px; -// margin-bottom: 10px; -// text-align: center; -// line-height: 120%; - -// &:hover -// { -// background-color: #d0d0d0; -// } - -// .pkgname -// { -// font-weight: 700; -// } -// .pkgdescription -// { -// font-size: 80%; -// } -// } - .grid-thumbnails .column { - // border: 5px solid green; border-radius: 10px; - // border: 2px solid $light-gray; - // height: 300px; padding: 5px 5px 50px 5px; text-align: center; } @@ -815,14 +779,6 @@ html, body { } } -// .row .gridview -// { -// img.screenshot -// { -// width: 100%; -// } -// } - .pkgname { font-size: 130%; @@ -831,35 +787,6 @@ html, body { line-height: 120%; } - -/*.pkgdetails -{ - .description - { - font-size: 150%; - color: #808080; - padding-bottom: 10px; - } - - .longdescription - { - font-size: 90%; - line-height: 120%; - padding-bottom: 5px; - } - - .rating - { - padding-top: 5px; - vertical-align: bottom; - } - - .commentcount - { - padding-left: 20px; - } -} -*/ .grid-thumbnail { // Pretend that all thumbnails are 120 pixels high to align the captions properly @@ -952,28 +879,6 @@ a.black } } - -// .ratingbar -// { -// background-color: $progress-bar-color; -// width: 10em; -// display: inline-block; -// padding: 2px; -// text-align: left; -// color: white; -// text-transform: uppercase; -// font-size: 0.8em; -// font-weight: bolder; - -// .meter -// { -// background-color: $primary-color; -// padding: 2px; -// padding-left: 0.4em; -// text-shadow: 0 0 2px black; -// } -// } - /* Properties of a screenshot - shown in details view */ .property-title { @@ -991,5 +896,4 @@ a.black .description-verbatim-lines { line-height: 120%; - // white-space: pre-line; }