User:JAL2/monobook.css

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
h1  {
    color: #660000;
    font-family: Arial, Helvetica, sans-serif;
}

h2  {   
    font-family: Arial, Helvetica, sans-serif;
    color: #660000;
}

h3  {   
    font-family: Arial, Helvetica, sans-serif;
    color: #800000;
}

/* reinstitute this change to h3 if red h2's are not instituted */
/* h3 { font-size: 125%; } */


h3  {   
    font-size: 135%;
}

var {
    font-style: normal;
    font-weight: 600;
    font-size: 95%;
    text-transform: capitalize;
    color: #555;
}

/* var normal color dk gray is #555; brown is #7A4707, then #663300; dk red was #601010, now #730000  */

/* link-within-var  */

var a:link {
    color: #5353EF;
}

var a:visited {
    color: #5353EF;
}


var.term {
    text-transform: none;
    font-style: italic;
    font-size: 100%;
    font-weight: normal;
    color: black;
}


var.product {
    color: black;
    font-style: italic;
    font-weight: normal;
}

var.product a {
    color: #002bb8;
}


var.camel {
    text-transform: none;
}

span.literal {
    font-family: Consolas, "Courier New", monospace;
    font-weight: normal;
}

span.term {
    font-family: Consolas, "Courier New", monospace;
}

p.syntax {
	font-family: Consolas, "Courier New", monospace;
        border: 1px dashed #AE5326;
}

p.code {
	font-family: Consolas, "Courier New", monospace;
}

.syntaxTable th {
    font-style: italic;
}



th, td, .syntaxTable th, .syntaxTable td, .list th, .list td {
    padding: 0.5em;
}


.caption {
    font-size: 100%;
    font-weight: bold;
    color: black;
}

#footer li  {
margin:0 1em;
}

/* make Sidebar wider - from Manual:Interface/Sidebar - (to view change in Firefox: hold Shift while clicking Reload) */
/* this minor adjustment prevents some wrapping of items (primarily needed by Firefox) */
#column-content { margin-left: -13.9em }  /* IE doesn't seem to respond to this one */
#column-content #content { margin-left: 13.9em } /* IE doesn't seem to respond to this one */
#p-logo a, #p-logo a:hover { width: 13.9em } 
.portlet { width: 12.9em } 
#p-cactions { left: 12.9em }
div#column-content { margin-left: -13.9em }  
div#content { margin-left: 13.9em }