mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-08 18:06:43 +01:00
fix: more tag display fixes
This commit is contained in:
parent
72cabed013
commit
545e31587a
2 changed files with 9 additions and 9 deletions
|
@ -708,13 +708,13 @@ a.submit2.cancel:active {
|
||||||
.ftag.romance:hover {
|
.ftag.romance:hover {
|
||||||
background-color: #83e;
|
background-color: #83e;
|
||||||
}
|
}
|
||||||
.ftag.rnd {
|
.ftag.random {
|
||||||
background-color: #37c;
|
background-color: #37c;
|
||||||
box-shadow: 0 1px 0 #59f inset;
|
box-shadow: 0 1px 0 #59f inset;
|
||||||
text-shadow: 0 0 3px #15a;
|
text-shadow: 0 0 3px #15a;
|
||||||
border: 1px solid #15a;
|
border: 1px solid #15a;
|
||||||
}
|
}
|
||||||
.ftag.rnd:hover {
|
.ftag.random:hover {
|
||||||
background-color: #26b;
|
background-color: #26b;
|
||||||
}
|
}
|
||||||
.ftag.comedy {
|
.ftag.comedy {
|
||||||
|
@ -762,13 +762,13 @@ a.submit2.cancel:active {
|
||||||
.ftag.dark:hover {
|
.ftag.dark:hover {
|
||||||
background-color: #a22;
|
background-color: #a22;
|
||||||
}
|
}
|
||||||
.ftag.alt {
|
.ftag.alternate-universe {
|
||||||
background-color: #888;
|
background-color: #888;
|
||||||
box-shadow: 0 1px 0 #aaa inset;
|
box-shadow: 0 1px 0 #aaa inset;
|
||||||
text-shadow: 0 0 3px #666;
|
text-shadow: 0 0 3px #666;
|
||||||
border: 1px solid #666;
|
border: 1px solid #666;
|
||||||
}
|
}
|
||||||
.ftag.alt:hover {
|
.ftag.alternate-universe:hover {
|
||||||
background-color: #777;
|
background-color: #777;
|
||||||
}
|
}
|
||||||
.ftag.crs {
|
.ftag.crs {
|
||||||
|
@ -780,13 +780,13 @@ a.submit2.cancel:active {
|
||||||
.ftag.crs:hover {
|
.ftag.crs:hover {
|
||||||
background-color: #298;
|
background-color: #298;
|
||||||
}
|
}
|
||||||
.ftag.hum {
|
.ftag.human {
|
||||||
background-color: #b85;
|
background-color: #b85;
|
||||||
box-shadow: 0 1px 0 #da7 inset;
|
box-shadow: 0 1px 0 #da7 inset;
|
||||||
text-shadow: 0 0 3px #963;
|
text-shadow: 0 0 3px #963;
|
||||||
border: 1px solid #963;
|
border: 1px solid #963;
|
||||||
}
|
}
|
||||||
.ftag.hum:hover {
|
.ftag.human:hover {
|
||||||
background-color: #a74;
|
background-color: #a74;
|
||||||
}
|
}
|
||||||
.ftag.ath {
|
.ftag.ath {
|
||||||
|
@ -798,13 +798,13 @@ a.submit2.cancel:active {
|
||||||
.ftag.ath:hover {
|
.ftag.ath:hover {
|
||||||
background-color: #a54;
|
background-color: #a54;
|
||||||
}
|
}
|
||||||
.ftag.gor {
|
.ftag.gore {
|
||||||
background-color: #722;
|
background-color: #722;
|
||||||
box-shadow: 0 1px 0 #944 inset;
|
box-shadow: 0 1px 0 #944 inset;
|
||||||
text-shadow: 0 0 3px #500;
|
text-shadow: 0 0 3px #500;
|
||||||
border: 1px solid #500;
|
border: 1px solid #500;
|
||||||
}
|
}
|
||||||
.ftag.gor:hover {
|
.ftag.gore:hover {
|
||||||
background-color: #611;
|
background-color: #611;
|
||||||
}
|
}
|
||||||
.ftag.sex {
|
.ftag.sex {
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
br
|
br
|
||||||
span.popular
|
span.popular
|
||||||
span.stats
|
span.stats
|
||||||
- if rec.short_description.present?
|
- if rec.short_description
|
||||||
p.description= rec.short_description
|
p.description= rec.short_description
|
||||||
- else
|
- else
|
||||||
p.description== rec.description_html
|
p.description== rec.description_html
|
||||||
|
|
Loading…
Reference in a new issue