Advertisement
Guest User

template

a guest
Sep 6th, 2016
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Deck Fields:
  2.  
  3. Expression
  4. Reading
  5. Definition
  6. English
  7. Kanji
  8. Audio
  9.  
  10.  
  11. Deck Fonts:
  12.  
  13. Noto Sans CJK JP Regular
  14. https://www.google.com/get/noto/#sans-jpan
  15.  
  16. KanjiStrokeOrders
  17. http://www.nihilist.org.uk/
  18.  
  19.  
  20. Card Image:
  21.  
  22. _1.png
  23. http://i.imgur.com/4YGdSoW.png
  24.  
  25.  
  26. Front Template:
  27.  
  28. <div class="Expression">{{Expression}}</div>
  29.  
  30.  
  31. Styling:
  32.  
  33. .card {
  34. font-family: "Noto Sans CJK JP Regular", sans-serif;
  35. background: #ffffff;
  36. background-image: url("_1.png");
  37. background-repeat: no-repeat;
  38. background-position: right 80px;
  39. }
  40.  
  41. hr{
  42. max-width:550px;
  43. color: #373D3F;
  44. margin-left: 30%;
  45. }
  46.  
  47. .Expression {
  48. font-size:40.0pt;
  49. line-height:1.6;
  50. max-width:550px;
  51. color: #373D3F;
  52. margin-top: 90px;
  53. margin-left: 30%;
  54. margin-bottom: 20px;
  55. }
  56.  
  57.  
  58. .Reading {
  59. font-size:18.0pt;
  60. line-height:1.6;
  61. max-width:550px;
  62. color: #4C2E0A;
  63. margin-top: 40px;
  64. margin-left: 30%;
  65. margin-bottom: 20px;
  66. }
  67.  
  68.  
  69. .Definition {
  70. font-size:18.0pt;
  71. line-height:1.6;
  72. max-width:550px;
  73. color: #00000;
  74. margin-top: 50px;
  75. margin-left: 30%;
  76. }
  77.  
  78. .English {
  79. font-size:10.0pt;
  80. line-height:1.6;
  81. max-width:550px;
  82. color: #373D3F;
  83. margin-top: 50px;
  84. margin-left: 30%;
  85. }
  86.  
  87.  
  88. .Kanji {
  89. font-family: KanjiStrokeOrders;
  90. font-size: 150px;
  91. color: #373D3F;
  92. margin-top: 40px;
  93. margin-left: 30%;
  94. }
  95.  
  96.  
  97.  
  98. Back Template:
  99.  
  100. {{FrontSide}}
  101. <hr>
  102. <div class="Reading">{{Reading}}</div>
  103. <div class="Definition">{{Definition}}</div>
  104. <div class="English">{{English}}</div>
  105. <div class="Kanji">{{Kanji}}</div>
  106. {{Audio}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement