2021-03-10 17:02:35 +00:00
|
|
|
body {
|
2021-03-17 16:22:56 +00:00
|
|
|
background: #151515 ;
|
2022-04-16 15:05:37 +00:00
|
|
|
color: navajowhite ;
|
2022-04-14 19:58:07 +00:00
|
|
|
max-width: 850px ;
|
2021-03-10 17:02:35 +00:00
|
|
|
margin: auto ;
|
2021-03-10 22:56:14 +00:00
|
|
|
padding: 0 16px ;
|
2021-03-10 17:02:35 +00:00
|
|
|
margin-bottom: 500px ;
|
2022-04-15 20:04:01 +00:00
|
|
|
scrollbar-color: gray #151515;
|
2022-04-16 15:05:37 +00:00
|
|
|
font-family: sans-serif ;
|
2021-03-10 17:02:35 +00:00
|
|
|
}
|
|
|
|
|
2022-04-15 20:04:01 +00:00
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: .66vw;
|
|
|
|
background-color: #151515;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background-color: gray;
|
|
|
|
border-radius: 5px;
|
2022-04-16 15:05:37 +00:00
|
|
|
}
|
2022-04-15 20:04:01 +00:00
|
|
|
|
2021-03-23 12:35:25 +00:00
|
|
|
a {
|
2022-04-16 15:05:37 +00:00
|
|
|
color: gold ;
|
|
|
|
}
|
|
|
|
|
2022-05-26 21:35:40 +00:00
|
|
|
#tagcloud {
|
|
|
|
list-style: none ;
|
|
|
|
text-align: center ;
|
2022-05-28 22:51:18 +00:00
|
|
|
padding: 0 ;
|
2022-05-26 21:35:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tagcloud li {
|
|
|
|
display: inline-block ;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tagcloud a {
|
|
|
|
margin: .1em .25em ;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: beige ;
|
2021-03-17 16:22:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
2022-04-16 15:05:37 +00:00
|
|
|
color: darkgoldenrod ;
|
2021-03-10 17:02:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2022-04-16 15:05:37 +00:00
|
|
|
border-style: solid ;
|
|
|
|
border-width: 0px 0px 2px 0px ;
|
2021-03-10 17:02:35 +00:00
|
|
|
text-align: center ;
|
|
|
|
}
|
|
|
|
|
2021-03-17 16:22:56 +00:00
|
|
|
h2 {
|
|
|
|
color: tomato ;
|
2022-05-26 23:58:53 +00:00
|
|
|
text-align: center ;
|
2021-03-17 16:22:56 +00:00
|
|
|
}
|
|
|
|
|
2021-03-10 17:02:35 +00:00
|
|
|
footer {
|
2022-05-28 19:21:26 +00:00
|
|
|
margin-top: 3em ;
|
2021-03-10 17:02:35 +00:00
|
|
|
text-align: center ;
|
2022-05-28 19:03:28 +00:00
|
|
|
border-style: solid ;
|
|
|
|
border-width: 2px 0px 0px 0px ;
|
|
|
|
padding: 1em ;
|
2021-03-10 17:02:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2022-04-29 20:16:32 +00:00
|
|
|
max-width: 90% ;
|
2022-04-15 20:30:05 +00:00
|
|
|
max-height: 400px ;
|
2021-03-10 17:02:35 +00:00
|
|
|
margin: auto ;
|
|
|
|
display: block ;
|
|
|
|
}
|
2021-03-10 20:27:39 +00:00
|
|
|
|
2021-03-14 21:10:17 +00:00
|
|
|
code {
|
|
|
|
overflow-wrap: break-word ;
|
|
|
|
color: lime ;
|
|
|
|
}
|
|
|
|
|
2022-04-14 19:58:07 +00:00
|
|
|
.taglist {
|
|
|
|
text-align: center ;
|
|
|
|
margin-bottom: 2em ;
|
|
|
|
margin-top: 2em ;
|
|
|
|
}
|
|
|
|
|
|
|
|
img[alt="BTC Logo"],
|
2022-04-15 17:59:09 +00:00
|
|
|
img[alt="ETH Logo"],
|
2021-03-16 04:38:54 +00:00
|
|
|
img[alt="XMR Logo"] {
|
2021-03-14 21:10:17 +00:00
|
|
|
max-width: 1em ;
|
|
|
|
max-height: 1em ;
|
|
|
|
display: inline ;
|
|
|
|
}
|
|
|
|
|
2022-04-15 20:51:18 +00:00
|
|
|
@media (pointer: coarse) {
|
|
|
|
li > a {
|
2022-05-06 17:55:03 +00:00
|
|
|
display: inline-block;
|
|
|
|
padding: 0.2em 0;
|
2022-04-15 20:51:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-03-11 10:49:58 +00:00
|
|
|
@media print {
|
|
|
|
a[href] {
|
|
|
|
text-decoration: none ;
|
|
|
|
color: black ;
|
|
|
|
}
|
2022-04-15 21:44:57 +00:00
|
|
|
|
|
|
|
footer,.taglist { display: none ; }
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2021-03-11 10:49:58 +00:00
|
|
|
}
|
2021-03-15 12:57:49 +00:00
|
|
|
|
|
|
|
@media (min-width: 55em) {
|
|
|
|
#artlist { column-count: 2 ;}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 100em) {
|
|
|
|
#artlist { column-count: 3 ;}
|
|
|
|
}
|
2022-05-26 23:58:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
input#search {
|
|
|
|
all: unset;
|
|
|
|
background: #222;
|
|
|
|
color: #fff;
|
|
|
|
padding: 0.7rem 1rem;
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search {
|
|
|
|
width: 400px;
|
|
|
|
max-width: 85vw;
|
|
|
|
position: relative;
|
|
|
|
margin: 0.5rem auto 1.2rem;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.clear-search {
|
|
|
|
all: unset;
|
|
|
|
position: absolute;
|
|
|
|
right: 4px;
|
|
|
|
top: 5px;
|
|
|
|
height: 30px;
|
|
|
|
width: 30px;
|
|
|
|
color: #888;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: color 180ms ease-in-out;
|
|
|
|
}
|
|
|
|
button.clear-search:hover {
|
|
|
|
color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.matched-recipe {
|
|
|
|
font-size: x-large ;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-searched {
|
|
|
|
column-count: 1 !important ;
|
|
|
|
list-style: decimal ;
|
2022-05-27 01:03:56 +00:00
|
|
|
max-width: 600px ;
|
|
|
|
margin: auto ;
|
2022-05-26 23:58:53 +00:00
|
|
|
}
|
2022-05-27 00:47:52 +00:00
|
|
|
|
2022-05-28 19:21:26 +00:00
|
|
|
#tag_alcohol:before { content: "🍸" ;}
|
2022-05-27 00:47:52 +00:00
|
|
|
#tag_american:before { content: "🇺🇸" ; }
|
2022-05-28 19:03:28 +00:00
|
|
|
#tag_asian:before { content: "🥢" ; }
|
2022-05-27 00:47:52 +00:00
|
|
|
#tag_australian:before { content: "🇦🇺" ;}
|
|
|
|
#tag_austrian:before { content: "🇦🇹" ;}
|
|
|
|
#tag_bacon:before { content: "🥓" ; }
|
|
|
|
#tag_beans:before { content: "🫘" ; }
|
|
|
|
#tag_beef:before { content: "🐄" ; }
|
|
|
|
#tag_belgian:before { content: "🇧🇪" ; }
|
|
|
|
#tag_brazilian:before { content: "🇧🇷" ; }
|
|
|
|
#tag_bread:before { content: "🍞" ;}
|
|
|
|
#tag_breakfast:before { content: "🌅" ;}
|
|
|
|
#tag_broccoli:before { content: "🥦" ;}
|
|
|
|
#tag_cake:before { content: "🍰" ; }
|
|
|
|
#tag_cheese:before { content: "🧀" ; }
|
|
|
|
#tag_chicken:before { content: "🐔" ;}
|
|
|
|
#tag_chinese:before { content: "🐉" ; }
|
|
|
|
#tag_chocolate:before { content: "🍫" ; }
|
|
|
|
#tag_cookies:before { content: "🍪" ;}
|
|
|
|
#tag_corn:before { content: "🌽" ;}
|
|
|
|
#tag_curry:before { content: "🍛" ; }
|
2022-05-28 19:21:26 +00:00
|
|
|
#tag_dessert:before { content: "🍮" ; }
|
2022-05-27 00:47:52 +00:00
|
|
|
#tag_dominican:before { content: "🇩🇴" ;}
|
|
|
|
#tag_drink:before { content: "🍹" ;}
|
2022-05-28 19:03:28 +00:00
|
|
|
#tag_duck:before { content: "🦆" ; }
|
2022-05-27 00:47:52 +00:00
|
|
|
#tag_dumpling:before { content: "🥟" ;}
|
|
|
|
#tag_dutch:before { content: "🇳🇱" ;}
|
2022-06-19 19:02:16 +00:00
|
|
|
#tag_easter:before { content: "✝️" ; }
|
2022-05-27 00:47:52 +00:00
|
|
|
#tag_eggs:before { content: "🥚" ; }
|
|
|
|
#tag_english:before { content: "🏴" ; }
|
|
|
|
#tag_fasting:before { content: "☦️" ; }
|
2022-05-28 19:03:28 +00:00
|
|
|
#tag_filipino:before { content: "🇵🇭" ; }
|
2022-05-27 00:47:52 +00:00
|
|
|
#tag_fish:before { content: "🐟" ; }
|
|
|
|
#tag_french:before { content: "🇫🇷" ; }
|
|
|
|
#tag_fruit:before { content: "🍇" ; }
|
|
|
|
#tag_german:before { content: "🇩🇪" ; }
|
|
|
|
#tag_greek:before { content: "🇬🇷" ; }
|
|
|
|
#tag_indian:before { content: "🇮🇳" ; }
|
|
|
|
#tag_irish:before { content: "🇮🇪" ; }
|
|
|
|
#tag_israeli:before { content: "🇮🇱" ; }
|
|
|
|
#tag_italian:before { content: "🇮🇹" ; }
|
|
|
|
#tag_japanese:before { content: "🇯🇵" ; }
|
|
|
|
#tag_lebanese:before { content: "🇱🇧" ; }
|
|
|
|
#tag_lemons:before { content: "🍋" ;}
|
2022-05-28 19:21:26 +00:00
|
|
|
#tag_liquour:before { content: "🥃" ;}
|
|
|
|
#tag_lunch:before { content: "🍱" ; }
|
2022-05-27 00:47:52 +00:00
|
|
|
#tag_mediterranean:before { content: "🫒" ; }
|
|
|
|
#tag_mexican:before { content: "🇲🇽" ; }
|
|
|
|
#tag_milk:before { content: "🥛" ; }
|
|
|
|
#tag_mushrooms:before { content: "🍄" ;}
|
|
|
|
#tag_pancake:before { content: "🥞" ; }
|
|
|
|
#tag_pasta:before { content: "🍝" ;}
|
|
|
|
#tag_pastry:before { content: "🧁" ;}
|
|
|
|
#tag_peruvian:before { content: "🇵🇪" ;}
|
|
|
|
#tag_pie:before { content: "🥧" ;}
|
|
|
|
#tag_pizza:before { content: "🍕" ; }
|
|
|
|
#tag_polish:before { content: "🇵🇱" ;}
|
|
|
|
#tag_pork:before { content: "🐖" ;}
|
|
|
|
#tag_portuguese:before { content: "🇵🇹" ;}
|
|
|
|
#tag_potato:before { content: "🥔" ; }
|
|
|
|
#tag_quebec:before { content: "⚜️" ; }
|
|
|
|
#tag_quick:before { content: "🏃" ; }
|
|
|
|
#tag_raw:before { content: "🍖" ;}
|
|
|
|
#tag_rice:before { content: "🍚" ; }
|
|
|
|
#tag_russian:before { content: "🇷🇺" ;}
|
|
|
|
#tag_salad:before { content: "🥗" ;}
|
|
|
|
#tag_sandwich:before { content: "🥪" ;}
|
|
|
|
#tag_seafood:before { content: "🦐" ; }
|
|
|
|
#tag_soup:before { content: "🍜" ;}
|
|
|
|
#tag_sourdough:before { content: "🥖" ;}
|
2022-05-28 19:03:28 +00:00
|
|
|
#tag_southwest:before { content: "🤠" ; }
|
2022-05-27 00:47:52 +00:00
|
|
|
#tag_spanish:before { content: "🇪🇸" ; }
|
2022-06-19 19:02:16 +00:00
|
|
|
#tag_spice:before { content: "🧂" ; }
|
2022-05-27 00:47:52 +00:00
|
|
|
#tag_spicy:before { content: "🌶️" ; }
|
2022-05-28 19:21:26 +00:00
|
|
|
#tag_spread:before { content: "🧈" ; }
|
2022-05-27 00:47:52 +00:00
|
|
|
#tag_steak:before { content: "🥩" ; }
|
|
|
|
#tag_stew:before { content: "🍲" ; }
|
|
|
|
#tag_swedish:before { content: "🇸🇪" ; }
|
2022-05-28 19:03:28 +00:00
|
|
|
#tag_sweet:before { content: "🍯" ; }
|
|
|
|
#tag_swiss:before { content: "🇨🇭" ; }
|
2022-05-27 00:47:52 +00:00
|
|
|
#tag_thai:before { content: "🇹🇭" ;}
|
|
|
|
#tag_tomato:before { content: "🍅" ;}
|
|
|
|
#tag_turkey:before { content: "🦃" ; }
|
|
|
|
#tag_turkish:before { content: "🇹🇷" ; }
|
|
|
|
#tag_ukrainian:before { content: "🇺🇦" ; }
|
|
|
|
#tag_vietnamese:before { content: "🇻🇳" ; }
|
|
|
|
#tag_wine:before { content: "🍷" ; }
|
2022-06-23 13:49:40 +00:00
|
|
|
|
|
|
|
.cryptocontainer {
|
|
|
|
display: flex ;
|
|
|
|
flex-wrap: wrap ;
|
|
|
|
justify-content: center ;
|
|
|
|
}
|
|
|
|
.cryptoinfo {
|
|
|
|
max-width: 350px ;
|
|
|
|
text-align: center ;
|
|
|
|
padding-left: 10px ;
|
|
|
|
padding-right: 10px ;
|
|
|
|
}
|
|
|
|
.cryptoinfo code {
|
|
|
|
font-size: small ;
|
|
|
|
overflow-wrap: break-word ;
|
|
|
|
}
|
|
|
|
.qr {
|
|
|
|
max-height: 150px; ;
|
|
|
|
}
|