Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Cmd-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (Cmd-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences

For details and instructions about other browsers, see Wikipedia:Bypass your cache.

.popups_popup {
    /* in front of dotted TOC stuff (=2) */
    z-index: 100;
}

.popups_popup img {
    max-width: 100%;
}

.popups_main {
    width: 400px;
    font-size: 0.75rem;
    line-height: normal;
}

.popups_main h1 {
    font-size: 0.9rem;
    margin-left: 5px;
}

.popups_title {
    font-size: 110%;
    margin-bottom: 4px;
}

.popups_missingpage {
    font-size: 110%;
    margin-bottom: 4px;
    color: #dd3333;
}

.popups_throbber {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/b6/Loading_2_transparent.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    display: table;
    height: 32px;
    width: 32px;
    margin: auto;
    padding: 10px;
}

.popups_icon_inline {
    padding-left: 5px;
}

.popups_actions {
    border-bottom: 1px solid lightgrey;
}

.popups_pagehistorytable,
.popups_contribs_table {
    font-size: 0.6rem;
}

.popups_info_table_horz th {
    text-align: right;
    padding-right: 1ex;
}

.popups_rev_table td {
    vertical-align: middle;
}

.popups_edit_flags {
    font-weight: 700;
}

.popups_info_title {
    font-weight: 700;
}

td.popups_date {
    font-weight: 700;
}

.popups_table_row_odd {
    background-color: #f8f8f8;
}


.popups_log_event_table,
.popups_rev_table,
.popups_rc_table,
.popups_diff_table {
    font-size: 0.7rem;
    width: 100%;
}

.popups_diff_table {
    table-layout: fixed;
}

.popups_rev_table .rev-links,
.popups_rev_table .rev-time {
    width:0.1%;
}

.popups_rev_table td:nth-child(1),
.popups_rev_table td:nth-child(2) {
    white-space:nowrap;
}

.popups_diff_table col.diff-marker{
    width:2%
}

.popups_diff_table col.diff-content{
    width:48%
}

.popups_diff_table .diff-addedline {
    background-color: #e6ffe6;
}

.popups_diff_table .diff-addedline ins {
    background-color: #99ff66;
}

.popups_diff_table .diff-deletedline {
    background-color: #ffe6e6;
}

.popups_diff_table .diff-deletedline del {
    background-color: #ff8080;
}

.popups_unpatrolled {
    font-weight: 700;
    color: red;
}

.popups_rawimage {
    text-align: center;
}

.popups_rawimage img {
    max-width: 100%;
}

/* WIKISOURCE */

/* index page covers */
.popups_content img.ws-cover {
    width:  120px;
    height:  auto;
    margin-top: 5px;
    border:  1px solid #aaa;
}


/* WIKIDATA */
.popups_popup .wikibase-statementgroupview {
    margin-left: 1px;
    width: calc(100% - 4px);
}
.popups_popup .wikibase-entitytermsview {
    margin-bottom: 0;
}
.popups_popup h2.wb-section-heading {
    margin-top:  0;
    padding-top: 0;
}
.popups_popup .wikibase-entitytermsview-entitytermsforlanguagelistview {
    display: none;
}
.popups_popup div.wikibase-statementview-mainsnak {
    margin-right: 0;
}