Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Reduce the size of a header area on a list web page.
- example:
- https://discussions.apple.com/content?filterID=following~objecttype~objecttype[thread]
- */
- @-moz-document
- url-prefix(https://discussions.apple.com/content),
- url-prefix(https://discussions.apple.com/community),
- url-prefix(https://discussions.apple.com/people),
- url-prefix(https://discussionsjapan.apple.com/content),
- url-prefix(https://discussionsjapan.apple.com/community),
- url-prefix(https://discussionsjapan.apple.com/people),
- url-prefix(https://discussionskorea.apple.com/content),
- url-prefix(https://discussionskorea.apple.com/community),
- url-prefix(https://discussionskorea.apple.com/people),
- url-prefix(https://communities.apple.com/es/content),
- url-prefix(https://communities.apple.com/es/community/),
- url-prefix(https://communities.apple.com/es/people),
- url-prefix(https://communities.apple.com/pt/content),
- url-prefix(https://communities.apple.com/pt/community/),
- url-prefix(https://communities.apple.com/pt/people) {
- header#j-header nav#j-globalNav-bg {margin-top: -4px !important;}
- header#j-header div#second-row {padding-top: 6px !important;}
- header#apple-full-header h4#apple-full-subheader { display: none !important; }
- header#apple-full-header {margin-top: -40px !important;}
- nav#jive-breadcrumb {
- margin-top: -20px !important;
- width: 500px !important;
- float: right !important;
- }
- /* Delete line under "all discussions" */
- div.j-layout.j-layout-sl form#js-browse-controls div.j-browse-filter-row.j-content-filter {
- border-bottom: 0px !important;
- }
- /* All discussions */
- select.j-browse-filter.js-browse-filter {
- padding: 5px 6px 5px 8px !important;
- font-size: 14px !important;
- width: 160px !important;
- text-align: left !important;
- border-color: #9b9b9b !important;
- background-color: #f2f2f2 !important;
- }
- /* "Type to filter by text" on list of discussions in a community. */
- div.j-browse-sorts.j-browse-filter-row span.j-browse-search input {
- padding: 5px 6px 5px 8px !important;
- font-size: 14px !important;
- width: 160px !important; /* Was 220px */
- text-align: center !important;
- border-color: #9b9b9b !important;
- background-color: #f2f2f2 !important;
- }
- /* Sort by ... */
- #js-browse-controls #j-browse-filters #j-sort {
- border-color: #9b9b9b !important; /* grey, Apple's color */
- padding: 6px 6px 8px 28px !important;
- font-size: 14px !important;
- background-color: #f2f2f2 !important;
- text-align: left !important;
- height: 30px !important;
- padding: 2px !important;
- width: 260px !important;
- }
- /* Hover over */
- /* All discussions */
- select.j-browse-filter.js-browse-filter:hover,
- /* text */
- div.j-browse-sorts.j-browse-filter-row span.j-browse-search input:hover,
- /* sort by ... */
- #js-browse-controls #j-browse-filters #j-sort:hover {
- border-color: #42aaff !important; /* light blue */
- }
- /* padding-top: 40px !important; /* trying to save space in header. breadcomb got moved. adjust. 0.2 */
- /* Compress space in header */
- /* div#jive-body.clearfix {
- margin-top: -90px !important;
- } */
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement