User:Jdlrobson/mobilecontribs.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
ul li.list-header-row {
  margin: 0;
  padding: 0;
  min-height: auto;
  word-wrap:break-word;
}

.comment {
      word-break: break-all;
}

.mw-mf-amc-disabled.mw-special-Watchlist .mw-changeslist-date,
.mw-mf-amc-disabled.mw-special-Watchlist .mw-changeslist-date,
.mw-mf-amc-disabled.mw-special-Recentchanges .mw-changeslist-date {
    display: block;
}
.mw-mf-amc-disabled.mw-special-Watchlist .mw-rcfilters-head, .mw-mf-amc-disabled.mw-special-Recentchanges .mw-rcfilters-head {
    min-height: 200px;
}
#mw-history-compare {
    margin: 0;
}

.skin-minerva action-history .mw-contributions-list h4,
.content .mw-changeslist h4,
.content .mw-index-pager-list-header {
    box-sizing: border-box;
  background-color: #eaecf0;
  color: #72777d;
  height: auto !important;
  display: block !important;
  position: relative !important;
  width: 100%;
  padding: 0.5em 16px 0.4em;
  font-size: 0.85em;
  font-weight: bold;
}

ul.mw-contributions-list li,ul.special li {
    font-size: 1em;
}
.mw-diff-bytes,
.mw-changeslist-time {
    position: absolute;
    top: 13px;
    left: 16px;
}
/* indent further on history page to make space for radio buttons */
.action-history .mw-diff-bytes,
.action-history .mw-changeslist-time {
    left: 66px;
}
.mw-changeslist-time {
    display: block;
}
.mw-diff-bytes {
    top: 40px;
}
.mw-title,
.mw-contributions-title,
.history-user,
.action-history .mw-tag-markers,
#pagehistory .comment,
ul.mw-contributions-list .comment,
ul.special .comment,
.mw-changeslist-log-entry,
.mw-changeslist-line-inner > .mw-userlink {
    display: block;
    padding-left: 85px;
    font-style: normal;
}
.mw-userlink,.mw-changeslist-title,.mw-contributions-title {
    color: #54595d;
}
.comment {
    color: #72777d;
}
ul.mw-contributions-list li {
    box-sizing: border-box;
}
.mw-changeslist-links > span::before {
    content: none;
}
.mw-changeslist-links > span > a,
.mw-changeslist-links > span {
   /*color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;*/
}
.action-history .mw-changeslist-links > span  {
  position: relative;
}

.mw-changeslist-links > span > a {
    cursor: pointer;
    z-index: 1;
}
.mw-contributions-title {
    z-index: 2;
}

.mw-htmlform-ooui-wrapper + .mw-pager-navigation-bar,
.minoredit,.newpage,
.mw-rcfilters-ui-watchlistTopSectionWidget-editWatchlistButton,
.mw-rcfilters-ui-watchlistTopSectionWidget-watchlistDetails,
.mw-rcfilters-ui-filterWrapperWidget-bottom,
.mw-uctop,.mw-rollback-link,
.mw-tag-markers,
.mw-changeslist-history,
.mw-contributions-user-tools .mw-changeslist-links,
.mw-revdelundel-link,
.mw-usertoollinks-block,
.mw-history-histlinks,
.action-history .mw-changeslist-date,
.action-history .mw-usertoollinks-contribs,
.action-history .mw-usertoollinks-talk,
.mw-changeslist-line-inner > a.mw-changeslist-links,
.mw-changeslist-date {
    display: none;
}
.mw-userlink:before {
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: 1.25em 1.25em;
    background-position: center;
    content: '';
    width: 20px;
    height: 20px;
    background: red;
    display: inline-block;
}
.mw-userlink.mw-anonuserlink:before {
    background: green;
}

.action-history .mw-history-undo {
  padding-top: 10px;
}