File: D:/HostingSpaces/PHerau/toptennisteam.be/wwwroot/Resources/FeedBrowser/themes/graphite/graphite.css
/**************************************************************************************/
/* BEGIN: Overall Layout */
/**************************************************************************************/
.FeedBrowser-Graphite-MainTable
{
border: 1px solid #dddddd;
width: 100%;
background-color: White;
}
td.FeedBrowser-Graphite-NavTop
{
background-image: url(nav-top-bar.gif);
background-repeat: repeat-x;
height: 51px;
width: 100%;
margin: 0px;
}
.FeedBrowser-Graphite-NavLeft
{
background-image: url(nav-left.gif);
background-repeat: repeat-y;
margin: 0px;
}
.FeedBrowser-Graphite-NavLeftCurve
{
background-image: url(nav-left-curve.gif);
background-repeat: no-repeat;
width: 250px;
height: 36px;
margin: 0px;
}
.FeedBrowser-Graphite-NavBottom
{
background-image: url(nav-bottom-bar.gif);
background-repeat: repeat-x;
height: 39px;
margin: 0px;
}
.FeedBrowser-Graphite-Loader
{
background-image: url(loading.gif);
background-position: center center;
background-repeat: no-repeat;
height: 100px;
}
/**************************************************************************************/
/* BEGIN: Sections */
/**************************************************************************************/
ul.FeedBrowser-Graphite-SectionMenu,
ul.FeedBrowser-Graphite-SectionMenu li
{
list-style: none;
padding: 0px 0px 0px 15px;
margin: 0px;
white-space: nowrap;
}
ul.FeedBrowser-Graphite-SectionMenu li
{
float: left;
text-align: center;
cursor: pointer;
}
li.FeedBrowser-Graphite-SectionMenu-Selected,
li.FeedBrowser-Graphite-SectionMenu-Normal
{
list-style: none;
}
/**************************************************************************************/
/* BEGIN: Categories */
/**************************************************************************************/
table.FeedBrowser-Graphite-Category
{
padding-left: 10px;
width: 250px;
}
.FeedBrowser-Graphite-Category .Off
{
height: 34px;
color: #333333;
cursor: pointer;
}
.FeedBrowser-Graphite-Category .On
{
height: 34px;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
cursor: pointer;
}
.FeedBrowser-Graphite-Category .Indent
{
width: 15px;
height: 20px;
overflow: hidden;
float: left;
}
.FeedBrowser-Graphite-Category .Pointer
{
padding: 0px;
background-image: url(pointer.gif);
background-repeat: no-repeat;
background-position: top left;
width: 69px;
overflow: hidden;
}
.FeedBrowser-Graphite-Category .NoPointer
{
padding: 0px;
width: 69px;
}
.FeedBrowser-Graphite-Category .SearchBox
{
width: 140px;
border:1px solid #dddddd;
height: 20px;
}
.FeedBrowser-Graphite-Category .SearchButton
{
width: 24px;
height: 20px;
background-image: url(search.gif);
background-repeat: no-repeat;
border-width: 0px;
cursor: pointer;
}
/**************************************************************************************/
/* BEGIN: Content */
/**************************************************************************************/
.FeedBrowser-Graphite-Content
{
width: 99%;
height: 300px;
}
/**************************************************************************************/
/* BEGIN: Balloon */
/**************************************************************************************/
.FeedBrowser-Graphite-PreviewContainer
{
position:absolute;
left:50%;
width:500px;
margin-top:50px;
margin-left:-266px;
padding:5px;
background-color:#eee;
border: 1px solid #777777;
display: none;
z-index: 1000;
text-align: center;
}
.FeedBrowser-Graphite-PreviewContainerTitle
{
background-color: #e0e0e0;
color: Black;
}
.FeedBrowser-Graphite-PreviewBrowser
{
width: 490px;
height: 490px;
border: 0px;
}