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) {
- /* Hiroto's pagination fix. Needs work.
- @media screen {
- .j-thread .jive-thread-messages .j-pagination:first-child {
- position: fixed !important;
- top: -30px !important;
- right: 10px !important;
- }
- } */
- /* 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: 15px !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; }
- /* html for user's name
- <strong itemprop="author"
- itemscope=""
- itemtype="http://schema.org/Person">
- <a rel="nofollow"
- href="/people/rccharles"
- data-externalid=""
- data-username="rccharles"
- data-avatarid="1095"
- id="jive-99999999999999999999999"
- data-userid="999999"
- data-presence="null"
- class="jiveTT-hover-user jive-username-link">rccharles</a>
- </strong>
- */
- /* questioner's name. movement. */
- span.j-post-author strong {
- position: absolute !important;
- top: 80px !important;
- left: -96px !important;
- text-align: center !important;
- width: 120px !important;
- }
- /* questioner's name. text adjustment */
- span.j-post-author strong a {
- font-weight: 400 !important;
- font-size: 13px !important;
- line-height: 13px !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: -50px !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;
- text-align: center !important;
- width: 120px !important; /* doesn't seem to have an effect. */
- /* background-color: yellow !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