wiki.pl: Port some fixes from upstream
[Orgmuse.git] / css / wikio.css
blob8ca5b0d6f8425b7161c701e85323c2b6fc9cfa36
1 /* Originally from Earle Martin, as seen on
2 http://downlode.org/log/2005-01-14/Mu_License,
3 Adapted by Alex Schroeder for Oddmuse.
4 Alex's changes available under the Mu License:
6 If you are asking what license this is released under,
7 you are asking the wrong question.
8 */
10 body
12 margin: 10px;
13 background: #002;
14 color: #fff;
15 font-family: Trebuchet MS, serif;
18 a:link,a:visited,a:active
20 background: transparent;
21 color: #6c9;
22 text-decoration: none;
25 a:hover
27 border-bottom: 1px dotted #6c9
30 blockquote
32 border-left: 1px solid #fff;
33 padding-left: 10px;
34 margin-left: 20px;
37 div.sidebar { float:right; border:1px dotted #000; padding:0 1em; }
38 div.sidebar ul { padding-left:1em; }
40 hr { clear:both; }
42 div.content {
43 width: 75ex;
44 border: 1px solid #fff;
45 padding: 20px;
46 color: #fff;
47 background: #333;
50 body.bigger div.content { width:100ex; }
52 div.edit { border:none; background:inherit; width:100%; }
53 div.edit textarea { width:95%; color:#fff; background:#333; }
54 input[name=summary] { width:80%; }
56 div.old { background-color: #633; }
57 div.new { background-color: #364; }
59 div.year { border:none; background:inherit; }
60 div.month { padding:0; margin:0 2ex; }
61 body > div.month {
62 float:right;
63 background-color:inherit;
64 border:solid thin;
65 padding:0 1ex;
67 div.year > div.month { float:left; }
68 div.footer { clear:both; }
69 div.month a.edit { color:inherit; font-weight:inherit; }
70 img.logo {
71 border:1px solid #fff;
72 float:right;
73 margin:0;
74 padding:2px;
77 div.color { clear:left; }
78 div.one { background-color:#444; padding: 0.1ex 0; }
79 img.portrait {
80 float:left;
81 clear:left;
82 background-color:#000;
83 border:#fff 1px solid;
84 padding:1px;
85 margin:10px;
87 li { margin-left:1em; }
88 div.portrait { float:left;
89 clear:left;
90 font-size:xx-small;
91 padding-left:10px;
93 div.portrait + p { min-height:70px; }
94 div.portrait img.portrait { float:none; margin:10px 10px 0 0; }
95 div.portrait a { text-decoration:none; color:#999; }
97 dl.irc dt { width:12ex; float:left; text-align:right; }
98 dl.irc dd { margin-left:15ex; }
100 table.history { border-style:none; }
101 td.history { border-style:none; }
102 table.user { border-style:solid; border-width:thin; }
103 table.user tr td {
104 border-style:solid;
105 border-width:thin;
106 padding:5px;
107 text-align:center;
109 span.result { font-size:larger; }
110 span.info { font-size:smaller; font-style:italic; }
111 div.rss { border:1px dashed; padding:0 1em;}
113 * a.definition:before { content:"[::"; }
114 * a.definition:after { content:"]"; }
115 * a.link:before { content:"[##"; }
116 * a.link:after { content:"]" }
118 a.definition { border-bottom:dashed 1px; }
119 a.alias { text-decoration:none; border-bottom:dashed 1px; }
120 a.near { text-decoration: underline; }
121 div.journal h1 { font-size: large }
122 dd, li { margin-bottom:0.5ex; }