* changed the iframe to object as the former is deprecated in xhtml 1.0
[vsc.git] / adm / _res / _themes / default / _css / screen.css
blob5ee99c5f2cf381ccc436de462674dc07542e923a
1 /* Some general stuff
2 ---------------------------------------------------*/
3 * {
4 text-align: justify;
6 html {
7 margin:0;
8 padding:0;
10 body {
11 font-size: 100%;
12 text-align: justify;
14 a {
15 font-weight: bold;
17 h1 { font-size:170% }
18 h2 { font-size:160%; font-weight:bold}
19 h3 { font-size:130% }
20 h4 { font-size:110%; font-weight:normal }
21 h5 { font-size: 90% }
22 h6 { font-size: 70% }
23 fieldset {
24 padding:0;
26 /* The top
27 ---------------------------------------------------*/
28 #top {
31 #exectime {
32 display:none;
33 font-size:0.7em;
34 text-align:right;
35 float:right;
36 padding:2px 0.3em;
38 #errors {
39 color:#900;
40 font-size:.7em;
42 /* The bottom
43 ---------------------------------------------------*/
44 #bottom {
47 #footer {
48 margin: 2em 0 0 0;
49 font-size:70%;
51 /* The main stuff
52 ---------------------------------------------------*/
53 #main{
54 width:100%;
56 .cleaner {
57 clear: both;
58 line-height: 1px;
59 height: 1px;
61 #container {
62 margin:18px auto;
63 font-size:1.1em;
65 .hr {
66 height: 1px;
67 line-height: 1px;
68 background: #777;
69 border-bottom: 1px solid #eee;
70 margin: 2px auto;
72 .cleaner {
73 width: 100%;
74 clear: both;
75 height: 1px;
76 line-height: 1px;
78 /* posts
79 ----------------------------------------------------*/
80 #p {
81 width:65%;
83 .post {
84 margin:0.5em 0 1em 0;
86 .post .head {
87 width:100%;
88 border-bottom:1px solid #444;
90 .post .head {
91 position:relative;
93 .post .head h2 {
94 margin: 0.2em 0;
95 padding:0 4.4em 0 0;
96 letter-spacing:0.1em;
98 .post .head span.details, .e {
99 position:absolute;
100 right:1em;
101 bottom:0;
102 font-style:italic;
103 font-weight:normal;
104 font-size:70%;
105 letter-spacing:normal;
106 margin:0;
107 padding:0;
108 color:#666;
110 .post .main {
111 margin:0;
112 padding:0;
113 text-indent:2.2em;
115 .post .bott {
116 font-size:80%;
117 color:#666;
118 text-align:right;
120 .post .e {
121 font-size: 50%;
122 color: #900;
124 #p_title {
125 width: 40%;
127 #edit textarea {
128 width:100%;
129 padding:0.5em;
131 #edit {
132 vertical-align: baseline;
134 #edit fieldset{
135 border:1px solid #ccc;
136 background-color:#eee;
137 padding:0.7em;
139 #edit input {
140 padding:2px 0;
142 #edit label {
143 font-size:1.4em;
145 #edit legend {
146 border:0 solid #ccc;
147 font-size:1.2em;
148 border-width:1px 1px 0 1px;
149 background-color:#eee;
150 padding:0.1em 0.5em;
152 #edit select {
153 width:90%;
155 #edit #t {
156 height:1.2em;
157 font-size:1.2em;
158 padding:0.2em 0.5em;
159 width:65%;
160 max-width:65ex;
161 margin:0.2em;
163 #edit #x {
164 /**/
165 max-width:98%;
166 max-width:110ex;
167 height:30em;
168 /**/
170 #edit select {
171 overflow:hidden;
173 /* a stuff
174 ---------------------------------------------------*/
175 .post .e li {
176 font-size:1.2em;
178 #pics {
180 #pics, #menu, .post .e{
181 text-align:right;
182 margin:0;
183 padding:0;
185 #menu li, .post .e li{
186 display:inline;
187 margin:0 0.1em 0 0;
188 padding:0;
190 #pics li {
191 position: relative;
192 float:left;
193 list-style: none;
194 text-align:center;
195 margin: 4px;
196 width: 100px;
197 height: 100px;
199 #pics li .upl {
200 font-size:0.6em;
201 width:100%;
202 left:0px;
203 bottom:0px;
204 text-align:center;
206 #pics li image {
207 width:72px;