blob: 7e82351edcd1cd917672ae2d8e737d57f3c0e45a [file] [log] [blame]
/*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
@font-face {
src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Regular.ttf");
fontFamily: "verdana";
}
.tAlternatingItemColors
{
alternatingItemColors: #FF0000, #0000FF;
}
.tdefaultLeaf
{
defaultLeafIcon: Embed(source="../../../../Assets/Images/smallredU.jpg");
}
.tDepthColors
{
depthColors: #FF0000, #0000FF;
}
.tDisclosureClosed
{
disclosureClosedIcon: Embed(source="../../../../Assets/Images/smallredU.jpg");
}
.tDisclosureOpen
{
disclosureOpenIcon: Embed(source="../../../../Assets/Images/smallblackO.jpg");
}
.tFolderClosed
{
folderClosedIcon: Embed(source="../../../../Assets/Images/smallredU.jpg");
}
.tFolderOpen
{
folderOpenIcon: Embed(source="../../../../Assets/Images/smallblackO.jpg");
}
.tIndentation
{
indentation: 40;
}
.tOpenDuration
{
openDuration: 2000;
}
.tPaddingLeft
{
paddingLeft: 20;
}
.tPaddingRight
{
paddingRight: 20;
}
.tRollOverColor
{
rollOverColor: #FF0000;
}
.tSelectionColor
{
selectionColor: #FF0000;
}
.tSelectionDisabledColor
{
selectionDisabledColor: #FF0000;
}
.tTextRollOverColor
{
textRollOverColor: #FF0000;
}
.tTextSelectedColor
{
textSelectedColor: #FF0000;
}