Revision 98b91664 ui/static/alt-main.css

b/ui/static/alt-main.css
1
html, body, div, span, applet, object, iframe,
2
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3
a, abbr, acronym, address, big, cite, code,
4
del, dfn, em, font, img, ins, kbd, q, s, samp,
5
small, strike, strong, sub, sup, tt, var,
6
b, u, i, center,
7
dl, dt, dd, ol, ul, li,
8
fieldset, form, label, legend,
9
table, caption, tbody, tfoot, thead, tr, th, td {
10
	margin: 0;
11
	padding: 0;
12
	border: 0;
13
	outline: 0;
14
	font-size: 100%;
15
	vertical-align: baseline;
16
	background: transparent;
17
    font-family: Verdana, Bitstream Charter, sans-serif;
18
}
19
body {
20
	line-height: 1;
21
}
22
ol, ul {
23
	list-style: none;
24
}
25
blockquote, q {
26
	quotes: none;
27
}
28
blockquote:before, blockquote:after,
29
q:before, q:after {
30
	content: '';
31
	content: none;
32
}
33

  
34
/* remember to define focus styles! */
35
:focus {
36
	outline: 0;
37
}
38

  
39
/* remember to highlight inserts somehow! */
40
ins {
41
	text-decoration: none;
42
}
43
del {
44
	text-decoration: line-through;
45
}
46

  
47
/* tables still need 'cellspacing="0"' in the markup */
48
table {
49
	border-collapse: collapse;
50
	border-spacing: 0;
51
}
52

  
53

  
1 54
body {
2 55
    background:#fff url(../static/degrade-background.png) repeat scroll 0 0;
3
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
4 56
    margin: 0;
5 57
}
6 58

  
......
32 84

  
33 85
/* root element for tabs  */
34 86
ul.css-tabs {
35
	margin: 0; 
87
	margin: 0 0 0 10px; 
36 88
    padding: 0;
37
	height:1.5em;
38
    font-size:2em;	
89
	height:31px;
90
    font-size:34px;	
39 91
    overflow: hidden; 	
40 92
}
41 93

  
......
43 95
ul.css-tabs li {  
44 96
	float:left;	 
45 97
	padding:0; 
46
	margin: 0;  
98
	margin: 0 10px 0 0;  
47 99
	list-style-type:none;	
48 100
}
49 101

  
50 102
/* link inside the tab. uses a background image */
51 103
ul.css-tabs a { 
52 104
	float:left;
53
	font-size:1em;
54 105
	display:block;
55
	padding:.6em 1em 0;	
56 106
	text-decoration:none;
57
	height:1.5em;
58 107
	color:#d2d2d2;
59 108
	position:relative;
60 109
	outline:0;
61
    margin-top:0.15em
110
    padding: 0 7px 0 10px;
111
    margin-top: 7px;
62 112
}
63 113

  
64 114
ul.css-tabs a:hover {
......
69 119
ul.css-tabs a.current {
70 120
    color: #87aade;
71 121
	cursor:default;
72
    margin-top:0em
122
    margin-top: 2px;
73 123
}
74 124

  
75 125
/* tab pane */
......
80 130

  
81 131
.css-panes > div.pane {
82 132
	display:none;
83
	padding:15px 20px;
133
	padding:0px 20px;
84 134
    margin: 0 1em;
85 135
    -moz-border-radius: 0 1em 1em;
86 136
}
......
125 175
    cursor: pointer;
126 176
    display: block;
127 177
    padding: 0.7em .4em 0.7em 2.2em;
128
    margin-top: 1em;
178
    margin-top: 9px;
129 179
    width: 7.9em;
130 180
    text-decoration: none;
131 181
    margin-left: -2.3em;
......
141 191
}
142 192

  
143 193
div#wrapper {
144
    width: 990px;
194
    width: 700px;
145 195
    margin: 0em auto;
146 196
}
147 197

  
......
165 215
}    
166 216

  
167 217
#nefo {
168
    background: url("../static/nefo.png") no-repeat;
169
    margin: 3em 0 -0.2em 0;
218
    margin: 33px 0 0 17px;
170 219
}
171 220

  
172 221
/* tooltip styling. by default the element to be styled is .tooltip  */
......
532 581

  
533 582
.instance:hover {
534 583
    border: 1px dotted transparent;
535
    background-color:#c6c6c6;
584
    background-color:#dcdcdc;
536 585
    color: black;
537 586
}
538 587

  

Also available in: Unified diff