User:JAL2/monobook.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 11: Line 11:


var a:link {
var a:link {
     color: #375380;
     color: #9999FF;
}
}


var a:visited {
var a:visited {
     color: #375380;
     color: #9999FF;
}
}


var a:hover {
var a:hover {
     color: #375380;
     color: #9999FF;
}
}


var a:active {
var a:active {
     color: #375380;
     color: #9999FF;
}
}



Revision as of 21:54, 4 April 2012

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

/* var normal color dk gray is #555; brown is #7A4707  */

/* link-within-var weight is non-bold  */

var a:link {
    color: #9999FF;
}

var a:visited {
    color: #9999FF;
}

var a:hover {
    color: #9999FF;
}

var a:active {
    color: #9999FF;
}


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

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

var.camel {
    text-transform: none;
}

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

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

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;
}

h3 {
   font-size: 125%;
}

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