123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700 |
- @import url("rst_base.css");
- @import url("nikola_rst.css");
-
- /* code.css file generated by Nikola */
- pre { line-height: 125%; margin: 0; }
- td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
- span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
- td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
- span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
- pre.code .hll, .code .codetable .hll, .highlight pre .hll { background-color: #ffffcc }
- pre.code , .code .codetable , .highlight pre { background: #f8f8f8; }
- pre.code .c, .code .codetable .c, .highlight pre .c { color: #408080; font-style: italic } /* Comment */
- pre.code .err, .code .codetable .err, .highlight pre .err { border: 1px solid #FF0000 } /* Error */
- pre.code .k, .code .codetable .k, .highlight pre .k { color: #008000; font-weight: bold } /* Keyword */
- pre.code .o, .code .codetable .o, .highlight pre .o { color: #666666 } /* Operator */
- pre.code .ch, .code .codetable .ch, .highlight pre .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
- pre.code .cm, .code .codetable .cm, .highlight pre .cm { color: #408080; font-style: italic } /* Comment.Multiline */
- pre.code .cp, .code .codetable .cp, .highlight pre .cp { color: #BC7A00 } /* Comment.Preproc */
- pre.code .cpf, .code .codetable .cpf, .highlight pre .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
- pre.code .c1, .code .codetable .c1, .highlight pre .c1 { color: #408080; font-style: italic } /* Comment.Single */
- pre.code .cs, .code .codetable .cs, .highlight pre .cs { color: #408080; font-style: italic } /* Comment.Special */
- pre.code .gd, .code .codetable .gd, .highlight pre .gd { color: #A00000 } /* Generic.Deleted */
- pre.code .ge, .code .codetable .ge, .highlight pre .ge { font-style: italic } /* Generic.Emph */
- pre.code .gr, .code .codetable .gr, .highlight pre .gr { color: #FF0000 } /* Generic.Error */
- pre.code .gh, .code .codetable .gh, .highlight pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */
- pre.code .gi, .code .codetable .gi, .highlight pre .gi { color: #00A000 } /* Generic.Inserted */
- pre.code .go, .code .codetable .go, .highlight pre .go { color: #888888 } /* Generic.Output */
- pre.code .gp, .code .codetable .gp, .highlight pre .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
- pre.code .gs, .code .codetable .gs, .highlight pre .gs { font-weight: bold } /* Generic.Strong */
- pre.code .gu, .code .codetable .gu, .highlight pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
- pre.code .gt, .code .codetable .gt, .highlight pre .gt { color: #0044DD } /* Generic.Traceback */
- pre.code .kc, .code .codetable .kc, .highlight pre .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
- pre.code .kd, .code .codetable .kd, .highlight pre .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
- pre.code .kn, .code .codetable .kn, .highlight pre .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
- pre.code .kp, .code .codetable .kp, .highlight pre .kp { color: #008000 } /* Keyword.Pseudo */
- pre.code .kr, .code .codetable .kr, .highlight pre .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
- pre.code .kt, .code .codetable .kt, .highlight pre .kt { color: #B00040 } /* Keyword.Type */
- pre.code .m, .code .codetable .m, .highlight pre .m { color: #666666 } /* Literal.Number */
- pre.code .s, .code .codetable .s, .highlight pre .s { color: #BA2121 } /* Literal.String */
- pre.code .na, .code .codetable .na, .highlight pre .na { color: #7D9029 } /* Name.Attribute */
- pre.code .nb, .code .codetable .nb, .highlight pre .nb { color: #008000 } /* Name.Builtin */
- pre.code .nc, .code .codetable .nc, .highlight pre .nc { color: #0000FF; font-weight: bold } /* Name.Class */
- pre.code .no, .code .codetable .no, .highlight pre .no { color: #880000 } /* Name.Constant */
- pre.code .nd, .code .codetable .nd, .highlight pre .nd { color: #AA22FF } /* Name.Decorator */
- pre.code .ni, .code .codetable .ni, .highlight pre .ni { color: #999999; font-weight: bold } /* Name.Entity */
- pre.code .ne, .code .codetable .ne, .highlight pre .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
- pre.code .nf, .code .codetable .nf, .highlight pre .nf { color: #0000FF } /* Name.Function */
- pre.code .nl, .code .codetable .nl, .highlight pre .nl { color: #A0A000 } /* Name.Label */
- pre.code .nn, .code .codetable .nn, .highlight pre .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
- pre.code .nt, .code .codetable .nt, .highlight pre .nt { color: #008000; font-weight: bold } /* Name.Tag */
- pre.code .nv, .code .codetable .nv, .highlight pre .nv { color: #19177C } /* Name.Variable */
- pre.code .ow, .code .codetable .ow, .highlight pre .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
- pre.code .w, .code .codetable .w, .highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
- pre.code .mb, .code .codetable .mb, .highlight pre .mb { color: #666666 } /* Literal.Number.Bin */
- pre.code .mf, .code .codetable .mf, .highlight pre .mf { color: #666666 } /* Literal.Number.Float */
- pre.code .mh, .code .codetable .mh, .highlight pre .mh { color: #666666 } /* Literal.Number.Hex */
- pre.code .mi, .code .codetable .mi, .highlight pre .mi { color: #666666 } /* Literal.Number.Integer */
- pre.code .mo, .code .codetable .mo, .highlight pre .mo { color: #666666 } /* Literal.Number.Oct */
- pre.code .sa, .code .codetable .sa, .highlight pre .sa { color: #BA2121 } /* Literal.String.Affix */
- pre.code .sb, .code .codetable .sb, .highlight pre .sb { color: #BA2121 } /* Literal.String.Backtick */
- pre.code .sc, .code .codetable .sc, .highlight pre .sc { color: #BA2121 } /* Literal.String.Char */
- pre.code .dl, .code .codetable .dl, .highlight pre .dl { color: #BA2121 } /* Literal.String.Delimiter */
- pre.code .sd, .code .codetable .sd, .highlight pre .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
- pre.code .s2, .code .codetable .s2, .highlight pre .s2 { color: #BA2121 } /* Literal.String.Double */
- pre.code .se, .code .codetable .se, .highlight pre .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
- pre.code .sh, .code .codetable .sh, .highlight pre .sh { color: #BA2121 } /* Literal.String.Heredoc */
- pre.code .si, .code .codetable .si, .highlight pre .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
- pre.code .sx, .code .codetable .sx, .highlight pre .sx { color: #008000 } /* Literal.String.Other */
- pre.code .sr, .code .codetable .sr, .highlight pre .sr { color: #BB6688 } /* Literal.String.Regex */
- pre.code .s1, .code .codetable .s1, .highlight pre .s1 { color: #BA2121 } /* Literal.String.Single */
- pre.code .ss, .code .codetable .ss, .highlight pre .ss { color: #19177C } /* Literal.String.Symbol */
- pre.code .bp, .code .codetable .bp, .highlight pre .bp { color: #008000 } /* Name.Builtin.Pseudo */
- pre.code .fm, .code .codetable .fm, .highlight pre .fm { color: #0000FF } /* Name.Function.Magic */
- pre.code .vc, .code .codetable .vc, .highlight pre .vc { color: #19177C } /* Name.Variable.Class */
- pre.code .vg, .code .codetable .vg, .highlight pre .vg { color: #19177C } /* Name.Variable.Global */
- pre.code .vi, .code .codetable .vi, .highlight pre .vi { color: #19177C } /* Name.Variable.Instance */
- pre.code .vm, .code .codetable .vm, .highlight pre .vm { color: #19177C } /* Name.Variable.Magic */
- pre.code .il, .code .codetable .il, .highlight pre .il { color: #666666 } /* Literal.Number.Integer.Long */
- .highlight table, .highlight tr, .highlight td, .code table, .code tr, .code td { border-spacing: 0; border-collapse: separate; padding: 0 }
- .highlight pre, .code pre { white-space: pre-wrap; line-height: normal }
- .highlighttable td.linenos, .codetable td.linenos { vertical-align: top; padding-left: 10px; padding-right: 10px; user-select: none; -webkit-user-select: none }
- .highlighttable td.linenos code:before, .codetable td.linenos code:before { content: attr(data-line-number) }
- .highlighttable td.code, .codetable td.code { overflow-wrap: normal; border-collapse: collapse }
- .highlighttable td.code code, .codetable td.code code { overflow: unset; border: none; padding: 0; margin: 0; white-space: pre-wrap; line-height: unset; background: none }
- .highlight .lineno.nonumber, .code .lineno.nonumber { list-style: none }
- table.codetable, table.highlighttable { width: 100%;}
- .codetable td.linenos, td.linenos { text-align: right; width: 3.5em; padding-right: 0.5em; background: rgba(127, 127, 127, 0.2) }
- .codetable td.code, td.code { padding-left: 0.5em; }
-
- /*!
- * baguetteBox.js
- * @author feimosi
- * @version 1.11.1
- * @url https://github.com/feimosi/baguetteBox.js
- */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
- #container {
- width: 960px;
- margin: 0 auto;
- }
-
- #contentcolumn {
- max-width: 760px;
- }
- #q {
- width: 150px;
- }
-
- img {
- max-width: 90%;
- }
-
- .postbox {
- border-bottom: 2px solid darkgrey;
- margin-bottom: 12px;
- }
-
- .titlebox {
- text-align: right;
- }
-
- #addthisbox {margin-bottom: 12px;}
-
- td.label {
- /* Issue #290 */
- background-color: inherit;
- }
-
- .footnote-reference {
- /* Issue 290 */
- vertical-align: super;
- font-size: xx-small;
- }
-
-
- .caption {
- /* Issue 292 */
- text-align: center;
- padding-top: 1em;
- }
-
- div.figure > img,
- div.figure > a > img {
- /* Issue 292 */
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-
- blockquote p, blockquote {
- font-size: 17.5px;
- font-weight: 300;
- line-height: 1.25;
- }
-
- ul.bricks > li {
- display: inline;
- background-color: lightblue;
- padding: 8px;
- border-radius: 5px;
- line-height: 3;
- white-space:nowrap;
- margin: 3px;
- }
-
- .at300b, .stMainServices, .stButton, .stButton_gradient {
- box-sizing: content-box;
- }
-
- pre, pre code {
- white-space: pre;
- word-wrap: normal;
- overflow: auto;
- }
-
- article.post-micro {
- font-family: Georgia, 'Times New Roman', Times, serif;
- font-size: 1.5em;
- }
-
- .image-block {
- display: inline-block;
- }
-
- .flowr_row {
- width: 100%;
- }
-
- .tags {
- padding-left: 0;
- margin-left: -5px;
- list-style: none;
- text-align: center;
-
- }
-
- .tags > li {
- display: inline-block;
- min-width: 10px;
- padding: 3px 7px;
- font-size: 12px;
- font-weight: bold;
- line-height: 1;
- color: #fff;
- text-align: center;
- white-space: nowrap;
- vertical-align: baseline;
- background-color: #999;
- border-radius: 10px;
- }
-
- .tags > li a {
- color: #fff;
- }
-
- .metadata p:before,
- .postlist .listdate:after,
- .translationslist p:before {
- content: " — ";
- }
-
- .metadata p:first-of-type:before,
- .translationslist p:first-of-type:before {
- content: "";
- }
-
- .metadata p,
- .translationslist p {
- display: inline;
- }
-
- .posttranslations h3, .translationslist h3 {
- display: inline;
- font-size: 1em;
- font-weight: bold;
- }
-
- .posttranslations h3:last-child, .translationslist h3:last-child {
- display: none;
- }
-
- .entry-content {
- margin-top: 1em;
- }
-
- .navbar-brand {
- padding: 0 15px;
- }
-
- .navbar-brand #blog-title {
- padding: 15px 0;
- display: inline-block;
- }
-
- .navbar-brand #logo {
- max-width: 100%;
- }
-
- .navbar-brand>img {
- display: inline;
- }
-
- .row {
- margin: 0;
- }
-
- /* for alignment with Bootstrap's .entry-content styling */
- .entry-summary {
- margin-top: 1em;
- }
-
- /* Custom page footer */
- #footer {
- padding-top: 19px;
- color: #777;
- border-top: 1px solid #e5e5e5;
- }
-
- .codetable {
- table-layout: fixed;
- }
-
- .codetable pre {
- overflow-x: scroll;
- }
-
- /* hat tip bootstrap/html5 boilerplate */
- @media print {
- *, *:before, *:after {
- font-family: Garamond, Junicode, serif;
- }
-
- body {
- font-size: 12pt;
- text-align: justify;
- }
-
- article .entry-title a[href]:after,
- article .metadata a[href]:after,
- article .tags a[href]:after {
- content: "";
- }
-
- article .metadata .sourceline {
- display: none;
- }
-
- article .metadata .linkline a[href]:after {
- content: " (" attr(href) ")";
- }
-
- .navbar {
- display: none;
- }
- }
-
- .blog-nav-item-aside {
- font-style: italic;
- }
-
- .row {
- margin-left: -15px;
- margin-right: -15px;
- }
-
- #footer {
- padding-top: 40px;
- color: #999;
- }
-
- /*! SOURCE: http://getbootstrap.com/examples/blog/blog.css !*/
-
- /*
- * Globals
- */
-
- body {
- font-family: Roboto;
- color: #ccc;
- background-color: #212121;
- }
-
- h1, .h1,
- h2, .h2,
- h3, .h3,
- h4, .h4,
- h5, .h5,
- h6, .h6 {
- margin-top: 0;
- font-family: Roboto;
- font-weight: normal;
- color: #cd3c23;
- text-transform: uppercase;
- }
-
- $p: text-align: justify
-
- /*
- * Override Bootstrap's default container.
- */
-
- @media (min-width: 1200px) {
- .container {
- width: 970px;
- }
- }
-
- /*
- * Masthead for nav
- */
-
- .blog-masthead {
- text-transform: uppercase;
- background-color: #cd3c23;
- -webkit-box-shadow: inset 0 -2px 50px rgba(0,0,0,.1);
- box-shadow: inset 0 -2px 50px rgba(0,0,0,.1);
- }
-
- /* Nav links */
- .blog-nav-item {
- position: relative;
- display: inline-block;
- padding: 10px;
- font-weight: 500;
- color: #cdddeb;
- }
- .blog-nav-item:hover,
- .blog-nav-item:focus {
- color: #fff;
- text-decoration: none;
- }
-
- /* Active state gets a caret at the bottom */
- .blog-nav .active {
- color: #fff;
- }
- .blog-nav .active:after {
- position: absolute;
- bottom: 0;
- left: 50%;
- width: 0;
- height: 0;
- margin-left: -5px;
- vertical-align: middle;
- content: " ";
- border-right: 5px solid transparent;
- border-bottom: 5px solid;
- border-left: 5px solid transparent;
- }
-
-
- /*
- * Blog name and description
- */
-
- .blog-header {
- padding-top: 20px;
- padding-bottom: 20px;
- }
- .blog-title {
- margin-top: 30px;
- margin-bottom: 0;
- font-size: 60px;
- font-weight: normal;
- }
- .blog-description {
- font-size: 20px;
- color: #999;
- }
-
-
- /*
- * Main column and sidebar layout
- */
-
- .blog-main {
- font-size: 18px;
- line-height: 1.5;
- }
-
- /* Sidebar modules for boxing content */
- .sidebar-module {
- color: white;
- padding: 15px;
- margin: 0 -15px 15px;
-
- }
-
- .sidebar-module h4 {
- color: white;
- }
-
-
- .sidebar-module-inset {
- color: #ccc;
- padding: 15px;
- background-color: #595959;
- border-radius: 4px;
- }
- .sidebar-module-inset p:last-child,
- .sidebar-module-inset ul:last-child,
- .sidebar-module-inset ol:last-child {
- margin-bottom: 0;
- }
-
-
- /* Pagination */
- .pager {
- margin-bottom: 60px;
- text-align: left;
- }
- .pager > li > a {
- width: 140px;
- padding: 10px 20px;
- text-align: center;
- border-radius: 30px;
- }
-
-
- /*
- * Blog posts
- */
-
- .blog-post {
- margin-bottom: 60px;
- }
- .blog-post-title {
- margin-bottom: 5px;
- font-size: 40px;
- }
- .blog-post-meta {
- margin-bottom: 20px;
- color: #999;
- }
-
-
- /*
- * Footer
- */
-
- .blog-footer {
- padding: 40px 0;
- color: #999;
- text-align: center;
- background-color: #212121;
- border-top: 1px solid #212121;
- }
- .blog-footer p:last-child {
- margin-bottom: 0;
- }
-
-
- a {
- color: #cd3c23
- }
-
- a:hover {
- color: #F24E45;
- }
-
-
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:400;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2)format('woff2');
- unicode-range:U+0460-052F,
- U+1C80-1C88,
- U+20B4,
- U+2DE0-2DFF,
- U+A640-A69F,
- U+FE2E-FE2F;
- }
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:400;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2)format('woff2');
- unicode-range:U+0301,
- U+0400-045F,
- U+0490-0491,
- U+04B0-04B1,
- U+2116;
- }
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:400;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKOzY.woff2)format('woff2');
- unicode-range:U+1F00-1FFF;
- }
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:400;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2)format('woff2');
- unicode-range:U+0370-03FF;
- }
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:400;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2)format('woff2');
- unicode-range:U+0102-0103,
- U+0110-0111,
- U+0128-0129,
- U+0168-0169,
- U+01A0-01A1,
- U+01AF-01B0,
- U+1EA0-1EF9,
- U+20AB;
- }
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:400;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2)format('woff2');
- unicode-range:U+0100-024F,
- U+0259,
- U+1E00-1EFF,
- U+2020,
- U+20A0-20AB,
- U+20AD-20CF,
- U+2113,
- U+2C60-2C7F,
- U+A720-A7FF;
- }
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:400;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2)format('woff2');
- unicode-range:U+0000-00FF,
- U+0131,
- U+0152-0153,
- U+02BB-02BC,
- U+02C6,
- U+02DA,
- U+02DC,
- U+2000-206F,
- U+2074,
- U+20AC,
- U+2122,
- U+2191,
- U+2193,
- U+2212,
- U+2215,
- U+FEFF,
- U+FFFD;
- }
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:500;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2)format('woff2');
- unicode-range:U+0460-052F,
- U+1C80-1C88,
- U+20B4,
- U+2DE0-2DFF,
- U+A640-A69F,
- U+FE2E-FE2F;
- }
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:500;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2)format('woff2');
- unicode-range:U+0301,
- U+0400-045F,
- U+0490-0491,
- U+04B0-04B1,
- U+2116;
- }
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:500;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2)format('woff2');
- unicode-range:U+1F00-1FFF;
- }
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:500;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2)format('woff2');
- unicode-range:U+0370-03FF;
- }
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:500;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2)format('woff2');
- unicode-range:U+0102-0103,
- U+0110-0111,
- U+0128-0129,
- U+0168-0169,
- U+01A0-01A1,
- U+01AF-01B0,
- U+1EA0-1EF9,
- U+20AB;
- }
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:500;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2)format('woff2');
- unicode-range:U+0100-024F,
- U+0259,
- U+1E00-1EFF,
- U+2020,
- U+20A0-20AB,
- U+20AD-20CF,
- U+2113,
- U+2C60-2C7F,
- U+A720-A7FF;
- }
- @font-face {
- font-family:'Roboto';
- font-style:normal;
- font-weight:500;
- src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2)format('woff2');
- unicode-range:U+0000-00FF,
- U+0131,
- U+0152-0153,
- U+02BB-02BC,
- U+02C6,
- U+02DA,
- U+02DC,
- U+2000-206F,
- U+2074,
- U+20AC,
- U+2122,
- U+2191,
- U+2193,
- U+2212,
- U+2215,
- U+FEFF,
- U+FFFD;
- }
-
|