You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
48 KiB

{"version":3,"file":"style.css","sources":["style.css"],"sourcesContent":["/*\n * @file\n * Overall specifications for Magazine+.\n */\nbody {\n font-size: 15px;\n font-weight: 400;\n line-height: 1.6;\n color: #2d2d2d;\n -webkit-font-smoothing: antialiased;\n text-rendering: optimizelegibility; }\n\n/*Paragraphs and links*/\np {\n margin: 0;\n padding: 0 0 15px 0; }\n\np.large {\n font-size: 18px;\n line-height: 1.45; }\n\np.highlighted {\n background-color: #f4f4f4;\n display: inline-block;\n padding: 10px 40px;\n margin-bottom: 45px;\n border-radius: 50px;\n font-size: 16px; }\n\n.region--gray-background p.highlighted {\n background-color: #ffffff; }\n\n.region--light-typography p.highlighted {\n background-color: rgba(255, 255, 255, 0.1); }\n\na {\n -webkit-transition: all 0.2s ease-in-out;\n -moz-transition: all 0.2s ease-in-out;\n -ms-transition: all 0.2s ease-in-out;\n -o-transition: all 0.2s ease-in-out;\n transition: all 0.2s ease-in-out;\n text-decoration: none; }\n\na:hover {\n text-decoration: none; }\n\na:focus {\n outline: none;\n text-decoration: none; }\n\np a {\n text-decoration: underline; }\n\np a:hover,\np a:focus {\n text-decoration: none; }\n\n.region--light-typography.region--dark-background a.is-active {\n color: #ddd; }\n\na.link--bordered,\n.link--bordered a {\n border-bottom-width: 1px;\n border-bottom-style: solid;\n text-decoration: none;\n display: inline-block; }\n\na.link--bordered:hover,\n.link--bordered a:hover {\n border-bottom-width: 1px;\n border-bottom-style: solid;\n text-decoration: none;\n border-color: transparent; }\n\n.region--light-typography a.link--bordered,\n.region--light-typography .link--bordered a {\n border-color: #ffffff;\n text-decoration: none; }\n\n.region--light-typography a.link--bordered:hover,\n.region--light-typography .link--bordered a:hover {\n border-color: transparent;\n text-decoration: none; }\n\na.link--hover-style-2,\n.link--hover-style-2 a {\n -webkit-transition: all 0.3s;\n -moz-transition: all 0.3s;\n -ms-transition: all 0.3s;\n -o-transition: all 0.3s;\n transition: all 0.3s;\n position: relative;\n display: block; }\n\na.link--hover-style-2:before,\n.link--hover-style-2 a:before {\n position: absolute;\n left: -15px;\n top: 50%;\n margin-top: -5px;\n font-family: 'FontAwesome';\n font-size: 10px;\n line-height: 1;\n -webkit-transition: all 0.3s;\n -moz-transition: all 0.3s;\n -ms-transition: all 0.3s;\n -o-transition: all 0.3s;\n transition: all 0.3s;\n -webkit-transition-delay: 0s;\n /* Safari */\n transition-delay: 0s;\n opacity: 0;\n filter: alpha(opacity=0);\n content: '\\f105'; }\n\na.link--hover-style-2:hover,\n.link--hover-style-2 a:hover {\n padding-left: 20px;\n text-decoration: none; }\n\na.link--hover-style-2:hover:before,\n.link--hover-style-2 a:hover:before {\n left: 0;\n opacity: 1;\n filter: alpha(opacity=100);\n -webkit-transition-delay: 0.1s;\n /* Safari */\n transition-delay: 0.1s; }\n\n.region--light-typography.region--dark-background a.link--hover-style-2:before,\n.region--light-typography.region--dark-background .link--hover-style-2 a:before {\n color: #ffffff; }\n\n.region--light-typography.region--dark-background .text--dark,\n.region--light-typography.region--black-background .text--dark {\n color: #ffffff; }\n\n.region--light-typography.region--colored-background .text--colored,\n.region--light-typography.region--black-background .text--colored {\n color: #ffffff; }\n\n.text--drop-cap:first-letter {\n float: left;\n font-size: 5em;\n line-height: 0.8;\n padding-top: 0px;\n padding-right: 12px; }\n\n/*Regions with light and dark typography*/\n.region--light-typography {\n color: #ffffff; }\n\n.subfooter.region--light-typography.region--dark-background,\n.subfooter.region--light-typography.region--black-background {\n color: #9c9c9c; }\n\n.region--light-typography a,\n.region--light-typography a.link--dark,\n.region--light-typography .link--dark a {\n color: #ffffff;\n text-decoration: underline; }\n\n.region--light-typography a:hover,\n.