summaryrefslogtreecommitdiff
path: root/site/assets/css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-12-18 01:03:10 +0100
committerJules Laplace <julescarbon@gmail.com>2018-12-18 01:03:10 +0100
commit7b8e6f9a7d3eb36b72b53d5e754b9c7916b98ed7 (patch)
treee0445a2709ecf07e770a9b0ddecb8eeb3d168931 /site/assets/css
parentd3be915bc5725a36dee867b07404725177783460 (diff)
namesearchg
Diffstat (limited to 'site/assets/css')
-rw-r--r--site/assets/css/applets.css24
1 files changed, 21 insertions, 3 deletions
diff --git a/site/assets/css/applets.css b/site/assets/css/applets.css
index edd5b709..315d72e0 100644
--- a/site/assets/css/applets.css
+++ b/site/assets/css/applets.css
@@ -16,7 +16,15 @@
flex-direction: row;
justify-content: flex-start;
}
-
+.q {
+ width: 100%;
+ padding: 5px;
+ font-size: 14pt;
+}
+.timing {
+ font-size: 9pt;
+ padding-top: 10px;
+}
.results {
margin-top: 10px;
padding-bottom: 10px;
@@ -34,9 +42,10 @@
font-weight: 500;
}
.results > div img {
+ display: block;
margin-bottom: 4px;
- width: 200px;
- height: 200px;
+ width: 190px;
+ height: 190px;
background: rgba(255,255,255,0.05);
}
.results > div:nth-child(3n+1) {
@@ -45,6 +54,15 @@
.query h2 {
margin-top: 0; padding-top: 0;
}
+.img {
+ position: relative;
+}
+.img .bbox {
+ position: absolute;
+ color: rgba(255,0,0,1);
+ background: rgba(255,0,0,0.05);
+ border: 1px solid;
+}
.cta {
padding-left: 20px;
font-size: 11pt;