-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
126 lines (98 loc) · 2.06 KB
/
style.css
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
/* || general styles */
html {
font-family: 'helvetica neue', helvetica, arial, sans-serif;
}
body {
max-width: 1000px;
margin: 0 auto !important;
}
h1, h2 {
font-family: 'Alegreya SC', serif;
}
/* header styles */
h1 {
font-size: 2.8rem;
text-align: left;
}
header {
margin-top: 1em;
}
header p {
font-size: 1.2em;
text-align: right;
}
/* section styles */
section p {
margin: 5px 0;
}
section ul {
margin-top: 0;
}
h2 {
font-size: 2.0rem;
letter-spacing: -3px;
margin-bottom: 10px;
}
a, a:hover, a:focus {
color: #ff6347;
}
#searchArea{
text-align: center;
}
#searchAllSlot {
background-image: url('https://bellerophons-pegasus.github.io/lobib/Vector_search_icon.svg'); /* Add a search icon to input */
background-size: 1.5rem;
background-position: 0.75rem 0.75rem; /* Position the search icon */
background-repeat: no-repeat; /* Do not repeat the icon image */
width: 100%; /* Full-width */
font-size: 16px; /* Increase font-size */
padding: 12px 20px 12px 50px; /* Add some padding */
border: 2px solid #ff6347; /* Add a grey border */
border-radius: 1.5rem;
margin: 0 auto 12px auto; /* Add some space below the input */
}
#navbar p, #navbar .navbar-form, div.pagination-bar, p.pagination-area{
display: inline;
}
.navbar{
border-bottom: 1px solid #ddd;
}
#result-counter {
margin-right: 0.5em;
color: #aaa;
}
.pagination-area {
float: right;
}
ul.pagination {
margin: 0 0 -10px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background-color: #ff6347;
border-color: #ff6347;
}
.text-muted {
display: none;
}
div.table {
display: table;
}
div.tr {
border-bottom: 1px solid #ddd;
padding-bottom: 3.5em !important;
}
div.item-row{
margin-top: 0.5em !important;
}
div.td {
display: table-cell;
}
span.tags {
font-size: 0.8em;
display: block;
float: left;
border-radius: 0.2em;
padding: 1px 3px;
margin: 2px;
background-color: #ddd;
}