]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/shamino_com/shamino_com.css
Add a minimalistic design by walter rafelsberger
[SourceForge/phpwiki.git] / themes / shamino_com / shamino_com.css
1 /**
2  * $Id: shamino_com.css,v 1.1 2004-12-19 17:34:19 rurban Exp $
3  *
4  * shamino.com style sheet based on the original Wiki
5  *
6  */
7 body {
8     font-family: sans-serif; 
9     font-weight: normal;
10     font-style: normal;
11     background-color: #ffffff;
12     position: absolute; 
13     top:0px;
14     left:0px;
15     visibility: visible; 
16     z-index: auto;
17     margin:0px; 
18 }
19
20 hr { 
21     height:0px; 
22     margin-left:10px;
23     margin-right:10px;
24 }
25
26 #content { 
27     font-family: sans-serif; 
28     font-weight: normal;
29     font-style: normal;
30     background-color: #ffffff;
31     padding: 1em 10px 1em 10px;
32 }
33
34 .wikitext, p, form, ul, dd, dl, li, td { 
35     font-size: small;
36     line-height: 150%;
37     color: #111111; 
38     margin: 0px;
39     padding: 0px;
40     list-style-type:none;
41 }
42
43 p, ul {
44     padding: 10px;
45     text-align: justify;
46     background-color:#ffffff;
47 }
48
49 dd {
50     font-size: x-small;
51     text-align:right;
52     padding:0px;
53     margin:0px;
54     bottom:0px;
55 }
56
57 dl {
58     padding:0px;
59     margin:0px;
60     margin-top:14px;
61     bottom:0px;
62 }
63
64 li {
65   margin-left:0px;
66   margin-bottom:0px;
67 }
68
69 img {
70     margin:0px;
71     border:0px;
72     padding:0px;
73 }
74
75 table {
76 /*  position:relative;left:0px;top:0px; */
77   border: 0px;;
78   padding: 0px;
79   border-spacing: 0px;
80   margin: 0px;
81 }
82
83 td, th, tr, tt {
84   padding: 0px;
85   margin: 2px;
86   border: 0px;
87   border-spacing: 0px;
88 }
89
90 input.numeric { text-align: right; }
91 input {     
92   font-family: sans-serif; 
93   font-size: small;
94   font-style: normal;
95   font-weight: normal;
96 }
97
98 textarea { 
99   text-decoration:none;
100   font-family: sans-serif; 
101   font-size: small;
102   font-style: normal;
103   font-weight: normal;
104 }
105
106 h1, h2, h3, h4 { 
107   font-family: Lucida Grande, sans-serif; 
108   font-weight: normal;
109   font-style: normal;
110   margin:0px;
111   padding:0px; 
112   padding-top:10px;
113   text-decoration:none;
114   text-align:left;
115 }
116
117 a:link { font-weight:normal; color:#445566; text-decoration:none }
118 a:visited { font-weight:normal; color:#445566; text-decoration:none }
119 a:hover { font-weight:normal; color:#445566; text-decoration:underline }
120 a:active { font-weight:normal; color:#445566; text-decoration:underline }
121 a:focus { font-weight:normal; color:#445566; text-decoration:underline }
122
123 .main { padding: 0px; border: 0px; margin:0px; }
124 .maintable { padding: 0px; border: 0px; margin:0px; }
125 .menu { font-size: x-small; padding: 10px; padding-top:0px; border: 0px; margin:0px; }
126 .box { background-color: #eeeeee; border: 1px solid #dcdcdc; color: #111111; padding: 0px; position: absolute; }
127 .bar { background-color: #eeeeee; color: #111111; font-weight: bold; padding: 2px 1em 2px 1em; }
128
129 .wikilink { color: #5555CC; text-decoration:none; font-style:normal; }
130 .wikinavbar { border-bottom: 1px #999999 solid; padding: 2px; font-size: xx-small; }
131 .toolbar { border-top: 1px #999999 solid; padding: 2px; font-size: xx-small; }
132 .debug { padding: 2px; margin-left:10px; font-size: xx-small; }
133 .wikinavbar a.wikilink, .toolbar a.wikilink, .editdate, #xhtml-validator a.wikilink { font-size: xx-small; }
134 .wikiaction { color: #5555CC; text-decoration:none; font-style:normal; }
135 .wiki { color: #5555CC; text-decoration:none; font-style:normal; }
136 .backlinks { color: #5555CC; text-decoration:none; font-style:normal; }
137 /* .header { font-size: x-small; border-top: 1px #999999 solid; padding:10px; padding-top:5px; padding-bottom:5px; } */
138
139 #header { font-size: xx-small; margin-left:4px; }
140 .signin, .signin a.wiki, .signin a.wikiaction { font-size: xx-small; }
141 .top { font-size: 75%; margin:4px; }
142 .plugin { margin:0px; }