MediaWiki:Common.css: erinevus redaktsioonide vahel
Resümee puudub |
Resümee puudub |
||
| (ei näidata sama kasutaja 11 vahepealset redaktsiooni) | |||
| 1. rida: | 1. rida: | ||
@import "/w/index.php?title=MediaWiki:Common.css/userstyle&action=raw&ctype=text/css&templates=expand"; | @import "/w/index.php?title=MediaWiki:Common.css/userstyle&action=raw&ctype=text/css&templates=expand"; | ||
@import "/w/index.php?title=MediaWiki:Common.css/modbox&action=raw&ctype=text/css"; | @import "/w/index.php?title=MediaWiki:Common.css/modbox&action=raw&ctype=text/css"; | ||
@import url(https://fonts.googleapis.com/css?family=Henny+Penny&subset=latin-ext); | |||
html { | |||
overflow-y: scroll | |||
} | |||
/* Fancybox */ | /* Fancybox */ | ||
| 50. rida: | 55. rida: | ||
} | } | ||
.koobas | a.koobas[data-title]:hover:after { | ||
content: attr(title); | content: attr(data-title); | ||
font-size: 12px; | font-size: 12px; | ||
padding: 2px 8px; | padding: 2px 8px; | ||
| 62. rida: | 67. rida: | ||
border: 1px solid #5FA0EE; | border: 1px solid #5FA0EE; | ||
background: #5fa0e6; | background: #5fa0e6; | ||
} | |||
a.koobas[data-title]:hover { | |||
text-decoration: none; | |||
} | |||
/* Kaitse */ | |||
div.kaitstud a[data-title]:hover:after { | |||
content: attr(data-title); | |||
color: #333; | |||
position: absolute; | |||
right: 80px; | |||
margin-top: -9px; | |||
white-space: nowrap; | |||
} | |||
/* Icon fix */ | |||
[role="button"][href^="/Kasutaja:"] { | |||
background: none; | |||
} | } | ||
Viimane redaktsioon: 21. märts 2021, kell 10:07
@import "/w/index.php?title=MediaWiki:Common.css/userstyle&action=raw&ctype=text/css&templates=expand";
@import "/w/index.php?title=MediaWiki:Common.css/modbox&action=raw&ctype=text/css";
@import url(https://fonts.googleapis.com/css?family=Henny+Penny&subset=latin-ext);
html {
overflow-y: scroll
}
/* Fancybox */
.fancybox-title-inside-wrap a {
display: none;
}
.fancybox-lock .fancybox-overlay {
overflow-y: auto;
}
.fancybox-lock {
margin-right: 0 !important;
}
/* Sitenotice */
#siteNotice .global {
display: block;
margin: 35px auto 0 auto;
border: 1px dotted red;
border-radius: 5px;
padding: 5px;
width: 600px;
}
#siteNotice .whitelist, #siteNotice .foo, #siteNotice .register {
display: none;
}
.page-Viki_Whitelist #siteNotice .whitelist, .page-Avaleht #siteNotice .foo {
display: block;
margin: 35px auto 0 auto;
border: 1px dotted red;
border-radius: 5px;
padding: 5px;
width: 600px;
}
.page-Eri_Sisselogimine_signup #siteNotice .register, .page-Eri_Kasutajakonto_taotlemine #siteNotice .register {
display: block;
margin: 35px 0 0 0;
text-align:left;
border: 1px solid #a4caf2;
padding: 5px;
width: 938px;
background: #c9e2fb;
}
a.koobas[data-title]:hover:after {
content: attr(data-title);
font-size: 12px;
padding: 2px 8px;
color: #333;
position: absolute;
left: 0;
top: 110%;
white-space: nowrap;
z-index: 20px;
border: 1px solid #5FA0EE;
background: #5fa0e6;
}
a.koobas[data-title]:hover {
text-decoration: none;
}
/* Kaitse */
div.kaitstud a[data-title]:hover:after {
content: attr(data-title);
color: #333;
position: absolute;
right: 80px;
margin-top: -9px;
white-space: nowrap;
}
/* Icon fix */
[role="button"][href^="/Kasutaja:"] {
background: none;
}