Advertisement
AstralFire

Roll20 Custom CSS (for Windows)

Oct 22nd, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. #textchat {
  2. font-size: 1.00em;
  3. font-family: calibri;
  4. }
  5.  
  6. .sheet-left {
  7. font-family: cambria;
  8. font-size: 1.0em;
  9. }
  10.  
  11. .sheet-roll-table {
  12. font-family: calibri;
  13. font-size: 0.88em;
  14. }
  15.  
  16. .content {
  17. font-family: calibri;
  18. font-size: 0.88em;
  19. }
  20.  
  21. .bio {
  22. font-family: calibri;
  23. font-size: 0.88em;
  24. }
  25.  
  26. .name {
  27. font-family: calibri;
  28. }
  29.  
  30. .sheet-rounded {
  31. font-family: calibri;
  32. font-size: 0.88em;
  33. }
  34.  
  35. .dd-content {
  36. padding: 2px;
  37. }
  38.  
  39. .textchatcontainer .desc {
  40. font-style: normal;
  41. text-align: left;
  42. }
  43.  
  44. .textchatcontainer .emote {
  45. font-style: normal;
  46. text-align: left;
  47. }
  48.  
  49. body {
  50. font-family: Calibri;
  51. font-size: 16px;
  52. }
  53.  
  54. div.description h5 em {
  55. font-family: calibri;
  56. }
  57.  
  58. h1.campaign_name {
  59. font-family: Cambria;
  60. }
  61.  
  62. listing_details {
  63. line-height: 1.0;
  64. }
  65.  
  66. campaign_details {
  67. line-height: 1.0;
  68. }
  69.  
  70. row {
  71. line-height: 1.0;
  72. }
  73.  
  74. div.description {
  75. line-height: 1.2;
  76. }
  77.  
  78. table {
  79. margin-bottom: 0px;
  80. line-height: 1;
  81. font-size: 0.90em;
  82. }
  83.  
  84. td {
  85. padding: 2px;
  86. border: 0;
  87. }
  88.  
  89. posts {
  90. font-family: Calibri;
  91. font-size: 0.92em;
  92. }
  93.  
  94. post {
  95. font-family: Calibri;
  96. font-size: 0.92em;
  97. }
  98.  
  99. postcontent redactor_editor {
  100. font-family: Calibri;
  101. font-size: 0.92em;
  102. }
  103.  
  104. postcontent {
  105. font-family: Calibri;
  106. font-size: 0.92em;
  107. }
  108.  
  109. .redactor_editor {
  110. font-family: calibri;
  111. font-size: 0.96em;
  112. line-height: 1.4;
  113. }
  114.  
  115. h1.posttitle {
  116. font-family: Cambria;
  117. }
  118.  
  119. h3.campaignname {
  120. font-family: Cambria;
  121. }
  122.  
  123. button.btn.btn-default.dropdown-toggle {
  124. font-family: calibri;
  125. }
  126.  
  127. div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  128. font-size: 16px;
  129. }
  130.  
  131. ui-widget-content {
  132. font-size: 16px;
  133. }
  134.  
  135. bioinfo {
  136. font-size: 16px;
  137. }
  138.  
  139. bioinfo.tab-pane {
  140. font-size: 16px;
  141. }
  142.  
  143. div.col-md-12 h3 {
  144. font-family: Cambria;
  145. }
  146.  
  147. div.col-md-12 h1 {
  148. font-family: Cambria;
  149. }
  150.  
  151. h1.editable.input span {
  152. font-family: Cambria;
  153. font-size: 60%;
  154. }
  155.  
  156. h1.editable.input input {
  157. font-family: Cambria;
  158. font-size: 50%;
  159. }
  160.  
  161. div.comments.forum h3 {
  162. font-family: Cambria;
  163. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement