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

{"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 -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-delay: 50ms;\n -webkit-transition-duration: 125ms;\n -webkit-transition-timing-function: ease; }\n\n.button:hover, .button:hover {\n -webkit-box-shadow: 0.5px 1.8px 2.1px 1.4px rgba(32, 32, 32, 0.85);\n -moz-box-shadow: 0.5px 1.8px 2.1px 1.4px rgba(32, 32, 32, 0.85);\n box-shadow: 0.5px 1.8px 2.1px 1.4px rgba(32, 32, 32, 0.85); }\n\n.pag_next {\n background-color: #ff4415;\n border-color: #ff4415; }\n\n.pag_prev {\n background-color: #fff;\n border-color: #fff;\n color: #383838; }\n\n.footer {\n font-size: 12px;\n text-align: center;\n color: #fff;\n text-shadow: 1px 1px rgba(55, 55, 55, 0.3); }\n\n.footer a {\n color: #fff;\n text-shadow: 1px 1px rgba(175, 175, 175, 0.3);\n text-decoration: none;\n border-bottom: 1px solid transparent;\n border-bottom-color: transparent; }\n\n.footer a:hover {\n border-bottom-color: #fff; }\n\n@media screen and (min-width: 1440px) {\n\n .nav {\n background-color: rgba(255, 255, 255, 0.8); } }\n\n"],"mappings":"AA2BA,AAAA,IAAI,AAAC,CACD,WAAW,CAAE,oBAAqB,CAClC,UAAU,CAAE,OAAQ,CACpB,KAAK,CAAE,OAAQ,CACf,gBAAgB,CAAqC,oCAAC,CACtD,eAAe,CAAE,KAAM,CACvB,qBAAqB,CAAE,KAAM,CAC7B,mBAAmB,CAAE,UAAW,CAChC,iBAAiB,CAAE,SAAU,CAAG,AAEpC,AAAA,OAAO,AAAC,CACJ,gBAAgB,CAAE,gBAAI,CACtB,QAAQ,CAAE,KAAM,CAAG,AAEvB,AAAA,MAAM,AAAC,CACH,KAAK,CAAE,IAAK,CACZ,QAAQ,CAAE,QAAS,CAAG,AAE1B,AAAS,MAAH,CAAG,CAAC,AAAC,CACP,KAAK,CAAE,IAAK,CAAG,AAEnB,AAAA,QAAQ,AAAC,CACL,UAAU,CAAE,uEAAoB,CAChC,UAAU,CAAE,0EAAuB,CACnC,UAAU,CAAE,qEAAkB,CAC9B,UAAU,CAAE,sEAAmB,CAC/B,UAAU,CAAE,sEAAe,CAA4D,AAE3F,AAAA,IAAI,AAAC,CACD,gBAAgB,CAAE,IAAK,CACvB,YAAY,CAAE,iBAAkB,CAAG,AAEvC,AAAA,SAAS,CAAE,AAAA,gBAAgB,AAAC,CACxB,KAAK,CAAE,OAAQ,CAAG,AAEtB,AAAA,SAAS,AAAC,CACN,WAAW,CAAE,GAAI,CAAG,AAExB,AAAS,SAAA,AAAA,OAAO,AAAC,CACb,gBAAgB,CAAE,OAAQ,CAAG,AAEjC,AAAA,QAAQ,AAAC,CACL,aAAa,CAAE,iBAAkB,CAAG,AAExC,AAAA,KAAK,AAAC,CACF,UAAU,CAAE,IAAK,CACjB,aAAa,CAAE,GAAI,CACnB,UAAU,CAAE,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,kBAAI,CAAoB,AAE1D,AAAM,KAAD,CAAC,CAAC,AAAC,CACJ,KAAK,CAAE,OAAQ,CACf,eAAe,CAAE,IAAK,CACtB,aAAa,CAAE,qBAAsB,CACrC,mBAAmB,CAAE,WAAY,CACjC,UAAU,CAAE,2CAA4C,CAAG,AAE/D,AAAO,KAAF,CAAC,CAAC,AAAA,MAAM,AAAC,CACV,mBAAmB,CAAE,OAAQ,CAAG,AAEpC,AAAA,SAAS,AAAC,CACN,SAAS,CAAE,IAAK,CAChB,KAAK,CAAE,OAAO,CAAA,UAAU,CACxB,eAAe,CAAE,IAAK,CACtB,aAAa,CAAE,IAAI,CAAA,UAAU,CAAG,AAEpC,AAAS,SAAA,AAAA,MAAM,AAAC,CACZ,KAAK,CAAE,OAAO,CAAA,UAAU,CAAG,AAE/B,AAAA,KAAK,AAAC,CACF,SAAS,CAAE,IAAK,CAAG,AAEvB,AAAA,YAAY,AAAC,CACT,SAAS,CAAE,IAAK,CAChB,WAAW,CAAE,IAAK,CAAG,AAEzB,AAAA,OAAO,AAAC,CACJ,SAAS,CAAE,IAAK,CAAG,AAEvB,AAAA,IAAI,AAAC,CACD,SAAS,CAAE,IAAK,CAAG,AAEvB,AAAA,IAAI,AAAC,CACD,gBAAgB,CAAE,OAAQ,CAC1B,UAAU,CAAE,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,kBAAI,CAAoB,AAE1D,AAAA,OAAO,AAAC,CACJ,gBAAgB,CAAE,IAAK,CACvB,UAAU,CAAE,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,kBAAI,CAAoB,AAE1D,AAAA,OAAO,AAAC,CACJ,YAAY,CAAE,GAAI,CAClB,YAAY,CAAE,KAAM,CACpB,cAAc,CAAE,SAAU,CAC1B,kBAAkB,CAAE,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,mBAAI,CAC1C,eAAe,CAAE,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,mBAAI,CACvC,UAAU,CAAE,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,mBAAI,CAClC,aAAa,CAAE,GAAI,CACnB,cAAc,CAAE,KAAM,CACtB,WAAW,CAAE,GAAI,CACjB,SAAS,CAAE,IAAK,CAChB,mBAAmB,CAAE,UAAW,CAChC,gBAAgB,CAAE,IAAK,CACvB,mBAAmB,CAAE,KAAM,CAC3B,0BAA0B,CAAE,IAAK,CACjC,sBAAsB,CAAE,UAAW,CACnC,mBAAmB,CAAE,IAAK,CAC1B,sBAAsB,CAAE,KAAM,CAC9B,6BAA6B,CAAE,IAAK,CACpC,wBAAwB,CAAE,UAAW,CACrC,qBAAqB,CAAE,IAAK,CAC5B,wBAAwB,CAAE,KAAM,CAChC,+BAA+B,CAAE,IAAK,CACtC,2BAA2B,CAAE,UAAW,CACxC,wBAAwB,CAAE,IAAK,CAC/B,2BAA2B,CAAE,KAAM,CACnC,kCAAkC,CAAE,IAAK,CAAG,AAEhD,AAAO,OAAA,AAAA,MAAM,CAAE,AAAO,OAAA,AAAA,MAAM,AAAC,CACzB,kBAAkB,CAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,mBAAI,CAChD,eAAe,CAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,mBAAI,CAC7C,UAAU,CAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,mBAAI,CAAqB,AAEjE,AAAA,SAAS,AAAC,CACN,gBAAgB,CAAE,OAAQ,CAC1B,YAAY,CAAE,OAAQ,CAAG,AAE7B,AAAA,SAAS,AAAC,CACN,gBAAgB,CAAE,IAAK,CACvB,YAAY,CAAE,IAAK,CACnB,KAAK,CAAE,OAAQ,CAAG,AAEtB,AAAA,OAAO,AAAC,CACJ,SAAS,CAAE,IAAK,CAChB,UAAU,CAAE,MAAO,CACnB,KAAK,CAAE,IAAK,CACZ,WAAW,CAAE,GAAG,CAAC,GAAG,CAAC,kBAAI,CAAoB,AAEjD,AAAQ,OAAD,CAAC,CAAC,AAAC,CACN,KAAK,CAAE,IAAK,CACZ,WAAW,CAAE,GAAG,CAAC,GAAG,CAAC,qBAAI,CACzB,eAAe,CAAE,IAAK,CACtB,aAAa,CAAE,qBAAsB,CACrC,mBAAmB,CAAE,WAAY,CAAG,AAExC,AAAS,OAAF,CAAC,CAAC,AAAA,MAAM,AAAC,CACZ,mBAAmB,CAAE,IAAK,CAAG,AAEjC,MAAM,CAAN,MAAM,MAAM,SAAS,EAAE,MAAM,EAEzB,AAAA,IAAI,AAAC,CACD,gBAAgB,CAAE,qBAAI,CAAuB","names":[]}