broadfield-dev commited on
Commit
22b94f1
·
verified ·
1 Parent(s): 8091043

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +10 -4
templates/index.html CHANGED
@@ -9,12 +9,13 @@
9
  font-family: 'Arial', sans-serif;
10
  margin: 0;
11
  padding: 20px;
12
- background-color: #f4f4f9;
13
  color: #333;
14
  }
15
  h1 {
16
  text-align: center;
17
  color: #2c3e50;
 
18
  }
19
  .search-container {
20
  text-align: center;
@@ -24,11 +25,12 @@
24
  width: 50%;
25
  padding: 12px;
26
  font-size: 16px;
27
- border: 2px solid #3498db;
28
  border-radius: 25px;
29
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
30
  outline: none;
31
  transition: border-color 0.3s;
 
32
  }
33
  .search-bar:focus {
34
  border-color: #2980b9;
@@ -37,12 +39,13 @@
37
  margin: 30px 0;
38
  }
39
  .category-title {
40
- background-color: #3498db;
41
  color: white;
42
  padding: 10px;
43
  border-radius: 5px;
44
  font-size: 1.4em;
45
  text-align: center;
 
46
  }
47
  .tiles {
48
  display: flex;
@@ -55,7 +58,7 @@
55
  width: 300px;
56
  padding: 15px;
57
  border-radius: 8px;
58
- box-shadow: 0 4px 8px rgba(0,0,0,0.1);
59
  transition: transform 0.2s;
60
  overflow: hidden;
61
  }
@@ -74,6 +77,7 @@
74
  text-decoration: none;
75
  display: block;
76
  margin: 10px 0;
 
77
  }
78
  .title a:hover {
79
  color: #3498db;
@@ -82,10 +86,12 @@
82
  color: #555;
83
  font-size: 0.9em;
84
  margin: 5px 0;
 
85
  }
86
  .published {
87
  font-size: 0.8em;
88
  color: #95a5a6;
 
89
  }
90
  #loading {
91
  display: block;
 
9
  font-family: 'Arial', sans-serif;
10
  margin: 0;
11
  padding: 20px;
12
+ background-color: #f5f5f5; /* Light grey background from screenshot */
13
  color: #333;
14
  }
15
  h1 {
16
  text-align: center;
17
  color: #2c3e50;
18
+ margin-bottom: 20px;
19
  }
20
  .search-container {
21
  text-align: center;
 
25
  width: 50%;
26
  padding: 12px;
27
  font-size: 16px;
28
+ border: 2px solid #3498db; /* Blue from screenshot */
29
  border-radius: 25px;
30
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
31
  outline: none;
32
  transition: border-color 0.3s;
33
+ background-color: white;
34
  }
35
  .search-bar:focus {
36
  border-color: #2980b9;
 
39
  margin: 30px 0;
40
  }
41
  .category-title {
42
+ background-color: #3498db; /* Blue header from screenshot */
43
  color: white;
44
  padding: 10px;
45
  border-radius: 5px;
46
  font-size: 1.4em;
47
  text-align: center;
48
+ margin-bottom: 15px;
49
  }
50
  .tiles {
51
  display: flex;
 
58
  width: 300px;
59
  padding: 15px;
60
  border-radius: 8px;
61
+ box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Subtle shadow like screenshot */
62
  transition: transform 0.2s;
63
  overflow: hidden;
64
  }
 
77
  text-decoration: none;
78
  display: block;
79
  margin: 10px 0;
80
+ font-weight: bold;
81
  }
82
  .title a:hover {
83
  color: #3498db;
 
86
  color: #555;
87
  font-size: 0.9em;
88
  margin: 5px 0;
89
+ line-height: 1.4;
90
  }
91
  .published {
92
  font-size: 0.8em;
93
  color: #95a5a6;
94
+ margin-top: 10px;
95
  }
96
  #loading {
97
  display: block;