2007-01-22 14:43:50 +01:00
|
|
|
body {
|
|
|
|
background-color:#FFF;
|
|
|
|
color:#333;
|
|
|
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
2007-02-18 09:43:26 +01:00
|
|
|
font-size:1em;
|
2007-01-22 14:43:50 +01:00
|
|
|
line-height:1.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#Container {
|
2007-02-01 10:39:21 +01:00
|
|
|
margin:0 10px;
|
2007-01-22 14:43:50 +01:00
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#Content {
|
|
|
|
border-top:none;
|
2007-02-01 10:39:21 +01:00
|
|
|
margin:auto;
|
2007-01-22 14:43:50 +01:00
|
|
|
padding:0.3em;
|
|
|
|
text-align:left;
|
|
|
|
width:100%;
|
2007-02-01 10:39:21 +01:00
|
|
|
max-width:55em;
|
2007-01-22 14:43:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
2007-02-20 00:35:32 +01:00
|
|
|
color:#555;
|
2007-01-22 14:43:50 +01:00
|
|
|
}
|
|
|
|
|
2007-02-09 09:04:31 +01:00
|
|
|
h1,h2,h3,h4,h5,h6 {
|
2007-01-22 14:43:50 +01:00
|
|
|
color:#333;
|
|
|
|
font-family:georgia, verdana, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size:200%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2007-02-09 09:04:31 +01:00
|
|
|
font-size:173%;
|
2007-01-22 14:43:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2007-02-09 09:04:31 +01:00
|
|
|
font-size:144%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2007-01-22 14:43:50 +01:00
|
|
|
font-size:120%;
|
|
|
|
}
|
|
|
|
|
2007-02-09 09:04:31 +01:00
|
|
|
h5,h6 {
|
|
|
|
font-size:100%
|
|
|
|
}
|
|
|
|
|
2007-01-22 14:43:50 +01:00
|
|
|
h1#pageName {
|
|
|
|
line-height:1em;
|
2009-02-08 10:17:20 +01:00
|
|
|
margin:0.2em 0 0.2em 0;
|
2007-01-22 14:43:50 +01:00
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1#pageName small {
|
|
|
|
color:#444;
|
|
|
|
font-size:35%;
|
|
|
|
line-height:1em;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
2009-02-08 10:17:20 +01:00
|
|
|
#svg_logo {
|
|
|
|
float:left;
|
|
|
|
margin:.5em .25em 0 -.625em;
|
2009-02-08 17:27:08 +01:00
|
|
|
width:1.5em;
|
|
|
|
height:1.625em;
|
2009-02-08 10:17:20 +01:00
|
|
|
}
|
|
|
|
|
2007-01-22 14:43:50 +01:00
|
|
|
a.nav,a.nav:link,a.nav:visited {
|
|
|
|
background-color:#FFF;
|
|
|
|
color:#000;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border:double #000;
|
|
|
|
border-collapse:collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
border:thin solid #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-bottom:0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newWikiWord {
|
|
|
|
background-color:#DDD;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newWikiWord a:hover {
|
|
|
|
background-color:#FFF;
|
|
|
|
}
|
|
|
|
|
2008-12-30 10:03:02 +01:00
|
|
|
.deleteWikiWord {
|
2008-12-30 17:20:43 +01:00
|
|
|
background-color:#FCC;
|
|
|
|
border: 3px solid blue;
|
2008-12-30 10:03:02 +01:00
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deleteWikiWord:hover, .deleteWikiWord a:hover {
|
2008-12-30 17:20:43 +01:00
|
|
|
background-color:#F88;
|
2008-12-30 10:03:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-01-22 14:43:50 +01:00
|
|
|
form#navigationSearchForm {
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
form#navigationSearchForm input {
|
|
|
|
font-size:80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navigation {
|
2007-02-20 00:35:32 +01:00
|
|
|
color:#555;
|
2007-01-22 14:43:50 +01:00
|
|
|
font-size:90%;
|
|
|
|
margin-top:0.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navigation a:hover {
|
|
|
|
background-color:#000;
|
|
|
|
color:#FFF;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navigation a {
|
|
|
|
color:#000;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navigation small a {
|
|
|
|
font-size:90%;
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navOn {
|
|
|
|
color:#444;
|
|
|
|
font-weight:bold;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.help {
|
|
|
|
font-family:verdana, arial, helvetica, sans-serif;
|
2007-02-19 00:27:36 +01:00
|
|
|
font-size:75%;
|
2007-01-22 14:43:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div.inputBox {
|
|
|
|
background-color:#EEE;
|
|
|
|
font-family:verdana, arial, helvetica, sans-serif;
|
|
|
|
font-size:80%;
|
|
|
|
margin-bottom:1.5em;
|
|
|
|
padding:0.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
display:block;
|
|
|
|
font-size:90%;
|
|
|
|
font-style:italic;
|
|
|
|
line-height:1.5em;
|
|
|
|
margin:0 0 1.5em;
|
|
|
|
padding:0 2.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
background-color:#DDD;
|
|
|
|
font-size:90%;
|
|
|
|
overflow:auto;
|
|
|
|
padding:1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol.setup {
|
|
|
|
font-family:georgia, verdana, sans-serif;
|
|
|
|
font-size:110%;
|
|
|
|
margin-top:1em;
|
|
|
|
padding-left:1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.byline {
|
2007-02-20 00:35:32 +01:00
|
|
|
color:#666;
|
|
|
|
font-size:.8em;
|
2007-01-22 14:43:50 +01:00
|
|
|
font-style:italic;
|
|
|
|
margin-bottom:1em;
|
|
|
|
padding-top:1px;
|
|
|
|
}
|
|
|
|
|
2007-02-18 08:48:32 +01:00
|
|
|
p.show_diff {
|
|
|
|
background: #eee;
|
|
|
|
padding: 3px;
|
|
|
|
border: 1px solid silver;
|
|
|
|
font-size:.85em;
|
|
|
|
}
|
|
|
|
|
2007-02-18 09:43:26 +01:00
|
|
|
span.webName {
|
|
|
|
font-size:.5em;
|
|
|
|
}
|
|
|
|
|
2007-02-18 08:48:32 +01:00
|
|
|
span.views, span.linked {
|
|
|
|
font-size:.85em;
|
|
|
|
}
|
2007-02-18 09:43:26 +01:00
|
|
|
.views a, .linked a {
|
|
|
|
font-weight: normal
|
|
|
|
}
|
2007-02-20 00:35:32 +01:00
|
|
|
span.revisions {
|
|
|
|
font-size:.95em
|
|
|
|
}
|
2007-02-18 08:48:32 +01:00
|
|
|
|
|
|
|
#allPages, #wantedPages {
|
|
|
|
float: left;
|
|
|
|
width: 280px;
|
|
|
|
}
|
|
|
|
#allPages {
|
|
|
|
margin-right: 30px;
|
|
|
|
}
|
2007-02-18 09:43:26 +01:00
|
|
|
#allPages h2, #wantedPages h2 {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
2007-02-18 08:48:32 +01:00
|
|
|
|
|
|
|
.pageType {
|
|
|
|
font-size: .75em;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.pageStats, span.unlock {
|
2007-02-18 09:43:26 +01:00
|
|
|
font-size: .85em;
|
2007-02-18 08:48:32 +01:00
|
|
|
}
|
|
|
|
|
2007-02-04 08:21:29 +01:00
|
|
|
.diffdel,del.diffmod, .diffdel *, del.diffmod * {
|
2007-01-22 14:43:50 +01:00
|
|
|
background-color:#FAA;
|
2007-02-15 15:26:47 +01:00
|
|
|
text-decoration:line-through;
|
2007-01-22 14:43:50 +01:00
|
|
|
}
|
|
|
|
|
2007-02-04 08:21:29 +01:00
|
|
|
.diffins,ins.diffmod, .diffins *, ins.diffmod * {
|
2007-01-22 14:43:50 +01:00
|
|
|
background-color:#AFA;
|
2007-02-04 17:18:21 +01:00
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.diffmod, .diffmod * {
|
|
|
|
border: 2px solid #FE0;
|
2007-01-22 14:43:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
2007-02-20 00:35:32 +01:00
|
|
|
color:#666;
|
|
|
|
font-size:.75em;
|
2007-01-22 14:43:50 +01:00
|
|
|
font-style:italic;
|
|
|
|
line-height:1.2em;
|
|
|
|
padding-top:2em;
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer a:link,#footer a:visited {
|
2007-02-20 00:35:32 +01:00
|
|
|
color:#777;
|
2007-01-22 14:43:50 +01:00
|
|
|
font-style:italic;
|
|
|
|
}
|
2008-11-28 09:05:33 +01:00
|
|
|
#footer a:hover {
|
|
|
|
color:#FFF;
|
|
|
|
}
|
2007-01-22 14:43:50 +01:00
|
|
|
|
|
|
|
div.web_normal {
|
|
|
|
padding:4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.web_protected {
|
|
|
|
padding:4px;
|
|
|
|
background-color:#DDD;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.inputFieldWithPrompt {
|
|
|
|
margin:0.75em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.errorExplanation {
|
|
|
|
background-color:#FFA;
|
|
|
|
color:#900;
|
|
|
|
font-style:italic;
|
|
|
|
font-weight:bold;
|
|
|
|
margin:1.5em 0;
|
|
|
|
padding:1em;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.errorExplanation h2 {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.errorExplanation ul {
|
|
|
|
border:none;
|
|
|
|
margin:0.5em 0 0 2em;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.fieldWithErrors input {
|
|
|
|
border:1px solid #900;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.info {
|
|
|
|
background-color:#DDD;
|
|
|
|
color:#060;
|
|
|
|
font-weight:bold;
|
|
|
|
margin-top:0.5em;
|
|
|
|
padding:0.5em;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#editFormButtons {
|
|
|
|
margin:0.5em 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#editFormButtons span {
|
|
|
|
white-space:nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#editForm textarea#content {
|
|
|
|
}
|
|
|
|
|
|
|
|
div#MarkupHelp {
|
|
|
|
float:right;
|
|
|
|
margin-top:0.5em;
|
|
|
|
width:25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#MarkupHelp table {
|
|
|
|
border-bottom:3px solid #BBB;
|
|
|
|
border-left:3px solid #999;
|
|
|
|
border-right:3px solid #BBB;
|
|
|
|
border-top:3px solid #999;
|
|
|
|
margin-bottom:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#MarkupHelp td {
|
|
|
|
border:1px solid #999;
|
|
|
|
border-width:1px 0;
|
|
|
|
font-size:80%;
|
|
|
|
margin:0;
|
|
|
|
padding:0.2em;
|
|
|
|
vertical-align:top;
|
|
|
|
white-space:nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#MarkupHelp td.arrow {
|
2007-02-20 00:35:32 +01:00
|
|
|
color:#666;
|
2007-01-22 14:43:50 +01:00
|
|
|
padding:0 0.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#MarkupHelp h3 {
|
|
|
|
font-size:90%;
|
|
|
|
font-weight:bold;
|
|
|
|
margin:0 0 5px;
|
|
|
|
padding:5px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#MarkupHelp p {
|
|
|
|
font-size:70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.rightHandSide {
|
|
|
|
border-left:1px dotted #ccc;
|
2007-06-08 00:30:42 +02:00
|
|
|
border-bottom:1px dotted #ccc;
|
2007-01-22 14:43:50 +01:00
|
|
|
float:right;
|
|
|
|
font-size:80%;
|
|
|
|
margin-left:0.7em;
|
|
|
|
padding-left:1.5em;
|
|
|
|
width:25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newsList {
|
|
|
|
margin-top:1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newsList p {
|
|
|
|
margin-bottom:2.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.property {
|
2007-02-20 00:35:32 +01:00
|
|
|
color:#666;
|
2007-01-22 14:43:50 +01:00
|
|
|
font-size:80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a,li span {
|
|
|
|
color:#000;
|
|
|
|
}
|
|
|
|
|
2007-01-22 18:34:51 +01:00
|
|
|
a:hover,a.nav:hover, a:hover math {
|
2007-01-22 14:43:50 +01:00
|
|
|
background-color:#000;
|
|
|
|
color:#FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.errorExplanation p,div.errorExplanation li {
|
|
|
|
border:none;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
2007-01-22 15:36:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
merror {display:inline;font-size:1em;}
|
|
|
|
math[display=block] {overflow:auto;}
|
|
|
|
math { white-space: nowrap }
|
|
|
|
.maruku-eq-number {float:right}
|
2008-12-18 06:42:28 +01:00
|
|
|
.maruku-equation {text-align:center}
|
2007-02-13 10:25:05 +01:00
|
|
|
.blockquotesource {margin-left:1em;}
|
2007-02-15 15:26:47 +01:00
|
|
|
fieldset.search {display:inline; border:none;padding:0;margin:0;top:5px;position:relative;}
|
2007-03-04 09:01:36 +01:00
|
|
|
span.keyboard {
|
|
|
|
background: #CCC;
|
|
|
|
color: #000;
|
|
|
|
border: outset 2px;
|
|
|
|
font-family:verdana, arial, sans-serif;
|
|
|
|
font-size: .7em;
|
|
|
|
margin-left:5px;
|
|
|
|
padding:1px 2px;
|
|
|
|
}
|
2007-04-28 04:52:29 +02:00
|
|
|
.centeredfigure {
|
|
|
|
position:relative;
|
|
|
|
margin:auto;
|
|
|
|
text-align:center;
|
|
|
|
}
|
2008-10-17 23:26:17 +02:00
|
|
|
|
2008-10-20 07:24:22 +02:00
|
|
|
body {counter-reset: theorem lemma proposition corollary definition example remark note}
|
2008-10-17 23:26:17 +02:00
|
|
|
.un_theorem *, .num_theorem *,
|
|
|
|
.un_lemma *, .num_lemma *,
|
|
|
|
.un_prop *, .num_prop *,
|
|
|
|
.un_cor *, .num_cor * {font-style: italic}
|
|
|
|
span.theorem_label {font-style:normal; font-weight:bold;}
|
2008-10-20 07:24:22 +02:00
|
|
|
.proof span.theorem_label {font-style:italic;}
|
2008-10-17 23:26:17 +02:00
|
|
|
.num_theorem .theorem_label:after {
|
|
|
|
content: " " counter(theorem); counter-increment: theorem;}
|
|
|
|
.num_lemma .theorem_label:after {
|
|
|
|
content: " " counter(lemma); counter-increment: lemma;}
|
|
|
|
.num_prop .theorem_label:after {
|
|
|
|
content: " " counter(proposition); counter-increment: proposition;}
|
|
|
|
.num_cor .theorem_label:after {
|
|
|
|
content: " " counter(corollary); counter-increment: corollary;}
|
2008-10-20 07:24:22 +02:00
|
|
|
.num_defn .theorem_label:after {
|
|
|
|
content: " " counter(definition); counter-increment: definition;}
|
2008-10-17 23:26:17 +02:00
|
|
|
.num_example .theorem_label:after {
|
|
|
|
content: " " counter(example); counter-increment: example;}
|
|
|
|
.num_remark .theorem_label:after {
|
|
|
|
content: " " counter(remark); counter-increment: remark;}
|
2008-10-20 07:24:22 +02:00
|
|
|
.num_note .theorem_label:after {
|
|
|
|
content: " " counter(note); counter-increment: note;}
|
2008-10-17 23:26:17 +02:00
|
|
|
|