webfaction and repo.or.cz deployment done
[worddb.git] / static / style.css
blob9a3ee4f0b35e544831bd3843ada4719cc7c091d5
1 /* css reset from http://developer.yahoo.com/yui/reset/ # {{{ */
2 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
3 margin:0;
4 padding:0;
6 table {
7 border-collapse:collapse;
8 border-spacing:0;
10 fieldset,img {
11 border:0;
13 address,caption,cite,code,dfn,em,strong,th,var {
14 font-style:normal;
15 font-weight:normal;
17 ol,ul {
18 list-style:none;
20 caption {
21 text-align:left;
23 h1,h2,h3,h4,h5,h6 {
24 font-size:100%;
25 font-weight:normal;
27 q:before,q:after {
28 content:'';
30 abbr,acronym {
31 border:0;
33 /* end css reset # }}} */
35 /* base.html related styles */
36 #header_links {
37 float: right;
39 /* end base.html related styles */
41 h1.bold {
42 font-size:100%;
43 font-weight: bold;
45 td {
46 padding: 6px;
47 background: #fff;
48 color: #4f6b72;
49 vertical-align: top;
50 text-align: left;
52 th {
53 padding: 6px;
54 background: #C1DAD7;
56 table.fixed {
57 table-layout: fixed;
59 div.c_box_rect {
60 display: none;
61 position: absolute;
62 width: 200px;
63 background: white;
64 border: 1px solid gray;
65 padding: 5px;
67 div.c_box_rect img.sider{
68 float: right;
69 padding: 5px;
71 div.c_box_rect div.header {
72 background: black;
73 color: white;
74 margin-left: -5px;
75 margin-right: -5px;
76 margin-top: -5px;
77 margin-bottom: 2px;
78 padding: 3px;
80 p.show_translation {
81 color: red;
82 font-size:80%;
85 /* style class # {{{ */
86 .dnone {
87 display: none;
89 .dinline {
90 display: inline;
92 .pabsolute {
93 position: absolute;
95 /* style class # }}} */