Moved application tab content to icon list.
[ajatus.git] / themes / default / css / structure.css
blobcee7cb56cd504760723adf32b4a761edbda8f5fb
3 margin: 0;
4 padding: 0;
6 html, body
8 font-size: 89%;
9 padding: 0;
10 font-family: "Univers", "Zurich", "Helvetica", "Arial", sans-serif;
11 line-height: 1.25;
12 background-color: #acc229;
15 #application
17 width: 100%;
18 background: #fff;
21 #application #top
23 height: 97px;
24 padding: 5px 0px 0 0px;
25 /* border-bottom: 1px solid #390;*/
26 position: static;
27 background: url('../images/top-bg.png') top left repeat-x;
29 #application #middle
31 padding: 0 10px 10px 10px;
32 min-height: 260px;
33 /*overflow: scroll;*/
35 #application #bottom
37 height: 100px;
38 padding: 0 10px 5px 10px;
39 background: url('../images/bottom-bg.png') top left repeat-x #acc229;
42 #application #top #header
44 background-image: url('../images/logo/ajatus-48.png');
45 background-position: left;
46 background-repeat: no-repeat;
47 padding-left: 52px;
48 width: 200px;
49 float: left;
50 margin-bottom: 10px;
51 margin-left: 10px;
53 #application #top #quick-search
55 width: 250px;
56 float: right;
57 margin-bottom: 10px;
59 #application #top #tabs-holder
61 height: 35px;
62 background: url('../images/tabs-bg.png') top left repeat-x;
64 #application #top #tabs-views
66 /* float: left;*/
67 position: absolute;
68 top: 67px;
69 left: 0px;
71 #application #top #tabs-application
73 /* width: 33%;
74 float: right;*/
75 position: absolute;
76 top: 67px;
77 right: 0px;
79 #application #top #application-tags
81 width: auto;
82 height: 25px;
83 float: right;
84 margin-right: 5px;
85 line-height: 25px;
87 #application #top #application-views
89 width: auto;
90 height: 25px;
91 float: right;
92 margin-right: 5px;
93 line-height: 25px;
96 #application #middle div.sub_block
100 #application #bottom #footer
102 width: 400px;
103 float: right;
104 margin-top: 50px;
105 text-align: right;
106 font-size: small;
107 color: #fff;
109 #application #bottom #footer a
111 color: #fff;
114 div.tabs
116 height: 25px;
118 div.tabs ul
120 list-style-type: none;
121 margin: 0;
122 padding: 0;
124 div.tabs ul li
126 float: left;
127 margin-right: 10px;
128 line-height: 25px;