2018-08-13 04:12:18 +00:00
|
|
|
/**
|
|
|
|
* Global styles
|
|
|
|
*/
|
|
|
|
|
2018-08-15 19:08:52 +00:00
|
|
|
span[role=separator] {
|
2018-08-13 04:12:18 +00:00
|
|
|
padding: 0 0.2em;
|
|
|
|
}
|
|
|
|
|
2018-08-15 19:08:52 +00:00
|
|
|
span[role=separator]::before {
|
2018-08-13 04:12:18 +00:00
|
|
|
content: '\2022';
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
footer span[role=separator]::before {
|
|
|
|
content: '\A';
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-info a {
|
|
|
|
color: #c61610;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover,
|
2018-08-13 04:20:26 +00:00
|
|
|
.site-footer a:hover {
|
2018-08-13 04:12:18 +00:00
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
2019-11-01 03:39:01 +00:00
|
|
|
.jetpack-social-navigation a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2018-08-13 04:12:18 +00:00
|
|
|
/**
|
|
|
|
* Styles for company profile pages
|
|
|
|
*/
|
|
|
|
|
|
|
|
h1.company-name {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-atAGlance {
|
|
|
|
font-size: 15px;
|
|
|
|
color: #999;
|
|
|
|
font-size: 85%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
2020-05-06 06:42:21 +00:00
|
|
|
* Styles for the companies table and search on the main page
|
2018-08-13 04:12:18 +00:00
|
|
|
*/
|
|
|
|
|
2020-05-06 06:42:21 +00:00
|
|
|
#search-input {
|
2018-08-13 04:12:18 +00:00
|
|
|
margin: 0 0 0 16px;
|
|
|
|
padding: 8px;
|
|
|
|
font-family: "Source Sans Pro", sans-serif;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 300;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2020-05-06 06:42:21 +00:00
|
|
|
#search-status {
|
|
|
|
margin-left: 18px;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search-explanation {
|
2018-08-13 04:12:18 +00:00
|
|
|
font-style: italic;
|
|
|
|
font-size: 15px;
|
2020-05-06 06:42:21 +00:00
|
|
|
line-height: 18px;
|
2018-08-13 04:12:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 50em) {
|
2020-05-06 06:42:21 +00:00
|
|
|
#search-explanation {
|
2018-08-13 04:12:18 +00:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-05-06 06:42:21 +00:00
|
|
|
table#companies-table th {
|
|
|
|
border-bottom: 2px solid #eee;
|
|
|
|
line-height: 1;
|
|
|
|
padding: 9px 6px;
|
2018-08-13 04:12:18 +00:00
|
|
|
}
|
|
|
|
|
2020-05-06 06:42:21 +00:00
|
|
|
table#companies-table td {
|
2018-08-13 04:12:18 +00:00
|
|
|
border-width: 0;
|
2020-05-06 06:42:21 +00:00
|
|
|
line-height: 1;
|
2018-08-13 04:12:18 +00:00
|
|
|
}
|
|
|
|
|
2020-05-06 06:42:21 +00:00
|
|
|
table#companies-table tr.company-row td {
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
padding: 9px 6px;
|
2018-08-13 04:12:18 +00:00
|
|
|
}
|
2020-05-06 06:42:21 +00:00
|
|
|
table#companies-table tr.company-row.has-match td {
|
|
|
|
padding-bottom: 3px;
|
2018-08-13 04:12:18 +00:00
|
|
|
}
|
|
|
|
|
2020-05-06 06:42:21 +00:00
|
|
|
table#companies-table tr.company-match td {
|
|
|
|
padding: 0 0 9px 18px;
|
|
|
|
font-size: 81%;
|
|
|
|
font-style: italic;
|
2018-08-13 04:12:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Column-specific styles */
|
|
|
|
|
|
|
|
table#companies-table td.company-name {
|
|
|
|
font-weight: 700;
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#companies-table td.company-website {
|
|
|
|
width: 35%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#companies-table td.company-region {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Mobile-friendly display */
|
|
|
|
|
|
|
|
@media screen and (max-width: 600px) {
|
2020-05-06 06:42:21 +00:00
|
|
|
body.search-enabled h2#companies {
|
|
|
|
margin-bottom: 12px;
|
2018-08-13 04:12:18 +00:00
|
|
|
}
|
|
|
|
|
2020-05-06 06:42:21 +00:00
|
|
|
#search-input {
|
2018-08-13 04:12:18 +00:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
margin: 27px 0 0 0;
|
|
|
|
}
|
|
|
|
|
2020-05-06 06:42:21 +00:00
|
|
|
#search-status {
|
|
|
|
font-size: 13.5px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2018-08-13 04:12:18 +00:00
|
|
|
table#companies-table,
|
|
|
|
table#companies-table thead,
|
|
|
|
table#companies-table tbody,
|
|
|
|
table#companies-table tr {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2020-05-06 06:42:21 +00:00
|
|
|
table#companies-table tr.company-row {
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
padding: 7.5px 0 6px 12px;
|
|
|
|
line-height: 1.2;
|
2018-08-13 04:12:18 +00:00
|
|
|
}
|
2020-05-06 06:42:21 +00:00
|
|
|
table#companies-table tr.company-row.has-match {
|
|
|
|
padding-bottom: 3px;
|
2018-08-13 04:12:18 +00:00
|
|
|
}
|
|
|
|
|
2020-05-06 06:42:21 +00:00
|
|
|
table#companies-table tr.company-match td {
|
|
|
|
padding-left: 12px;
|
|
|
|
font-size: 90%;
|
2018-08-13 04:12:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table#companies-table thead tr {
|
2020-05-06 06:42:21 +00:00
|
|
|
border-bottom: 2px solid #eee;
|
2018-08-13 04:12:18 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#companies-table th,
|
2020-05-06 06:42:21 +00:00
|
|
|
table#companies-table tr.company-row td,
|
|
|
|
table#companies-table tr.company-row.has-match td {
|
2018-08-13 04:12:18 +00:00
|
|
|
width: auto !important;
|
2020-05-06 06:42:21 +00:00
|
|
|
padding: 0;
|
|
|
|
border-width: 0;
|
2018-08-13 04:12:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table#companies-table th {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#companies-table th::after {
|
|
|
|
padding: 0 3px 0 6px;
|
|
|
|
content: '/';
|
|
|
|
}
|
|
|
|
|
|
|
|
table#companies-table th:last-child::after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-05-06 06:42:21 +00:00
|
|
|
table#companies-table tr.company-row td.company-name,
|
|
|
|
table#companies-table tr.company-row.has-match td.company-name {
|
2018-08-13 04:12:18 +00:00
|
|
|
display: flex;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 700;
|
2020-05-06 06:42:21 +00:00
|
|
|
padding-bottom: 3px;
|
2018-08-13 04:12:18 +00:00
|
|
|
margin-left: -12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#companies-table td.company-name a {
|
|
|
|
flex: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#companies-table td.company-website,
|
|
|
|
table#companies-table td.company-region {
|
|
|
|
display: inline;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#companies-table td.company-region::before {
|
|
|
|
padding: 0 6px 0 3px;
|
|
|
|
content: '/';
|
|
|
|
}
|
|
|
|
|
|
|
|
table#companies-table td.company-region:empty::before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|