diff --git a/404.html b/404.html index 38fcd964..18c57e3b 100644 --- a/404.html +++ b/404.html @@ -14,8 +14,7 @@ - - + @@ -27,8 +26,8 @@ - - + + Skip to contents diff --git a/BS5/rogtemplate.css b/BS5/rogtemplate.css index 000f55f4..37f41930 100644 --- a/BS5/rogtemplate.css +++ b/BS5/rogtemplate.css @@ -1,37 +1,40 @@ +/* Beautify: https://www.freeformatter.com/css-beautifier.html */ +/* Minify: https://www.freeformatter.com/css-minifier.html */ + /* From http://ropengov.org/css/style.css */ .blog-header, .blog-post, .blog-pagination { - margin-bottom: 2rem; + margin-bottom: 2rem; } /* Make sure the image size is reasonable. */ .blog-post img { - max-width: 100%; + max-width: 100%; } img[src$='#center'] { - display: block; - margin: 0.7rem auto; - /* you can replace the vertical '0.7rem' by whatever floats your boat, but keep the horizontal 'auto' for this to work */ - /* whatever else styles you fancy here */ + display: block; + margin: 0.7rem auto; + /* you can replace the vertical '0.7rem' by whatever floats your boat, but keep the horizontal 'auto' for this to work */ + /* whatever else styles you fancy here */ } img[src$='#floatleft'] { - float: left; - margin: 0.7rem; - /* this margin is totally up to you */ - /* whatever else styles you fancy here */ + float: left; + margin: 0.7rem; + /* this margin is totally up to you */ + /* whatever else styles you fancy here */ } img[src$='#floatright'] { - float: right; - margin: 0.7rem; - /* this margin is totally up to you */ - /* whatever else styles you fancy here */ + float: right; + margin: 0.7rem; + /* this margin is totally up to you */ + /* whatever else styles you fancy here */ } @@ -45,141 +48,166 @@ img[src$='#floatright'] { /* Navbar tweaks */ .navbar-dark.bg-dark { - background-color: #343a40 !important; + background-color: #343a40 !important; } .navbar-brand { - font-family: 'B612 Mono', monospace; - letter-spacing: 2px; - font-size: 1.5rem; - color: #fff; + font-family: 'B612 Mono', monospace; + letter-spacing: 2px; + font-size: 1.5rem; + color: #fff; } -.navbar-brand:hover, .navbar-brand:focus { - color: #fff; + +.navbar-brand:hover, +.navbar-brand:focus { + color: #fff; } + .navbar .text-muted { - color: #6c757d !important; + color: #6c757d !important; } -.navbar .nav-link{ - color: rgba(255,255,255,.5); +.navbar .nav-link { + color: rgba(255, 255, 255, .5); } -.navbar .nav-link:hover, .navbar .nav-link:focus{ - color: rgba(255,255,255,.75); - background: #343a40 !important; +.navbar .nav-link:hover, +.navbar .nav-link:focus { + color: rgba(255, 255, 255, .75); + background: #343a40 !important; } /* Position hack to get full width footer even though pkgdown puts it inside a container * See: https://css-tricks.com/full-width-containers-limited-width-parents/ */ footer { - width: 100vw; - position: relative; - left: 50%; - right: 50%; - margin-left: -50vw; - margin-right: -50vw; - background-color: #343a40 !important; - color: white; - margin-bottom: 0; + width: 100vw; + position: relative; + left: 50%; + right: 50%; + margin-left: -50vw; + margin-right: -50vw; + background-color: #343a40 !important; + color: white; + margin-bottom: 0; } .rog-logo { - margin-bottom: 5px; + margin-bottom: 5px; } /* More footers */ footer a { - color: #dee2e6; + color: #dee2e6; } footer a:hover, footer a:focus { - color: #ff6600; + color: #ff6600; } footer .pkgdown-footer-right { - margin-right: auto; - padding-right: 1.25rem; + margin-right: auto; + padding-right: 1.25rem; } footer .pkgdown-footer-left { - margin-left: auto; - padding-left: 1.25rem; + margin-left: auto; + padding-left: 1.25rem; } @media screen and (max-width: 576px) { - footer .pkgdown-footer-right, - footer .pkgdown-footer-left { - margin-right: .75rem; - margin-left: .75rem; - padding-left: 0; - padding-right: 0; - } + + footer .pkgdown-footer-right, + footer .pkgdown-footer-left { + margin-right: .75rem; + margin-left: .75rem; + padding-left: 0; + padding-right: 0; + } } @media (max-width:768px) and (min-width:576px) { - footer .pkgdown-footer-right, - footer .pkgdown-footer-left { - max-width: 270px; - } + + footer .pkgdown-footer-right, + footer .pkgdown-footer-left { + max-width: 270px; + } } @media (max-width: 992px) and (min-width:768px) { - footer .pkgdown-footer-right, - footer .pkgdown-footer-left { - max-width: 360px; - } + + footer .pkgdown-footer-right, + footer .pkgdown-footer-left { + max-width: 360px; + } } @media (max-width: 1200px) and (min-width:992px) { - footer .pkgdown-footer-right, - footer .pkgdown-footer-left { - max-width: 480px; - } + + footer .pkgdown-footer-right, + footer .pkgdown-footer-left { + max-width: 480px; + } } @media (max-width: 1400px) and (min-width:1200px) { - footer .pkgdown-footer-right, - footer .pkgdown-footer-left { - max-width: 570px; - } + + footer .pkgdown-footer-right, + footer .pkgdown-footer-left { + max-width: 570px; + } } @media (min-width:1400px) { - footer .pkgdown-footer-right, - footer .pkgdown-footer-left { - max-width: 660px; - } + + footer .pkgdown-footer-right, + footer .pkgdown-footer-left { + max-width: 660px; + } } /* Clipboard button */ .btn-copy-ex { - color: white; - background-color: #343a40; - border-color: #343a40; + color: white; + background-color: #343a40; + border-color: #343a40; } .btn-copy-ex:hover, .btn-copy-ex:focus { - color: white; - background-color: #ff6600; - border-color: #ff6600; + color: white; + background-color: #ff6600; + border-color: #ff6600; } - /* ---Caption figure--- */ -.caption,.figure { +.caption, +.figure { color: #6c757d; margin-left: auto; margin-right: auto; margin-top: 0.5rem; font-size: 85%; } + .pkg { - font-weight: bold; + font-weight: bold; } + + +/* --- Inherited args --- */ + +.template-reference-topic dt code { + font-weight: 700; + font-family: var(--bs-body-font-family); + font-size: var(--bs-body-font-size); + color: var(--bs-body-color); + text-align: var(--bs-body-text-align); + background-color: var(--bs-body-bg); + padding: 0; + border-radius: 0; +} \ No newline at end of file diff --git a/BS5/rogtemplate.min.css b/BS5/rogtemplate.min.css new file mode 100644 index 00000000..378cd815 --- /dev/null +++ b/BS5/rogtemplate.min.css @@ -0,0 +1 @@ +.blog-header,.blog-post,.blog-pagination{margin-bottom:2rem}.blog-post img{max-width:100%}img[src$='#center']{display:block;margin:.7rem auto}img[src$='#floatleft']{float:left;margin:.7rem}img[src$='#floatright']{float:right;margin:.7rem}.navbar-dark.bg-dark{background-color:#343a40 !important}.navbar-brand{font-family:'B612 Mono',monospace;letter-spacing:2px;font-size:1.5rem;color:#fff}.navbar-brand:hover,.navbar-brand:focus{color:#fff}.navbar .text-muted{color:#6c757d !important}.navbar .nav-link{color:rgba(255,255,255,.5)}.navbar .nav-link:hover,.navbar .nav-link:focus{color:rgba(255,255,255,.75);background:#343a40 !important}footer{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background-color:#343a40 !important;color:white;margin-bottom:0}.rog-logo{margin-bottom:5px}footer a{color:#dee2e6}footer a:hover,footer a:focus{color:#f60}footer .pkgdown-footer-right{margin-right:auto;padding-right:1.25rem}footer .pkgdown-footer-left{margin-left:auto;padding-left:1.25rem}@media screen and (max-width:576px){footer .pkgdown-footer-right,footer .pkgdown-footer-left{margin-right:.75rem;margin-left:.75rem;padding-left:0;padding-right:0}}@media(max-width:768px) and (min-width:576px){footer .pkgdown-footer-right,footer .pkgdown-footer-left{max-width:270px}}@media(max-width:992px) and (min-width:768px){footer .pkgdown-footer-right,footer .pkgdown-footer-left{max-width:360px}}@media(max-width:1200px) and (min-width:992px){footer .pkgdown-footer-right,footer .pkgdown-footer-left{max-width:480px}}@media(max-width:1400px) and (min-width:1200px){footer .pkgdown-footer-right,footer .pkgdown-footer-left{max-width:570px}}@media(min-width:1400px){footer .pkgdown-footer-right,footer .pkgdown-footer-left{max-width:660px}}.btn-copy-ex{color:white;background-color:#343a40;border-color:#343a40}.btn-copy-ex:hover,.btn-copy-ex:focus{color:white;background-color:#f60;border-color:#f60}.caption,.figure{color:#6c757d;margin-left:auto;margin-right:auto;margin-top:.5rem;font-size:85%}.pkg{font-weight:bold}.template-reference-topic dt code{font-weight:700;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);padding:0;border-radius:0} \ No newline at end of file diff --git a/LICENSE-text.html b/LICENSE-text.html index 0a844e92..88c08b21 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -1,8 +1,8 @@ -License • eurostatLicense • eurostat + Skip to contents diff --git a/articles/blogposts.html b/articles/blogposts.html index eefadc86..b2b845c1 100644 --- a/articles/blogposts.html +++ b/articles/blogposts.html @@ -15,8 +15,7 @@ - - + @@ -29,8 +28,8 @@ - - + + Skip to contents diff --git a/articles/cheatsheet.html b/articles/cheatsheet.html index e6054635..8ae467f5 100644 --- a/articles/cheatsheet.html +++ b/articles/cheatsheet.html @@ -15,8 +15,7 @@ - - + @@ -29,8 +28,8 @@ - - + + Skip to contents diff --git a/articles/dimlst_vs_allconceptschemes.html b/articles/dimlst_vs_allconceptschemes.html index 37b01237..54e3f775 100644 --- a/articles/dimlst_vs_allconceptschemes.html +++ b/articles/dimlst_vs_allconceptschemes.html @@ -15,8 +15,7 @@ - - + @@ -29,8 +28,8 @@ - - + + Skip to contents @@ -94,7 +93,7 @@