-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
128 lines (106 loc) · 1.57 KB
/
Copy pathstyle.css
File metadata and controls
128 lines (106 loc) · 1.57 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
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
127
128
body {
margin: 0px;
}
.header {
display: flex;
align-items: center;
padding: 12px;
margin-left: 18px;
}
.headerRight {
display: flex;
align-items: center;
padding-left: 18px;
}
.icon {
color: #AAAAAA;
border-radius: 50%;
padding: 8px;
cursor: pointer;
}
.icon:hover {
box-shadow: 2px 2px 2px 2px #CCCCCC;
}
.input{
margin-left: 48px;
border-radius: 24px;
border: 1px solid #AAAAAA;
width: 719px;
height: 46px;
font-size: 18px;
padding-left: 18px;
}
.input:hover {
box-shadow: 1.5px 1.5px #CCCCCC;
}
.input:focus {
outline: none;
}
.tabs {
border-bottom: 1px solid grey;
padding-left: 180px;
padding-bottom: 10px;
padding-top: 16px;
}
.tab {
display: inline;
padding: 8px;
color: grey;
cursor: pointer;
}
.right {
display: inline;
margin-left: 310px;
}
.container {
padding-left: 190px;
}
.searchList {
vertical-align: top;
width: 400px;
display: inline-block;
}
.searchResult {
padding-top: 20px;
display: inline-block;
}
.website {
display: inline-block;
margin-bottom: 4px;
}
.subwebsite {
color: #555555;
display: inline;
}
.title {
font-size: 20px;
margin-bottom: 4px;
text-decoration: none;
color: blue;
}
.title:hover {
text-decoration: underline;
}
.intro {
color: #555555;
margin-bottom: 4px;
}
.searchCard {
margin: 20px;
padding: 12px;
width: 260px;
height: 500px;
display: inline-block;
border: 1px solid #AAAAAA;
border-radius: 24px;
}
.card {
display: inline-block;
}
.cardName {
font-size: 30px;
margin-bottom: 5px;
}
.cardIntro {
font-size: 14px;
}