Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Uniwiki.css: Difference between revisions

MediaWiki interface page
Rayanth (talk | contribs)
No edit summary
Arin Mara (talk | contribs)
Added updatedmarker text colour fix
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the UniWiki skin */
/* CSS placed here will affect users of the UniWiki skin */
/* === Most changes in this file are fixes to issues discovered after UniWiki SKIN 1.1 was deployed. It additionally contains some changes necessary for various events the Wiki has run, at the bottom. === */
/* ==General Fixes == */
html .thumbimage {
  background-color: inherit;  /* was inheriting White from the default skin, which broke transparency in png's */
}
/* Partner Sidebar Image */
div#mw-panel {
padding-top: 0;
}
#mw-panel::before {
    content: url(/images/thumb/d/d1/PartnerBadge.png/160px-PartnerBadge.png)
}


/* changes that affect the Editor */
/* changes that affect the Editor */
.wikiEditor-ui-toolbar {
.wikiEditor-ui-toolbar {
   background-color: inherit;
   background-color: inherit;
Line 40: Line 56:
/* image gallery text was black on black */
/* image gallery text was black on black */
.gallerytext p { color: inherit; }
.gallerytext p { color: inherit; }
li.gallerybox { display: inline-block; }


/* toccolours sets background color of 'table of contents' panes such as on https://wiki.eveuniversity.org/Template:SkillQueue
/* toccolours sets background color of 'table of contents' panes such as on https://wiki.eveuniversity.org/Template:SkillQueue
Line 80: Line 97:


.smw-editpage-help { background-color: inherit;}
.smw-editpage-help { background-color: inherit;}
/* [[Special:RecentChanges]] background on the buttons "Namespace" and "Tags" are incorrectly coloured white. Thank you to [[User:HellRider Inferni]] for the report */
.oo-ui-draggableGroupElement > div:nth-child(2) { background-color: black; }
/* On History Pages the update marker text should be coloured black. Thank you [[User:Evon R'al]] for the report and fix */
.updatedmarker { color: black; }


/* Changes that really irritate people */
/* Changes that really irritate people */
Line 89: Line 116:


/*AF2020*/
/*AF2020*/
.AF2020_trig { display: none; }
/*
.AF2020_orig { display: inline; }
 
@font-face {
@font-face {
     font-family: '';
     font-family: '';
Line 98: Line 123:
     font-style: normal;
     font-style: normal;
}
}
 
*/
@font-face {
@font-face {
     font-family: 'Triglavian-Completenormal';
     font-family: 'Triglavian-Completenormal';
     src: url('Triglavian-Completenormal.eot');
     src: url('/skins/UniWiki/font/trig/Triglavian-Completenormal.eot');
     src: url('/font/trig/Triglavian-Completenormal.eot?#iefix') format('embedded-opentype'), url('/font/trig/Triglavian-Completenormal.svg#Triglavian-Completenormal') format('svg'), url('/font/trig/Triglavian-Completenormal.ttf') format('truetype'), url('/font/trig/Triglavian-Completenormal.woff') format('woff'), url('/font/trig/Triglavian-Completenormal.woff2') format('woff2');
     src: url('/skins/UniWiki/font/trig/Triglavian-Completenormal.eot?#iefix') format('embedded-opentype'), url('/skins/UniWiki/font/trig/Triglavian-Completenormal.svg#Triglavian-Completenormal') format('svg'), url('/skins/UniWiki/font/trig/Triglavian-Completenormal.ttf') format('truetype'), url('/skins/UniWiki/font/trig/Triglavian-Completenormal.woff') format('woff'), url('/skins/UniWiki/font/trig/Triglavian-Completenormal.woff2') format('woff2');
     font-weight: normal;
     font-weight: normal;
     font-style: normal;
     font-style: normal;
}
}


.april-fools {
/* Turns all links Gallente green */
    font-family: 'Triglavian-Completenormal';
/*
    color: #f43e29;
.mw-parser-output a{
  color: #accaa0;
  text-decoration: underline;
}
}


.lcs_wrap {
.mw-parser-output a:link {
display: inline-block;
  text-decoration: underline;
direction: ltr;
  color: #accaa0;
height: 28px;
    vertical-align: middle;
}
.lcs_wrap input {
display: none;
}
}


.lcs_switch {
.mw-parser-output a:visited {
display: inline-block;
  text-decoration: underline;
position: relative;
   color: #accaa0;
width: 100px;
height: 28px;
border-radius: 30px;
background: #ddd;
overflow: hidden;
cursor: pointer;
-webkit-transition: all .2s ease-in-out; 
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lcs_cursor {
display: inline-block;
position: absolute;
top: 3px;
width: 22px;
height: 22px;
border-radius: 100%;
background: #fff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
z-index: 10;
-webkit-transition: all .2s linear; 
-ms-transition: all .2s linear;
transition: all .2s linear;
}
.lcs_label {
font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
letter-spacing: 1px;
line-height: 18px;
color: #ccc;
font-weight: bold;
position: absolute;
width: 60px;
top: 5px;
overflow: hidden;
text-align: center;
opacity: 0;
-webkit-transition: all .2s ease-in-out .1s; 
-ms-transition: all .2s ease-in-out .1s;    
transition: all .2s ease-in-out .1s; 
}
.lcs_label.lcs_label_on {
left: -70px;
z-index: 6;
color: black;
font-weight: 1800;
}
.lcs_label.lcs_label_off {
right: -70px;
z-index: 5;
}
}


/* on */
.mw-parser-output a:hover {
.lcs_switch.lcs_on {
  text-decoration: underline;
background: #292929;
  color: #accaa0;
box-shadow: 0 0 4px #28a745 inset;
}
.lcs_switch.lcs_on .lcs_cursor {
left: 75px;
background: #28a745;
}
.lcs_switch.lcs_on .lcs_label_on {
left: 10px;
opacity: 1;
color: #28a745;
}
}


/* off */
.mw-parser-output a:active {
.lcs_switch.lcs_off {
  text-decoration: underline;
background: #292929;
  color: #accaa0;
box-shadow: 0px 0px 2px #a4a4a4 inset;
}
.lcs_switch.lcs_off .lcs_cursor {
left: 3px;
}
.lcs_switch.lcs_off .lcs_label_off {
right: 10px;
opacity: 1;
}
/* disabled */
.lcs_switch.lcs_disabled {
opacity: 0.65;
filter: alpha(opacity=65);
cursor: default;
}
}
*/