User:JAL2/monobook.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(231 intermediate revisions by 2 users not shown)
Line 1: Line 1:
var {
h1  {
     font-style: normal;
     color: #660000;
    text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
     font-family: "Times New Roman", Times, serif;
    font-size: 1.1em;
    color: #601010;
}
}


var.term {
h2  {  
    text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
     color: #660000;
     font-family: sans-serif;
    font-size: 1.0em;
     color: #000;
}
}


var.product {
h3  {  
    color: black;
     font-family: Arial, Helvetica, sans-serif;
     font-family: sans-serif;
     color: #800000;
     font-style: italic;
    font-size: 1.1em;
}
}


p.syntax {
/* reinstitute this change to h3 if red h2's are not instituted */
    font-family: "Consolas", "Courier New", Courier, monospace;
/* h3 { font-size: 125%; } */
     font-size: 1.1em;
 
    line-height: 1.2em
 
h3  { 
     font-size: 135%;
}
}


 
var {
p.syntax span.literal {
     font-style: normal;
     font-style: normal;
     font-family: "Consolas", "Courier New", Courier, monospace;
     font-weight: 600;
     font-weight: normal;
     font-size: 95%;
     color: #601010;
    text-transform: capitalize;
     color: #555;
}
}


p.syntax span.term {
/* var normal color dk gray is #555; brown is #7A4707, then #663300; dk red was #601010, now #730000  */
    font-style: italic;
 
    font-family: "Consolas", "Courier New", Courier, monospace;
/* link-within-var  */
     color: #000;
 
var a:link {
     color: #5353EF;
}
}


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




p.syntax2 {
var.term {
     color: #000;
     text-transform: none;
    background-color: #f9f9f9;
     font-style: italic;
    padding: 5px 5px 5px 10px;
     font-size: 100%;
    border: 1px dashed #4169E1;
     font-weight: normal;
     font-family: "Courier New", Courier, monospace;
     color: black;
     font-size: 12.7px;
     line-height: 13.97px;
     vertical-align: baseline;
    white-space: pre;  
}
}


p.syntax2 span.literal {
 
     font-style: normal;
var.product {
     font-family: "Courier New", Courier, monospace;
     color: black;
     font-style: italic;
     font-weight: normal;
     font-weight: normal;
    color: #601010;
}
}


p.syntax2 span.term {
var.product a {
    font-style: italic;
     color: #002bb8;
    font-family: "Courier New", Courier, monospace;
     color: #000;
}
}




p.syntax3 {
var.camel {
     color: #000;
     text-transform: none;
    background-color: #f9f9f9;
    padding: 5px 5px 5px 10px;
    border: 1px dashed #4169E1;
    font-family: "Lucida Sans Typewriter", monospace;
    font-size: 12.7px;
    line-height: 13.97px;
    vertical-align: baseline;
    white-space: pre;  
}
}


p.syntax3 span.literal {
span.literal {
    font-style: normal;
     font-family: Consolas, "Courier New", monospace;
     font-family: "Lucida Sans Typewriter", monospace;
     font-weight: normal;
     font-weight: normal;
    color: #601010;
}
}


p.syntax3 span.term {
span.term {
    font-style: italic;
     font-family: Consolas, "Courier New", monospace;
     font-family: "Lucida Sans Typewriter", monospace;
    color: #000;
}
}


p.syntax4 {
p.syntax {
    color: #000;
font-family: Consolas, "Courier New", monospace;
    background-color: #f9f9f9;
        border: 1px dashed #AE5326;
    padding: 5px 5px 5px 10px;
    border: 1px dashed #4169E1;
    font-family: "Lucida Console", monospace;
    font-size: 12.7px;
    line-height: 13.97px;
    vertical-align: baseline;
    white-space: pre;  
}
}


p.syntax4 span.literal {
p.code {
    font-style: normal;
font-family: Consolas, "Courier New", monospace;
    font-family: "Lucida Console", monospace;
    font-weight: normal;
    color: #601010;
}
}


p.syntax4 span.term {
.syntaxTable th {
     font-style: italic;
     font-style: italic;
    font-family: "Lucida Console", monospace;
    color: #000;
}
}






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




p.code {
.caption {
font-family: Consolas, "Courier New", Courier, monospace;
    font-size: 100%;
    font-weight: bold;
    color: black;
}
}


.syntaxTable th {
#footer li  {
    font-style: italic;
margin:0 1em;
}
}


.syntaxTable th var {
/* make Sidebar wider - from Manual:Interface/Sidebar - (to view change in Firefox: hold Shift while clicking Reload) */
    font-style: normal;
/* this minor adjustment prevents some wrapping of items (primarily needed by Firefox) */
    font-family: sans-serif;
#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 }

Latest revision as of 17:36, 1 May 2013

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 }