User:Hex/Styles/articles.css
#mw-content-text p {
font-size: 1.2em;
line-height: 1.2em;
}
/* remove various bits of advice and warnings that I already know */
#editpage-copywarn, #editpage-copywarn1, #editpage-copywarn2, #editpage-copywarn3,
.editpage-head-copywarn, .mw-newarticletext {
display: none;
}
/* show citation errors */
.citation-comment {
display: inline !important;
color: red;
}
/*
Edit Section Buttons
This CSS will make the "Edit" links on section headings appear as buttons
in the style of the Vector skin.
*/
/*
First hide the edit link's container because of the hardcoded "[ ]".
A workaround for <https://bugzilla.wikimedia.org/show_bug.cgi?id=48256>!
*/
.mw-editsection {
visibility: hidden;
}
/*
Then make the link itself visible again, with a little bottom margin
to avoid bumping into the horizontal line under the heading. Finally,
add Vector styling as seen at [[User:Edokter/vectorbuttons.css]].
*/
.mw-editsection a {
visibility: visible;
display: inline-block;
margin-bottom: 1px;
border-radius: 2px;
border: 1px solid #ccc;
border-color: #ccc #666 #666 #ccc;
padding: 2px 7px;
background-color: white;
background-image: url(/w/skins/vector/images/tab-break.png);
background-repeat: repeat-x;
background-position: left top;
text-decoration: none;
}
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.