Advertisement
Guest User

org-gruvbox-css

a guest
Nov 18th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.42 KB | None | 0 0
  1. article,
  2. aside,
  3. details,
  4. figcaption,
  5. figure,
  6. footer,
  7. header,
  8. hgroup,
  9. nav,
  10. section,
  11. summary {
  12.   display: block;
  13. }
  14. audio,
  15. canvas,
  16. video {
  17.   display: inline-block;
  18. }
  19. audio:not([controls]) {
  20.   display: none;
  21.   height: 0;
  22. }
  23. [hidden] {
  24.   display: none;
  25. }
  26. html {
  27.   font-family: sans-serif;
  28.   -webkit-text-size-adjust: 100%;
  29.   -ms-text-size-adjust: 100%;
  30. }
  31. body {
  32.   margin: 0;
  33. }
  34. a:focus {
  35.   outline: thin dotted;
  36. }
  37. a:active,
  38. a:hover {
  39.   outline: 0;
  40. }
  41. h1 {
  42.   font-size: 2em;
  43. }
  44. abbr[title] {
  45.   border-bottom: 1px dotted;
  46. }
  47. b,
  48. strong {
  49.   font-weight: bold;
  50. }
  51. dfn {
  52.   font-style: italic;
  53. }
  54. mark {
  55.   background: #ff0;
  56.   color: #000;
  57. }
  58. code,
  59. kbd,
  60. pre,
  61. samp {
  62.   font-family: monospace, serif;
  63.   font-size: 1em;
  64. }
  65. pre {
  66.   white-space: pre-wrap;
  67.   word-wrap: break-word;
  68. }
  69. q {
  70.   quotes: "\201C" "\201D" "\2018" "\2019";
  71. }
  72. small {
  73.   font-size: 80%;
  74. }
  75. sub,
  76. sup {
  77.   font-size: 75%;
  78.   line-height: 0;
  79.   position: relative;
  80.   vertical-align: baseline;
  81. }
  82. sup {
  83.   top: -0.5em;
  84. }
  85. sub {
  86.   bottom: -0.25em;
  87. }
  88. img {
  89.   border: 0;
  90. }
  91. svg:not(:root) {
  92.   overflow: hidden;
  93. }
  94. figure {
  95.   margin: 0;
  96. }
  97. fieldset {
  98.   border: 1px solid #c0c0c0;
  99.   margin: 0 2px;
  100.   padding: 0.35em 0.625em 0.75em;
  101. }
  102. legend {
  103.   border: 0;
  104.   padding: 0;
  105. }
  106. button,
  107. input,
  108. select,
  109. textarea {
  110.   font-family: inherit;
  111.   font-size: 100%;
  112.   margin: 0;
  113. }
  114. button,
  115. input {
  116.   line-height: normal;
  117. }
  118. button,
  119. html input[type="button"],
  120. input[type="reset"],
  121. input[type="submit"] {
  122.   -webkit-appearance: button;
  123.   cursor: pointer;
  124. }
  125. button[disabled],
  126. input[disabled] {
  127.   cursor: default;
  128. }
  129. input[type="checkbox"],
  130. input[type="radio"] {
  131.   box-sizing: border-box;
  132.   padding: 0;
  133. }
  134. input[type="search"] {
  135.   -webkit-appearance: textfield;
  136.   -moz-box-sizing: content-box;
  137.   -webkit-box-sizing: content-box;
  138.   box-sizing: content-box;
  139. }
  140. input[type="search"]::-webkit-search-cancel-button,
  141. input[type="search"]::-webkit-search-decoration {
  142.   -webkit-appearance: none;
  143. }
  144. button::-moz-focus-inner,
  145. input::-moz-focus-inner {
  146.   border: 0;
  147.   padding: 0;
  148. }
  149. textarea {
  150.   overflow: auto;
  151.   vertical-align: top;
  152. }
  153. table {
  154.   border-collapse: collapse;
  155.   border-spacing: 0;
  156. }
  157. html {
  158.   font-family: 'PT Sans', sans-serif;
  159. }
  160.  
  161. h1,
  162. h2,
  163. h3,
  164. h4,
  165. h5,
  166. h6 {
  167.   font-family: 'PT Sans Narrow', sans-serif;
  168.   font-weight: 700;
  169. }
  170. html {
  171.   background-color: #1d2021;
  172.   color: #ebdbb2;
  173.   margin: 1em;
  174. }
  175. body {
  176.   background-color: #1d2021;
  177.   margin: 0 auto;
  178.   max-width: 23cm;
  179.   border: 1pt solid #32302f;
  180.   padding: 1em;
  181. }
  182. code {
  183.   background-color: #1d2021;
  184.   padding: 2px;
  185. }
  186. a {
  187.   color: #d79921;
  188. }
  189. a:visited {
  190.   color: #fb4934;
  191. }
  192. a:hover {
  193.   color: #fb4934;
  194. }
  195. h1 {
  196.   color: #b16286;
  197. }
  198. h2,
  199. h3,
  200. h4,
  201. h5,
  202. h6 {
  203.   color: #98971a;
  204. }
  205. pre {
  206.   background-color: #282828;
  207.   color: #ebdbb2;
  208.   border: 1pt solid #32302f;
  209.   padding: 1em;
  210.   box-shadow: 5pt 5pt 8pt #1d2021;
  211. }
  212. pre code {
  213.   background-color: #1d2021;
  214. }
  215. h1 {
  216.   font-size: 2.8em;
  217. }
  218. h2 {
  219.   font-size: 2.4em;
  220. }
  221. h3 {
  222.   font-size: 1.8em;
  223. }
  224. h4 {
  225.   font-size: 1.4em;
  226. }
  227. h5 {
  228.   font-size: 1.3em;
  229. }
  230. h6 {
  231.   font-size: 1.15em;
  232. }
  233. .tag {
  234.   background-color: #1d2021;
  235.   color: #b16286;
  236.   padding: 0 0.2em;
  237. }
  238. .todo,
  239. .next,
  240. .done {
  241.   color: #1d2021;
  242.   background-color: #cc241d;
  243.   padding: 0 0.2em;
  244. }
  245. .tag {
  246.   -webkit-border-radius: 0.35em;
  247.   -moz-border-radius: 0.35em;
  248.   border-radius: 0.35em;
  249. }
  250. .TODO {
  251.   -webkit-border-radius: 0.2em;
  252.   -moz-border-radius: 0.2em;
  253.   border-radius: 0.2em;
  254.   background-color: #689d6a;
  255. }
  256. .NEXT {
  257.   -webkit-border-radius: 0.2em;
  258.   -moz-border-radius: 0.2em;
  259.   border-radius: 0.2em;
  260.   background-color: #268bd2;
  261. }
  262. .ACTIVE {
  263.   -webkit-border-radius: 0.2em;
  264.   -moz-border-radius: 0.2em;
  265.   border-radius: 0.2em;
  266.   background-color: #268bd2;
  267. }
  268. .DONE {
  269.   -webkit-border-radius: 0.2em;
  270.   -moz-border-radius: 0.2em;
  271.   border-radius: 0.2em;
  272.   background-color: #98971a;
  273. }
  274. .WAITING {
  275.   -webkit-border-radius: 0.2em;
  276.   -moz-border-radius: 0.2em;
  277.   border-radius: 0.2em;
  278.   background-color: #fb4934;
  279. }
  280. .HOLD {
  281.   -webkit-border-radius: 0.2em;
  282.   -moz-border-radius: 0.2em;
  283.   border-radius: 0.2em;
  284.   background-color: #b16286;
  285. }
  286. .NOTE {
  287.   -webkit-border-radius: 0.2em;
  288.   -moz-border-radius: 0.2em;
  289.   border-radius: 0.2em;
  290.   background-color: #b16286;
  291. }
  292. .CANCELLED {
  293.   -webkit-border-radius: 0.2em;
  294.   -moz-border-radius: 0.2em;
  295.   border-radius: 0.2em;
  296.   background-color: #98971a;
  297. }
  298.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement