Draft Forbes Group Website (Build by Nikola). The official site is hosted at:
License: GPL3
ubuntu2004
@charset "UTF-8";12/*3Copyright © 2014-2022 Daniel Aleksandersen and others.45Permission is hereby granted, free of charge, to any6person obtaining a copy of this software and associated7documentation files (the "Software"), to deal in the8Software without restriction, including without limitation9the rights to use, copy, modify, merge, publish,10distribute, sublicense, and/or sell copies of the11Software, and to permit persons to whom the Software is12furnished to do so, subject to the following conditions:1314The above copyright notice and this permission notice15shall be included in all copies or substantial portions of16the Software.1718THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY19KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE20WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR21PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS22OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR23OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR24OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE25SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.26*/2728body {29color: #4F5151;30font-family: Helvetica, Arial, sans-serif;31font-size: 17px;32line-height: 1.4;33padding: 1em;34}3536#container {37margin: 1em auto;38max-width: 770px;39}40#menu ul,41#menu ul li,42.postpromonav .tags,43.postpromonav .tags li,44.pager,45.pager li,46#toptranslations ul,47#toptranslations ul li {48list-style: none;49padding-left: 0;50padding-right: 0;51}5253#toptranslations ul {54display: inline;55}5657#menu ul li,58#toptranslations ul li {59display: inline-block;60margin-right: 1.5em;61}6263#toptranslations h2 {64display: inline;65font-size: 1em;66margin-right: 1.5em;67}6869html[dir="rtl"] #menu ul li,70html[dir="rtl"] #toptranslations ul li,71html[dir="rtl"] #toptranslations h2 {72margin-left: 1.5em;73margin-right: 0;74}7576#toptranslations {77text-align: right;78float: right;79}8081html[dir="rtl"] #toptranslations {82text-align: left;83float: left;84}8586.posttranslations h3, .translationslist h3 {87display: inline;88font-size: 1em;89}9091.entry-title {92font-size: 2em;93}9495.posttranslations h3:last-child, .translationslist h3:last-child {96display: none;97}9899.postindex article {100border-bottom: 1px solid #4F5151;101padding-bottom: 1em;102}103#header {104border-bottom: 1px solid #4F5151;105}106#footer {107border-top: 1px solid #4F5151;108}109110/* Tags */111.postpromonav {112border-bottom: 1px solid #4F5151;113border-top: 1px solid #4F5151;114margin-top: 1em;115padding: .5em 0;116}117.postpromonav .tags {118text-align: center;119}120.metadata p:before,121.postpromonav .tags li:before,122.postlist .listdate:after,123.translationslist p:before {124content: " — ";125}126.postlist li {127margin-bottom: .33em;128}129.byline a:not(:last-child):after {130content: ",";131}132133/* Post and archive pagers */134.postindexpager .pager .next:before {135content: "↓ ";136}137.postindexpager .pager .previous:before,138.archivenav .pager .up:before {139content: "↑ ";140}141.postpromonav .pager .next:after,142.archivenav .pager .next:after {143content: " →";144}145html[dir="rtl"] .postpromonav .pager .previous:after,146html[dir="rtl"] .archivenav .pager .previous:after {147content: " →";148}149.postpromonav .pager .previous:before,150.archivenav .pager .previous:before {151content: "← ";152}153html[dir="rtl"] .postpromonav .pager .next:before,154html[dir="rtl"] .archivenav .pager .next:before {155content: "← ";156}157html[dir="rtl"] .postpromonav .pager .next:after,158html[dir="rtl"] .archivenav .pager .next:after,159html[dir="rtl"] .postpromonav .pager .previous:before,160html[dir="rtl"] .archivenav .pager .previous:before {161content: "";162}163.metadata p:first-of-type:before,164.postpromonav .tags li:first-of-type:before,165.translationslist p:first-of-type:before {166content: "";167}168.postpromonav .pager {169clear: both;170height: 1em;171}172.postpromonav .tags li,173.postpromonav .pager li,174.archivenav .pager li {175display: inline-block;176}177.archivenav .pager {178text-align: center179}180.postpromonav .pager .next,181.archivenav .pager .next {182float: right;183}184html[dir="rtl"] .postpromonav .pager .next,185html[dir="rtl"] .archivenav .pager .next {186float: left;187}188189.postpromonav .pager .previous,190.archivenav .pager .previous {191float: left;192}193html[dir="rtl"] .postpromonav .pager .previous,194html[dir="rtl"] .archivenav .pager .previous {195float: right;196}197198.archivenav .pager .disabled,199.archivenav .pager .disabled a,200.archivenav .pager .disabled:link {201color: #888;202cursor: not-allowed;203}204205.metadata p,206.translationslist p {207display: inline;208}209210#brand {211font-size: 3em;212line-height: 1;213}214215/* Links */216:link {217color: #1168CC;218text-decoration: none;219}220:visited {221color: #6830BB;222}223:link:hover, :visited:hover {224color: #0d53a3;225}226227#brand :link,228#brand :visited {229color: inherit;230}231232/* Images */233img {234border: none;235line-height: 1;236}237238.postpage img,239.postpage object,240.postindex article img,241.postindex article object {242height: auto;243max-width: 100%;244}245246/* Comment helpers */247#disqus_thread {248min-height: 325px;249}250251.breadcrumb {252padding: 8px 15px;253margin-bottom: 20px;254list-style: none;255}256257.breadcrumb > li {258display: inline-block;259margin-right: 0;260margin-left: 0;261}262263.breadcrumb > li:after {264content: ' / ';265color: #888;266}267268.breadcrumb > li:last-of-type:after {269content: '';270margin-left: 0;271}272273.thumbnails {274list-style: none;275padding: 0;276}277278.thumbnails > li {279display: inline-block;280margin-right: 10px;281}282283.thumbnails > li:last-of-type {284margin-right: 0;285}286287.sr-only {288position: absolute;289width: 1px;290height: 1px;291padding: 0;292margin: -1px;293overflow: hidden;294clip: rect(0, 0, 0, 0);295border: 0;296}297298.sr-only-focusable:active,299.sr-only-focusable:focus {300position: static;301width: auto;302height: auto;303margin: 0;304overflow: visible;305clip: auto;306}307308pre.code, code {309white-space: pre-wrap;310word-wrap: normal;311overflow: auto;312}313314/* Set a minimum logo height to ensure .svg are displayed if there is no brand text (#3493) */315#logo {316min-height: 25px;317}318319/* SOURCE: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */320@media print {321*,322*:before,323*:after {324background: transparent !important;325color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */326box-shadow: none !important;327text-shadow: none !important;328font-family: Garamond, Junicode, serif;329}330331body {332font-size: 12pt;333}334335a,336a:visited {337text-decoration: underline;338}339340a[href]:after {341content: " (" attr(href) ")";342}343344abbr[title]:after {345content: " (" attr(title) ")";346}347348/*349* Don't show links that are fragment identifiers,350* or use the `javascript:` pseudo protocol351*/352353a[href^="#"]:after,354a[href^="data:"]:after,355a[href^="javascript:"]:after {356content: "";357}358359pre,360blockquote {361border: 1px solid #999;362page-break-inside: avoid;363}364365/*366* Printing Tables:367* http://css-discuss.incutio.com/wiki/Printing_Tables368*/369370thead {371display: table-header-group;372}373374tr,375img {376page-break-inside: avoid;377}378379img {380max-width: 100% !important;381}382383p,384h2,385h3 {386orphans: 3;387widows: 3;388}389390h2,391h3 {392page-break-after: avoid;393}394395.hidden-print {396display: none !important;397}398399article .entry-title a[href]:after,400article .metadata a[href]:after,401article .tags a[href]:after {402content: "";403}404405article .metadata .sourceline {406display: none;407}408409article .metadata .linkline a[href]:after {410content: " (" attr(href) ")";411}412413#header {414display: none;415}416417.postpromonav {418padding: 0;419}420}421422423