-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
130 lines (117 loc) · 2.41 KB
/
style.css
File metadata and controls
130 lines (117 loc) · 2.41 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
129
130
body{
background-color: rgb(255, 255, 255);
background-repeat: no-repeat;
background-attachment: fixed;
}
h1{
border-color: color(rgb(0, 0, 0));
font-style: soria;
}
#advancedToggle {
background: none;
border: none;
color: #2196F3;
cursor: pointer;
padding: 5px;
font-size: 14px;
text-decoration: underline;
margin-bottom: 10px;
}
/* CSS */
.search-container {
display: flex;
align-items: center;
width: 350px;
max-width: 90%;
margin: 20px auto;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
border-radius: 50px;
background: #fff;
overflow: hidden;
transition: box-shadow 0.3s ease;
}
.search-container:hover {
box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
.search-input {
flex-grow: 1;
padding: 12px 20px;
border: none;
outline: none;
font-size: 16px;
border-radius: 50px 0 0 50px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #333;
transition: background-color 0.3s ease;
}
.search-input::placeholder {
color: #aaa;
}
.search-input:focus {
background-color: #f0f4f8;
}
.search-button {
background-color: #005eff;
border: none;
padding: 12px 18px;
border-radius: 0 50px 50px 0;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.3s ease;
}
.search-button:hover {
background-color: #0044cc;
}
.search-icon {
width: 20px;
height: 20px;
stroke: #fff;
}
/* CSS: Modern Horizontal Tabs Style */
.navbar {
display: flex;
justify-content: center;
background: #f6f8fc;
box-shadow: 0 2px 8px rgba(0,0,0,0.03);
margin-top: 20px;
}
.nav-tabs {
list-style: none;
display: flex;
padding: 0;
margin: 0;
}
.nav-tabs li {
margin: 0 8px;
}
.nav-tabs a {
display: block;
padding: 12px 24px;
font-size: 16px;
text-decoration: none;
color: #19325f;
background: #e6ecfa;
border-radius: 6px 6px 0 0;
transition: background 0.2s, color 0.2s;
}
.nav-tabs a:hover,
.nav-tabs a.active {
background: #185adb;
color: #fff;
font-weight: 600;
}
#h3{
font-size: 20px;
margin-left: 1400px;
margin-top: 0px;
border-radius: 7px;
color: #ffffff;
}
#pp1{
margin-left: 550px;
}
#sp1{
background-color: #aaa;
}