Advertisement
Mizmo

GAG Chrome Style

Nov 10th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.81 KB | None | 0 0
  1. /* invite box */
  2. #invite-post-modal-container.simplemodal-container .invite-post-modal .invite-post-modal-container form .scroll-window{
  3.         max-height: 400px;
  4. }
  5.  
  6. /* navigation bar */
  7. .header-wrapper header#mainHeader {
  8.     background: #0a3668;
  9. }
  10.  
  11. /* navigation menus */
  12. .header-wrapper header#mainHeader .inner .menu-bar .main-navigation ul.sub-nav>li a, .header-wrapper header#mainHeader .inner .menu-bar .main-navigation ul.user-menu>li a {
  13.     background: rgba(28, 56, 102, 0.9) ;
  14. }
  15.  
  16. header .menu-bar .main-navigation li.profile-info ul.user-menu li {
  17.     background: rgba(28, 56, 102, 0.9) ;
  18. }
  19.  
  20. /* navigation mouseover */
  21. header .menu-bar .main-navigation>li.hover, header .menu-bar .main-navigation>li:hover {
  22.     background: #f8a42e;
  23. }
  24.  
  25. /* footer */
  26. body header#mainHeader, body footer#main-footer {
  27.     background: #0a3668;
  28. }
  29.  
  30. /* new posts font */
  31. #feed-items-new-container #feed-items-new button {
  32.     font-family: "Noto Sans", Arial, sans-serif;
  33. }
  34.  
  35. /* sidebar vote font */
  36. .sidebar .title, .sidebar h4.title, .sidebar .module-wrapper.questions .item-link {
  37.     font-size: 17px;
  38.     line-height: 22px;
  39. }
  40.  
  41. /* feed question titles */
  42. .tile-item .tile-title, h2.feed-item-title, .result-row h3.question-item-title, .result-row h3.article-item-title {
  43.     font-weight: 700;
  44.     font-stretch: normal;
  45.     font-size: 18px;
  46.     line-height: 25px;
  47.     font-family: "Noto Sans", Arial, sans-serif;
  48. }
  49.  
  50. /* single post question title */
  51. .single-post .title {
  52.     font-size: 26px;
  53. }
  54.  
  55. /* recommended questions */
  56. .main-column .gray-hdr {
  57.     font-size: 24px;
  58. }
  59.  
  60. /* alerts */
  61. .confirm {
  62.     background: #329554;
  63.     background-image: none;
  64. }
  65.  
  66. .warn {
  67.     background: #b10000;
  68.     background-image: none;
  69. }
  70.  
  71. /* ibar */
  72. .ibar.opinions {
  73.     font-family: "Noto Sans", Arial, sans-serif;
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement