સભ્ય:Timwi/monobook.css

વિકિપીડિયામાંથી

નોંધ: પાનું પ્રકાશિત કર્યા પછી, તમારે તમારા બ્રાઉઝરની કૅશ બાયપાસ કરવાની આવશ્યકતા પડી શકે છે.

  • ફાયરફોક્સ / સફારી: શીફ્ટ દબાવેલી રાખીને રિલોડ પર ક્લિક કરો, અથવા તો Ctrl-F5 કે Ctrl-R દબાવો (મેક પર ⌘-R)
  • ગુગલ ક્રોમ: Ctrl-Shift-R દબાવો (મેક પર ⌘-Shift-R)
  • ઈન્ટરનેટ એક્સપ્લોરર/એજ: Ctrl દબાવેલી રાખીને રિફ્રેશ પર ક્લિક કરો, અથવા Ctrl-F5 દબાવો
  • Opera: Ctrl-F5 દબાવો
#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 0.57em;
  -moz-border-radius-topright: 0.57em;
}
#content {
  -moz-border-radius-topleft: 0.57em;
  -moz-border-radius-bottomleft: 0.57em;
}
div.pBody {
  -moz-border-radius-topright: 0.57em;
  -moz-border-radius-bottomright: 0.57em;
}

pre {
  border: 1px solid #A2C5E6;
}

pre, table#toc, div.thumb div {
  -moz-border-radius-topleft: 0.57em;
  -moz-border-radius-topright: 0.57em;
  -moz-border-radius-bottomleft: 0.57em;
  -moz-border-radius-bottomright: 0.57em;
}

table#toc {
    border: 1px solid #aaaaaa;
    border-spacing: 0;
    background-color: #f9f9f9;
    padding: 0;
    font-size: 95%;
}

table#toc tr td {
    background-color: #e9e9e9;
    -moz-border-radius-topleft: 0.57em;
    -moz-border-radius-topright: 0.57em;
    padding: 0 10px;
}
table#toc tr#tocinside td {
    border-top: 1px solid #aaaaaa;
    background-color: inherit;
    padding: 5px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
}

div#catlinks, p.catlinks {
    margin: 0;
}
div#catlinks {
    padding: 8px;
    float: right;
    -moz-border-radius-topleft: 0.57em;
    -moz-border-radius-topright: 0.57em;
    -moz-border-radius-bottomleft: 0.57em;
    -moz-border-radius-bottomright: 0.57em;
}

a { text-decoration: underline; }