Actions

MediaWiki

Difference between revisions of "Monobook.css"

From RonWareWiki

 
(23 intermediate revisions by the same user not shown)
Line 22: Line 22:
  
 
.heb
 
.heb
{direction:rtl;unicode-bidi:embed;text-align:right;font-size:160%;font-family:David;}
+
{direction:rtl;unicode-bidi:embed;text-align:right;font-size:160%;font-family:DavidMF,David;}
  
 
p.heb
 
p.heb
{direction:rtl;unicode-bidi:embed;text-align:right;font-size:160%;font-family:David;}
+
{direction:rtl;unicode-bidi:embed;text-align:right;font-size:160%;font-family:DavidMF,David;}
  
 
div.heb
 
div.heb
{direction:rtl;unicode-bidi:embed;text-align:right;font-size:160%;font-family:David;}
+
{direction:rtl;unicode-bidi:embed;text-align:right;font-size:160%;font-family:DavidMF,David;}
  
 
#bodyContent a.external,
 
#bodyContent a.external,
Line 34: Line 34:
 
         background: none;
 
         background: none;
 
         padding-right: 0;
 
         padding-right: 0;
        background-color: #09f9f9;
+
}
        font-family: Verdana,sans-serif;
+
 
 +
.pBody {
 +
    font-family:Georgia,Verdana,sans-serif;
 +
    font-size: 100%;
 +
}
 +
h1 {
 +
  font-size: 120%;
 +
}
 +
h2 {
 +
  font-size: 110%;
 +
}
 +
h3 {
 +
  font-size: 100%;
 +
}
 +
div,body,p,li {
 +
    font-family:Georgia,Verdana,sans-serif;
 +
    padding-above: 4px;
 +
    font-size: 95%;
 +
}
 +
#content a[href ^="https://"].external
 +
{
 +
    background: center right no-repeat; padding-right: 0px;
 
}
 
}

Latest revision as of 10:02, 16 August 2013

/* edit this file to customize the monobook skin for the entire site */
TD
{vertical-align:top;direction:ltr;unicode-bidi:embed;text-align:left;font-size:120%;}

TD.h
{vertical-align:top;direction:rtl;unicode-bidi:embed;text-align:right;font-size:160%;font-family:David;}

TD.e
{vertical-align:top;direction:ltr;unicode-bidi:embed;text-align:left;font-size:110%;}

.cent
{align: center; padding: 1em; padding-top: 0.5em; padding-bottom: 0.5em;}

.dot
{border-bottom:1px dotted;}

.bible
{font-style:italic;}

.bibleref
{font-size:80%;}

.heb
{direction:rtl;unicode-bidi:embed;text-align:right;font-size:160%;font-family:DavidMF,David;}

p.heb
{direction:rtl;unicode-bidi:embed;text-align:right;font-size:160%;font-family:DavidMF,David;}

div.heb
{direction:rtl;unicode-bidi:embed;text-align:right;font-size:160%;font-family:DavidMF,David;}

#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
        background: none;
        padding-right: 0;
}

.pBody {
    font-family:Georgia,Verdana,sans-serif;
    font-size: 100%;
}
h1 {
   font-size: 120%;
}
h2 {
   font-size: 110%;
}
h3 {
   font-size: 100%;
}
div,body,p,li {
    font-family:Georgia,Verdana,sans-serif;
    padding-above: 4px;
    font-size: 95%;
}
#content a[href ^="https://"].external
 {
    background: center right no-repeat; padding-right: 0px;
}