The wiki has recently been updated. Please contact me by talk page or email if you encounter any issues.

User:Jotomicron/monobook.css: Difference between revisions

From FrathWiki
Jump to navigationJump to search
(New page: →‎<pre>: #editpage-specialchars { display: none; } #content { text-align: justify; font-family: "Arial"; } #toc { margin-left: 20; } // .IPA { font-family: "Arial Unicode MS"; color...)
 
No edit summary
Line 1: Line 1:
  /* <pre> */
  /* <pre> */


#editpage-specialchars { display: none; }
#editpage-copywarn { display: none; /* float: right; */ }
#content { text-align: justify; font-family: "Arial"; }
#content { text-align: justify; font-family: "Arial"; }



Revision as of 11:14, 31 March 2007

 /* <pre> */

#editpage-copywarn { display: none; /* float: right; */ }
#content { text-align: justify; font-family: "Arial"; }

#toc { margin-left: 20; }

// .IPA { font-family: "Arial Unicode MS"; color: blue; }

div.pBody a:visited { color: #002bb8; }

#bodyContent a         { text-decoration: none; }
#bodyContent a:active  { text-decoration: underline; color: #faa700; }
#bodyContent a:visited { color: #002bb8; }
#bodyContent a:hover   { text-decoration: underline; }

#bodyContent a.new         { color: #b11111; }
#bodyContent a.new:visited { color: #a55858; }

#bodyContent a.external:visited { color: #36b;}
#bodyContent a.extiw:visited    { color: #36b;}
}

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }

/************************************************/
/* make a few corners round, only supported by  */
/* moz/firefox/other gecko browsers for now.    */
/************************************************/

#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content { 
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
  border-left:none;
}

/* Personal toolbar */
#p-personal ul {
  /* transparency */
  opacity: .75;

  -moz-border-radius-bottomleft: 1em;
  border-color: #FABD23;
  border-width: 1px;
  border-style: solid;
  background:   #F8FCFF;

  /* if it weren't for this, that tool bar would stretch itself across the entire screen. */
  float: right;

  padding:        0;
  padding-bottom: .1em;
  padding-right:  3px;
  border-top:     none;
  border-right:   none;
  margin:         0;

//position: fixed;
  top:      0px;
  right:    0px;

  background-position: right center;
}

#p-personal a {
  padding: .5em;
  margin: 0;
}

#p-personal li {
  margin: 0;
  border-right: 2px dotted #FABD23;
//padding: .5em;
}

#EnWpMainPageNoCSS { display: inline; }

 /* </pre> */