Guest User

Untitled

a guest
Jul 17th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. /* FULL SCREEN MODE MOD!
  2. replace 1280 and 800 with your screen size and do not zoom.
  3. use F11 to go to full screen mode.
  4. use ctrl+alt+c to edit custom CSS.
  5. hidden/experimental feature. use at your own risk. */
  6.  
  7. @media (min-width: 1280px) and (min-height: 800px) {
  8. #head {
  9. padding-bottom: 5px;
  10. font-size: 16pt;
  11. }
  12. #tweet-data {
  13. text-align: center;
  14. font-size: 16pt;
  15. line-height: 60px;
  16. }
  17. .tweet-display {
  18. font-size: 15pt;
  19. width: 640px;
  20. margin-left: auto;
  21. }
  22. .tweet-display {
  23. margin-right: auto;
  24. }
  25. #tweet-data, .tweet-display {
  26. font-family: Verdana, sans-serif;
  27. }
  28. .status-text {
  29. line-height: 1.4;
  30. }
  31. .status {
  32. padding-top: 9px;
  33. padding-bottom: 12px;
  34. }
  35. .status-picture {
  36. width: 48px; height: 48px;
  37. }
  38. .status-inner {
  39. margin-left: 64px;
  40. }
  41. .status-date {
  42. display: block;
  43. }
  44. .splash-noti {
  45. top: 250px;
  46. font-size: 64px;
  47. }
  48. #menu-additional:before {
  49. content: "thaiWitter";
  50. color: #D7FC70;
  51. font-weight: bold;
  52. padding-right: 0.5ex;
  53. }
  54. #menu-additional:after {
  55. position: absolute;
  56. display: block;
  57. top: 0; left: 0;
  58. width: 200px;
  59. height: 30px;
  60. content: "";
  61. }
  62. }
Add Comment
Please, Sign In to add comment