Skip to content

Commit d23eda2

Browse files
committed
Add css for emoji-autocomplete
1 parent c4c0cb5 commit d23eda2

File tree

11 files changed

+460
-9
lines changed

11 files changed

+460
-9
lines changed

style/Air.css

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -833,8 +833,8 @@ MAIN POSTS
833833

834834
.pun .blockpost .postfootright li {
835835
display: inline;
836-
}
837-
836+
}
837+
838838
.pun .blockpost .postfootright li span {
839839
display: inline-block;
840840
padding-left: 16px;
@@ -1726,7 +1726,7 @@ html, body, .pun {
17261726
}
17271727
.pun .postwarn cite {
17281728
font-weight: bold;
1729-
}
1729+
}
17301730

17311731
.pun .postwarn:before {
17321732
content: "M";
@@ -2117,3 +2117,44 @@ span.shlight {
21172117
width: 18em;
21182118
}
21192119
}
2120+
2121+
/* emoji-autocomplete
2122+
----------------------------------------------------------------*/
2123+
#sva-autocomplete-div {
2124+
position: absolute;
2125+
border: 1px solid #d9e1e7;
2126+
display: block;
2127+
background-color: #f6f9fc;
2128+
z-index: 9999;
2129+
}
2130+
2131+
#sva-autocomplete-ul {
2132+
list-style: none;
2133+
padding: 0;
2134+
margin: 0;
2135+
max-height: 300px;
2136+
overflow-y: auto;
2137+
overflow-x: hidden;
2138+
white-space: nowrap;
2139+
}
2140+
2141+
#sva-autocomplete-ul > li {
2142+
display: flex;
2143+
align-items: center;
2144+
cursor: pointer;
2145+
padding: 2px 4px;
2146+
}
2147+
2148+
#sva-autocomplete-ul > li > i {
2149+
font-weight: normal;
2150+
font-style: normal;
2151+
}
2152+
2153+
#sva-autocomplete-ul > li > span {
2154+
font-size: 2em;
2155+
margin-right: 4px;
2156+
}
2157+
2158+
#sva-autocomplete-ul .sva-autocomplete-ali {
2159+
background-color: #b9c5ce;
2160+
}

style/Cobalt.css

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ body {
12211221
}
12221222
.pun .postwarn cite {
12231223
font-weight: bold;
1224-
}
1224+
}
12251225

12261226
.pun .postwarn:before {
12271227
content: "M";
@@ -1331,3 +1331,44 @@ span.shlight {
13311331
#brdmenu-button {
13321332
display: none;
13331333
}
1334+
1335+
/* emoji-autocomplete
1336+
----------------------------------------------------------------*/
1337+
#sva-autocomplete-div {
1338+
position: absolute;
1339+
border: 1px solid #565656;
1340+
display: block;
1341+
background-color: #383838;
1342+
z-index: 9999;
1343+
}
1344+
1345+
#sva-autocomplete-ul {
1346+
list-style: none;
1347+
padding: 0;
1348+
margin: 0;
1349+
max-height: 300px;
1350+
overflow-y: auto;
1351+
overflow-x: hidden;
1352+
white-space: nowrap;
1353+
}
1354+
1355+
#sva-autocomplete-ul > li {
1356+
display: flex;
1357+
align-items: center;
1358+
cursor: pointer;
1359+
padding: 2px 4px;
1360+
}
1361+
1362+
#sva-autocomplete-ul > li > i {
1363+
font-weight: normal;
1364+
font-style: normal;
1365+
}
1366+
1367+
#sva-autocomplete-ul > li > span {
1368+
font-size: 2em;
1369+
margin-right: 4px;
1370+
}
1371+
1372+
#sva-autocomplete-ul .sva-autocomplete-ali {
1373+
background-color: #2a2a2a;
1374+
}

style/Earth.css

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ html, body, .pun {
17251725
}
17261726
.pun .postwarn cite {
17271727
font-weight: bold;
1728-
}
1728+
}
17291729

17301730
.pun .postwarn:before {
17311731
content: "M";
@@ -2116,3 +2116,44 @@ span.shlight {
21162116
width: 18em;
21172117
}
21182118
}
2119+
2120+
/* emoji-autocomplete
2121+
----------------------------------------------------------------*/
2122+
#sva-autocomplete-div {
2123+
position: absolute;
2124+
border: 1px solid #bbc6b2;
2125+
display: block;
2126+
background-color: #eaede2;
2127+
z-index: 9999;
2128+
}
2129+
2130+
#sva-autocomplete-ul {
2131+
list-style: none;
2132+
padding: 0;
2133+
margin: 0;
2134+
max-height: 300px;
2135+
overflow-y: auto;
2136+
overflow-x: hidden;
2137+
white-space: nowrap;
2138+
}
2139+
2140+
#sva-autocomplete-ul > li {
2141+
display: flex;
2142+
align-items: center;
2143+
cursor: pointer;
2144+
padding: 2px 4px;
2145+
}
2146+
2147+
#sva-autocomplete-ul > li > i {
2148+
font-weight: normal;
2149+
font-style: normal;
2150+
}
2151+
2152+
#sva-autocomplete-ul > li > span {
2153+
font-size: 2em;
2154+
margin-right: 4px;
2155+
}
2156+
2157+
#sva-autocomplete-ul .sva-autocomplete-ali {
2158+
background-color: #ccd7c1;
2159+
}

style/Fire.css

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2116,3 +2116,44 @@ span.shlight {
21162116
width: 18em;
21172117
}
21182118
}
2119+
2120+
/* emoji-autocomplete
2121+
----------------------------------------------------------------*/
2122+
#sva-autocomplete-div {
2123+
position: absolute;
2124+
border: 1px solid #e7e2d9;
2125+
display: block;
2126+
background-color: #eeedea;
2127+
z-index: 9999;
2128+
}
2129+
2130+
#sva-autocomplete-ul {
2131+
list-style: none;
2132+
padding: 0;
2133+
margin: 0;
2134+
max-height: 300px;
2135+
overflow-y: auto;
2136+
overflow-x: hidden;
2137+
white-space: nowrap;
2138+
}
2139+
2140+
#sva-autocomplete-ul > li {
2141+
display: flex;
2142+
align-items: center;
2143+
cursor: pointer;
2144+
padding: 2px 4px;
2145+
}
2146+
2147+
#sva-autocomplete-ul > li > i {
2148+
font-weight: normal;
2149+
font-style: normal;
2150+
}
2151+
2152+
#sva-autocomplete-ul > li > span {
2153+
font-size: 2em;
2154+
margin-right: 4px;
2155+
}
2156+
2157+
#sva-autocomplete-ul .sva-autocomplete-ali {
2158+
background-color: #cec7b9;
2159+
}

style/GrayOrange.css

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -833,8 +833,8 @@ MAIN POSTS
833833

834834
.pun .blockpost .postfootright li {
835835
display: inline;
836-
}
837-
836+
}
837+
838838
.pun .blockpost .postfootright li span {
839839
display: inline-block;
840840
padding-left: 16px;
@@ -1740,7 +1740,7 @@ html, body, .pun {
17401740
}
17411741
.pun .postwarn cite {
17421742
font-weight: bold;
1743-
}
1743+
}
17441744

17451745
.pun .postwarn:before {
17461746
content: "M";
@@ -2131,3 +2131,44 @@ span.shlight {
21312131
width: 18em;
21322132
}
21332133
}
2134+
2135+
/* emoji-autocomplete
2136+
----------------------------------------------------------------*/
2137+
#sva-autocomplete-div {
2138+
position: absolute;
2139+
border: 1px solid #4D4D4D;
2140+
display: block;
2141+
background-color: #2a2a2a;
2142+
z-index: 9999;
2143+
}
2144+
2145+
#sva-autocomplete-ul {
2146+
list-style: none;
2147+
padding: 0;
2148+
margin: 0;
2149+
max-height: 300px;
2150+
overflow-y: auto;
2151+
overflow-x: hidden;
2152+
white-space: nowrap;
2153+
}
2154+
2155+
#sva-autocomplete-ul > li {
2156+
display: flex;
2157+
align-items: center;
2158+
cursor: pointer;
2159+
padding: 2px 4px;
2160+
}
2161+
2162+
#sva-autocomplete-ul > li > i {
2163+
font-weight: normal;
2164+
font-style: normal;
2165+
}
2166+
2167+
#sva-autocomplete-ul > li > span {
2168+
font-size: 2em;
2169+
margin-right: 4px;
2170+
}
2171+
2172+
#sva-autocomplete-ul .sva-autocomplete-ali {
2173+
background-color: #424242;
2174+
}

style/Lithium.css

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,3 +1330,44 @@ span.shlight {
13301330
#brdmenu-button {
13311331
display: none;
13321332
}
1333+
1334+
/* emoji-autocomplete
1335+
----------------------------------------------------------------*/
1336+
#sva-autocomplete-div {
1337+
position: absolute;
1338+
border: 1px solid #6c8a3f;
1339+
display: block;
1340+
background-color: #fff;
1341+
z-index: 9999;
1342+
}
1343+
1344+
#sva-autocomplete-ul {
1345+
list-style: none;
1346+
padding: 0;
1347+
margin: 0;
1348+
max-height: 300px;
1349+
overflow-y: auto;
1350+
overflow-x: hidden;
1351+
white-space: nowrap;
1352+
}
1353+
1354+
#sva-autocomplete-ul > li {
1355+
display: flex;
1356+
align-items: center;
1357+
cursor: pointer;
1358+
padding: 2px 4px;
1359+
}
1360+
1361+
#sva-autocomplete-ul > li > i {
1362+
font-weight: normal;
1363+
font-style: normal;
1364+
}
1365+
1366+
#sva-autocomplete-ul > li > span {
1367+
font-size: 2em;
1368+
margin-right: 4px;
1369+
}
1370+
1371+
#sva-autocomplete-ul .sva-autocomplete-ali {
1372+
background-color: #dedfdf;
1373+
}

style/Mercury.css

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,3 +1331,44 @@ span.shlight {
13311331
#brdmenu-button {
13321332
display: none;
13331333
}
1334+
1335+
/* emoji-autocomplete
1336+
----------------------------------------------------------------*/
1337+
#sva-autocomplete-div {
1338+
position: absolute;
1339+
border: 1px solid #565656;
1340+
display: block;
1341+
background-color: #2a2a2a;
1342+
z-index: 9999;
1343+
}
1344+
1345+
#sva-autocomplete-ul {
1346+
list-style: none;
1347+
padding: 0;
1348+
margin: 0;
1349+
max-height: 300px;
1350+
overflow-y: auto;
1351+
overflow-x: hidden;
1352+
white-space: nowrap;
1353+
}
1354+
1355+
#sva-autocomplete-ul > li {
1356+
display: flex;
1357+
align-items: center;
1358+
cursor: pointer;
1359+
padding: 2px 4px;
1360+
}
1361+
1362+
#sva-autocomplete-ul > li > i {
1363+
font-weight: normal;
1364+
font-style: normal;
1365+
}
1366+
1367+
#sva-autocomplete-ul > li > span {
1368+
font-size: 2em;
1369+
margin-right: 4px;
1370+
}
1371+
1372+
#sva-autocomplete-ul .sva-autocomplete-ali {
1373+
background-color: #383838;
1374+
}

0 commit comments

Comments
 (0)