Advertisement
Xelieu

(Modern - Styling) Core 2.3K Deck (Anacreon's)

Feb 17th, 2023 (edited)
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.48 KB | None | 0 0
  1. /* collection.media fonts */
  2. @font-face {
  3. font-family: UD Digi Kyokasho N-R;
  4. src: url(_UDDigiKyokashoN-R.ttc);
  5. }
  6.  
  7. @font-face {
  8. font-family: GenEi Koburi Mincho v5 Regular;
  9. src: url(_GenEiKoburiMin5-R.ttf);
  10. }
  11.  
  12. @font-face {
  13. font-family: Klee One;
  14. src: url(_KleeOne-Regular.ttf);
  15. }
  16.  
  17. @font-face {
  18. font-family: IPAexGothic;
  19. src: url(_ipaexg.ttf);
  20. }
  21.  
  22. /* .night-mode = pc, .night_mode = mobile */
  23. /* General Settings */
  24. .card {
  25. height: 100%;
  26. display: -webkit-box;
  27. -webkit-box-align: stretch;
  28. -webkit-box-pack: center;
  29. -webkit-box-orient: vertical;
  30. margin: 1;
  31. padding: 0;
  32. font-family: UD Digi Kyokasho N-R, GenEi Koburi Mincho v5 Regular, Klee One, IPAexGothic;
  33. text-align: center;
  34. background-color: #DEE4E7;
  35. }
  36.  
  37. .night-mode .card {
  38. background-color: #0B0716;
  39. }
  40.  
  41. .night_mode .card {
  42. background-color: #0B0716;
  43. }
  44.  
  45. #answer {
  46. position: relative;
  47. top: -1em;
  48. }
  49.  
  50. .font-big {
  51. font-size: 50px;
  52. }
  53.  
  54. .font-medium {
  55. font-size: 30px;
  56. }
  57.  
  58. .font-small {
  59. font-size: 25px;
  60. }
  61.  
  62. .font-smaller {
  63. font-size: 17px;
  64. }
  65.  
  66. .pitch-size {
  67. font-size: 25px;
  68. }
  69.  
  70. /* Top */
  71. #expression {
  72. width: 80%;
  73. margin: 1em auto 1em;
  74. background-color: #FFCD58;
  75. color: #000000;
  76. border-radius: 10px;
  77. padding: 0.2em 0;
  78. }
  79.  
  80. .night-mode #expression {
  81. background-color: #009494;
  82. color: #FFFFFF;
  83. }
  84.  
  85. .night_mode #expression {
  86. background-color: #009494;
  87. color: #FFFFFF;
  88. }
  89.  
  90. #expression a {
  91. color: #000000;
  92. text-decoration: none;
  93. }
  94.  
  95. .night-mode #expression a {
  96. color: #FFFFFF;
  97. }
  98.  
  99. .night_mode #expression a {
  100. color: #FFFFFF;
  101. }
  102.  
  103. #expression a:hover {
  104. color: #00A0C6;
  105. text-decoration: none;
  106. cursor: pointer;
  107. }
  108.  
  109. #hint {
  110. color: #000000;
  111. }
  112.  
  113. .night-mode #hint {
  114. color: #FFFFFF;
  115. }
  116.  
  117. .night_mode #hint {
  118. color: #FFFFFF;
  119. }
  120.  
  121. /* Glossary Box */
  122. #usage {
  123. padding: 3% 10%;
  124. margin: 1% 5%;
  125. color: #000000;
  126. background-color: #DEE4E7;
  127. border: solid grey;
  128. border-radius: 15px;
  129. }
  130. .night-mode #usage {
  131. color: #fff;
  132. background-color: #0B0716;
  133. border-color: #7F7F7F;
  134. }
  135. .night_mode #usage {
  136. color: #FFFFFF;
  137. background-color: #0B0716;
  138. border-color: #7F7F7F;
  139. }
  140.  
  141. /* Body */
  142. /* Kanji Design */
  143. #kanjis {
  144. font-size: 30px;
  145. display: flex;
  146. flex-direction: row;
  147. flex-wrap: wrap;
  148. justify-content: center;
  149. align-items: center;
  150. align-content: center;
  151. }
  152.  
  153. #kanjis a {
  154. color: #000000;
  155. text-decoration: none;
  156. }
  157.  
  158. .night-mode #kanjis a {
  159. color: #FFFFFF;
  160. text-decoration: none;
  161. }
  162.  
  163. .night_mode #kanjis a {
  164. color: #FFFFFF;
  165. text-decoration: none;
  166. }
  167.  
  168. #kanjis a:hover {
  169. color: #00A0C6;
  170. text-decoration: none;
  171. cursor: pointer;
  172. }
  173.  
  174. .night-mode #kanjis a:hover {
  175. color: #00A0C6;
  176. text-decoration: none;
  177. cursor: pointer;
  178. }
  179.  
  180. .night_mode #kanjis a:hover {
  181. color: #00A0C6;
  182. text-decoration: none;
  183. cursor: pointer;
  184. }
  185.  
  186. .kanjiLink {
  187. margin: 0 10px;
  188. }
  189.  
  190. .night-mode #kanjis a {
  191. color: #FFFFFF;
  192. }
  193.  
  194. /* Reading Design */
  195. #front a {
  196. color: #000000;
  197. text-decoration: none;
  198. }
  199.  
  200. .night-mode #front a {
  201. color: #FFFFFF;
  202. }
  203.  
  204. .night_mode #front a {
  205. color: #FFFFFF;
  206. }
  207.  
  208. #front a:hover {
  209. color: #00A0C6;
  210. text-decoration: none;
  211. cursor: pointer;
  212. }
  213.  
  214. /* Definition Design */
  215. #glossDict {
  216. margin-bottom: 16px;
  217. }
  218.  
  219. #hintDict {
  220. margin-bottom: 16px;
  221. }
  222.  
  223. #hintDict summary{
  224. color:#8A8AFF;
  225. }
  226.  
  227. /* Bottom */
  228. img {
  229. width: auto;
  230. height: auto;
  231. max-width: 600px;
  232. max-height: 300px;
  233. }
  234.  
  235. .NSFW img {
  236. filter: blur(30px);
  237. }
  238.  
  239. .NSFW img:hover {
  240. filter: blur(0px);
  241. }
  242.  
  243. /* Sentence Design */
  244. .sentence {
  245. position: relative;
  246. padding: 1em 0;
  247. margin: 1% 3% 1% 3%;
  248. border-radius: .3em;
  249. background-color: #C5D9E3;
  250. color: #000000;
  251. }
  252.  
  253. .night-mode .sentence {
  254. background-color: #1E1E2E;
  255. color: #FFFFFF;
  256. }
  257.  
  258. .night_mode .sentence {
  259. background-color: #1E1E2E;
  260. color: #FFFFFF;
  261. }
  262.  
  263. .sentence a {
  264. color: #000000;
  265. text-decoration: none;
  266. }
  267.  
  268. .night-mode .sentence a {
  269. color: #FFFFFF;
  270. }
  271.  
  272. .night_mode .sentence a {
  273. color: #FFFFFF;
  274. }
  275.  
  276. .sentence a:hover {
  277. color: #00A0C6;
  278. text-decoration: none;
  279. cursor: pointer;
  280. }
  281.  
  282. strong {
  283. font-weight: 500;
  284. color: #FF8300;
  285. }
  286.  
  287. .night-mode strong{
  288. font-weight: 500;
  289. color: #8A8AFF;
  290. }
  291.  
  292. .night_mode strong{
  293. font-weight: 500;
  294. color: #8A8AFF;
  295. }
  296.  
  297. /* Extra Design */
  298. #extra {
  299. padding: 1% 1%;
  300. margin: 1% 30%;
  301. color: #000000;
  302. background-color: #DEE4E7;
  303. border: solid grey;
  304. border-radius: 15px;
  305. }
  306. .night-mode #extra {
  307. color: #FFFFFF;
  308. background-color: #0B0716;
  309. border-color: #7F7F7F;
  310. }
  311. .night_mode #extra {
  312. color: #FFFFFF;
  313. background-color: #0B0716;
  314. border-color: #7F7F7F;
  315. }
  316.  
  317. .replay-button svg path {
  318. stroke: #325646;
  319. fill: #000000;
  320. }
  321.  
  322. .night-mode .replay-button svg path {
  323. stroke: #0B0716;
  324. fill: #FFFFFF;
  325. }
  326.  
  327. .night_mode .replay-button svg path {
  328. stroke: #0B0716;
  329. fill: #FFFFFF;
  330. }
  331.  
  332. .replay-button svg circle {
  333. fill: #DEE4E7;
  334. stroke: #DEE4E7;
  335. }
  336.  
  337. .night-mode .replay-button svg circle {
  338. fill: #0B0716;
  339. stroke: #0B0716;
  340. }
  341.  
  342. .night_mode .replay-button svg circle {
  343. fill: #0B0716;
  344. stroke: #0B0716;
  345. }
  346.  
  347. .replay-button {
  348. width: 35px;
  349. }
  350.  
  351. /* Mobile Settings */
  352. @media screen and (orientation:portrait) {
  353. .mobile .night_mode {
  354. background-color: #0B0716;
  355. }
  356.  
  357. .mobile .font-big {
  358. font-size: 35px;
  359. }
  360.  
  361. .mobile .font-medium {
  362. font-size: 20px;
  363. }
  364.  
  365. .mobile .font-small {
  366. font-size: 16px;
  367. }
  368.  
  369. .mobile .font-smaller {
  370. font-size: 13px;
  371. }
  372. }
  373.  
  374. @media screen and (orientation:landscape) {
  375. .mobile .night_mode {
  376. background-color: #0B0716;
  377. }
  378. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement