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/material-dark.css.map

1 line
7.8 KiB
Plaintext
Raw Normal View History

2016-04-26 20:24:17 +02:00
{"version":3,"file":"material-dark.css","sources":["material-dark.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: #303030;\n color: #fff; }\n\n.header {\n background-color: #212121;\n position: fixed;\n box-shadow: 2px 0 2px 2px rgba(32, 32, 32, 0.85); }\n\n.title {\n color: #fff;\n position: absolute;\n > a {\n color: #fff; } }\n\n.fadeout {\n background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #212121 100%);\n /* FF3.6+ */\n background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #212121 100%);\n /* Chrome10+,Safari5.1+ */\n background: -o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #212121 100%);\n /* Opera 11.10+ */\n background: -ms-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #212121 100%);\n /* IE10+ */\n background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #212121 100%);\n /* W3C */ }\n\n.nav {\n background-color: #424242;\n border-right: 1px solid #1f1f1f; }\n\n.nav-item, .nav-item-static {\n color: #fff; }\n\n.nav-item {\n font-weight: 600;\n &:active {\n background-color: #383838; } }\n\n.divider {\n border-bottom: 1px solid #1f1f1f; }\n\n.card {\n background: #424242;\n border-radius: 2px;\n box-shadow: 0 1px 1.5px 1.5px rgba(42, 42, 42, 0.65);\n 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 &:hover {\n border-bottom-color: #ff4415; } } }\n\n.headline {\n font-size: 24px;\n color: #fff !important;\n text-decoration: none;\n border-bottom: none !important;\n &: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, .tag {\n font-size: 13px; }\n\n.fab {\n background-color: #ff4415;\n box-shadow: 0 1px 1.5px 1.5px rgba(42, 42, 42, 0.65); }\n\n.subfab {\n background-color: #424242;\n box-shadow: 0 1px 1.5px 1.5px rgba(42, 42, 42, 0.65); }\n\n.button {\n text-transform: uppercase;\n border-width: 1px;\n border-style: solid;\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 -o-transition-timing-function: ease;\n -moz-transition-property: box-shadow;\n -moz-transition-delay: 50ms;\n -moz-transition-duration: 125ms;\n -moz-transition-timing-function: ease;\n -webkit-transition-property: box-shadow;\n -webkit-transition