Project

General

Profile

Download (4.37 KB) Statistics
| Branch: | Revision:
1
.cp {
2
	height: 800px;
3
}
4
#explorer-header {
5
	position:relative;
6
	height:50px;
7
	border-bottom:1px solid #f8d582;
8
	margin-right: 3px;
9
}
10
#DojoLink, #DijitLink, #DojoxLink {
11
	background: url('../images/header-bg.png');
12
	position:absolute;
13
	bottom:0;
14
	width:129px;
15
	padding:0;
16
	cursor:pointer;
17
}
18
#DojoLink {
19
	left:20px;
20
}
21
#DojoxLink {
22
	left:290px;
23
}
24
#DijitLink {
25
	left:155px;
26
}
27
#HomeLink {
28
	position: absolute;
29
	right: 5px;
30
	top: 23px;
31
	font-size: 10px;
32
	width: 78px;	
33
	height: 24px;
34
}
35

    
36
#HomeLink a {
37
	text-decoration: none;	
38
}
39
	
40
.fisheyeTarget {
41
	position:relative;
42
	bottom:0;
43
	left:0;
44
	height:1px;
45
	width:1px;
46
	cursor:pointer;
47
}
48
.inner {
49
	cursor:pointer;
50
	position:absolute;
51
	bottom:5px;
52
	margin-left:10px;
53
	font-size: 18px;
54
}
55
.subtext {
56
	visibility:hidden;
57
	position:absolute;
58
	bottom:27px;
59
	left:10px;
60
	font:8pt Arial,sans-serif;
61
	color:#666;
62
}
63

    
64
#feature-menu {
65
	/*margin-top: 28px;*/
66
}
67
#feature-content {
68

    
69
}
70
#feature-intro {
71
	padding: 10px 0 50px 0;
72
	font-size: 12px;
73
	margin: 10px 15px 0px 10px;
74
}
75

    
76
.menuItem {
77
	width: 150px; 
78
	margin-top: 5px;
79
}
80

    
81
.cpContent {
82
	margin-left: 10px;
83
}
84

    
85
#demoTitle {
86
	padding: 0 0 10px 0;
87
	font-weight: bold;
88
	text-align: left;
89
	padding-right: 15px;
90
	margin: 0px;
91
}
92
pre, code {
93
	font-size: 12px;
94
	background-color: #fff;
95
}
96
.campus .dijitTab {
97
	margin-right: 6px !important;
98
}
99

    
100
.campus .dijitTabLabels-top {
101
	padding: 7px 0 0 7px;
102
	background: url("../images/tabTop.png") no-repeat;
103
	height: 31px;
104
	margin-bottom: -7px;
105
	border: none !important;
106
}
107

    
108
.campus .dijitTab {
109
	background: url("../images/tabSprite.png") no-repeat 0 -300px !important;
110
	padding:0px !important;
111
	margin-bottom: 1px !important;
112
	border: none !important;
113
	font-family: Tahoma, Arial !important;
114
	font-size: 11px !important;
115
	color: #a9a098 !important;
116
}
117
 
118
.campus .dijitTabContent {
119
    background: url("../images/tabSprite.png") repeat-x 0 -350px !important;
120
	padding:5px 10px 5px 10px !important;
121
	border: none !important;
122
}
123
 
124
.campus .dijitTabInnerDiv {
125
    background: url("../images/tabSprite.png") no-repeat right -400px !important;
126
	padding:0px 10px 0px 10px !important;
127
	border: none !important;
128
}
129

    
130
.campus .dijitTabHover {
131
	background: url("../images/tabSprite.png") no-repeat 0px -150px !important;
132
}
133
 
134
.campus .dijitTabHover .dijitTabInnerDiv {
135
	background: url("../images/tabSprite.png") no-repeat right -250px !important;
136
	border: none !important;
137
}
138
 
139
.campus .dijitTabHover .dijitTabInnerDiv .dijitTabContent {
140
	background: url("../images/tabSprite.png") repeat-x 0 -200px !important;
141
	padding:5px 10px 5px 10px !important;
142
}
143
 
144
.campus .dijitTabChecked {
145
	/* the selected tab (with or without hover) */
146
	background: url("../images/tabSprite.png") no-repeat 0px -0px !important;
147
	margin-bottom: 0px !important;
148
	color: #3b3836 !important;
149
	font-weight: bold !important;
150
}
151
 
152
.campus .dijitTabChecked .dijitTabInnerDiv {
153
	padding:0px 10px 0px 10px !important;
154
	background: url("../images/tabSprite.png") no-repeat right -100px !important;
155
	border: none !important;
156
}
157
 
158
.campus .dijitTabChecked .dijitTabInnerDiv .dijitTabContent {
159
	background: url("../images/tabSprite.png") repeat-x 0 -50px !important;
160
	padding:5px 10px 6px 10px !important;
161
}
162

    
163

    
164
.campus .dijitTabPaneWrapper { /* Container for tab content */
165
	/*
166
	overflow: hidden;
167
	*/
168
	background: url("../images/tabContainer.png") no-repeat !important;
169
	width: 712px !important;
170
	height: 671px !important;
171
	border: 0 !important;
172
}
173

    
174
.campus .dijitTabPane {
175
	padding: 10px !important;
176
}
177

    
178
pre {
179
	font-size: 11px !important;
180
   	white-space: pre-wrap;       /* css-3 */
181
   	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
182
   	white-space: -pre-wrap;       /* Opera 4-6 */
183
   	white-space: -o-pre-wrap;       /* Opera 7 */
184
   	word-wrap: break-word;       /* Internet Explorer 5.5+ */
185
   	border: none;
186
}
187

    
188
pre, code {
189
   	border: none;
190
}
191

    
192
/*Links*/
193
a {
194
	color: #000;	
195
}
196

    
197
.linkTitle {
198
	border-bottom: 1px dotted #dadada;
199
	margin: 10px 0 3px 0px;
200
	padding: 0 0 0 3px;
201
	font-weight: bold;
202
	font-size: 12px;
203
}
204

    
205
.linkBody .linkRoot {
206
	background: #fbfbfb;
207
	border: none;
208
}
209

    
210
.linkRoot {
211
	background: #fafafa;	
212
	padding: 10px;
213
	border: 1px dotted #dadada;
214
}
215

    
216
.linkRoot a {
217
	line-height: 15px;	
218
}
219

    
220
.explorer-feature-item {
221
	float: left; 
222
	margin: 5px; 
223
	padding: 25px; 
224
	border: 1px #fff solid; 
225
	cursor: pointer;
226
	text-align: center;
227
	background-color: #fafafa;
228
	width: 100px;
229
	height: 100px;
230
	font-size: 11px;
231
}
232

    
233
.explorer-feature-item img {
234
	margin: 5px;
235
}
236

    
237
#version {
238
	font-size: 9px;
239
	color: #cccccc;
240
}
(6-6/14)