~ubuntu-drupal-devs/ubuntu-drupal-theme/6.x-brown

« back to all changes in this revision

Viewing changes to css/dust.css

  • Committer: David Giard
  • Date: 2010-01-07 15:39:44 UTC
  • Revision ID: swe3tdave@gmail.com-20100107153944-fi7okeohi735a1zg
Added Tangerine CSS file
Modified style.css and dust.css to fit with the changes needed in tangerine.css
Fixed small bug in template.php line 370
Fixed missing base_path() in template.php line 370

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
body { 
25
25
  background-color: #d3caaa;
 
26
  font: 80% Arial, Helvetica, sans-serif; 
26
27
}
27
28
 
28
29
h2 {
 
30
  font-variant: small-caps;
29
31
  color: #4F3B14;
30
32
  border-bottom: 1px solid #cccccc;
31
33
}
40
42
 
41
43
a:hover, a:active, li a.active {
42
44
  color: #d40000;
 
45
  outline: none;
 
46
  text-decoration: none;
43
47
}
44
48
 
45
49
hr {
92
96
 
93
97
#tabs-wrapper h2 {
94
98
  color: #4F3B14;
 
99
  font-variant: small-caps;
 
100
}
 
101
 
 
102
#tabs-wrapper h2.with-tabs {
 
103
  font-variant: small-caps;
95
104
}
96
105
 
97
106
.node h2 {
98
107
  border-bottom: 1px solid #d6d6d6;
 
108
  font-variant: small-caps;
99
109
}
100
110
 
101
111
#node-title {
 
112
  padding: 0 10px;
102
113
  background-color: #ebe0ca;
103
114
}
104
115
 
105
116
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
 
117
  font-size: 1px;
 
118
  line-height: 1px;
 
119
  display: block;
 
120
  height: 5px;
 
121
  background-repeat: no-repeat;
106
122
  background-color: #ebe0ca; 
107
123
}
108
124
 
 
125
span.corners-top {
 
126
  background-image: url(../images/layout/corner_topleft.png);
 
127
  background-position: 0 0;
 
128
  margin: 0 -10px;
 
129
  padding-left: 5px;
 
130
}
 
131
 
 
132
span.corners-top span {
 
133
  background-image: url(../images/layout/corner_topright.png);
 
134
  background-position: 100% 0;
 
135
}
 
136
 
 
137
span.corners-bottom {
 
138
  background-image: url(../images/layout/corner_bottomleft.png);
 
139
  background-position: 0 100%;
 
140
  margin: 0 -10px;
 
141
  clear: both;
 
142
  padding-left: 5px;
 
143
}
 
144
 
 
145
span.corners-bottom span {
 
146
  background-image: url(../images/layout/corner_bottomright.png);
 
147
  background-position: 100% 100%;
 
148
}
 
149
 
109
150
.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current {
110
151
  border: 1px solid #cccccc;
111
152
  color: #4F3B14;
157
198
div.block-announcements div.content h3 {
158
199
  color: #4F3B14;
159
200
  border-bottom: 1px solid #d6d6d6;
 
201
  font-variant: small-caps;
160
202
}
161
203
 
162
204
/**
185
227
 
186
228
/* lists */
187
229
 
 
230
ul li, ul li.leaf, .item-list ul li {
 
231
  list-style-image: url(../images/layout/menu-leaf.gif);
 
232
}
 
233
 
 
234
ul li.expanded {
 
235
  list-style-image: url(../images/layout/menu-expanded.gif);
 
236
}
 
237
 
 
238
ul li.collapsed {
 
239
  list-style-image: url(../images/layout/menu-collapsed.gif);
 
240
}
 
241
 
188
242
/* admin tab links */
189
243
 
190
244
ul.secondary {
395
449
 
396
450
#header {  
397
451
 background-color: #ffffff;
 
452
 min-height: 30px;
398
453
}
399
454
 
400
455
#header #logotext h1 {
403
458
 
404
459
#header #slogantext h1 {
405
460
  color: #4F3B14;
 
461
  font-variant: small-caps;
 
462
}
 
463
 
 
464
#topNav {
 
465
  padding-bottom: 5px;
 
466
  height: 50px;
406
467
}
407
468
 
408
469
#topNav a {