Changeset 3

User picture

Author: Tom Howard

(2010/01/25 02:12) Over 2 years ago

Implemented header

Affected files

Added trunk/functions.php

Show contents

Added trunk/library/languages/genpot.sh

Show contents

Added trunk/library/scripts/search.js

Show contents

Updated trunk/style.css Download diff

23
13
13
14
/*@import url( 'undo.css' );*/
14
/*@import url( 'undo.css' );*/
15
@import url( '../thematic/style.css' );
15
@import url( '../thematic/style.css' );
16
17
18
#branding {
19
	background-color: rgba( 0, 0, 0, 0.9 );
20
	color: white;
21
	width: 100%;
22
	padding-left: 0.7em;
23
	padding-top: 3.1ex;
24
	padding-bottom: 6.5ex;
25
}
26
27
#blog-title, #blog-description {
28
	float: left;
29
	clear: none;
30
	line-height: 1.5ex;
31
}
32
33
#blog-title a {
34
	color: rgb(221, 221, 221);
35
	font-family: 'Trebuchet MS', sans-serif;
36
	font-weight: normal;
37
	font-size: 135%;
38
	letter-spacing: -0.1em;	
39
}
40
41
#blog-title a:hover {
42
	color: rgb(221, 221, 221);
43
}
44
45
#blog-description {
46
	color: rgb(152, 152, 152);
47
	padding-left: 2em;
48
	line-height: 4.5ex;
49
	vertical-align: bottom;
50
}
51
52
#access {
53
	display: none;
54
}
55
56
#header {
57
	background: url('images/dark_header_bottom.png') repeat-x center bottom;
58
	padding-bottom: 25px;
59
}
60
61
#vlii_searchform {
62
	float: right;
63
	padding-top: 8px;
64
	padding-right: 9px;
65
}
66
67
#vlii_search {
68
	font-size: 100%;
69
	color: rgb(187, 187, 187);
70
	background: transparent;
71
	border: 1px dotted rgb(119, 119, 119);
72
	font-family:  'Lucida Grande', "verdana", sans-serif;
73
	width: 14em;
74
	line-height: normal;
75
	padding: 2px;
76
}
77
	
78
#vlii_search_label {
79
	color: rgb(187, 187, 187);
80
	visibility: hidden;
81
	font-family: 'Lucida Grande', "verdana", sans-serif;
82
	width: 14em;
83
	display: block;
84
	font-size: 90%;
85
}