MediaWiki:Modern.css: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Hoo man (bicara | kontrib)
k Removing obsolete diff style declarations, per previous talk page notification on Mediawiki talk:Common.css, minor cleanup
Tidak ada ringkasan suntingan
 
(2 revisi perantara oleh 2 pengguna tidak ditampilkan)
Baris 1:
#firstHeading .mw-editsection a {
/* CSS yang ada di sini akan diterapkan untuk kulit Modern. */
color: white;
 
#firstHeading .editsection a { color: white; text-decoration: underline }
 
/* block quotations */
#mw_content blockquote {
font-size: 93.75%; /* equivalent of 15px in 16px default */
margin: 1em 1.6em; /* same indent as an unordered list */
}
#mw_content blockquote p {
line-height:inherit;
}
 
body.page-Halaman_Utama #t-cite,
/* Display "From Wikipedia, the free encyclopedia" */
body.page-Halaman_Utama #lastmod,
#siteSub {
body.page-Halaman_Utama #siteSub {
display: block;
display: blocknone !important;
}
 
/* Bold 'edit this page' link to encourage newcomers */
/* Commented because this is not the default skin */
/* #ca-edit a { font-weight: bold !important; } */
 
p.error {
font-weight: bold;
}
 
/* some headroom for #coordinates to go in without #siteSub */
#mw_contentholder {
padding-top: .4em;
}
 
/* position coordinates */
#coordinates {
position: absolute;
z-index: 1;
border:none;
border: background:none;
background-color: #F0F0F0none;
right:1.17em;
right: 0;
top:5em;
top: 0.1em;
float: right;
margin: 0.0em;
padding: 0.0em;
line-height:1.5em;
padding-right: 1.17em;
text-align:right;
line-height:inherit 1.5em;
text-indent:0;
text-align: right;
font-size:85%;
text-transformindent:none 0;
font-size: 85%;
white-space:nowrap;
text-transform: none;
white-space: nowrap;
}
 
/* important to keep the text predictably positioned */
#coordinates img {
vertical-align: top;
}
 
 
/* allow disabling of "external" color on internal links in some situations */
#bodyContent .plainlinks2 a.external[href^="http://en.wiki-indonesia.club/"] {
color: #003366 !important
}
 
div.topicon {
display: block !important;
position: absolute;
top: 2px;
z-index: 100;
}
 
/* for Template:Link-FA */
li.FA {
list-style-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Modern-bullet-star.svg/9px-Modern-bullet-star.svg.png");
}
 
.toccolours {
background-color: #F0F0F0;
border: 1px solid #BBBBBB;
border-spacing: 0pt;
margin: 0pt;
padding: 0pt;
}
 
.mw-topboxes {
margin-top: -0.4em;
}
 
/* Adjust font-size for inline HTML generated TeX formulae */
span.texhtml {
font-size: 118%;
}
 
/* Blue instead of yellow padlock for secure links. */
#mw_content a.external[href ^="https://"],
.link-https {
background: url("//upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
padding-right: 16px;
}