Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. .UserProfilePage .secretBoardWrapper .Board.boardCoverImage {
  2. background: #fff !important;
  3. }
  4.  
  5. .Board.boardCoverImage, .Pin.summary:not(.exploreTabPin) {
  6. box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22) !important;
  7. background: #fff !important;
  8. }
  9.  
  10. .pinCredits {
  11. margin-bottom: 8px;
  12. }
  13.  
  14. .Pin.summary:not(.exploreTabPin) .pinImageWrapper,
  15. .Pin.summary:not(.exploreTabPin) .pinImg.fullBleed,
  16. .Pin.summary:not(.exploreTabPin) .hoverMask {
  17. border-bottom-left-radius: 0 !important;
  18. border-bottom-right-radius: 0 !important;
  19. }
  20.  
  21. .GridItems.padItems.variableHeightLayout > .item,
  22. .GridItems.padItems.fixedHeightLayout > .item {
  23. padding: 16px !important;
  24. }
  25.  
  26. .AddPinRep {
  27. border-color: #d6d6d6 !important;
  28. border-style: dashed !important;
  29. }
  30.  
  31. .Closeup.canClose {
  32. background-color: rgba(239,239,239,0.96) !important;
  33. }
  34.  
  35. .BoardHeader {
  36. padding-bottom: 1px !important
  37. }
  38.  
  39. .UserNews.split .bottom {
  40. margin-top: 14px !important;
  41. }
  42.  
  43. .UserNews > .footer {
  44. text-align: center;
  45. }
  46.  
  47. .UserNews .DiscoveryTile .boardCoverImage .boardFollowUnfollowButton {
  48. margin: 0 10px 10px !important;
  49. width: auto !important;
  50. }
  51.  
  52. .PinCreate.TwoPaneModal .left.pane {
  53. background: transparent !important;
  54. }
  55.  
  56. .mainContainer > .Module:not(.UserProfilePage),
  57. .Module.UserProfileContent {
  58. background: #f6f6f6 !important;
  59. }
  60.  
  61. .Button.expandGiraffe {
  62. border-radius: 0 !important;
  63. }
  64.  
  65.  
  66. /* Make the font tad bit smaller */
  67. .dp-display-l, .UserProfileHeader.profileHeader .name {
  68. font-size: 48px !important;
  69. }
  70.  
  71. .dp-text-xl, .Board .boardName .name, .Board .boardName.hasBoardContext .User.boardRepTitle .title, .Board .boardName.hasBoardContext .User.exploreTabTitle .title {
  72. font-size: 18px !important;
  73. }
  74.  
  75. .dp-text-m, .BulkEditBar .notifications .PinCount, .AddPinRep, .Pin.summary .richPinMeta .richPinGridTitle, .Pin.summary .commercePrice, .UserInfoBar.infoBar .tabs .label, .UserProfileHeader.profileHeader .about .iconsLinksEtc .middot:after, .UserProfileHeader.profileHeader .about .iconsLinksEtc .locationWrapper, .UserProfileHeader.profileHeader .about .iconsLinksEtc .website, .UserProfileHeader.profileHeader .about .aboutText, .UserProfilePage .secretBoardHeader, .UserProfilePage .secretBoardHeader .sectionTitle, .UserProfilePage .secretBoardHeader .text, .UserProfilePage .BoardCreateRep {
  76. font-size: 14px !important;
  77. }
  78.  
  79. .dp-text-s, .PinCreate .Pin.summary .pinMeta .TextField, .Pin.summary .pinMeta .pinDescription, .UserDropdown li a, .UserSettingsPage .standardForm>ul>li h3, .UserSettingsPage .standardForm .formSection>li h3, .UserSettingsPage .notificationHeadingDetails, .UserSettingsPage .socialNetworkHeadingDetails {
  80. font-size: 12px;
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement