diff --git a/themes/grav-theme-howto/css/media-queries.css b/themes/grav-theme-howto/css/media-queries.css index 6aa7a620..16700bec 100644 --- a/themes/grav-theme-howto/css/media-queries.css +++ b/themes/grav-theme-howto/css/media-queries.css @@ -53,6 +53,21 @@ width: 10px; } +/* Simple search plugin +------------------------------------*/ +.search-item { + margin-left: 20px; + margin-bottom: 10px; +} + +.search-image { +} + +.search-image img { + display: none; +} + + /* mobile navigation ------------------------------------*/ #main-nav { diff --git a/themes/grav-theme-howto/css/style.css b/themes/grav-theme-howto/css/style.css index 4422a20b..ae3a41be 100644 --- a/themes/grav-theme-howto/css/style.css +++ b/themes/grav-theme-howto/css/style.css @@ -73,6 +73,34 @@ a:hover { margin: 0 3rem; } + +/* Simple search plugin */ + +.simplesearch { +padding: 20px; +} + +.search-title h3 { + color: white; + background-color: #50162D; + border-radius: 5px; + padding: 0.4% 1%; +} + +.search-title h3 a { + color: white; + text-decoration: none; +} + +.search-item h1 { + font-size: 20px; +} + +.search-item img { + height: 50px; +} + + /* Howto: Services */ #flex {