markdownpedia icon indicating copy to clipboard operation
markdownpedia copied to clipboard

Edit search list to make it fit the css more

Open mamamia5x opened this issue 4 years ago • 12 comments

The search looks like this image

But it just doesn't fit.

Maybe it is the font color and size, or the style of the lists.

But if you want to edit the list to make it fit, you'd just need to edit this

  #listOfItems {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#listOfItems li a {
  border: 1px solid #ddd; /* Add a border to all links */
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6; /* Grey background color */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}

#listOfItems li a:hover:not(.header) {
  background-color: #eee; /* Add a hover effect to all links, except for headers */
}

And it's found in vital/pages/search/index.html You'll just need to edit this page if you'd like to see what it looks like, but to make a permanent you'll need to copy the changes and paste them to vital/searchtemplate.html

mamamia5x avatar Jan 29 '21 14:01 mamamia5x

Hello, Can you please assign me this issue.

shravan2524 avatar Feb 04 '21 16:02 shravan2524

@mamamia5x can i work on this??

rajpratyush avatar Feb 13 '21 15:02 rajpratyush

Sure thing, sorry for the delay.

mamamia5x avatar Feb 14 '21 19:02 mamamia5x

one question before I work on this how do you want the layout to be?

rajpratyush avatar Feb 15 '21 03:02 rajpratyush

That's a good question. I would prefer to have feel like a search engine, like Google or Bing. It doesn't have to be that way, it is totaly up to you, as long as it looks good it'll be added in.

mamamia5x avatar Feb 15 '21 13:02 mamamia5x

@mamamia5x let me sketch a wireframe for this and then we can modify it

rajpratyush avatar Feb 15 '21 13:02 rajpratyush

Alright sounds good.

mamamia5x avatar Feb 15 '21 14:02 mamamia5x

Hey, can i work on this issue?

lakshyamahawar14 avatar Sep 24 '21 04:09 lakshyamahawar14

Yes, you can certainly work on this.

mamamia5x avatar Sep 25 '21 17:09 mamamia5x

hey can i work on this

hanzala2626 avatar Jan 12 '22 11:01 hanzala2626

Hello, Can you please assign me this issue.

Alam9835 avatar Jan 16 '22 15:01 Alam9835

Hi, @mamamia5x . Is anyone currently working on this?

mruqqie avatar Aug 03 '22 09:08 mruqqie