User:Prtksxna/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Prtksxna/common.js. |
/* Accessibility Gadget */
.day-mode {
background: #fff;
}
.night-mode {
background: #000;
}
.day-mode.dark-mode {
color: #666;
}
.day-mode.darker-mode {
color: #333;
}
.day-mode.darkest-mode {
color: #000;
}
.night-mode.dark-mode {
color: #777;
}
.night-mode.darker-mode {
color: #bbb;
}
.night-mode.darkest-mode {
color: #fff;
}
/* Hovercards
.mwe-popups {
font-size: 14px;
line-height: 20px;
}
.mwe-popups.mwe-popups-is-tall .mwe-popups-extract {
height: 142px;
}
*/
/* Navigation Popups */
a.popupMoreLink {
display: block;
text-align: right;
cursor: pointer;
}
ins.popupDiff {
background: #afe;
}
del.popupDiff {
background: #ffe6e6;
}
#selectionPreview {
/*
overflow: auto;
max-height: 16ex;
*/
border: 2px solid #ddd;
background-color: #eef;
padding: 6px;
}
.navpopup {
border: 1px solid #bbb;
background-color: #fff;
padding: 10px;
padding-bottom: 5px;
-moz-box-shadow: 3px 3px 0px 0px rgba( 0, 0, 0, 0.30 );
box-shadow: 3px 3px 0px 0px rgba( 0, 0, 0, 0.30 );
/* opacity: 0.9; */
}
.navpopup hr {
color: #aaa !important;
background-color: #aaa !important;
}
/* Configure Drag bar color */
.popupDrag {
background-color: #ffbe20;
height: 5px;
margin-top: -5px;
margin-bottom: 5px;
}
.popupDragHandle {
cursor: move;
position: relative;
}
/* menu magic - many thanks to [[User:Zocky]]! */
/* popups */
.popup_menu li {
margin: 0px;
}
.popup_menu {
display: none;
position: absolute;
left: 0;
margin: 0;
margin-top: 1em;
line-height: 1.25em;
list-style-type: none;
top: 0.1em;
z-index: 2;
width: 10em;
background: white;
border: 1px solid grey;
padding: 0 !important;
margin-left: -6px;
border-width: 1px 1px 1px 6px;
}
.popup_menu a {
display: block;
padding: 3px;
color: #555;
}
.popup_menu_row a {
display: inline-block;
}
.popup_menu_row {
list-style: none;
padding: 0;
margin: 0;
color: #aaa;
}
.popup_drop {
display: inline;
position: relative;
}
.popup_drop a,
.popup_drop a:visited {
padding: 3px;
margin: 0;
font-weight: bold;
color: #0645ad;
}
.popup_drop:hover .popup_menu,
.popup_drop .popup_menu:hover {
display: inline;
background: white;
color: #555;
}
.popup_drop:hover > a {
}
/* other colours, styles and so on */
.popup_menu a:hover {
background: grey;
color: #fff;
text-decoration: none;
}
.popup_mainlink {
font-weight: bold;
}
.popup_mainlink a{
color: #000;
}
a.popup_change_title_link {
color: #152;
}
.popup_diff_dates {
font-style: italic;
background: none;
}
.popup_menu_item {
list-style: none;
padding: 0;
margin: 0;
/* border: 1px solid green; */
}
.popup_menu_item a {
display: block;
}
.popup_history_row_even {
background: #eee;
}
.popup_history_date {
font-weight: bold;
}
/* disable interwiki styling */
.popupPreview a.extiw,
.popupPreview a.extiw:active {
color: #36b;
background: none;
padding: 0;
}
.popupPreview a.external {
color: #36b;
}
/* this can be used in the content area to switch off
special external link styling */
.popupPreview .plainlinks a {
background: none !important;
padding: 0 !important;
}