Initial project's source code check-in.

This commit is contained in:
ptsurbeleu 2011-07-13 16:07:32 -07:00
commit b03b0b373f
4573 changed files with 981205 additions and 0 deletions

View file

@ -0,0 +1,33 @@
/*
This file should contain SUPPLEMENTAL rules that are recognized and used only by IE.
Similar files can be produced, as needed, for other browsers. Whatever selectors are
listed here should be listed in at least one other CSS file used in the current ASP.NET
theme (thus making these supplemental). The implementation pattern is to add new props
to some existing rule or to override (using important) some property.
*/
ul.AspNet-Menu li
{
float: left !important;
height: 1% !important;
}
ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
height: 1% !important;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
float: left !important;
}
/* TOP MENU FIXES */
.TopMenu ul.AspNet-Menu li
{
width: 150px;
}

View file

@ -0,0 +1,20 @@
/*
This file should contain SUPPLEMENTAL rules that are recognized and used only by IE.
Similar files can be produced, as needed, for other browsers. Whatever selectors are
listed here should be listed in at least one other CSS file used in the current ASP.NET
theme (thus making these supplemental). The implementation pattern is to add new props
to some existing rule or to override (using important) some property.
*/
ul.AspNet-Menu li
{
height: 1% !important;
}
ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
height: 1% !important;
}

View file

@ -0,0 +1,9 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the ChangePassword control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.AspNet-ChangePassword
{
}

View file

@ -0,0 +1,9 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the CreateUserWizard control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.AspNet-CreateUserWizard
{
}

View file

@ -0,0 +1,52 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the DataList control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.AspNet-DataList
{
}
.AspNet-DataList table
{
}
.AspNet-DataList table caption
{
}
.AspNet-DataList table thead
{
}
.AspNet-DataList table thead tr
{
}
.AspNet-DataList table thead tr th
{
}
.AspNet-DataList table tfoot
{
}
.AspNet-DataList table tfoot tr
{
}
.AspNet-DataList table tfoot tr td
{
}
.AspNet-DataList table tbody
{
}
.AspNet-DataList table tbody tr
{
}
.AspNet-DataList table tbody tr td
{
}

View file

@ -0,0 +1,17 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the DetailsView control adapter is enabled. */
div.AspNet-DetailsView-Data ul
{
margin: 0;
padding: 0;
}
div.AspNet-DetailsView-Data li
{
margin: 0;
padding: 0;
list-style-type: none;
position: relative;
}

View file

@ -0,0 +1,9 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the FormView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.AspNet-FormView-Pagination
{
}

View file

@ -0,0 +1,9 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the GridView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.AspNet-GridView
{
}

View file

@ -0,0 +1 @@
@import "Menu.css";

View file

@ -0,0 +1,9 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the Login control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.AspNet-Login
{
}

View file

@ -0,0 +1,9 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the LoginStatus control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.AspNet-LoginStatus
{
}

View file

@ -0,0 +1,75 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */
/* See WhitePaper.aspx for details. */
ul.AspNet-Menu
{
position: relative;
}
ul.AspNet-Menu,
ul.AspNet-Menu ul
{
margin: 0;
padding: 0;
display: block;
}
ul.AspNet-Menu li
{
position: relative;
list-style: none;
}
ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
display: block;
text-decoration: none;
}
ul.AspNet-Menu ul
{
position: absolute;
display: none;
}
/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li:hover ul ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul ul
{
display: none;
}
/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
display: block;
}
/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. This allows us to force the top tier of the menu to layout */
/* horizontally, whereas all subsequent tiers of the menu lay out vertically. */
.AspNet-Menu-Horizontal ul.AspNet-Menu li
{
float: left;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
float: none;
}

View file

@ -0,0 +1,9 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the PasswordRecovery control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.AspNet-PasswordRecovery
{
}

View file

@ -0,0 +1,26 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
div.AspNet-TreeView
{
margin: 0;
padding: 0;
}
div.AspNet-TreeView ul
{
list-style: none;
margin: 0;
padding: 0;
}
.AspNet-TreeView-Show
{
}
.AspNet-TreeView-Hide
{
display:none;
}