MediaWiki:Gadget-cite.css
From WikiLectures
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* ============== Citace =====================================
autor: [[Uživatel:Slepi]]
datum: 05/2010
dokumentace: [[MediaWiki:Gadget-citace.js/dokumentace]]
popis: CSS soubor pro skript MediaWiki:Gadget-citace.js, který
pomáhá generovat bibliografické
záznamy a citace - tlačítko je v horní
editační liště
==========================================================
*/
.overlay_div_cit {
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #000000;
z-index:1001;
-moz-opacity: 0.75;
opacity:.75;
filter: alpha(opacity=75);
}
.content_div_cit {
display: none;
position: fixed;
top: 10%;
left: 15%;
width: 70%;
height: 80%;
padding: 16px;
border: 8px solid orange;
background-color: white;
z-index:1002;
overflow: auto;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.content_div_cit input[type=text]:focus {
border: 2px solid orange;
}
.content_div_cit .compulsoryParameterCite {
border: 1px solid red;
}
.content_div_cit #citDalsiAutoriForm, #citKorporaceForm, #citOdkaz2AutoriForm {
display: none;
}