[NOT PART OF THE DEFAULT BUILD] Update of the CSS declarations

git-svn-id: svn://10.0.0.236/trunk@64356 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rbs%maths.uq.edu.au 2000-03-28 09:55:59 +00:00
parent 8ecb08198f
commit b12270f7a4

View File

@ -25,16 +25,16 @@ display: block;
math, math[mode="inline"] {
display: inline;
font-family: Symbol, Times;
font-family: CMSY10, CMEX10, Symbol, Times /*,Math1,Math2,Math3,Math4,Math5, Times*/;
font-style: normal;
/* font-weight: bold; */
/* font-size: 24pt; */
/* font-size: 40pt; */
}
math[mode="display"] {
display: block;
text-align: center;
font-family: Symbol, Times;
font-family: CMSY10, CMEX10, Symbol, Times;
font-style: normal;
/* font-weight: bold; */
/* font-size: 14pt; */
@ -92,7 +92,6 @@ math[mode="display"] {
font-size: xx-large;
}
/*
mmultiscripts {
background-color: yellow;
@ -129,7 +128,6 @@ ms:after {
content: close-quote;
}
/*
mpadded {
background-color: yellow;
@ -144,36 +142,50 @@ mspace {
/*
msqrt {
border: 1px solid red;
border: 1px dotted red;
background-color: green;
}
*/
/*
mrow {
/* border: 1px solid black; */
/* font-style: italic; */
border: 1px solid black;
font-style: italic;
}
*/
/*
mphantom {
}
*/
/*
mfrac {
/* background-color: blue; */
/* font-size: smaller */
/* border: 1px solid black; */
background-color: blue;
border: 1px dotted black;
}
*/
/*
msub, msup {
/* background-color: yellow; */
/* border: 1px dotted black; */
/* font-size: small; */
background-color: yellow;
border: 1px dotted black;
font-size: small;
}
*/
/*
mfenced {
background-color: yellow;
border: 1px dashed dotted black;
}
*/
/*
mn {
/* border: 1px solid black; */
border: 1px solid black;
}
*/
mi {
color: red;
@ -182,25 +194,25 @@ mi {
/* background-color: yellow; */
}
/*
mo {
/* font-style: normal; */
/* border: 1px solid black; */
/* background-color: blue; */
font-family: CMEX10, Math1, Math3, Math4;
font-style: normal;
border: 1px solid black;
background-color: blue;
}
*/
/*
munder, mover, munderover {
background-color: yellow;
border: 1px solid black;
}
*/
/*
maction:focus {
maction:hover {
outline: thick solid black;
border: 1px solid black;
border: 1px dotted black;
}
*/
@ -232,7 +244,6 @@ merror {
background-color: lightyellow;
}
mtable {
/* display: inline-table; */
display: table;
@ -246,12 +257,12 @@ mtable {
/* must never set padding in td, th */
mtd {
display: table-cell;
vertical-align: inherit;
background-color: inherit;
text-align: center;
/* border-style: inset; */
/* border-color: #c0c0c0; */
display: table-cell;
}
mtr {
@ -268,15 +279,6 @@ mstyle[fontstyle="normal"] mi {
font-style: normal;
}
:-moz-math-font-style-normal {
font-style: normal;
}
/*
:-moz-math-font-style-italic {
font-style: italic;
}
*/
:-moz-math-font-size-smaller {
font-size: smaller;
@ -285,3 +287,22 @@ mstyle[fontstyle="normal"] mi {
:-moz-math-font-size-larger {
font-size: larger;
}
/*
:-moz-math-font-style-italic {
font-style: italic;
}
*/
:-moz-math-font-style-normal {
font-style: normal;
}
:-moz-math-font-style-stretchy {
font-family: CMSY10, CMEX10, MT Extra, Symbol /*,Math1, Math3, Math4, Math5*/;
font-style: normal;
background-color: #3C6;
}
:-moz-math-font-style-anonymous {
}