Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* https://discussions.apple.com/thread/7568866 */
- @-moz-document
- url-prefix(https://discussions.apple.com/thread),
- url-prefix(https://discussions.apple.com/message),
- url-prefix(https://discussions.apple.com/update-advanced-comment.jspa) {
- /* Move who wrote the question back to where it was before!
- Will appear to the left of the question text box. */
- /* Avatar */
- header.js-original-header img.jive-avatar {
- position: absolute !important;
- top: 30px !important;
- left: 20px !important;
- width: 66px !important;
- height: 66px !important;
- }
- /* Let questioner's info escape the box */
- div.j-thread-post.j-rc4 header.js-original-header.apple-overflow-hidden { overflow: visible !important; }
- /* questioner's name */
- span.j-post-author strong {
- position: absolute !important;
- top: 80px !important;
- left: -84px !important;
- }
- span.j-post-author strong a {
- font-weight: 400 !important;
- font-size: 16px !important;
- line-height: 16px !important;
- }
- /* questioner's points icon. fyi: position: absolute didn't work here. */
- div.j-thread-post.j-rc4 header.js-original-header.apple-overflow-hidden span.status-image img.svg {
- margin-top: 100px !important;
- margin-left: -45px !important;
- }
- /* questioner's points. Actual coding:
- <span class="level-points">Level 6
- <span>(8,266 points)</span>
- </span>
- */
- div.status-container span.level-points {
- position: absolute !important;
- top: 134px !important;
- left: -152px !important; /* shove level # off the left of window. Need to save space. */
- }
- div.status-container span.level-points span {
- display: inline !important;
- font-size: 12px !important;
- line-height: 12px !important;
- }
- /* For some reason, maybe overflow: visible, wrecks some tags positioning, fix up. */
- /* Move folling and tool icon back to where they were */
- ul.apple-social-actions-toolbar { margin-top: -45px !important; }
- } /* end of @-moz-document */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement