Razlika između verzija stranice "Korisnik:Srđan/Test2"

Uklonjeni sadržaj Dodani sadržaj
m Kopija našeg Common.css-a.
m Ažuriranje.
Red 21:
}
 
/* Consistent size for <small>, <sub> and <sup> */
small {
font-size: 85%;
.mw-body sub,
.mw-body sup,
Line 39 ⟶ 42:
}
 
/* Reduce page jumps by hiding collapsed/dismissed content */
/* Unhorrify 'Changed since last visit' colors */
.client-js .mw-special-Watchlist #watchlist-message,
.updatedmarker {
.client-js .collapsible.collapsed > tbody > tr:not(:first-child) {
display: none;
}
 
/* UnhorrifyTone down 'Changed since last visit' colors */
span.updatedmarker {
background-color: transparent;
color: #006400;
Line 138 ⟶ 147:
/* Style for horizontal lists (separator following item).
@source mediawiki.org/wiki/Snippets/Horizontal_lists
@revision 78 (20152016-1105-1221)
@author [[User:Edokter]]
*/
Line 164 ⟶ 173:
display: inline;
}
/* Hide empty list itmesitems */
.hlist .mw-empty-li {
display: none;
Line 192 ⟶ 201:
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
content: ") ";
font-weight: normal;
}
Line 203 ⟶ 212:
}
.hlist ol > li:before {
content: " " counter(listitem) " \a0";
white-space: nowrap;
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
content: " (" counter(listitem) " \a0";
}
 
Line 913 ⟶ 921:
 
/* These mbox-small classes must be placed after all other
ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
they override "table.ambox + table.ambox" above. */
html body.mediawiki table.mbox-small { /* For the "small=yes" option. */
/* @noflip */
clear: right;
Line 922 ⟶ 930:
/* @noflip */
margin: 4px 0 4px 1em;
box-sizing: border-box;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
html body.mediawiki table.mbox-small-left { /* For the "small=left" option. */
/* @noflip */
margin: 4px 1em 4px 0;
box-sizing: border-box;
overflow: hidden;
width: 238px;
border-collapse: collapse;
Line 1.084 ⟶ 1.095:
}
 
/* Allow transcluded pages to display in lists rather than a table. */
Compatible in Firefox; incompatible in IE6. */
.listify td { display: list-item; }
.listify tr { display: block; }
Line 1.250 ⟶ 1.260:
/* Hide stuff meant for accounts with special permissions. Made visible again in
[[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-accountcreator.css]],
[[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]] and [[Mediawiki:Group-autoconfirmed.css]]. */
.sysop-show,
.accountcreator-show,
.templateeditor-show,
.extendedmover-show,
.autoconfirmed-show {
display: none;
Line 1.283 ⟶ 1.294:
}
 
/* Pie chart test: Transparenttransparent borders */
.transborder {
border: solid transparent;
* html .transborder { /* IE6 */
border: solid #000001;
filter: chroma(color=#000001);
}
 
Line 1.304 ⟶ 1.311:
span.texhtml span.texhtml {
font-size: 100%;
}
span.mwe-math-mathml-inline {
font-size: 118%;
}
 
Line 1.391 ⟶ 1.401:
list-style-type: none;
list-style-image: none;
zoom: 1; /* BE KIND TO IE6 */;
}
.treeview li li {