Advertisement
Guest User

dojg deck formation tables CSS

a guest
Jul 30th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. #copy/paste into the Styling section (middle) of the card type template of the dictionary of Japanese grammar Anki deck.
  2. #styling present is incredibly basic; alter it to your preferences.
  3.  
  4. .table{
  5. font-family: "meiryo";
  6. font-size:10.0pt;
  7. border-collapse: collapse;
  8. cellspacing: 0px;
  9. cellpadding: 0px;
  10. color: black;
  11. text-align: center;
  12. display: inline-block;
  13.  
  14. }
  15.  
  16.  
  17. .td{
  18. border: 1px solid;
  19. padding: 4px;
  20. }
  21.  
  22. .tr{
  23. border: 1px solid;
  24. padding: 4px;
  25. }
  26.  
  27.  
  28. .bold {
  29. font-family: "meiryo";
  30. font-size:10.0pt;
  31. font-weight: bold;
  32.  
  33. }
  34.  
  35. .concept {
  36. font-family: "meiryo";
  37. font-size:10.0pt;
  38. color:blue;
  39. }
  40.  
  41. .numbers {
  42. font-family: "meiryo";
  43. color:#70AD47;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement