This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
rangitaki/themes/background-img.css.map

1 line
8.6 KiB
Plaintext
Raw Normal View History

2016-04-26 20:24:17 +02:00
{"version":3,"file":"background-img.css","sources":["background-img.sass"],"sourcesContent":["/*\n * Rangitaki Project\n *\n * The MIT License\n *\n * Copyright 2015 mmk2410.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n *\n */\n\nbody {\n font-family: \"Roboto\", sans-serif;\n background: #f6f6f6;\n color: #383838;\n background-image: url(//example.com/res/img/intro.svg);\n background-size: cover;\n background-attachment: fixed;\n background-position: top center;\n background-repeat: no-repeat; }\n\n.header {\n background-color: rgba(0, 0, 0, 0.45);\n position: fixed; }\n\n.title {\n color: #fff;\n position: absolute; }\n\n.title > a {\n color: #fff; }\n\n.fadeout {\n background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(0, 0, 0, 0.45) 100%);\n background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(0, 0, 0, 0.45) 100%);\n background: -o-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(0, 0, 0, 0.45) 100%);\n background: -ms-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(0, 0, 0, 0.45) 100%);\n background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(0, 0, 0, 0.45) 100%); }\n\n.nav {\n background-color: #fff;\n border-right: 1px solid #e0e0e0; }\n\n.nav-item, .nav-item-static {\n color: #383838; }\n\n.nav-item {\n font-weight: 600; }\n\n.nav-item:active {\n background-color: #e2e2e2; }\n\n.divider {\n border-bottom: 1px solid #e0e0e0; }\n\n.card {\n background: #fff;\n border-radius: 2px;\n box-shadow: 0 1px 1.5px 1.5px rgba(62, 62, 62, 0.3); }\n\n.card a {\n color: #ff4415;\n text-decoration: none;\n border-bottom: 1px solid transparent;\n border-bottom-color: transparent;\n transition: border-bottom-color 150ms ease-in-out 100ms; }\n\n.card a:hover {\n border-bottom-color: #ff4415; }\n\n.headline {\n font-size: 24px;\n color: #383838!important;\n text-decoration: none;\n border-bottom: none!important; }\n\n.headline:hover {\n color: #ff4415!important; }\n\n.date {\n font-size: 13px; }\n\n.articletext {\n font-size: 14px;\n line-height: 24px; }\n\n.author {\n font-size: 13px; }\n\n.tag {\n font-size: 13px; }\n\n.fab {\n background-color: #ff4415;\n box-shadow: 0 1px 1.5px 1.5px rgba(62, 62, 62, 0.3); }\n\n.subfab {\n background-color: #fff;\n box-shadow: 0 1px 1.5px 1.5px rgba(62, 62, 62, 0.3); }\n\n.button {\n border-width: 1px;\n border-style: solid;\n text-transform: uppercase;\n -webkit-box-shadow: 0 1px 1.5px 1.5px rgba(42, 42, 42, 0.65);\n -moz-box-shadow: 0 1px 1.5px 1.5px rgba(42, 42, 42, 0.65);\n box-shadow: 0 1px 1.5px 1.5px rgba(42, 42, 42, 0.65);\n border-radius: 2px;\n letter-spacing: 0.4px;\n font-weight: 700;\n font-size: 14px;\n transition-property: box-shadow;\n transition-delay: 50ms;\n transition-duration: 125ms;\n transition-timing-function: ease;\n -o-transition-property: box-shadow;\n -o-transition-delay: 50ms;\n -o-transition-duration: 125ms;\n