Advertisement
Guest User

Generic stylesheet

a guest
Jan 22nd, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. .mobdisplay{display: none;}
  2. .primary{color: #FFC600;}
  3. .primarybg{background: #FFC600;}
  4. .inline{ display: inline-block; }
  5. .block{ display: block; }
  6. .white{ color: white; }
  7. .flright { float: right; }
  8. .caps { text-transform: uppercase; }
  9. .font15 { font-size: 15px; }
  10. .justify { text-align: justify; }
  11. .px70 {height: 70px}
  12. .line200{height: 2px; width: 200px; background: #f8b89d; vertical-align: middle; margin-left: 20px;}
  13. .pad0{padding: 0}
  14. .padr20{padding-right: 20px}
  15. .pad100{padding-top: 100px}
  16. .maxwid400 {max-width: 400px}
  17. .marauto {margin: auto;}
  18. .relative {position: relative;}
  19. .mar0 {margin: 0;}
  20. .martop10 {margin-top: 10px;}
  21. .absolute {position: absolute;}
  22. .dtable {display: table;height: 100%;width: 100%}
  23. .tablecell {display: table-cell;vertical-align: middle; height: fit-content;margin: auto;}
  24. .fullheight {height: 100%;}
  25. .top0 {top: 0;}
  26. .bottom {bottom: 0;}
  27. .left {left: 0;}
  28. .right {right: 0;}
  29. .border-rad0{border-radius: 0 !important}
  30. .border-rad5{border-radius: 5px !important}
  31. .pointer { cursor: pointer; }
  32. .fullrelative{top:0;bottom: 0;left: 0;right: 0}
  33. .vcenter{vertical-align: middle;margin: auto;}
  34. .fitcontent{width:fit-content;}
  35. .fullwidth{width: 100%}
  36. .fullheight{height: 100%}
  37. .nopadding {padding: 0;margin: 0;}
  38. .flexrow { display: flex;}
  39. .flexcol { flex: 1;}
  40. .marleftauto{margin-left: auto}
  41. .img-fluid{max-width: 100%}
  42. .black{color: black}
  43. .transition1s{-webkit-transition: 1s;
  44. -o-transition: 1s;
  45. transition: 1s;}
  46. .vbottom {vertical-align: bottom;}
  47. .hundredvh{height: 100vh}
  48. .attachment-post-thumb{height: auto;max-width: 100%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement