123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568 |
- /* [Default Theme] */
- body, rss {
- background-color:#FFF;
- color: #000;
- font-weight: normal;
- padding: 1em 2em;
- }
- div.header h1, title {
- font-size: 250%;
- line-height: 105%;
- font-family: inherit;
- font-weight: normal;
- letter-spacing: 0.1em;
- margin: 1em 0;
- }
- div.header h1 a, div.journal h1 a {
- text-decoration: none;
- color: #000;
- }
- h1, h2, item title {
- font-size: larger;
- font-weight: normal; /* inherit not supported by IE */
- letter-spacing: 0.1em;
- margin: 2em 0 1em 0;
- }
- h3 {
- font-size: medium;
- font-weight: normal;
- font-style: italic;
- margin: 2em 0 1em 0;
- }
- a:link {
- color:#00F;
- }
- a:visited {
- color:#A0A;
- }
- a:active {
- color:#F00;
- }
- span.bar a {
- margin-right:1ex;
- }
- img {
- border-style:none;
- }
- img.upload {
- background: inherit;
- border: 1px solid #aaa;
- padding: 5px;
- }
- img.logo {
- float: right;
- clear: right;
- }
- div.diff {
- padding-left:5%;
- padding-right:5%;
- }
- div.diff p b {
- font-size: 150%;
- font-weight: normal;
- }
- div.old {
- background-color:#FFFFAF;
- }
- div.new {
- background-color:#CFFFCF;
- }
- div.refer {
- padding-left: 5%;
- padding-right: 5%;
- font-size: 80%;
- }
- div.message {
- background-color:#FEE;
- }
- div.sister {
- float:left;
- margin-right:1ex;
- background-color:#fff;
- }
- div.sister p {
- margin-top:0;
- }
- div.sister hr {
- display:none;
- }
- div.near, div.definition {
- background-color:#efe;
- }
- div.near p, div.definition p {
- margin-top: 0;
- }
- div.toc {
- padding: 0 0.4em 0.4em 0.4em;
- margin: 3em 20% 1em 2em;
- margin-right: 200px;
- background-color:#FAFAFF;
- border:#999 1px solid;
- font-size: 80%;
- line-height: 90%;
- font-family: sans-serif;
- }
- div.toc.dense li {
- display: inline;
- }
- div.toc h2 {
- margin: 0;
- padding-top: 1em;
- padding-left: 1em;
- font-size: inherit;
- }
- /* get rid of useless "10 results found" when using indexed search. */
- div.search p.result { display:none; }
- label[for="searchlang"], input#searchlang { display: none; }
- form.tiny, form.tiny p {
- display:inline;
- white-space:nowrap;
- }
- form.tiny input {
- margin: 0.1em;
- font-size: 80%;
- font-family: inherit;
- }
- form.tiny input[type="text"] {
- width: 10em;
- }
- /* portrait support */
- div.color {
- clear:left;
- }
- div.one {
- background-color:#eee;
- padding: 0.1ex 0;
- }
- img.portrait {
- float:left;
- clear:left;
- background-color:#fff;
- border:#999 1px solid;
- padding:10px;
- margin:10px;
- }
- li {
- margin-left:1em;
- }
- div.portrait {
- float: left;
- clear: left;
- font-size: xx-small;
- padding-left: 10px;
- }
- div.portrait + p {
- min-height:70px;
- }
- div.portrait img.portrait {
- float:none;
- margin:10px 10px 0 0;
- }
- div.portrait a {
- text-decoration:none;
- color:#999;
- }
- dl.irc dt {
- width:15ex;
- float:left;
- text-align:right;
- clear:left;
- }
- dl.irc dt span.time { display:none; }
- dl.irc dd {
- margin-left:17ex;
- }
- table.history {
- border-style:none;
- }
- table.history td[colspan="3"] {
- padding: 1em 0;
- }
- td.history {
- border-style:none;
- }
- table.history input[type="submit"] {
- font-size: 70%;
- padding: 0;
- margin: 0 1ex;
- }
- table.user {
- border-style:solid;
- border-width:thin;
- }
- table.user tr td {
- border-style:solid;
- border-width:thin;
- padding:5px;
- }
- span.result {
- font-size:larger;
- }
- span.info {
- font-size:smaller;
- font-style:italic;
- }
- div.rss {
- background-color:#EEF;
- }
- .left { float:left; margin-right:1em; }
- .right { float:right; margin-left:1em; }
- /*
- * a.definition:before { content:"[::"; }
- * a.definition:after { content:"]"; }
- * a.link:before { content:"[##"; }
- * a.link:after { content:"]" }
- */
- a.definition {
- color:#000;
- text-decoration:none;
- border-bottom:dashed 1px;
- }
- a.alias {
- text-decoration:none;
- border-bottom:dashed 1px;
- }
- a.near:link {
- color:#093;
- }
- a.near:visited {
- color:#550;
- }
- ol, ul, dl {
- padding-top:0.5em;
- }
- dd, li {
- margin-bottom:0.5em;
- }
- /* elisp files and other scripts for download */
- p.download a, a.download {
- padding: 0.5em;
- color: black;
- text-decoration: none;
- background-color: #cfa;
- border: 1px solid #7a7;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- /* cal */
- pre.cal {
- float:left;
- margin:3ex;
- height:20ex;
- }
- pre.cal a {
- text-decoration:none;
- font-weight:bold;
- }
- pre.cal a:hover {
- background-color:#eef;
- }
- h2, h3, h4, h5, h6, hr, div.footer {
- clear:both;
- }
- div.footer {
- margin-top: 2em;
- }
- .legal {
- font-size: 80%;
- }
- /* printable index */
- div.letter br {
- display: none;
- }
- div.letter h2 {
- clear: both;
- padding-top: 2ex;
- border-bottom: solid 1px;
- }
- div.letter > a {
- display: block;
- width: 40ex;
- float: left;
- border:none;
- }
- textarea[name="text"] {
- width:100%;
- height:80%;
- }
- textarea[name="summary"] {
- width:100%;
- height:3em;
- }
- div.comment textarea {
- height:10em;
- }
- /* calendar */
- div.month {
- padding:0;
- margin:0 2ex;
- }
- div.year div.month {
- float:left;
- }
- div.month a {
- text-decoration:none;;
- }
- div.month a.edit {
- color:inherit;
- }
- div.month a.local {
- font-weight:bold;
- }
- /* highlighting */
- /* highlighting source code */
- span.builtin { color: #483d8b; } /* DarkSlateBlue */
- span.comment { color: #b22222; } /* Firebrick */
- span.constant { color: #008b8b; } /* DarkCyan */
- span.function { color: #0000ff; } /* Blue1 */
- span.keyword { color: #7f007f; } /* Purple */
- span.string { color: #8b475d; } /* VioletRed4 */
- span.type { color: #228b22; } /* ForestGreen */
- span.warning { color: #ff0000; font-weight: bold; } /* Red1 */
- span.comment span,
- span.string span { color: inherit; }
- span.comment span.important.constant,
- span.string span.important.constant { color: #008b8b; }
- /* old: Equivalent to Output::HTML */
- span.linecomment { color: green; }
- span.blockcomment { color: green; }
- span.prepro { color: purple; }
- span.select { font-weight: bold; }
- span.quote { color: blue; }
- span.category_1 { color: teal; }
- span.category_2 { color: blue; }
- span.category_3 { color: blue; }
- /* printing */
- @media print {
- body {
- font-size: 10pt;
- line-height: 12pt;
- }
- a:link, a:visited {
- color:#000;
- text-decoration:none;
- }
- img.logo, img.logo, div.header span, div.header br,
- div.header form, div.diff,
- a.edit, a.number span,
- div.footer, div.footer + hr, div.sister {
- display:none;
- }
- a[class="url number"]:after,
- a[class="inter number"]:after {
- content:"[" attr(href) "]";
- }
- a[class="local number"]:after {
- content:"[" attr(title) "]";
- }
- }
- /* remove the logo from the normal flow */
- body.sidebar div.header img.logo {
- position:absolute;
- top:10pt;
- right:10pt;
- }
- /* float the top goto bar to the left
- leave enough space at the top for the logo which is removed from the flow
- everything should be pixel based -- no scaling
- assume maximum of 5 rows, 2 colums = 10 items
- */
- body.sidebar div.header span.gotobar {
- display:block;
- width:200px;
- height:200px;
- background:#fff;
- float:right;
- padding:140px 0 0 30px;
- margin:0;
- }
- body.sidebar div.header span.gotobar + br {
- display:none;
- }
- body.sidebar div.header span.specialdays {
- color:#aaa;
- }
- body.sidebar div.header span.gotobar a {
- display:block;
- float:left;
- width:99px;
- margin:0;
- padding:0;
- font-size:14px;
- }
- body.sidebar div.footer span.edit br {
- display:none;
- }
-
- body.sidebar div.footer span.edit {
- display:block;
- position:absolute;
- top:230px;
- right:0;
- padding:0;
- margin:0;
- width:208px;
- }
- body.sidebar div.footer span.edit a {
- display:block;
- font-size:14px;
- }
- body.sidebar div.footer span.gotobar {
- display:none;
- }
- body.sidebar div.footer span.time br {
- display:none;
- }
- body.sidebar hr, body.sidebar h2 {
- clear: left;
- }
- body.sidebar div.toc {
- margin-right:240px;
- }
- /* The textarea needs to be limited in width or else
- the floating sidebar will force it down */
- body.sidebar div.edit form {
- margin-right:240px;
- }
- body.tiny {
- font-size: 8pt;
- line-height: 9pt;
- }
- body.small {
- font-size: 10pt;
- line-height: 11pt;
- }
- body.medium {
- font-size: 12pt;
- line-height: 14pt;
- font-family: "Lucida Bright", serif;
- }
- body.medium div.content h1, body.medium h2 {
- font-size: 14pt;
- }
- body.medium div.toc h2 {
- font-size: inherit;
- }
- body.big {
- font-size: 14pt;
- line-height: 16pt;
- font-family: "Lucida Bright", serif;
- }
- body.big div.toc {
- font-family: "Lucida Sans", sans-serif;
- }
- body.typo div.content h1, body.typo div.content > h2 {
- font-variant: small-caps;
- margin-top: 5em;
- margin-bottom: 2em;
- }
- body.typo h3 {
- margin-top: 3em;
- margin-bottom: 1em;
- }
- /* rss */
- channel * { display: block; }
- channel > link:before {
- font-size: x-large;
- display: block;
- margin: 1ex;;
- padding: 1ex;
- content: "This is an RSS feed, designed to be read in an RSS application.";
- color: red;
- border: 1px solid red;
- }
- link {
- font-size: small;
- margin-bottom: 2ex;
- }
- username:before { content: "Last edited by "; }
- username:after { content: "."; }
- generator:before { content: "Feed generated by "; }
- generator:after { content: "."; }
- description {
- font-weight: bold;
- font-style: normal;
- }
- item title {
- margin-bottom: 0;
- }
- item description {
- font-weight: normal;
- font-style: italic;
- margin-bottom: 1em;
- }
- link, license {
- font-size: 10pt;
- }
- copyright {
- font-size: 12pt;
- line-height: 14pt;
- margin: 2em;
- }
- image url {
- text-indent: -5000px; /* hide text off-screen */
- height: 112px;
- width: 196px;
- background:url("http://www.emacswiki.org/emacs_logo.png") no-repeat;
- position: absolute;
- top: 0;
- right: 10px;
- display: block;
- }
- docs, language,
- pubDate, lastBuildDate, ttl, guid, category, comments,
- docs, image title, image link,
- status, version, diff, history, importance, interwiki {
- display: none;
- }
|