comparison frontend/mfrontend/static/style.css @ 27:6a9e2b3b4398

Dodałem pliki statyczne od Miłosza, małe modyfikacje w kwestii dokumentacji
author Michał Rudowicz <michal.rudowicz@fl9.eu>
date Sat, 21 May 2011 10:01:30 +0200
parents
children
comparison
equal deleted inserted replaced
26:f73176cba39b 27:6a9e2b3b4398
1 body {
2 font-family: "tahoma", "arial", "helvetica", "sans-serif";
3 background: url(/static/pic/backgroundbody.jpg);
4 border-collapse : collapse;
5 text-align: center;
6 font-size: small;
7 }
8
9 #content
10 {
11 background: #ffffff;
12 width: 80%;
13 margin-left: auto;
14 margin-right: auto;
15 height: 400px;
16 }
17 .frame{
18 width: 700px;
19 margin-left: auto;
20 margin-right: auto;
21 font-size: small;
22 }
23
24 .ft {
25 height : 17px;
26 width : 700px;
27 }
28
29 .ftl {
30 float: left;
31 display:inline;
32 background : url(/static/pic/tb2_l.gif) no-repeat;
33 width : 22px;
34 height: 22px;
35 }
36
37 .ftc {
38 float: left;
39 display:inline;
40 background : url(/static/pic/tb2_m.gif) repeat-x;
41 width : 554px;
42 height: 17px;
43 color : #445588;
44 padding-top: 5px;
45 font-weight: bold;
46 text-align: left;
47 }
48
49 .ftr {
50 float: left;
51 display:inline;
52 background : url(/static/pic/tb2_r.gif) no-repeat;
53 width : 124px;
54 height: 22px;
55 }
56 .fm {
57 float: left;
58 padding: 4px;
59 margin: 0px;
60 background-color : #f7f7f7;
61 font-family : Verdana, Helvetica, sans-serif;
62 width: 690px;
63 border-color : #B5B6B8;
64 border-style : solid;
65 border-width : 1px;
66 }
67
68 .fb {
69 border-collapse : collapse;
70 height : 4px;
71 width : 100%;
72 border : 0;
73 margin-bottom: 20px;
74 }
75 .fbl {
76 float:left;
77 display: inline;
78 background : url(/static/pic/tb4_l.gif) no-repeat;
79 width : 8px;
80 height: 3px;
81 }
82 .fbc {
83 float:left;
84 display: inline;
85 background : url(/static/pic/tb4_m.gif) repeat-x;
86 width : 684px;
87 height: 3px;
88 }
89 .fbr {
90 float:left;
91 display: inline;
92 background : url(/static/pic/tb4_r.gif) no-repeat;
93 width : 8px;
94 height: 3px;
95 }
96
97 .row2 {
98 background-color : #ececec;
99 padding : 4px;
100 font-family : Verdana, Helvetica, sans-serif;
101 border-color : #ffffff;
102 border-style : solid;
103 border-width : 1px 1px 0;
104 }
105 .row3 {
106 background-color : #f7f7f7;
107 margin : 4px;
108 padding : 10px;
109 font-family : Verdana, Helvetica, sans-serif;
110 border-width : 0px;
111 }
112
113 .colhead {
114 padding: 5px;
115 text-align: center;
116 font-weight: bold;
117 color: #000000;
118 background-color: #e0e5f1;
119 }
120
121 table.inner {
122 border-collapse: collapse;
123 }
124
125 #menu
126 {
127 width: 70%;
128 text-align: center;
129 margin-left: auto;
130 margin-right: auto;
131 margin-bottom: 30px;
132 font-weight: bold;
133 }
134
135 .button {
136 display: inline-block;
137 background : url(/static/pic/buttons/button1.gif) no-repeat;
138 background-position: bottom center;
139 width: 140px;
140 height: 22px;
141 color : #445588;
142 border: none;
143 padding-top: 8px;
144 }
145
146 .button a
147 {
148 color : #445588;
149 font-weight: bold;
150 text-decoration: none;
151 font-size: small;
152 }