මාධ්‍යවිකි:Modern.css

Wikibooks වෙතින්

සටහන: සුරැකීමෙන් පසුව, වෙනස් කම් දැකගැනුමට ඔබගේ බ්‍රවුසරයෙහි කෑෂය මගහැරයෑමට ඔබට සිදුවිය හැක.

  • ෆයර්ෆොක්ස්/ සෆාරි: Reload ඔබන අතරතුර Shift ඔබන්න, නැතහොත් Ctrl-F5 හෝCtrl-R (මැක්හීදී Command-R ) ඔබන්න
  • ගූගල් ක්‍රෝම්: Ctrl-Shift-R ඔබන්න(මැක්හී Command-Shift-R )
  • ඉන්ටර්නෙට් එක්ස්ප්ලෝර: Refresh ඔබන අතරතුර Ctrl ඔබන්න, නැතහොත් Ctrl-F5 ඔබන්න
  • ඔපෙරා: Tools → Preferences හි කෑෂය හිස් කරන්න
/* මෙහි CSS  බහාලීම නූතන ඡවිය භාවිතා කරන පරිශීලකයන් හට බලපෑම් සිදු කල හැක */

#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;
}
 
/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: block;
}
 
/* 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;
}
 
#mw_contentholder { padding-top: .4em } /* some headroom for #coordinates to go in without #siteSub */
 
#coordinates {  
    position:absolute;
    z-index:1;
    border:none;
    background:none;
    right:1.17em;
    top:5em;
    float:right;
    margin:0.0em;
    padding:0.0em;
    line-height:1.5em;
    text-align:right;
    text-indent:0;
    font-size:85%;
    text-transform:none;
    white-space:nowrap;
}
 
#coordinates img { vertical-align: top }
/* important to keep the text predictably positioned */
 
/* allow disabling of "external" color on internal links in some situations */
#bodyContent .plainlinks2 a.external[href^="http://si.wikipedia.org/"] a.external[href^="https://si.wikipedia.org/"] {
	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 */
.texhtml {
  font-size: 123%;
  line-height: 1.5em;
}
 
/* Blue instead of yellow padlock for secure links. */
#mw_content a.external[href ^="https://"],
.link-https {
    background: url('//upload.wikimedia.org/wikipedia/commons/0/00/Lock_icon_blue.gif') center right no-repeat;
}
"https://si.wikibooks.org/w/index.php?title=මාධ්‍යවිකි:Modern.css&oldid=11242" වෙතින් සම්ප්‍රවේශනය කෙරිණි