Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. /** css here **/
  2.  
  3.  
  4. * {
  5. font-family: monospace;
  6. }
  7.  
  8. body{
  9. background: url(%%paper%%);
  10. }
  11.  
  12. .post .title {
  13. font-weight: bolder;
  14. }
  15.  
  16. .post:nth-child(2n) {
  17. background-color: #a19b8933;
  18. }
  19.  
  20.  
  21. body.dark{
  22. background: url(%%paper2%%);
  23. }
  24. body.dark .sidebar{
  25. background-color: transparent !important;
  26. }
  27.  
  28. body.dark .post:nth-child(2n) {
  29. background-color: #0000004d;
  30. }
  31.  
  32. body.dark .th-navbar {
  33. background-color: #000000b3;
  34. }
  35.  
  36. .th-navbar {
  37. background-color: #3f251780;
  38. }
  39.  
  40. #postcontent {
  41. background-color: #f6f6f64d;
  42.  
  43. body.dark article.comment:nth-child(2n) {
  44. background-color: #0006;
  45. }
  46. body.dark article.comment {
  47. background-color: #00000080;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement