/[drupal]/contributions/themes/d4rk/css/layout.css
ViewVC logotype

Diff of /contributions/themes/d4rk/css/layout.css

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Fri Jan 30 20:27:16 2009 UTC revision 1.2, Sun Feb 1 04:32:20 2009 UTC
# Line 0  Line 1 
1    /** MAIN LAYOUT - FIXED
2    ---------------------------------*/
3    
4    #page{
5            width:980px;
6            margin:0 auto;
7    }
8    
9    #content {
10            float:left;
11            width:100%;
12            margin-right:-100%;
13            padding:0;
14    }
15    #content-inner {
16            margin-right: 350px;
17            padding:0 10px 0 0;
18    }
19    #content-header-bar { /** Title Bar **/
20            background-color: #07090a;
21            margin: 0 -9px 10px;
22            padding: 5px 9px;
23    }
24    .inner{
25            padding: 10px;
26    }
27    
28    /* header
29    --------------------------- */
30    #header {
31            margin: 0 0 10px 0;
32    }
33    #header #header-region {
34            overflow: hidden;
35    }
36    #header #navi-search-secondary {
37            height: 60px;
38    }
39    #header #navi-search-secondary #search-secondary {
40            width: 300px;
41            padding: 0 25px;
42            float: right;
43    }
44    #header #navi-search-secondary #search-secondary #search {
45            width: 300px;
46            float: right;
47            height: 25px;
48    }
49    #header #navi-search-secondary #search-secondary #secondary {
50            max-width: 300px;
51            height: 16px;
52            display:block;
53    }
54    #navigation {
55            float:left;
56    }
57    /* banner
58    --------------------------- */
59    
60    #banner {
61            margin: 0 0 10px 0;
62            background: url(../images/banner.jpg) left top no-repeat; /** Banner Image Remove this line if you don't want. **/
63    }
64    
65    #banner #banner-region {
66            width: 620px;
67            background-color:#000;
68            margin: 0 10px 0 0;
69            float: left;
70    }
71    
72    #banner #logo-title {
73            width: 350px;
74            float: right;
75            padding-top: 60px;
76            min-height: 220px;
77            margin: 0;
78            position: relative;
79            background: url(../images/drupal-shade.png) center no-repeat;
80    }
81    #banner #logo-title #logo{
82            vertical-align: baseline;
83    }
84    
85    /*---------------------------------*/
86    
87    /* sidebar
88    --------------------------- */
89    
90    #sidebar {
91            width: 350px;
92            float: right;
93            margin-bottom: 10px;
94    }
95    
96    #sidebar-left {
97      float: left;
98      width: 164px;
99      margin: 0 0 0 10px;
100      border-right:dashed #2c363e 1px;
101    }
102    
103    #sidebar-right{
104      float: left;
105      width: 165px;
106      margin: 0 10px 0 0;
107    }
108    #sidebar-left-inner {
109            margin: 10px 4px 10px 0;
110    }
111    #sidebar-right-inner {
112            margin: 10px 0 10px 5px;
113    }
114    #sidebar-bottom {
115            clear:both;
116            margin-bottom: 10px;
117    }
118    #contactcard {
119            width: 348px;
120            float: right;
121            margin-bottom: 10px;
122            clear: right;
123            height: 180px;
124            background: red url(../images/gradient.png) center repeat-x;
125            border: #2c363e 1px solid;
126    }
127    #contactcard #name-and-slogan {
128            margin-top: 50px;
129            position:relative;
130    }
131    #contactcard #footer-message {
132            font-size: 9px;
133            margin: 0 10px;
134    }
135    
136    .block-title { /** Block Title Bar **/
137            background-color: #07090a;
138            margin: 0 -9px;
139            padding: 3px 9px;
140    }
141    #sidebar-left .block-title { /** Sidebar Left Title Bar **/
142            background-color: #07090a;
143            margin: 0 -3px 0 -9px;
144            padding: 3px 3px 3px 9px;
145    }
146    #sidebar-right .block-title { /** Sidebar Right Title Bar **/
147            background-color: #07090a;
148            margin: 0 -9px 0 -4px;
149            padding: 3px 9px 3px 4px;
150    }
151    
152    
153    /*---------------------------------*/
154    
155    /* footer
156    --------------------------- */
157    
158    #footer {
159            float: none;
160            clear:both;
161            padding: 10px;
162            background:#101316 url(../images/bg-footer.png) top repeat-x;
163            text-align:center;
164    }
165    .themecredits {
166            font-size: 9px;
167            text-align:center;
168    }
169    
170    
171    /*---------------------------------*/
172    
173    /* Layout Helpers */
174    body {
175            background-color: #000;
176            color: #fff;
177    }
178    th {
179            color: #2c363e;
180    }
181    #header,
182    #footer,
183    #main #content .mission,
184    #main #content .breadcrumb,
185    #main #content .node {
186            clear: both;
187    }
188    #content-top, #content-bottom {
189            background-color: #101316;
190            margin-bottom: 10px;
191            border: #2c363e 1px solid;
192    }
193    #content-header #messages {
194            background: green url(../images/gradient.png) center repeat-x;
195            margin-bottom: 10px;
196            border: #2c363e 1px solid;
197    }
198    #content-header #tabs {
199            background: #101316 url(../images/gradient.png) center repeat-x;
200            border: #2c363e 1px solid;
201            border-bottom: 0;
202    }
203    #content-header #mission {
204            background: red url(../images/gradient.png) center repeat-x;
205            margin-bottom: 10px;
206            border: #2c363e 1px solid;
207            font-family:Verdana, Arial, Helvetica, sans-serif;
208            font-style:italic;
209            font-size: 1em;
210    }
211    #content-area {
212            background-color: #101316;
213            margin-bottom: 10px;
214            border-top: #2c363e 1px solid;
215    }
216    #sidebar {
217            border-top: #2c363e 1px solid;
218            background-color: #101316;
219    }
220    #navi-search-secondary {
221            background:#101316 url(../images/bg-navi.png) bottom repeat-x;
222    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2