-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.css
More file actions
81 lines (70 loc) · 2.25 KB
/
header.css
File metadata and controls
81 lines (70 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/* @font-face {
font-family: 'Noto Sans Thai';
src: url("NotoSansThai-Regular.57627f12.woff2") format("woff2"), url("NotoSansThai-Regular.3dec0fd0.woff") format("woff");
font-weight: normal; }
@font-face {
font-family: 'Noto Sans Thai';
src: url("NotoSansThai-Bold.473c571d.woff2") format("woff2"), url("NotoSansThai-Bold.13182ab8.woff") format("woff");
font-weight: bold; }
@font-face {
font-family: 'The Matter';
src: url("thematter-bold.36a66968.woff2") format("woff2"), url("thematter-bold.329a09e9.woff") format("woff");
font-weight: bold; }
@font-face {
font-family: 'The Matter';
src: url("thematter-extrabold.dd2e0ccc.woff2") format("woff2"), url("thematter-extrabold.2474d069.woff") format("woff");
font-weight: 800; } */
.site-header {
padding: 10px 10px 0 10px;
font-family: "Noto Sans Thai UI", "Noto Sans", sans-serif;
background: #FFF; }
@media only screen and (max-width: 767px) {
.site-header {
padding: 10px 0; } }
@media only screen and (max-width: 767px) {
.site-header .navbar {
align-items: flex-start; } }
@media only screen and (max-width: 575px) {
.site-header .navbar .navbar-brand {
max-width: 50%;
white-space: normal; } }
.site-header .navbar .navbar-brand h6 {
color: #4a4a4a;
font-size: 0.75rem;
margin-top: 10px; }
.site-header .navbar .navbar-brand img {
width: 100%;
max-width: 150px; }
@media only screen and (max-width: 767px) {
.site-header .navbar .navbar-more {
flex-direction: column;
text-align: right;
margin-right: -5px; } }
.site-header .navbar .lang {
margin-right: 20px; }
@media only screen and (max-width: 767px) {
.site-header .navbar .lang {
margin-right: 0;
margin-bottom: 10px; } }
.site-header .navbar .lang a {
padding: 5px 10px;
font-size: 0.9rem; }
@media only screen and (max-width: 767px) {
.site-header .navbar .lang a {
padding: 5px 8px; } }
.site-header .navbar .lang a:first-child {
position: relative; }
.site-header .navbar .lang a:first-child:after {
content: "|";
display: block;
position: absolute;
top: 3px;
right: -5px;
color: #000;
font-weight: bold; }
.site-header .navbar .lang a.active {
font-weight: bold;
color: #ef314a; }
.site-header .navbar .social a {
padding: 0.5rem 0.7rem;
color: #000; }