Created
July 28, 2016 00:46
-
-
Save spaceemotion/a24e68119f2b163a03e27b4518fdff8a to your computer and use it in GitHub Desktop.
Pinterest "Classic Style" - UserStyle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.UserProfilePage .secretBoardWrapper .Board.boardCoverImage { | |
background: #fff !important; | |
} | |
.Board.boardCoverImage, .Pin.summary:not(.exploreTabPin) { | |
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22) !important; | |
background: #fff !important; | |
} | |
.pinCredits { | |
margin-bottom: 8px; | |
} | |
.Pin.summary:not(.exploreTabPin) .pinImageWrapper, | |
.Pin.summary:not(.exploreTabPin) .pinImg.fullBleed, | |
.Pin.summary:not(.exploreTabPin) .hoverMask { | |
border-bottom-left-radius: 0 !important; | |
border-bottom-right-radius: 0 !important; | |
} | |
.GridItems.padItems.variableHeightLayout > .item, | |
.GridItems.padItems.fixedHeightLayout > .item { | |
padding: 16px !important; | |
} | |
.AddPinRep { | |
border-color: #d6d6d6 !important; | |
border-style: dashed !important; | |
} | |
.Closeup.canClose { | |
background-color: rgba(239,239,239,0.96) !important; | |
} | |
.BoardHeader { | |
padding-bottom: 1px !important | |
} | |
.UserNews.split .bottom { | |
margin-top: 14px !important; | |
} | |
.UserNews > .footer { | |
text-align: center; | |
} | |
.UserNews .DiscoveryTile .boardCoverImage .boardFollowUnfollowButton { | |
margin: 0 10px 10px !important; | |
width: auto !important; | |
} | |
.PinCreate.TwoPaneModal .left.pane { | |
background: transparent !important; | |
} | |
.mainContainer > .Module:not(.UserProfilePage), | |
.Module.UserProfileContent { | |
background: #f6f6f6 !important; | |
} | |
.Button.expandGiraffe { | |
border-radius: 0 !important; | |
} | |
/* Make the font tad bit smaller */ | |
.dp-display-l, .UserProfileHeader.profileHeader .name { | |
font-size: 48px !important; | |
} | |
.dp-text-xl, .Board .boardName .name, .Board .boardName.hasBoardContext .User.boardRepTitle .title, .Board .boardName.hasBoardContext .User.exploreTabTitle .title { | |
font-size: 18px !important; | |
} | |
.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 { | |
font-size: 14px !important; | |
} | |
.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 { | |
font-size: 12px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment