├── README.md ├── project ├── FlatUi.sln ├── FlatUi │ ├── App_Data │ │ └── New Text Document.txt │ ├── App_Start │ │ ├── AuthConfig.cs │ │ ├── BundleConfig.cs │ │ ├── FilterConfig.cs │ │ ├── RouteConfig.cs │ │ └── WebApiConfig.cs │ ├── Content │ │ ├── Site.css │ │ ├── flatui │ │ │ ├── bootstrap.css │ │ │ ├── custom.css │ │ │ ├── flat-ui.css │ │ │ ├── fonts │ │ │ │ ├── Flat-UI-Icons.dev.svg │ │ │ │ ├── Flat-UI-Icons.eot │ │ │ │ ├── Flat-UI-Icons.svg │ │ │ │ ├── Flat-UI-Icons.ttf │ │ │ │ ├── Flat-UI-Icons.woff │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ └── icomoon-session.json │ │ │ ├── images │ │ │ │ ├── demo │ │ │ │ │ ├── browser-2x.png │ │ │ │ │ ├── browser-author.jpg │ │ │ │ │ ├── browser-pic-1.jpg │ │ │ │ │ ├── browser-pic-2.jpg │ │ │ │ │ ├── browser-pic-3.jpg │ │ │ │ │ ├── browser-pic-4.jpg │ │ │ │ │ ├── browser-pic-5.jpg │ │ │ │ │ ├── browser-pic-6.jpg │ │ │ │ │ ├── browser.png │ │ │ │ │ ├── html-icon.png │ │ │ │ │ ├── logo-mask-2x.png │ │ │ │ │ ├── logo-mask.png │ │ │ │ │ └── video.jpg │ │ │ │ ├── exaple-image.jpg │ │ │ │ ├── favicon.ico │ │ │ │ ├── footer │ │ │ │ │ └── logo.png │ │ │ │ ├── icons │ │ │ │ │ ├── png │ │ │ │ │ │ ├── Book.png │ │ │ │ │ │ ├── Calendar.png │ │ │ │ │ │ ├── Chat.png │ │ │ │ │ │ ├── Clipboard.png │ │ │ │ │ │ ├── Compas.png │ │ │ │ │ │ ├── Gift-Box.png │ │ │ │ │ │ ├── Infinity-Loop.png │ │ │ │ │ │ ├── Mail.png │ │ │ │ │ │ ├── Map.png │ │ │ │ │ │ ├── Pensils.png │ │ │ │ │ │ ├── Pocket.png │ │ │ │ │ │ ├── Retina-Ready.png │ │ │ │ │ │ ├── Toilet-Paper.png │ │ │ │ │ │ └── Watches.png │ │ │ │ │ └── svg │ │ │ │ │ │ ├── book.svg │ │ │ │ │ │ ├── calendar.svg │ │ │ │ │ │ ├── chat.svg │ │ │ │ │ │ ├── clipboard.svg │ │ │ │ │ │ ├── clocks.svg │ │ │ │ │ │ ├── compas.svg │ │ │ │ │ │ ├── gift-box.svg │ │ │ │ │ │ ├── loop.svg │ │ │ │ │ │ ├── mail.svg │ │ │ │ │ │ ├── map.svg │ │ │ │ │ │ ├── paper-bag.svg │ │ │ │ │ │ ├── pencils.svg │ │ │ │ │ │ ├── retina.svg │ │ │ │ │ │ └── toilet-paper.svg │ │ │ │ ├── login │ │ │ │ │ ├── icon.png │ │ │ │ │ ├── imac-2x.png │ │ │ │ │ └── imac.png │ │ │ │ ├── switch │ │ │ │ │ ├── mask-square.png │ │ │ │ │ └── mask.png │ │ │ │ ├── tile │ │ │ │ │ ├── ribbon-2x.png │ │ │ │ │ └── ribbon.png │ │ │ │ ├── todo │ │ │ │ │ ├── done-2x.png │ │ │ │ │ ├── done.png │ │ │ │ │ ├── search-2x.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── todo-2x.png │ │ │ │ │ └── todo.png │ │ │ │ └── video │ │ │ │ │ ├── fullscreen-2x.png │ │ │ │ │ ├── fullscreen.png │ │ │ │ │ ├── pause-2x.png │ │ │ │ │ ├── pause.png │ │ │ │ │ ├── play-2x.png │ │ │ │ │ ├── play.png │ │ │ │ │ ├── poster.jpg │ │ │ │ │ ├── volume-full-2x.png │ │ │ │ │ ├── volume-full.png │ │ │ │ │ ├── volume-off-2x.png │ │ │ │ │ └── volume-off.png │ │ │ └── sticky-footer.css │ │ └── themes │ │ │ └── base │ │ │ ├── images │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_888888_256x240.png │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ ├── jquery-ui.css │ │ │ ├── jquery.ui.accordion.css │ │ │ ├── jquery.ui.all.css │ │ │ ├── jquery.ui.autocomplete.css │ │ │ ├── jquery.ui.base.css │ │ │ ├── jquery.ui.button.css │ │ │ ├── jquery.ui.core.css │ │ │ ├── jquery.ui.datepicker.css │ │ │ ├── jquery.ui.dialog.css │ │ │ ├── jquery.ui.progressbar.css │ │ │ ├── jquery.ui.resizable.css │ │ │ ├── jquery.ui.selectable.css │ │ │ ├── jquery.ui.slider.css │ │ │ ├── jquery.ui.tabs.css │ │ │ ├── jquery.ui.theme.css │ │ │ └── minified │ │ │ ├── images │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_888888_256x240.png │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ ├── jquery-ui.min.css │ │ │ ├── jquery.ui.accordion.min.css │ │ │ ├── jquery.ui.autocomplete.min.css │ │ │ ├── jquery.ui.button.min.css │ │ │ ├── jquery.ui.core.min.css │ │ │ ├── jquery.ui.datepicker.min.css │ │ │ ├── jquery.ui.dialog.min.css │ │ │ ├── jquery.ui.progressbar.min.css │ │ │ ├── jquery.ui.resizable.min.css │ │ │ ├── jquery.ui.selectable.min.css │ │ │ ├── jquery.ui.slider.min.css │ │ │ ├── jquery.ui.tabs.min.css │ │ │ └── jquery.ui.theme.min.css │ ├── Controllers │ │ ├── AccountController.cs │ │ └── HomeController.cs │ ├── Filters │ │ └── InitializeSimpleMembershipAttribute.cs │ ├── Flat-UI-master │ │ ├── .gitignore │ │ ├── Flat-UI-master │ │ │ ├── .gitignore │ │ │ ├── README.md │ │ │ ├── bootstrap │ │ │ │ ├── css │ │ │ │ │ ├── bootstrap-docs.css │ │ │ │ │ ├── bootstrap.css │ │ │ │ │ └── prettify.css │ │ │ │ ├── fonts │ │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ │ └── glyphicons-halflings-regular.woff │ │ │ │ └── js │ │ │ │ │ ├── application.js │ │ │ │ │ ├── google-code-prettify │ │ │ │ │ └── prettify.js │ │ │ │ │ └── holder.js │ │ │ ├── components.html │ │ │ ├── css │ │ │ │ ├── demo.css │ │ │ │ ├── docs.css │ │ │ │ └── flat-ui.css │ │ │ ├── fonts │ │ │ │ ├── Flat-UI-Icons.dev.svg │ │ │ │ ├── Flat-UI-Icons.eot │ │ │ │ ├── Flat-UI-Icons.svg │ │ │ │ ├── Flat-UI-Icons.ttf │ │ │ │ ├── Flat-UI-Icons.woff │ │ │ │ ├── icomoon-session.json │ │ │ │ └── lato │ │ │ │ │ ├── lato-black-webfont.eot │ │ │ │ │ ├── lato-black-webfont.svg │ │ │ │ │ ├── lato-black-webfont.ttf │ │ │ │ │ ├── lato-black-webfont.woff │ │ │ │ │ ├── lato-bold-webfont.eot │ │ │ │ │ ├── lato-bold-webfont.svg │ │ │ │ │ ├── lato-bold-webfont.ttf │ │ │ │ │ ├── lato-bold-webfont.woff │ │ │ │ │ ├── lato-bolditalic-webfont.eot │ │ │ │ │ ├── lato-bolditalic-webfont.svg │ │ │ │ │ ├── lato-bolditalic-webfont.ttf │ │ │ │ │ ├── lato-bolditalic-webfont.woff │ │ │ │ │ ├── lato-italic-webfont.eot │ │ │ │ │ ├── lato-italic-webfont.svg │ │ │ │ │ ├── lato-italic-webfont.ttf │ │ │ │ │ ├── lato-italic-webfont.woff │ │ │ │ │ ├── lato-light-webfont.eot │ │ │ │ │ ├── lato-light-webfont.svg │ │ │ │ │ ├── lato-light-webfont.ttf │ │ │ │ │ ├── lato-light-webfont.woff │ │ │ │ │ ├── lato-regular-webfont.eot │ │ │ │ │ ├── lato-regular-webfont.svg │ │ │ │ │ ├── lato-regular-webfont.ttf │ │ │ │ │ └── lato-regular-webfont.woff │ │ │ ├── getting-started.html │ │ │ ├── images │ │ │ │ ├── demo │ │ │ │ │ ├── browser-2x.png │ │ │ │ │ ├── browser-author.jpg │ │ │ │ │ ├── browser-pic-1.jpg │ │ │ │ │ ├── browser-pic-2.jpg │ │ │ │ │ ├── browser-pic-3.jpg │ │ │ │ │ ├── browser-pic-4.jpg │ │ │ │ │ ├── browser-pic-5.jpg │ │ │ │ │ ├── browser-pic-6.jpg │ │ │ │ │ ├── browser.png │ │ │ │ │ ├── html-icon.png │ │ │ │ │ ├── logo-mask-2x.png │ │ │ │ │ ├── logo-mask.png │ │ │ │ │ └── video.jpg │ │ │ │ ├── exaple-image.jpg │ │ │ │ ├── favicon.ico │ │ │ │ ├── footer │ │ │ │ │ └── logo.png │ │ │ │ ├── icons │ │ │ │ │ ├── png │ │ │ │ │ │ ├── Book.png │ │ │ │ │ │ ├── Calendar.png │ │ │ │ │ │ ├── Chat.png │ │ │ │ │ │ ├── Clipboard.png │ │ │ │ │ │ ├── Compas.png │ │ │ │ │ │ ├── Gift-Box.png │ │ │ │ │ │ ├── Infinity-Loop.png │ │ │ │ │ │ ├── Mail.png │ │ │ │ │ │ ├── Map.png │ │ │ │ │ │ ├── Pensils.png │ │ │ │ │ │ ├── Pocket.png │ │ │ │ │ │ ├── Retina-Ready.png │ │ │ │ │ │ ├── Toilet-Paper.png │ │ │ │ │ │ └── Watches.png │ │ │ │ │ └── svg │ │ │ │ │ │ ├── book.svg │ │ │ │ │ │ ├── calendar.svg │ │ │ │ │ │ ├── chat.svg │ │ │ │ │ │ ├── clipboard.svg │ │ │ │ │ │ ├── clocks.svg │ │ │ │ │ │ ├── compas.svg │ │ │ │ │ │ ├── gift-box.svg │ │ │ │ │ │ ├── loop.svg │ │ │ │ │ │ ├── mail.svg │ │ │ │ │ │ ├── map.svg │ │ │ │ │ │ ├── paper-bag.svg │ │ │ │ │ │ ├── pencils.svg │ │ │ │ │ │ ├── retina.svg │ │ │ │ │ │ └── toilet-paper.svg │ │ │ │ ├── login │ │ │ │ │ ├── icon.png │ │ │ │ │ ├── imac-2x.png │ │ │ │ │ └── imac.png │ │ │ │ ├── switch │ │ │ │ │ ├── mask-square.png │ │ │ │ │ └── mask.png │ │ │ │ ├── tile │ │ │ │ │ ├── ribbon-2x.png │ │ │ │ │ └── ribbon.png │ │ │ │ ├── todo │ │ │ │ │ ├── done-2x.png │ │ │ │ │ ├── done.png │ │ │ │ │ ├── search-2x.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── todo-2x.png │ │ │ │ │ └── todo.png │ │ │ │ └── video │ │ │ │ │ ├── fullscreen-2x.png │ │ │ │ │ ├── fullscreen.png │ │ │ │ │ ├── pause-2x.png │ │ │ │ │ ├── pause.png │ │ │ │ │ ├── play-2x.png │ │ │ │ │ ├── play.png │ │ │ │ │ ├── poster.jpg │ │ │ │ │ ├── volume-full-2x.png │ │ │ │ │ ├── volume-full.png │ │ │ │ │ ├── volume-off-2x.png │ │ │ │ │ └── volume-off.png │ │ │ ├── index.html │ │ │ ├── js │ │ │ │ ├── application.js │ │ │ │ ├── bootstrap-select.js │ │ │ │ ├── bootstrap-switch.js │ │ │ │ ├── bootstrap-typeahead.js │ │ │ │ ├── bootstrap.min.js │ │ │ │ ├── flatui-checkbox.js │ │ │ │ ├── flatui-radio.js │ │ │ │ ├── html5shiv.js │ │ │ │ ├── icon-font-ie7.js │ │ │ │ ├── jquery-1.10.2.min.js │ │ │ │ ├── jquery-1.8.3.min.js │ │ │ │ ├── jquery-2.0.3.min.js │ │ │ │ ├── jquery-ui-1.10.3.custom.min.js │ │ │ │ ├── jquery.placeholder.js │ │ │ │ ├── jquery.stacktable.js │ │ │ │ ├── jquery.tagsinput.js │ │ │ │ └── jquery.ui.touch-punch.min.js │ │ │ ├── less │ │ │ │ ├── demo.less │ │ │ │ ├── docs.less │ │ │ │ ├── flat-ui.less │ │ │ │ ├── fonts.less │ │ │ │ ├── icon-font.less │ │ │ │ ├── mixins.less │ │ │ │ ├── modules │ │ │ │ │ ├── button-groups.less │ │ │ │ │ ├── buttons.less │ │ │ │ │ ├── caret.less │ │ │ │ │ ├── checkbox-and-radio.less │ │ │ │ │ ├── code.less │ │ │ │ │ ├── dropdown.less │ │ │ │ │ ├── footer.less │ │ │ │ │ ├── forms.less │ │ │ │ │ ├── input-icons.less │ │ │ │ │ ├── login.less │ │ │ │ │ ├── navbar.less │ │ │ │ │ ├── pager.less │ │ │ │ │ ├── pagination.less │ │ │ │ │ ├── palette.less │ │ │ │ │ ├── progress-bars.less │ │ │ │ │ ├── select.less │ │ │ │ │ ├── share.less │ │ │ │ │ ├── switch.less │ │ │ │ │ ├── tagsinput.less │ │ │ │ │ ├── tile.less │ │ │ │ │ ├── todo.less │ │ │ │ │ ├── tooltip.less │ │ │ │ │ ├── type.less │ │ │ │ │ ├── ui-slider.less │ │ │ │ │ └── video.less │ │ │ │ ├── scaffolding.less │ │ │ │ ├── spaces.less │ │ │ │ └── variables.less │ │ │ └── template.html │ │ ├── README.md │ │ ├── bootstrap │ │ │ ├── css │ │ │ │ ├── bootstrap-docs.css │ │ │ │ ├── bootstrap.css │ │ │ │ └── prettify.css │ │ │ ├── fonts │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ └── glyphicons-halflings-regular.woff │ │ │ └── js │ │ │ │ ├── application.js │ │ │ │ ├── google-code-prettify │ │ │ │ └── prettify.js │ │ │ │ └── holder.js │ │ ├── components.html │ │ ├── css │ │ │ ├── demo.css │ │ │ ├── docs.css │ │ │ └── flat-ui.css │ │ ├── flat-ui.css │ │ ├── getting-started.html │ │ ├── index.html │ │ ├── js │ │ │ ├── application.js │ │ │ ├── bootstrap-select.js │ │ │ ├── bootstrap-switch.js │ │ │ ├── bootstrap-typeahead.js │ │ │ ├── bootstrap.min.js │ │ │ ├── flatui-checkbox.js │ │ │ ├── flatui-radio.js │ │ │ ├── html5shiv.js │ │ │ ├── icon-font-ie7.js │ │ │ ├── jquery-1.10.2.min.js │ │ │ ├── jquery-1.8.3.min.js │ │ │ ├── jquery-2.0.3.min.js │ │ │ ├── jquery-ui-1.10.3.custom.min.js │ │ │ ├── jquery.placeholder.js │ │ │ ├── jquery.stacktable.js │ │ │ ├── jquery.tagsinput.js │ │ │ └── jquery.ui.touch-punch.min.js │ │ ├── less │ │ │ ├── demo.less │ │ │ ├── docs.less │ │ │ ├── flat-ui.less │ │ │ ├── fonts.less │ │ │ ├── icon-font.less │ │ │ ├── mixins.less │ │ │ ├── modules │ │ │ │ ├── button-groups.less │ │ │ │ ├── buttons.less │ │ │ │ ├── caret.less │ │ │ │ ├── checkbox-and-radio.less │ │ │ │ ├── code.less │ │ │ │ ├── dropdown.less │ │ │ │ ├── footer.less │ │ │ │ ├── forms.less │ │ │ │ ├── input-icons.less │ │ │ │ ├── login.less │ │ │ │ ├── navbar.less │ │ │ │ ├── pager.less │ │ │ │ ├── pagination.less │ │ │ │ ├── palette.less │ │ │ │ ├── progress-bars.less │ │ │ │ ├── select.less │ │ │ │ ├── share.less │ │ │ │ ├── switch.less │ │ │ │ ├── tagsinput.less │ │ │ │ ├── tile.less │ │ │ │ ├── todo.less │ │ │ │ ├── tooltip.less │ │ │ │ ├── type.less │ │ │ │ ├── ui-slider.less │ │ │ │ └── video.less │ │ │ ├── scaffolding.less │ │ │ ├── spaces.less │ │ │ └── variables.less │ │ └── template.html │ ├── FlatUi.csproj │ ├── FlatUi.csproj.user │ ├── Global.asax │ ├── Global.asax.cs │ ├── Images │ │ ├── accent.png │ │ ├── bullet.png │ │ ├── heroAccent.png │ │ ├── orderedList0.png │ │ ├── orderedList1.png │ │ ├── orderedList2.png │ │ ├── orderedList3.png │ │ ├── orderedList4.png │ │ ├── orderedList5.png │ │ ├── orderedList6.png │ │ ├── orderedList7.png │ │ ├── orderedList8.png │ │ └── orderedList9.png │ ├── Models │ │ └── AccountModels.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Scripts │ │ ├── _references.js │ │ ├── flatui │ │ │ └── bootstrap.js │ │ ├── jquery-1.7.1-vsdoc.js │ │ ├── jquery-1.7.1.js │ │ ├── jquery-1.7.1.min.js │ │ ├── jquery-ui-1.8.20.js │ │ ├── jquery-ui-1.8.20.min.js │ │ ├── jquery.unobtrusive-ajax.js │ │ ├── jquery.unobtrusive-ajax.min.js │ │ ├── jquery.validate-vsdoc.js │ │ ├── jquery.validate.js │ │ ├── jquery.validate.min.js │ │ ├── jquery.validate.unobtrusive.js │ │ ├── jquery.validate.unobtrusive.min.js │ │ ├── knockout-2.1.0.debug.js │ │ ├── knockout-2.1.0.js │ │ └── modernizr-2.5.3.js │ ├── Views │ │ ├── Account │ │ │ └── Login.cshtml │ │ ├── Home │ │ │ ├── About.cshtml │ │ │ ├── Buttons.cshtml │ │ │ ├── Contact.cshtml │ │ │ ├── Icons.cshtml │ │ │ ├── Index.cshtml │ │ │ ├── Input.cshtml │ │ │ ├── Menus.cshtml │ │ │ ├── NavigationBars.cshtml │ │ │ ├── ProgressBars.cshtml │ │ │ └── WantMore.cshtml │ │ ├── Shared │ │ │ ├── Error.cshtml │ │ │ ├── Footer.cshtml │ │ │ ├── Navigation.cshtml │ │ │ ├── _Layout.cshtml │ │ │ └── _LoginPartial.cshtml │ │ ├── Web.config │ │ └── _ViewStart.cshtml │ ├── Web.Debug.config │ ├── Web.Release.config │ ├── Web.config │ ├── bin │ │ └── Antlr3.Runtime.dll │ ├── favicon.ico │ └── packages.config └── packages │ ├── DotNetOpenAuth.AspNet.4.0.3.12153 │ ├── DotNetOpenAuth.AspNet.4.0.3.12153.nupkg │ └── lib │ │ └── net40-full │ │ ├── DotNetOpenAuth.AspNet.dll │ │ └── DotNetOpenAuth.AspNet.xml │ ├── DotNetOpenAuth.Core.4.0.3.12153 │ ├── DotNetOpenAuth.Core.4.0.3.12153.nupkg │ └── lib │ │ └── net40-full │ │ ├── DotNetOpenAuth.Core.dll │ │ └── DotNetOpenAuth.Core.xml │ ├── DotNetOpenAuth.OAuth.Consumer.4.0.3.12153 │ ├── DotNetOpenAuth.OAuth.Consumer.4.0.3.12153.nupkg │ └── lib │ │ └── net40-full │ │ ├── DotNetOpenAuth.OAuth.Consumer.dll │ │ └── DotNetOpenAuth.OAuth.Consumer.xml │ ├── DotNetOpenAuth.OAuth.Core.4.0.3.12153 │ ├── DotNetOpenAuth.OAuth.Core.4.0.3.12153.nupkg │ └── lib │ │ └── net40-full │ │ ├── DotNetOpenAuth.OAuth.dll │ │ └── DotNetOpenAuth.OAuth.xml │ ├── DotNetOpenAuth.OpenId.Core.4.0.3.12153 │ ├── DotNetOpenAuth.OpenId.Core.4.0.3.12153.nupkg │ └── lib │ │ └── net40-full │ │ ├── DotNetOpenAuth.OpenId.dll │ │ └── DotNetOpenAuth.OpenId.xml │ ├── DotNetOpenAuth.OpenId.RelyingParty.4.0.3.12153 │ ├── DotNetOpenAuth.OpenId.RelyingParty.4.0.3.12153.nupkg │ └── lib │ │ └── net40-full │ │ ├── DotNetOpenAuth.OpenId.RelyingParty.dll │ │ └── DotNetOpenAuth.OpenId.RelyingParty.xml │ ├── EntityFramework.5.0.0 │ ├── Content │ │ ├── App.config.transform │ │ └── Web.config.transform │ ├── EntityFramework.5.0.0.nupkg │ ├── lib │ │ ├── net40 │ │ │ ├── EntityFramework.dll │ │ │ └── EntityFramework.xml │ │ └── net45 │ │ │ ├── EntityFramework.dll │ │ │ └── EntityFramework.xml │ └── tools │ │ ├── EntityFramework.PS3.psd1 │ │ ├── EntityFramework.PowerShell.Utility.dll │ │ ├── EntityFramework.PowerShell.dll │ │ ├── EntityFramework.psd1 │ │ ├── EntityFramework.psm1 │ │ ├── Redirect.VS11.config │ │ ├── Redirect.config │ │ ├── about_EntityFramework.help.txt │ │ ├── init.ps1 │ │ ├── install.ps1 │ │ └── migrate.exe │ ├── Microsoft.AspNet.Mvc.4.0.20710.0 │ ├── Microsoft.AspNet.Mvc.4.0.20710.0.nupkg │ └── lib │ │ └── net40 │ │ ├── System.Web.Mvc.dll │ │ └── System.Web.Mvc.xml │ ├── Microsoft.AspNet.Razor.2.0.20710.0 │ ├── Microsoft.AspNet.Razor.2.0.20710.0.nupkg │ └── lib │ │ └── net40 │ │ ├── System.Web.Razor.dll │ │ └── System.Web.Razor.xml │ ├── Microsoft.AspNet.Web.Optimization.1.0.0 │ ├── Microsoft.AspNet.Web.Optimization.1.0.0.nupkg │ └── lib │ │ └── net40 │ │ └── System.Web.Optimization.dll │ ├── Microsoft.AspNet.WebApi.4.0.20710.0 │ └── Microsoft.AspNet.WebApi.4.0.20710.0.nupkg │ ├── Microsoft.AspNet.WebApi.Client.4.0.20710.0 │ ├── Microsoft.AspNet.WebApi.Client.4.0.20710.0.nupkg │ └── lib │ │ └── net40 │ │ ├── System.Net.Http.Formatting.dll │ │ └── System.Net.Http.Formatting.xml │ ├── Microsoft.AspNet.WebApi.Core.4.0.20710.0 │ ├── Microsoft.AspNet.WebApi.Core.4.0.20710.0.nupkg │ ├── content │ │ └── web.config.transform │ └── lib │ │ └── net40 │ │ ├── System.Web.Http.dll │ │ └── System.Web.Http.xml │ ├── Microsoft.AspNet.WebApi.WebHost.4.0.20710.0 │ ├── Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nupkg │ └── lib │ │ └── net40 │ │ ├── System.Web.Http.WebHost.dll │ │ └── System.Web.Http.WebHost.xml │ ├── Microsoft.AspNet.WebPages.2.0.20710.0 │ ├── Microsoft.AspNet.WebPages.2.0.20710.0.nupkg │ └── lib │ │ └── net40 │ │ ├── System.Web.Helpers.dll │ │ ├── System.Web.Helpers.xml │ │ ├── System.Web.WebPages.Deployment.dll │ │ ├── System.Web.WebPages.Deployment.xml │ │ ├── System.Web.WebPages.Razor.dll │ │ ├── System.Web.WebPages.Razor.xml │ │ ├── System.Web.WebPages.dll │ │ └── System.Web.WebPages.xml │ ├── Microsoft.AspNet.WebPages.Data.2.0.20710.0 │ ├── Microsoft.AspNet.WebPages.Data.2.0.20710.0.nupkg │ └── lib │ │ └── net40 │ │ ├── WebMatrix.Data.dll │ │ └── WebMatrix.Data.xml │ ├── Microsoft.AspNet.WebPages.OAuth.2.0.20710.0 │ ├── Microsoft.AspNet.WebPages.OAuth.2.0.20710.0.nupkg │ └── lib │ │ └── net40 │ │ ├── Microsoft.Web.WebPages.OAuth.dll │ │ └── Microsoft.Web.WebPages.OAuth.xml │ ├── Microsoft.AspNet.WebPages.WebData.2.0.20710.0 │ ├── Microsoft.AspNet.WebPages.WebData.2.0.20710.0.nupkg │ └── lib │ │ └── net40 │ │ ├── WebMatrix.WebData.dll │ │ └── WebMatrix.WebData.xml │ ├── Microsoft.Net.Http.2.0.20710.0 │ ├── Microsoft.Net.Http.2.0.20710.0.nupkg │ └── lib │ │ ├── net40 │ │ ├── System.Net.Http.WebRequest.dll │ │ ├── System.Net.Http.WebRequest.xml │ │ ├── System.Net.Http.dll │ │ └── System.Net.Http.xml │ │ └── net45 │ │ └── _._ │ ├── Microsoft.Web.Infrastructure.1.0.0.0 │ ├── Microsoft.Web.Infrastructure.1.0.0.0.nupkg │ └── lib │ │ └── net40 │ │ └── Microsoft.Web.Infrastructure.dll │ ├── Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0 │ ├── Content │ │ └── Scripts │ │ │ ├── jquery.unobtrusive-ajax.js │ │ │ └── jquery.unobtrusive-ajax.min.js │ └── Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0.nupkg │ ├── Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0 │ ├── Content │ │ └── Scripts │ │ │ ├── jquery.validate.unobtrusive.js │ │ │ └── jquery.validate.unobtrusive.min.js │ └── Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0.nupkg │ ├── Modernizr.2.5.3 │ ├── Content │ │ └── Scripts │ │ │ └── modernizr-2.5.3.js │ └── Modernizr.2.5.3.nupkg │ ├── Newtonsoft.Json.4.5.6 │ ├── Newtonsoft.Json.4.5.6.nupkg │ └── lib │ │ └── net40 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── WebGrease.1.1.0 │ ├── WebGrease.1.1.0.nupkg │ ├── lib │ │ ├── Antlr3.Runtime.dll │ │ └── WebGrease.dll │ └── tools │ │ └── WG.exe │ ├── jQuery.1.7.1.1 │ ├── Content │ │ └── Scripts │ │ │ ├── jquery-1.7.1-vsdoc.js │ │ │ ├── jquery-1.7.1.js │ │ │ └── jquery-1.7.1.min.js │ ├── Tools │ │ ├── common.ps1 │ │ ├── install.ps1 │ │ ├── jquery-1.7.1.intellisense.js │ │ └── uninstall.ps1 │ └── jQuery.1.7.1.1.nupkg │ ├── jQuery.UI.Combined.1.8.20.1 │ ├── Content │ │ ├── Content │ │ │ └── themes │ │ │ │ └── base │ │ │ │ ├── images │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── jquery-ui.css │ │ │ │ ├── jquery.ui.accordion.css │ │ │ │ ├── jquery.ui.all.css │ │ │ │ ├── jquery.ui.autocomplete.css │ │ │ │ ├── jquery.ui.base.css │ │ │ │ ├── jquery.ui.button.css │ │ │ │ ├── jquery.ui.core.css │ │ │ │ ├── jquery.ui.datepicker.css │ │ │ │ ├── jquery.ui.dialog.css │ │ │ │ ├── jquery.ui.progressbar.css │ │ │ │ ├── jquery.ui.resizable.css │ │ │ │ ├── jquery.ui.selectable.css │ │ │ │ ├── jquery.ui.slider.css │ │ │ │ ├── jquery.ui.tabs.css │ │ │ │ ├── jquery.ui.theme.css │ │ │ │ └── minified │ │ │ │ ├── images │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── jquery-ui.min.css │ │ │ │ ├── jquery.ui.accordion.min.css │ │ │ │ ├── jquery.ui.autocomplete.min.css │ │ │ │ ├── jquery.ui.button.min.css │ │ │ │ ├── jquery.ui.core.min.css │ │ │ │ ├── jquery.ui.datepicker.min.css │ │ │ │ ├── jquery.ui.dialog.min.css │ │ │ │ ├── jquery.ui.progressbar.min.css │ │ │ │ ├── jquery.ui.resizable.min.css │ │ │ │ ├── jquery.ui.selectable.min.css │ │ │ │ ├── jquery.ui.slider.min.css │ │ │ │ ├── jquery.ui.tabs.min.css │ │ │ │ └── jquery.ui.theme.min.css │ │ └── Scripts │ │ │ ├── jquery-ui-1.8.20.js │ │ │ └── jquery-ui-1.8.20.min.js │ └── jQuery.UI.Combined.1.8.20.1.nupkg │ ├── jQuery.Validation.1.9.0.1 │ ├── Content │ │ └── Scripts │ │ │ ├── jquery.validate-vsdoc.js │ │ │ ├── jquery.validate.js │ │ │ └── jquery.validate.min.js │ └── jQuery.Validation.1.9.0.1.nupkg │ ├── knockoutjs.2.1.0 │ ├── Content │ │ └── Scripts │ │ │ ├── knockout-2.1.0.debug.js │ │ │ └── knockout-2.1.0.js │ └── knockoutjs.2.1.0.nupkg │ └── repositories.config └── screenshots ├── Flat-UI-2.png ├── Flat-UI-3.png └── Flat-UI.png /README.md: -------------------------------------------------------------------------------- 1 | Flat-UI-ASP.NET-MVC 2 | =================== 3 | 4 | Flat UI template using Twitter Bootstrap and Flat UI for ASP.NET MVC. 5 | 6 | ### SCREENSHOT 1 7 | 8 | [![solarized dualmode](https://raw.github.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/master/screenshots/Flat-UI-3.png)](#features) 9 | 10 | ### SCREENSHOT 2 11 | 12 | [![solarized dualmode](https://raw.github.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/master/screenshots/Flat-UI.png)](#features) 13 | 14 | ### SCREENSHOT 3 15 | 16 | [![solarized dualmode](https://raw.github.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/master/screenshots/Flat-UI-2.png)](#features) -------------------------------------------------------------------------------- /project/FlatUi.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlatUi", "FlatUi\FlatUi.csproj", "{239108E6-40A2-43C3-B079-46461CB531C3}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {239108E6-40A2-43C3-B079-46461CB531C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {239108E6-40A2-43C3-B079-46461CB531C3}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {239108E6-40A2-43C3-B079-46461CB531C3}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {239108E6-40A2-43C3-B079-46461CB531C3}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /project/FlatUi/App_Data/New Text Document.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/App_Data/New Text Document.txt -------------------------------------------------------------------------------- /project/FlatUi/App_Start/AuthConfig.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using Microsoft.Web.WebPages.OAuth; 6 | using FlatUi.Models; 7 | 8 | namespace FlatUi 9 | { 10 | public static class AuthConfig 11 | { 12 | public static void RegisterAuth() 13 | { 14 | // To let users of this site log in using their accounts from other sites such as Microsoft, Facebook, and Twitter, 15 | // you must update this site. For more information visit http://go.microsoft.com/fwlink/?LinkID=252166 16 | 17 | //OAuthWebSecurity.RegisterMicrosoftClient( 18 | // clientId: "", 19 | // clientSecret: ""); 20 | 21 | //OAuthWebSecurity.RegisterTwitterClient( 22 | // consumerKey: "", 23 | // consumerSecret: ""); 24 | 25 | //OAuthWebSecurity.RegisterFacebookClient( 26 | // appId: "", 27 | // appSecret: ""); 28 | 29 | //OAuthWebSecurity.RegisterGoogleClient(); 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /project/FlatUi/App_Start/FilterConfig.cs: -------------------------------------------------------------------------------- 1 | using System.Web; 2 | using System.Web.Mvc; 3 | 4 | namespace FlatUi 5 | { 6 | public class FilterConfig 7 | { 8 | public static void RegisterGlobalFilters(GlobalFilterCollection filters) 9 | { 10 | filters.Add(new HandleErrorAttribute()); 11 | } 12 | } 13 | } -------------------------------------------------------------------------------- /project/FlatUi/App_Start/RouteConfig.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web; 5 | using System.Web.Mvc; 6 | using System.Web.Routing; 7 | 8 | namespace FlatUi 9 | { 10 | public class RouteConfig 11 | { 12 | public static void RegisterRoutes(RouteCollection routes) 13 | { 14 | routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); 15 | 16 | routes.MapRoute( 17 | name: "Default", 18 | url: "{controller}/{action}/{id}", 19 | defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional } 20 | ); 21 | } 22 | } 23 | } -------------------------------------------------------------------------------- /project/FlatUi/App_Start/WebApiConfig.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web.Http; 5 | 6 | namespace FlatUi 7 | { 8 | public static class WebApiConfig 9 | { 10 | public static void Register(HttpConfiguration config) 11 | { 12 | config.Routes.MapHttpRoute( 13 | name: "DefaultApi", 14 | routeTemplate: "api/{controller}/{id}", 15 | defaults: new { id = RouteParameter.Optional } 16 | ); 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/custom.css: -------------------------------------------------------------------------------- 1 | .field-validation-error, .validation-summary-errors {color:#C0392B} 2 | .custom-row { padding-bottom: 10px;} 3 | .margin-top-zero { margin-top: 0px;} 4 | .margin-top-zero ul { margin-top: 0px;} 5 | .demo-content span { margin-right: 45px;margin-bottom: 10px;font-size: 26px;} -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/fonts/Flat-UI-Icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/fonts/Flat-UI-Icons.eot -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/fonts/Flat-UI-Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/fonts/Flat-UI-Icons.ttf -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/fonts/Flat-UI-Icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/fonts/Flat-UI-Icons.woff -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/demo/browser-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/demo/browser-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/demo/browser-author.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/demo/browser-author.jpg -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/demo/browser-pic-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/demo/browser-pic-1.jpg -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/demo/browser-pic-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/demo/browser-pic-2.jpg -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/demo/browser-pic-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/demo/browser-pic-3.jpg -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/demo/browser-pic-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/demo/browser-pic-4.jpg -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/demo/browser-pic-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/demo/browser-pic-5.jpg -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/demo/browser-pic-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/demo/browser-pic-6.jpg -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/demo/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/demo/browser.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/demo/html-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/demo/html-icon.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/demo/logo-mask-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/demo/logo-mask-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/demo/logo-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/demo/logo-mask.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/demo/video.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/demo/video.jpg -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/exaple-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/exaple-image.jpg -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/favicon.ico -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/footer/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/footer/logo.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Book.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Calendar.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Chat.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Clipboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Clipboard.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Compas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Compas.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Gift-Box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Gift-Box.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Infinity-Loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Infinity-Loop.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Mail.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Map.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Pensils.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Pensils.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Pocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Pocket.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Retina-Ready.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Retina-Ready.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Toilet-Paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Toilet-Paper.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/png/Watches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/icons/png/Watches.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/svg/book.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/svg/chat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/svg/clocks.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/svg/loop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/svg/mail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/svg/map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/svg/paper-bag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/icons/svg/toilet-paper.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/login/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/login/icon.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/login/imac-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/login/imac-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/login/imac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/login/imac.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/switch/mask-square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/switch/mask-square.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/switch/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/switch/mask.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/tile/ribbon-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/tile/ribbon-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/tile/ribbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/tile/ribbon.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/todo/done-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/todo/done-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/todo/done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/todo/done.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/todo/search-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/todo/search-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/todo/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/todo/search.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/todo/todo-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/todo/todo-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/todo/todo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/todo/todo.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/video/fullscreen-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/video/fullscreen-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/video/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/video/fullscreen.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/video/pause-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/video/pause-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/video/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/video/pause.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/video/play-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/video/play-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/video/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/video/play.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/video/poster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/video/poster.jpg -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/video/volume-full-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/video/volume-full-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/video/volume-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/video/volume-full.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/video/volume-off-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/video/volume-off-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/images/video/volume-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/flatui/images/video/volume-off.png -------------------------------------------------------------------------------- /project/FlatUi/Content/flatui/sticky-footer.css: -------------------------------------------------------------------------------- 1 | /* Sticky footer styles 2 | -------------------------------------------------- */ 3 | 4 | html, 5 | body { 6 | height: 100%; 7 | /* The html and body elements cannot have any padding or margin. */ 8 | } 9 | 10 | /* Wrapper for page content to push down footer */ 11 | #wrap { 12 | min-height: 100%; 13 | height: auto; 14 | /* Negative indent footer by its height */ 15 | margin: 0 auto -60px; 16 | /* Pad bottom by footer height */ 17 | padding: 0 0 60px; 18 | } 19 | 20 | /* Set the fixed height of the footer here */ 21 | #footer { 22 | height: 60px; 23 | background-color: #f5f5f5; 24 | } 25 | 26 | .text-muted {padding-top: 15px;} -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/jquery.ui.accordion.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Accordion 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Accordion#theming 9 | */ 10 | /* IE/Win - Fix animation bug - #4615 */ 11 | .ui-accordion { width: 100%; } 12 | .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } 13 | .ui-accordion .ui-accordion-li-fix { display: inline; } 14 | .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } 15 | .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } 16 | .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } 17 | .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } 18 | .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } 19 | .ui-accordion .ui-accordion-content-active { display: block; } 20 | -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/jquery.ui.all.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI CSS Framework 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Theming 9 | */ 10 | @import "jquery.ui.base.css"; 11 | @import "jquery.ui.theme.css"; 12 | -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/jquery.ui.autocomplete.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Autocomplete 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Autocomplete#theming 9 | */ 10 | .ui-autocomplete { position: absolute; cursor: default; } 11 | 12 | /* workarounds */ 13 | * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ 14 | 15 | /* 16 | * jQuery UI Menu 1.8.20 17 | * 18 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) 19 | * Licensed under the MIT license. 20 | * http://jquery.org/license 21 | * 22 | * http://docs.jquery.com/UI/Menu#theming 23 | */ 24 | .ui-menu { 25 | list-style:none; 26 | padding: 2px; 27 | margin: 0; 28 | display:block; 29 | float: left; 30 | } 31 | .ui-menu .ui-menu { 32 | margin-top: -3px; 33 | } 34 | .ui-menu .ui-menu-item { 35 | margin:0; 36 | padding: 0; 37 | zoom: 1; 38 | float: left; 39 | clear: left; 40 | width: 100%; 41 | } 42 | .ui-menu .ui-menu-item a { 43 | text-decoration:none; 44 | display:block; 45 | padding:.2em .4em; 46 | line-height:1.5; 47 | zoom:1; 48 | } 49 | .ui-menu .ui-menu-item a.ui-state-hover, 50 | .ui-menu .ui-menu-item a.ui-state-active { 51 | font-weight: normal; 52 | margin: -1px; 53 | } 54 | -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/jquery.ui.base.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI CSS Framework 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Theming 9 | */ 10 | @import url("jquery.ui.core.css"); 11 | 12 | @import url("jquery.ui.accordion.css"); 13 | @import url("jquery.ui.autocomplete.css"); 14 | @import url("jquery.ui.button.css"); 15 | @import url("jquery.ui.datepicker.css"); 16 | @import url("jquery.ui.dialog.css"); 17 | @import url("jquery.ui.progressbar.css"); 18 | @import url("jquery.ui.resizable.css"); 19 | @import url("jquery.ui.selectable.css"); 20 | @import url("jquery.ui.slider.css"); 21 | @import url("jquery.ui.tabs.css"); 22 | -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/jquery.ui.core.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI CSS Framework 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Theming/API 9 | */ 10 | 11 | /* Layout helpers 12 | ----------------------------------*/ 13 | .ui-helper-hidden { display: none; } 14 | .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } 15 | .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } 16 | .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; } 17 | .ui-helper-clearfix:after { clear: both; } 18 | .ui-helper-clearfix { zoom: 1; } 19 | .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } 20 | 21 | 22 | /* Interaction Cues 23 | ----------------------------------*/ 24 | .ui-state-disabled { cursor: default !important; } 25 | 26 | 27 | /* Icons 28 | ----------------------------------*/ 29 | 30 | /* states and images */ 31 | .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } 32 | 33 | 34 | /* Misc visuals 35 | ----------------------------------*/ 36 | 37 | /* Overlays */ 38 | .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 39 | -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/jquery.ui.dialog.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Dialog 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Dialog#theming 9 | */ 10 | .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } 11 | .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } 12 | .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 13 | .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } 14 | .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } 15 | .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } 16 | .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } 17 | .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } 18 | .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } 19 | .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } 20 | .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } 21 | .ui-draggable .ui-dialog-titlebar { cursor: move; } 22 | -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/jquery.ui.progressbar.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Progressbar 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Progressbar#theming 9 | */ 10 | .ui-progressbar { height:2em; text-align: left; overflow: hidden; } 11 | .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/jquery.ui.resizable.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Resizable 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Resizable#theming 9 | */ 10 | .ui-resizable { position: relative;} 11 | .ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; } 12 | .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } 13 | .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } 14 | .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } 15 | .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } 16 | .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } 17 | .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } 18 | .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } 19 | .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } 20 | .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/jquery.ui.selectable.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Selectable 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Selectable#theming 9 | */ 10 | .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } 11 | -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/jquery.ui.slider.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Slider 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Slider#theming 9 | */ 10 | .ui-slider { position: relative; text-align: left; } 11 | .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } 12 | .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } 13 | 14 | .ui-slider-horizontal { height: .8em; } 15 | .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } 16 | .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } 17 | .ui-slider-horizontal .ui-slider-range-min { left: 0; } 18 | .ui-slider-horizontal .ui-slider-range-max { right: 0; } 19 | 20 | .ui-slider-vertical { width: .8em; height: 100px; } 21 | .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } 22 | .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } 23 | .ui-slider-vertical .ui-slider-range-min { bottom: 0; } 24 | .ui-slider-vertical .ui-slider-range-max { top: 0; } -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/jquery.ui.tabs.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Tabs 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Tabs#theming 9 | */ 10 | .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ 11 | .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } 12 | .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } 13 | .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } 14 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } 15 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } 16 | .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ 17 | .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } 18 | .ui-tabs .ui-tabs-hide { display: none !important; } 19 | -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/minified/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/minified/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/minified/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/minified/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Content/themes/base/minified/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/jquery.ui.accordion.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.accordion.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-accordion{width:100%}.ui-accordion .ui-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1}.ui-accordion .ui-accordion-li-fix{display:inline}.ui-accordion .ui-accordion-header-active{border-bottom:0!important}.ui-accordion .ui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em .7em}.ui-accordion-icons .ui-accordion-header a{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;margin-top:-2px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none;zoom:1}.ui-accordion .ui-accordion-content-active{display:block} -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/jquery.ui.autocomplete.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.autocomplete.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-autocomplete{position:absolute;cursor:default}* html .ui-autocomplete{width:1px}.ui-menu{list-style:none;padding:2px;margin:0;display:block;float:left}.ui-menu .ui-menu{margin-top:-3px}.ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;float:left;clear:left;width:100%}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;zoom:1}.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px} -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/jquery.ui.core.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.core.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-helper-hidden{display:none}.ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px);clip:rect(1px,1px,1px,1px)}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%} -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/jquery.ui.dialog.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.dialog.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-dialog{position:absolute;padding:.2em;width:300px;overflow:hidden}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 16px .1em 0}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px}.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus{padding:0}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;zoom:1}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin:.5em 0 0 0;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move} -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/jquery.ui.progressbar.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.progressbar.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%} -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/jquery.ui.resizable.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.resizable.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px} -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/jquery.ui.selectable.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.selectable.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black} -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/jquery.ui.slider.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.slider.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0} -------------------------------------------------------------------------------- /project/FlatUi/Content/themes/base/minified/jquery.ui.tabs.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.tabs.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-tabs{position:relative;padding:.2em;zoom:1}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:1px;margin:0 .2em 1px 0;border-bottom:0!important;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-selected{margin-bottom:0;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tabs .ui-tabs-hide{display:none!important} -------------------------------------------------------------------------------- /project/FlatUi/Controllers/HomeController.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web; 5 | using System.Web.Mvc; 6 | 7 | namespace FlatUi.Controllers 8 | { 9 | [Authorize] 10 | public class HomeController : Controller 11 | { 12 | public ActionResult Index() 13 | { 14 | ViewBag.Message = "Modify this template to jump-start your ASP.NET MVC application."; 15 | 16 | return View(); 17 | } 18 | 19 | public ActionResult About() 20 | { 21 | ViewBag.Message = "Your app description page."; 22 | 23 | return View(); 24 | } 25 | 26 | public ActionResult Contact() 27 | { 28 | ViewBag.Message = "Your contact page."; 29 | 30 | return View(); 31 | } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | *.swo 3 | .sass-cache 4 | .local 5 | *.DS_Store 6 | 7 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | *.swo 3 | .sass-cache 4 | .local 5 | *.DS_Store 6 | 7 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/bootstrap/css/prettify.css: -------------------------------------------------------------------------------- 1 | .com { color: #93a1a1; } 2 | .lit { color: #195f91; } 3 | .pun, .opn, .clo { color: #93a1a1; } 4 | .fun { color: #dc322f; } 5 | .str, .atv { color: #D14; } 6 | .kwd, .prettyprint .tag { color: #1e347b; } 7 | .typ, .atn, .dec, .var { color: teal; } 8 | .pln { color: #48484c; } 9 | 10 | .prettyprint { 11 | padding: 8px; 12 | background-color: #f7f7f9; 13 | border: 1px solid #e1e1e8; 14 | } 15 | .prettyprint.linenums { 16 | -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; 17 | -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; 18 | box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; 19 | } 20 | 21 | /* Specify class=linenums on a pre to get line numbering */ 22 | ol.linenums { 23 | margin: 0 0 0 33px; /* IE indents via margin-left */ 24 | } 25 | ol.linenums li { 26 | padding-left: 12px; 27 | color: #bebec5; 28 | line-height: 20px; 29 | text-shadow: 0 1px 0 #fff; 30 | } -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/Flat-UI-Icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/Flat-UI-Icons.eot -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/Flat-UI-Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/Flat-UI-Icons.ttf -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/Flat-UI-Icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/Flat-UI-Icons.woff -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-black-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-black-webfont.eot -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-black-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-black-webfont.ttf -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-black-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-black-webfont.woff -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-bold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-bold-webfont.eot -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-bold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-bold-webfont.ttf -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-bold-webfont.woff -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-bolditalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-bolditalic-webfont.eot -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-bolditalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-bolditalic-webfont.ttf -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-bolditalic-webfont.woff -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-italic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-italic-webfont.eot -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-italic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-italic-webfont.ttf -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-italic-webfont.woff -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-light-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-light-webfont.eot -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-light-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-light-webfont.ttf -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-light-webfont.woff -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-regular-webfont.eot -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-regular-webfont.ttf -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/fonts/lato/lato-regular-webfont.woff -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-author.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-author.jpg -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-pic-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-pic-1.jpg -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-pic-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-pic-2.jpg -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-pic-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-pic-3.jpg -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-pic-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-pic-4.jpg -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-pic-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-pic-5.jpg -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-pic-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser-pic-6.jpg -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/browser.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/html-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/html-icon.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/logo-mask-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/logo-mask-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/logo-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/logo-mask.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/video.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/demo/video.jpg -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/exaple-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/exaple-image.jpg -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/favicon.ico -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/footer/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/footer/logo.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Book.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Calendar.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Chat.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Clipboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Clipboard.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Compas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Compas.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Gift-Box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Gift-Box.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Infinity-Loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Infinity-Loop.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Mail.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Map.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Pensils.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Pensils.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Pocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Pocket.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Retina-Ready.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Retina-Ready.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Toilet-Paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Toilet-Paper.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Watches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/png/Watches.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/svg/book.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/svg/chat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/svg/clocks.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/svg/loop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/svg/mail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/svg/map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/svg/paper-bag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/icons/svg/toilet-paper.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/login/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/login/icon.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/login/imac-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/login/imac-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/login/imac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/login/imac.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/switch/mask-square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/switch/mask-square.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/switch/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/switch/mask.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/tile/ribbon-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/tile/ribbon-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/tile/ribbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/tile/ribbon.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/todo/done-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/todo/done-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/todo/done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/todo/done.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/todo/search-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/todo/search-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/todo/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/todo/search.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/todo/todo-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/todo/todo-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/todo/todo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/todo/todo.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/fullscreen-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/fullscreen-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/fullscreen.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/pause-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/pause-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/pause.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/play-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/play-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/play.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/poster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/poster.jpg -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/volume-full-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/volume-full-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/volume-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/volume-full.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/volume-off-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/volume-off-2x.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/volume-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/Flat-UI-master/images/video/volume-off.png -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/js/jquery.ui.touch-punch.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Touch Punch 0.2.2 3 | * 4 | * Copyright 2011, Dave Furfero 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * 7 | * Depends: 8 | * jquery.ui.widget.js 9 | * jquery.ui.mouse.js 10 | */ 11 | (function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return;}var c=b.ui.mouse.prototype,e=c._mouseInit,a;function d(g,h){if(g.originalEvent.touches.length>1){return;}g.preventDefault();var i=g.originalEvent.changedTouches[0],f=document.createEvent("MouseEvents");f.initMouseEvent(h,true,true,window,1,i.screenX,i.screenY,i.clientX,i.clientY,false,false,false,false,0,null);g.target.dispatchEvent(f);}c._touchStart=function(g){var f=this;if(a||!f._mouseCapture(g.originalEvent.changedTouches[0])){return;}a=true;f._touchMoved=false;d(g,"mouseover");d(g,"mousemove");d(g,"mousedown");};c._touchMove=function(f){if(!a){return;}this._touchMoved=true;d(f,"mousemove");};c._touchEnd=function(f){if(!a){return;}d(f,"mouseup");d(f,"mouseout");if(!this._touchMoved){d(f,"click");}a=false;};c._mouseInit=function(){var f=this;f.element.bind("touchstart",b.proxy(f,"_touchStart")).bind("touchmove",b.proxy(f,"_touchMove")).bind("touchend",b.proxy(f,"_touchEnd"));e.call(f);};})(jQuery); -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/less/flat-ui.less: -------------------------------------------------------------------------------- 1 | // Flat UI main stylesheet that aggregates all modules 2 | 3 | // Loading custom fonts 4 | //@import url("https://fonts.googleapis.com/css?family=Lato:400,700,700italic,900,400italic,300"); 5 | @import "fonts"; 6 | @import "icon-font"; 7 | 8 | // Loading config with variables (changing them leads to changing a color scheme) 9 | @import "variables"; 10 | 11 | // Utility mixins for greater good 12 | @import "mixins"; 13 | 14 | @import "scaffolding"; 15 | 16 | // Modules 17 | @import "modules/type"; 18 | @import "modules/code"; 19 | @import "modules/buttons"; 20 | @import "modules/button-groups"; 21 | @import "modules/caret"; 22 | @import "modules/navbar"; 23 | @import "modules/select"; 24 | @import "modules/forms"; 25 | @import "modules/input-icons"; 26 | @import "modules/checkbox-and-radio"; 27 | @import "modules/tagsinput"; 28 | @import "modules/progress-bars"; 29 | @import "modules/ui-slider"; 30 | @import "modules/pager"; 31 | @import "modules/pagination"; 32 | @import "modules/tooltip"; 33 | @import "modules/dropdown"; 34 | @import "modules/switch"; 35 | @import "modules/share"; 36 | 37 | // Examples 38 | @import "modules/palette"; 39 | @import "modules/tile"; 40 | @import "modules/todo"; 41 | @import "modules/video"; 42 | @import "modules/login"; 43 | 44 | @import "modules/footer"; 45 | 46 | // Spaces 47 | @import "spaces"; 48 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/less/modules/caret.less: -------------------------------------------------------------------------------- 1 | // 2 | // Caret 3 | // -------------------------------------------------- 4 | 5 | .caret { 6 | border-width: 8px 6px; 7 | border-bottom-color: @brand-primary; 8 | border-top-color: @brand-primary; 9 | border-style: solid; 10 | border-bottom-style: none; 11 | .transition(.25s); 12 | .scale(1.001); 13 | } 14 | 15 | .caret(@color: @brand-primary) { 16 | border-bottom-color: @color; 17 | border-top-color: @color; 18 | } 19 | 20 | .dropup .caret, 21 | .dropup .btn-lg .caret, 22 | .navbar-fixed-bottom .dropdown .caret { 23 | border-bottom-width: 8px; 24 | } 25 | 26 | .btn-lg .caret { 27 | border-top-width: 8px; 28 | border-right-width: 6px; 29 | border-left-width: 6px; 30 | } 31 | 32 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/less/modules/code.less: -------------------------------------------------------------------------------- 1 | // 2 | // Code (inline and blocK) 3 | // -------------------------------------------------- 4 | 5 | 6 | // Inline and block code styles 7 | code, 8 | kdb, 9 | pre, 10 | samp { 11 | font-family: @font-family-monospace; 12 | } 13 | 14 | // Inline code 15 | code { 16 | font-size: 75%; 17 | color: @code-color; 18 | background-color: @code-bg; 19 | border-radius: @border-radius-base; 20 | } 21 | 22 | // Blocks of code 23 | pre { 24 | padding: ((@line-height-computed - 6) / 3); 25 | margin: 0 0 (@line-height-computed / 2); 26 | font-size: (@font-size-base - 5); // 18px to 13px 27 | line-height: @line-height-base; 28 | color: @pre-color; 29 | background-color: @pre-bg; 30 | border: 2px solid @pre-border-color; 31 | border-radius: @pre-border-radius; 32 | white-space: pre; 33 | } 34 | 35 | // Enable scrollable blocks of code 36 | .pre-scrollable { 37 | max-height: @pre-scrollable-max-height; 38 | } -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/less/modules/pager.less: -------------------------------------------------------------------------------- 1 | // 2 | // Pager 3 | // -------------------------------------------------- 4 | 5 | .pager { 6 | background-color: @brand-primary; 7 | border-radius: @border-radius-large; 8 | color: @inverse; 9 | font-size: 16px; 10 | font-weight: 700; 11 | display: inline-block; 12 | 13 | li { 14 | &:first-child { 15 | > a, 16 | > span { 17 | border-left: none; 18 | border-radius: @border-radius-large 0 0 @border-radius-large; 19 | } 20 | } 21 | 22 | > a, 23 | > span { 24 | background: none; 25 | border: none; 26 | border-left: 2px solid mix(@brand-primary, black, 85%); 27 | color: @inverse; 28 | padding: @pager-padding; 29 | text-decoration: none; 30 | white-space: nowrap; 31 | border-radius: 0 @border-radius-large @border-radius-large 0; 32 | line-height: 1.313; 33 | 34 | &:hover, 35 | &:focus { 36 | background-color: mix(@brand-primary, black, 85%); 37 | } 38 | &:active { 39 | background-color: mix(@brand-primary, black, 85%); 40 | } 41 | 42 | // Add some spacing between the icon and text 43 | [class*="fui-"] + span { 44 | margin-left: 8px; 45 | } 46 | span + [class*="fui-"] { 47 | margin-left: 8px; 48 | } 49 | } 50 | } 51 | } -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/less/modules/progress-bars.less: -------------------------------------------------------------------------------- 1 | // 2 | // Progress bars 3 | // -------------------------------------------------- 4 | 5 | // Outer container 6 | .progress { 7 | background: mix(@brand-primary, white, 10%); 8 | border-radius: 32px; 9 | height: @progress-height; 10 | .box-shadow(none); 11 | } 12 | 13 | // Bar of progress 14 | .progress-bar { 15 | background: @brand-secondary; 16 | .box-shadow(none); 17 | } 18 | 19 | // Variations 20 | // ------------------------- 21 | 22 | .progress-bar-success { 23 | background-color: @brand-success; 24 | } 25 | 26 | .progress-bar-warning { 27 | background-color: @brand-warning; 28 | } 29 | 30 | .progress-bar-danger { 31 | background-color: @brand-danger; 32 | } 33 | 34 | .progress-bar-info { 35 | background-color: @brand-info; 36 | } -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/less/modules/share.less: -------------------------------------------------------------------------------- 1 | // 2 | // Sharing box 3 | // -------------------------------------------------- 4 | 5 | // Module color variable 6 | @share-color: mix(@brand-primary, @inverse, 8%); 7 | 8 | .share { 9 | background-color: @share-color; 10 | position: relative; 11 | border-radius: @border-radius-large; 12 | .dropdown-arrow(@share-color, -9px, 23px); 13 | 14 | ul { 15 | list-style-type: none; 16 | margin: 0; 17 | padding: 15px; 18 | } 19 | li { 20 | font-size: @component-font-size-base; 21 | line-height: 1.4; 22 | padding-top: 11px; 23 | .clearfix(); 24 | 25 | &:first-child { 26 | padding-top: 0; 27 | } 28 | } 29 | .toggle { 30 | float: right; 31 | margin: 0; 32 | } 33 | .btn { 34 | border-radius: 0 0 @border-radius-large @border-radius-large; 35 | } 36 | } 37 | 38 | .share-label { 39 | float: left; 40 | font-size: 15px; 41 | line-height: 1.4; 42 | padding-top: 5px; 43 | width: 50%; 44 | } 45 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/less/modules/tooltip.less: -------------------------------------------------------------------------------- 1 | // Tooltip 2 | // -------------------------------------------------- 3 | 4 | .tooltip { 5 | font-size: ceil(@component-font-size-base * 0.933); // ~14px 6 | line-height: 1.286; // 18px 7 | 8 | &.in { 9 | opacity: 1; 10 | } 11 | &.top { 12 | padding-bottom: 9px; 13 | 14 | .tooltip-arrow { 15 | border-top-color: @brand-primary; 16 | border-width: 9px 9px 0; 17 | bottom: 0; 18 | margin-left: -9px; 19 | } 20 | } 21 | &.right { 22 | .tooltip-arrow { 23 | border-right-color: @brand-primary; 24 | border-width: 9px 9px 9px 0; 25 | margin-top: -9px; 26 | left: -3px; 27 | } 28 | } 29 | &.bottom { 30 | padding-top: 8px; 31 | 32 | .tooltip-arrow { 33 | border-bottom-color: @brand-primary; 34 | border-width: 0 9px 9px; 35 | margin-left: -9px; 36 | top: -1px; 37 | } 38 | } 39 | &.left { 40 | .tooltip-arrow { 41 | border-left-color: @brand-primary; 42 | border-width: 9px 0 9px 9px; 43 | margin-top: -9px; 44 | right: -3px; 45 | } 46 | } 47 | } 48 | 49 | .tooltip-inner { 50 | background-color: @brand-primary; 51 | line-height: 1.286; // 18px 52 | padding: 12px 12px; 53 | text-align: center; 54 | width: 183px; 55 | border-radius: @border-radius-large; 56 | } -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/less/modules/ui-slider.less: -------------------------------------------------------------------------------- 1 | // Slider 2 | // -------------------------------------------------- 3 | 4 | .ui-slider { 5 | .progress(); 6 | margin-bottom: 20px; 7 | position: relative; 8 | } 9 | 10 | .ui-slider-handle { 11 | background-color: mix(@brand-secondary, black, 85%); 12 | border-radius: 50%; 13 | cursor: pointer; 14 | height: 18px; 15 | margin-left: -9px; 16 | position: absolute; 17 | top: -3px; 18 | width: 18px; 19 | z-index: 2; 20 | .transition(background .25s); 21 | 22 | &[style*='100'] { 23 | margin-left: -15px; 24 | } 25 | &:hover, 26 | &:focus { 27 | background-color: mix(@brand-secondary, white, 80%); 28 | outline: none; 29 | } 30 | &:active { 31 | background-color: mix(@brand-secondary, black, 85%); 32 | } 33 | } 34 | 35 | .ui-slider-range { 36 | background-color: @brand-secondary; 37 | border-radius: 30px 0 0 30px; 38 | display: block; 39 | height: 100%; 40 | position: absolute; 41 | z-index: 1; 42 | } 43 | 44 | .ui-slider-segment { 45 | background-color: mix(desaturate(@brand-primary, 15%), white, 20%); 46 | border-radius: 50%; 47 | float: left; 48 | height: 6px; 49 | margin: 3px -6px 0 0; 50 | width: 6px; 51 | } 52 | 53 | .ui-slider-value { 54 | float: right; 55 | font-size: floor(@component-font-size-base * 0.867); // ~13px 56 | margin-top: @progress-height; 57 | 58 | &.first { 59 | clear: left; 60 | float: left; 61 | } 62 | } -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/Flat-UI-master/less/scaffolding.less: -------------------------------------------------------------------------------- 1 | // 2 | // Scaffolding 3 | // -------------------------------------------------- 4 | 5 | 6 | // Body reset 7 | // ------------------------- 8 | 9 | body { 10 | font-family: @font-family-base; 11 | font-size: @font-size-base; 12 | line-height: @line-height-base; 13 | color: @text-color; 14 | background-color: @body-bg; 15 | } 16 | 17 | // Links 18 | // ------------------------- 19 | 20 | a { 21 | color: @link-color; 22 | text-decoration: none; 23 | .transition(.25s); 24 | 25 | &:hover, 26 | &:focus { 27 | color: @link-hover-color; 28 | text-decoration: none; 29 | } 30 | } 31 | 32 | // Images 33 | // ------------------------- 34 | 35 | // Rounded corners 36 | .img-rounded { 37 | border-radius: @border-radius-large; 38 | } 39 | 40 | // Description text under image 41 | .img-comment { 42 | font-size: ceil(@font-size-base * 1.071); // ~15px 43 | line-height: @line-height-base; 44 | font-style: italic; 45 | margin: 24px 0; 46 | } -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/bootstrap/css/prettify.css: -------------------------------------------------------------------------------- 1 | .com { color: #93a1a1; } 2 | .lit { color: #195f91; } 3 | .pun, .opn, .clo { color: #93a1a1; } 4 | .fun { color: #dc322f; } 5 | .str, .atv { color: #D14; } 6 | .kwd, .prettyprint .tag { color: #1e347b; } 7 | .typ, .atn, .dec, .var { color: teal; } 8 | .pln { color: #48484c; } 9 | 10 | .prettyprint { 11 | padding: 8px; 12 | background-color: #f7f7f9; 13 | border: 1px solid #e1e1e8; 14 | } 15 | .prettyprint.linenums { 16 | -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; 17 | -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; 18 | box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; 19 | } 20 | 21 | /* Specify class=linenums on a pre to get line numbering */ 22 | ol.linenums { 23 | margin: 0 0 0 33px; /* IE indents via margin-left */ 24 | } 25 | ol.linenums li { 26 | padding-left: 12px; 27 | color: #bebec5; 28 | line-height: 20px; 29 | text-shadow: 0 1px 0 #fff; 30 | } -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Flat-UI-master/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/js/jquery.ui.touch-punch.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Touch Punch 0.2.2 3 | * 4 | * Copyright 2011, Dave Furfero 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * 7 | * Depends: 8 | * jquery.ui.widget.js 9 | * jquery.ui.mouse.js 10 | */ 11 | (function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return;}var c=b.ui.mouse.prototype,e=c._mouseInit,a;function d(g,h){if(g.originalEvent.touches.length>1){return;}g.preventDefault();var i=g.originalEvent.changedTouches[0],f=document.createEvent("MouseEvents");f.initMouseEvent(h,true,true,window,1,i.screenX,i.screenY,i.clientX,i.clientY,false,false,false,false,0,null);g.target.dispatchEvent(f);}c._touchStart=function(g){var f=this;if(a||!f._mouseCapture(g.originalEvent.changedTouches[0])){return;}a=true;f._touchMoved=false;d(g,"mouseover");d(g,"mousemove");d(g,"mousedown");};c._touchMove=function(f){if(!a){return;}this._touchMoved=true;d(f,"mousemove");};c._touchEnd=function(f){if(!a){return;}d(f,"mouseup");d(f,"mouseout");if(!this._touchMoved){d(f,"click");}a=false;};c._mouseInit=function(){var f=this;f.element.bind("touchstart",b.proxy(f,"_touchStart")).bind("touchmove",b.proxy(f,"_touchMove")).bind("touchend",b.proxy(f,"_touchEnd"));e.call(f);};})(jQuery); -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/less/flat-ui.less: -------------------------------------------------------------------------------- 1 | // Flat UI main stylesheet that aggregates all modules 2 | 3 | // Loading custom fonts 4 | //@import url("https://fonts.googleapis.com/css?family=Lato:400,700,700italic,900,400italic,300"); 5 | @import "fonts"; 6 | @import "icon-font"; 7 | 8 | // Loading config with variables (changing them leads to changing a color scheme) 9 | @import "variables"; 10 | 11 | // Utility mixins for greater good 12 | @import "mixins"; 13 | 14 | @import "scaffolding"; 15 | 16 | // Modules 17 | @import "modules/type"; 18 | @import "modules/code"; 19 | @import "modules/buttons"; 20 | @import "modules/button-groups"; 21 | @import "modules/caret"; 22 | @import "modules/navbar"; 23 | @import "modules/select"; 24 | @import "modules/forms"; 25 | @import "modules/input-icons"; 26 | @import "modules/checkbox-and-radio"; 27 | @import "modules/tagsinput"; 28 | @import "modules/progress-bars"; 29 | @import "modules/ui-slider"; 30 | @import "modules/pager"; 31 | @import "modules/pagination"; 32 | @import "modules/tooltip"; 33 | @import "modules/dropdown"; 34 | @import "modules/switch"; 35 | @import "modules/share"; 36 | 37 | // Examples 38 | @import "modules/palette"; 39 | @import "modules/tile"; 40 | @import "modules/todo"; 41 | @import "modules/video"; 42 | @import "modules/login"; 43 | 44 | @import "modules/footer"; 45 | 46 | // Spaces 47 | @import "spaces"; 48 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/less/modules/caret.less: -------------------------------------------------------------------------------- 1 | // 2 | // Caret 3 | // -------------------------------------------------- 4 | 5 | .caret { 6 | border-width: 8px 6px; 7 | border-bottom-color: @brand-primary; 8 | border-top-color: @brand-primary; 9 | border-style: solid; 10 | border-bottom-style: none; 11 | .transition(.25s); 12 | .scale(1.001); 13 | } 14 | 15 | .caret(@color: @brand-primary) { 16 | border-bottom-color: @color; 17 | border-top-color: @color; 18 | } 19 | 20 | .dropup .caret, 21 | .dropup .btn-lg .caret, 22 | .navbar-fixed-bottom .dropdown .caret { 23 | border-bottom-width: 8px; 24 | } 25 | 26 | .btn-lg .caret { 27 | border-top-width: 8px; 28 | border-right-width: 6px; 29 | border-left-width: 6px; 30 | } 31 | 32 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/less/modules/code.less: -------------------------------------------------------------------------------- 1 | // 2 | // Code (inline and blocK) 3 | // -------------------------------------------------- 4 | 5 | 6 | // Inline and block code styles 7 | code, 8 | kdb, 9 | pre, 10 | samp { 11 | font-family: @font-family-monospace; 12 | } 13 | 14 | // Inline code 15 | code { 16 | font-size: 75%; 17 | color: @code-color; 18 | background-color: @code-bg; 19 | border-radius: @border-radius-base; 20 | } 21 | 22 | // Blocks of code 23 | pre { 24 | padding: ((@line-height-computed - 6) / 3); 25 | margin: 0 0 (@line-height-computed / 2); 26 | font-size: (@font-size-base - 5); // 18px to 13px 27 | line-height: @line-height-base; 28 | color: @pre-color; 29 | background-color: @pre-bg; 30 | border: 2px solid @pre-border-color; 31 | border-radius: @pre-border-radius; 32 | white-space: pre; 33 | } 34 | 35 | // Enable scrollable blocks of code 36 | .pre-scrollable { 37 | max-height: @pre-scrollable-max-height; 38 | } -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/less/modules/pager.less: -------------------------------------------------------------------------------- 1 | // 2 | // Pager 3 | // -------------------------------------------------- 4 | 5 | .pager { 6 | background-color: @brand-primary; 7 | border-radius: @border-radius-large; 8 | color: @inverse; 9 | font-size: 16px; 10 | font-weight: 700; 11 | display: inline-block; 12 | 13 | li { 14 | &:first-child { 15 | > a, 16 | > span { 17 | border-left: none; 18 | border-radius: @border-radius-large 0 0 @border-radius-large; 19 | } 20 | } 21 | 22 | > a, 23 | > span { 24 | background: none; 25 | border: none; 26 | border-left: 2px solid mix(@brand-primary, black, 85%); 27 | color: @inverse; 28 | padding: @pager-padding; 29 | text-decoration: none; 30 | white-space: nowrap; 31 | border-radius: 0 @border-radius-large @border-radius-large 0; 32 | line-height: 1.313; 33 | 34 | &:hover, 35 | &:focus { 36 | background-color: mix(@brand-primary, black, 85%); 37 | } 38 | &:active { 39 | background-color: mix(@brand-primary, black, 85%); 40 | } 41 | 42 | // Add some spacing between the icon and text 43 | [class*="fui-"] + span { 44 | margin-left: 8px; 45 | } 46 | span + [class*="fui-"] { 47 | margin-left: 8px; 48 | } 49 | } 50 | } 51 | } -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/less/modules/progress-bars.less: -------------------------------------------------------------------------------- 1 | // 2 | // Progress bars 3 | // -------------------------------------------------- 4 | 5 | // Outer container 6 | .progress { 7 | background: mix(@brand-primary, white, 10%); 8 | border-radius: 32px; 9 | height: @progress-height; 10 | .box-shadow(none); 11 | } 12 | 13 | // Bar of progress 14 | .progress-bar { 15 | background: @brand-secondary; 16 | .box-shadow(none); 17 | } 18 | 19 | // Variations 20 | // ------------------------- 21 | 22 | .progress-bar-success { 23 | background-color: @brand-success; 24 | } 25 | 26 | .progress-bar-warning { 27 | background-color: @brand-warning; 28 | } 29 | 30 | .progress-bar-danger { 31 | background-color: @brand-danger; 32 | } 33 | 34 | .progress-bar-info { 35 | background-color: @brand-info; 36 | } -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/less/modules/share.less: -------------------------------------------------------------------------------- 1 | // 2 | // Sharing box 3 | // -------------------------------------------------- 4 | 5 | // Module color variable 6 | @share-color: mix(@brand-primary, @inverse, 8%); 7 | 8 | .share { 9 | background-color: @share-color; 10 | position: relative; 11 | border-radius: @border-radius-large; 12 | .dropdown-arrow(@share-color, -9px, 23px); 13 | 14 | ul { 15 | list-style-type: none; 16 | margin: 0; 17 | padding: 15px; 18 | } 19 | li { 20 | font-size: @component-font-size-base; 21 | line-height: 1.4; 22 | padding-top: 11px; 23 | .clearfix(); 24 | 25 | &:first-child { 26 | padding-top: 0; 27 | } 28 | } 29 | .toggle { 30 | float: right; 31 | margin: 0; 32 | } 33 | .btn { 34 | border-radius: 0 0 @border-radius-large @border-radius-large; 35 | } 36 | } 37 | 38 | .share-label { 39 | float: left; 40 | font-size: 15px; 41 | line-height: 1.4; 42 | padding-top: 5px; 43 | width: 50%; 44 | } 45 | -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/less/modules/tooltip.less: -------------------------------------------------------------------------------- 1 | // Tooltip 2 | // -------------------------------------------------- 3 | 4 | .tooltip { 5 | font-size: ceil(@component-font-size-base * 0.933); // ~14px 6 | line-height: 1.286; // 18px 7 | 8 | &.in { 9 | opacity: 1; 10 | } 11 | &.top { 12 | padding-bottom: 9px; 13 | 14 | .tooltip-arrow { 15 | border-top-color: @brand-primary; 16 | border-width: 9px 9px 0; 17 | bottom: 0; 18 | margin-left: -9px; 19 | } 20 | } 21 | &.right { 22 | .tooltip-arrow { 23 | border-right-color: @brand-primary; 24 | border-width: 9px 9px 9px 0; 25 | margin-top: -9px; 26 | left: -3px; 27 | } 28 | } 29 | &.bottom { 30 | padding-top: 8px; 31 | 32 | .tooltip-arrow { 33 | border-bottom-color: @brand-primary; 34 | border-width: 0 9px 9px; 35 | margin-left: -9px; 36 | top: -1px; 37 | } 38 | } 39 | &.left { 40 | .tooltip-arrow { 41 | border-left-color: @brand-primary; 42 | border-width: 9px 0 9px 9px; 43 | margin-top: -9px; 44 | right: -3px; 45 | } 46 | } 47 | } 48 | 49 | .tooltip-inner { 50 | background-color: @brand-primary; 51 | line-height: 1.286; // 18px 52 | padding: 12px 12px; 53 | text-align: center; 54 | width: 183px; 55 | border-radius: @border-radius-large; 56 | } -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/less/modules/ui-slider.less: -------------------------------------------------------------------------------- 1 | // Slider 2 | // -------------------------------------------------- 3 | 4 | .ui-slider { 5 | .progress(); 6 | margin-bottom: 20px; 7 | position: relative; 8 | } 9 | 10 | .ui-slider-handle { 11 | background-color: mix(@brand-secondary, black, 85%); 12 | border-radius: 50%; 13 | cursor: pointer; 14 | height: 18px; 15 | margin-left: -9px; 16 | position: absolute; 17 | top: -3px; 18 | width: 18px; 19 | z-index: 2; 20 | .transition(background .25s); 21 | 22 | &[style*='100'] { 23 | margin-left: -15px; 24 | } 25 | &:hover, 26 | &:focus { 27 | background-color: mix(@brand-secondary, white, 80%); 28 | outline: none; 29 | } 30 | &:active { 31 | background-color: mix(@brand-secondary, black, 85%); 32 | } 33 | } 34 | 35 | .ui-slider-range { 36 | background-color: @brand-secondary; 37 | border-radius: 30px 0 0 30px; 38 | display: block; 39 | height: 100%; 40 | position: absolute; 41 | z-index: 1; 42 | } 43 | 44 | .ui-slider-segment { 45 | background-color: mix(desaturate(@brand-primary, 15%), white, 20%); 46 | border-radius: 50%; 47 | float: left; 48 | height: 6px; 49 | margin: 3px -6px 0 0; 50 | width: 6px; 51 | } 52 | 53 | .ui-slider-value { 54 | float: right; 55 | font-size: floor(@component-font-size-base * 0.867); // ~13px 56 | margin-top: @progress-height; 57 | 58 | &.first { 59 | clear: left; 60 | float: left; 61 | } 62 | } -------------------------------------------------------------------------------- /project/FlatUi/Flat-UI-master/less/scaffolding.less: -------------------------------------------------------------------------------- 1 | // 2 | // Scaffolding 3 | // -------------------------------------------------- 4 | 5 | 6 | // Body reset 7 | // ------------------------- 8 | 9 | body { 10 | font-family: @font-family-base; 11 | font-size: @font-size-base; 12 | line-height: @line-height-base; 13 | color: @text-color; 14 | background-color: @body-bg; 15 | } 16 | 17 | // Links 18 | // ------------------------- 19 | 20 | a { 21 | color: @link-color; 22 | text-decoration: none; 23 | .transition(.25s); 24 | 25 | &:hover, 26 | &:focus { 27 | color: @link-hover-color; 28 | text-decoration: none; 29 | } 30 | } 31 | 32 | // Images 33 | // ------------------------- 34 | 35 | // Rounded corners 36 | .img-rounded { 37 | border-radius: @border-radius-large; 38 | } 39 | 40 | // Description text under image 41 | .img-comment { 42 | font-size: ceil(@font-size-base * 1.071); // ~15px 43 | line-height: @line-height-base; 44 | font-style: italic; 45 | margin: 24px 0; 46 | } -------------------------------------------------------------------------------- /project/FlatUi/FlatUi.csproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | ShowAllFiles 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | SpecificPage 13 | True 14 | False 15 | False 16 | False 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | False 26 | True 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /project/FlatUi/Global.asax: -------------------------------------------------------------------------------- 1 | <%@ Application Codebehind="Global.asax.cs" Inherits="FlatUi.MvcApplication" Language="C#" %> 2 | -------------------------------------------------------------------------------- /project/FlatUi/Global.asax.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web; 5 | using System.Web.Http; 6 | using System.Web.Mvc; 7 | using System.Web.Optimization; 8 | using System.Web.Routing; 9 | 10 | namespace FlatUi 11 | { 12 | // Note: For instructions on enabling IIS6 or IIS7 classic mode, 13 | // visit http://go.microsoft.com/?LinkId=9394801 14 | 15 | public class MvcApplication : System.Web.HttpApplication 16 | { 17 | protected void Application_Start() 18 | { 19 | AreaRegistration.RegisterAllAreas(); 20 | 21 | WebApiConfig.Register(GlobalConfiguration.Configuration); 22 | FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters); 23 | RouteConfig.RegisterRoutes(RouteTable.Routes); 24 | BundleConfig.RegisterBundles(BundleTable.Bundles); 25 | AuthConfig.RegisterAuth(); 26 | } 27 | } 28 | } -------------------------------------------------------------------------------- /project/FlatUi/Images/accent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Images/accent.png -------------------------------------------------------------------------------- /project/FlatUi/Images/bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Images/bullet.png -------------------------------------------------------------------------------- /project/FlatUi/Images/heroAccent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Images/heroAccent.png -------------------------------------------------------------------------------- /project/FlatUi/Images/orderedList0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Images/orderedList0.png -------------------------------------------------------------------------------- /project/FlatUi/Images/orderedList1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Images/orderedList1.png -------------------------------------------------------------------------------- /project/FlatUi/Images/orderedList2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Images/orderedList2.png -------------------------------------------------------------------------------- /project/FlatUi/Images/orderedList3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Images/orderedList3.png -------------------------------------------------------------------------------- /project/FlatUi/Images/orderedList4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Images/orderedList4.png -------------------------------------------------------------------------------- /project/FlatUi/Images/orderedList5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Images/orderedList5.png -------------------------------------------------------------------------------- /project/FlatUi/Images/orderedList6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Images/orderedList6.png -------------------------------------------------------------------------------- /project/FlatUi/Images/orderedList7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Images/orderedList7.png -------------------------------------------------------------------------------- /project/FlatUi/Images/orderedList8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Images/orderedList8.png -------------------------------------------------------------------------------- /project/FlatUi/Images/orderedList9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/Images/orderedList9.png -------------------------------------------------------------------------------- /project/FlatUi/Scripts/_references.js: -------------------------------------------------------------------------------- 1 | /// 2 | /// 3 | /// 4 | /// 5 | /// 6 | /// -------------------------------------------------------------------------------- /project/FlatUi/Views/Home/About.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewBag.Title = "About"; 3 | } 4 | 5 |
6 |

@ViewBag.Title.

7 |
8 | 9 |
10 |

Built using 11 | Bootstrap 3.0 12 | and Flat UI 13 | by Yasser Shaikh 14 |

15 |
-------------------------------------------------------------------------------- /project/FlatUi/Views/Home/Buttons.cshtml: -------------------------------------------------------------------------------- 1 | 

Buttons

2 |
3 |
4 | Primary Button 5 |
6 |
7 | Warning Button 8 |
9 |
10 | Default Button 11 |
12 |
13 | Danger Button 14 |
15 |
16 | 17 |
18 |
19 | Success Button 20 |
21 |
22 | Inverse Button 23 |
24 |
25 | Info Button 26 |
27 |
28 | Disabled Button 29 |
30 |
-------------------------------------------------------------------------------- /project/FlatUi/Views/Home/Contact.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewBag.Title = "Contact"; 3 | } 4 | 5 |
6 |

@ViewBag.Title.

7 |
8 | 9 |
10 | You can contact me on yrshaikh.mail@gmail.com or you can drop me a message. 11 |
-------------------------------------------------------------------------------- /project/FlatUi/Views/Home/Index.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewBag.Title = "Home Page"; 3 | } 4 | 5 |

Flat UI with Bootstrap = Awesomeness !

6 | 7 | @Html.Partial("Buttons") 8 | @Html.Partial("Menus") 9 | @Html.Partial("Input") 10 | @Html.Partial("ProgressBars") 11 | @Html.Partial("NavigationBars") 12 | @Html.Partial("Icons") 13 | @Html.Partial("WantMore") -------------------------------------------------------------------------------- /project/FlatUi/Views/Home/Input.cshtml: -------------------------------------------------------------------------------- 1 | 

Input

2 |
3 |
4 |
5 | 6 |
7 |
8 |
9 |
10 | 11 |
12 |
13 |
14 |
15 | 16 | 17 |
18 |
19 |
20 |
21 | 22 |
23 |
24 |
-------------------------------------------------------------------------------- /project/FlatUi/Views/Home/ProgressBars.cshtml: -------------------------------------------------------------------------------- 1 | 

Progress bar and Sliders

2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 | -------------------------------------------------------------------------------- /project/FlatUi/Views/Home/WantMore.cshtml: -------------------------------------------------------------------------------- 1 | 

Want More ?

2 |

Still hungry for more ? Head straight to the Flat UI Free User Interface Kit.

-------------------------------------------------------------------------------- /project/FlatUi/Views/Shared/Error.cshtml: -------------------------------------------------------------------------------- 1 | @model System.Web.Mvc.HandleErrorInfo 2 | 3 | @{ 4 | ViewBag.Title = "Error"; 5 | } 6 | 7 |
8 |

Error.

9 |

An error occurred while processing your request.

10 |
11 | -------------------------------------------------------------------------------- /project/FlatUi/Views/Shared/Footer.cshtml: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /project/FlatUi/Views/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | @ViewBag.Title - My ASP.NET MVC Application 6 | 7 | 8 | @*@Styles.Render("~/Content/css")*@ 9 | @Styles.Render("~/Content/flatUiCssBundle") 10 | @Scripts.Render("~/bundles/modernizr") 11 | 12 | 13 | 14 |
15 | @Html.Partial("Navigation") 16 |
17 | @RenderBody() 18 |
19 |
20 | 21 | @Html.Partial("Footer") 22 | 23 | @Scripts.Render("~/bundles/jquery") 24 | @Scripts.Render("~/bundles/flatUiJsBundle") 25 | @RenderSection("scripts", required: false) 26 | 27 | 28 | -------------------------------------------------------------------------------- /project/FlatUi/Views/Shared/_LoginPartial.cshtml: -------------------------------------------------------------------------------- 1 | @if (Request.IsAuthenticated) { 2 | 3 | Hello, @Html.ActionLink(User.Identity.Name, "Manage", "Account", routeValues: null, htmlAttributes: new { @class = "username", title = "Manage" })! 4 | @using (Html.BeginForm("LogOff", "Account", FormMethod.Post, new { id = "logoutForm" })) { 5 | @Html.AntiForgeryToken() 6 | Log off 7 | } 8 | 9 | } else { 10 |
    11 |
  • @Html.ActionLink("Log in", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })
  • 12 |
13 | } 14 | -------------------------------------------------------------------------------- /project/FlatUi/Views/_ViewStart.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = "~/Views/Shared/_Layout.cshtml"; 3 | } -------------------------------------------------------------------------------- /project/FlatUi/Web.Debug.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 17 | 18 | 29 | 30 | -------------------------------------------------------------------------------- /project/FlatUi/Web.Release.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 17 | 18 | 19 | 30 | 31 | -------------------------------------------------------------------------------- /project/FlatUi/bin/Antlr3.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/bin/Antlr3.Runtime.dll -------------------------------------------------------------------------------- /project/FlatUi/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/FlatUi/favicon.ico -------------------------------------------------------------------------------- /project/packages/DotNetOpenAuth.AspNet.4.0.3.12153/DotNetOpenAuth.AspNet.4.0.3.12153.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/DotNetOpenAuth.AspNet.4.0.3.12153/DotNetOpenAuth.AspNet.4.0.3.12153.nupkg -------------------------------------------------------------------------------- /project/packages/DotNetOpenAuth.AspNet.4.0.3.12153/lib/net40-full/DotNetOpenAuth.AspNet.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/DotNetOpenAuth.AspNet.4.0.3.12153/lib/net40-full/DotNetOpenAuth.AspNet.dll -------------------------------------------------------------------------------- /project/packages/DotNetOpenAuth.Core.4.0.3.12153/DotNetOpenAuth.Core.4.0.3.12153.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/DotNetOpenAuth.Core.4.0.3.12153/DotNetOpenAuth.Core.4.0.3.12153.nupkg -------------------------------------------------------------------------------- /project/packages/DotNetOpenAuth.Core.4.0.3.12153/lib/net40-full/DotNetOpenAuth.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/DotNetOpenAuth.Core.4.0.3.12153/lib/net40-full/DotNetOpenAuth.Core.dll -------------------------------------------------------------------------------- /project/packages/DotNetOpenAuth.OAuth.Consumer.4.0.3.12153/DotNetOpenAuth.OAuth.Consumer.4.0.3.12153.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/DotNetOpenAuth.OAuth.Consumer.4.0.3.12153/DotNetOpenAuth.OAuth.Consumer.4.0.3.12153.nupkg -------------------------------------------------------------------------------- /project/packages/DotNetOpenAuth.OAuth.Consumer.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OAuth.Consumer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/DotNetOpenAuth.OAuth.Consumer.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OAuth.Consumer.dll -------------------------------------------------------------------------------- /project/packages/DotNetOpenAuth.OAuth.Core.4.0.3.12153/DotNetOpenAuth.OAuth.Core.4.0.3.12153.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/DotNetOpenAuth.OAuth.Core.4.0.3.12153/DotNetOpenAuth.OAuth.Core.4.0.3.12153.nupkg -------------------------------------------------------------------------------- /project/packages/DotNetOpenAuth.OAuth.Core.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OAuth.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/DotNetOpenAuth.OAuth.Core.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OAuth.dll -------------------------------------------------------------------------------- /project/packages/DotNetOpenAuth.OpenId.Core.4.0.3.12153/DotNetOpenAuth.OpenId.Core.4.0.3.12153.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/DotNetOpenAuth.OpenId.Core.4.0.3.12153/DotNetOpenAuth.OpenId.Core.4.0.3.12153.nupkg -------------------------------------------------------------------------------- /project/packages/DotNetOpenAuth.OpenId.Core.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OpenId.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/DotNetOpenAuth.OpenId.Core.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OpenId.dll -------------------------------------------------------------------------------- /project/packages/DotNetOpenAuth.OpenId.RelyingParty.4.0.3.12153/DotNetOpenAuth.OpenId.RelyingParty.4.0.3.12153.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/DotNetOpenAuth.OpenId.RelyingParty.4.0.3.12153/DotNetOpenAuth.OpenId.RelyingParty.4.0.3.12153.nupkg -------------------------------------------------------------------------------- /project/packages/DotNetOpenAuth.OpenId.RelyingParty.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OpenId.RelyingParty.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/DotNetOpenAuth.OpenId.RelyingParty.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OpenId.RelyingParty.dll -------------------------------------------------------------------------------- /project/packages/EntityFramework.5.0.0/Content/App.config.transform: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /project/packages/EntityFramework.5.0.0/Content/Web.config.transform: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /project/packages/EntityFramework.5.0.0/EntityFramework.5.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/EntityFramework.5.0.0/EntityFramework.5.0.0.nupkg -------------------------------------------------------------------------------- /project/packages/EntityFramework.5.0.0/lib/net40/EntityFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/EntityFramework.5.0.0/lib/net40/EntityFramework.dll -------------------------------------------------------------------------------- /project/packages/EntityFramework.5.0.0/lib/net45/EntityFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/EntityFramework.5.0.0/lib/net45/EntityFramework.dll -------------------------------------------------------------------------------- /project/packages/EntityFramework.5.0.0/tools/EntityFramework.PS3.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/EntityFramework.5.0.0/tools/EntityFramework.PS3.psd1 -------------------------------------------------------------------------------- /project/packages/EntityFramework.5.0.0/tools/EntityFramework.PowerShell.Utility.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/EntityFramework.5.0.0/tools/EntityFramework.PowerShell.Utility.dll -------------------------------------------------------------------------------- /project/packages/EntityFramework.5.0.0/tools/EntityFramework.PowerShell.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/EntityFramework.5.0.0/tools/EntityFramework.PowerShell.dll -------------------------------------------------------------------------------- /project/packages/EntityFramework.5.0.0/tools/EntityFramework.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/EntityFramework.5.0.0/tools/EntityFramework.psd1 -------------------------------------------------------------------------------- /project/packages/EntityFramework.5.0.0/tools/Redirect.VS11.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /project/packages/EntityFramework.5.0.0/tools/Redirect.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /project/packages/EntityFramework.5.0.0/tools/about_EntityFramework.help.txt: -------------------------------------------------------------------------------- 1 | TOPIC 2 | about_EntityFramework 3 | 4 | SHORT DESCRIPTION 5 | Provides information about Entity Framework commands. 6 | 7 | LONG DESCRIPTION 8 | This topic describes the Entity Framework commands. Entity Framework is 9 | Microsoft's recommended data access technology for new applications. 10 | 11 | 12 | The following Entity Framework cmdlets are included. 13 | 14 | Cmdlet Description 15 | ----------------- --------------------------------------------------- 16 | Enable-Migrations Enables Code First Migrations in a project. 17 | 18 | Add-Migration Scaffolds a migration script for any pending model 19 | changes. 20 | 21 | Update-Database Applies any pending migrations to the database. 22 | 23 | Get-Migrations Displays the migrations that have been applied to 24 | the target database. 25 | 26 | SEE ALSO 27 | Enable-Migrations 28 | Add-Migration 29 | Update-Database 30 | Get-Migrations 31 | -------------------------------------------------------------------------------- /project/packages/EntityFramework.5.0.0/tools/migrate.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/EntityFramework.5.0.0/tools/migrate.exe -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.Mvc.4.0.20710.0/Microsoft.AspNet.Mvc.4.0.20710.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.Mvc.4.0.20710.0/Microsoft.AspNet.Mvc.4.0.20710.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.Mvc.4.0.20710.0/lib/net40/System.Web.Mvc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.Mvc.4.0.20710.0/lib/net40/System.Web.Mvc.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.Razor.2.0.20710.0/Microsoft.AspNet.Razor.2.0.20710.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.Razor.2.0.20710.0/Microsoft.AspNet.Razor.2.0.20710.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.Razor.2.0.20710.0/lib/net40/System.Web.Razor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.Razor.2.0.20710.0/lib/net40/System.Web.Razor.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.Web.Optimization.1.0.0/Microsoft.AspNet.Web.Optimization.1.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.Web.Optimization.1.0.0/Microsoft.AspNet.Web.Optimization.1.0.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.Web.Optimization.1.0.0/lib/net40/System.Web.Optimization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.Web.Optimization.1.0.0/lib/net40/System.Web.Optimization.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebApi.4.0.20710.0/Microsoft.AspNet.WebApi.4.0.20710.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebApi.4.0.20710.0/Microsoft.AspNet.WebApi.4.0.20710.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/Microsoft.AspNet.WebApi.Client.4.0.20710.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/Microsoft.AspNet.WebApi.Client.4.0.20710.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/lib/net40/System.Net.Http.Formatting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/lib/net40/System.Net.Http.Formatting.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/Microsoft.AspNet.WebApi.Core.4.0.20710.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/Microsoft.AspNet.WebApi.Core.4.0.20710.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/content/web.config.transform: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/lib/net40/System.Web.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/lib/net40/System.Web.Http.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/lib/net40/System.Web.Http.WebHost.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/lib/net40/System.Web.Http.WebHost.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebPages.2.0.20710.0/Microsoft.AspNet.WebPages.2.0.20710.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebPages.2.0.20710.0/Microsoft.AspNet.WebPages.2.0.20710.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.Helpers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.Helpers.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Deployment.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Deployment.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Razor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Razor.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebPages.Data.2.0.20710.0/Microsoft.AspNet.WebPages.Data.2.0.20710.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebPages.Data.2.0.20710.0/Microsoft.AspNet.WebPages.Data.2.0.20710.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebPages.Data.2.0.20710.0/lib/net40/WebMatrix.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebPages.Data.2.0.20710.0/lib/net40/WebMatrix.Data.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebPages.OAuth.2.0.20710.0/Microsoft.AspNet.WebPages.OAuth.2.0.20710.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebPages.OAuth.2.0.20710.0/Microsoft.AspNet.WebPages.OAuth.2.0.20710.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebPages.OAuth.2.0.20710.0/lib/net40/Microsoft.Web.WebPages.OAuth.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebPages.OAuth.2.0.20710.0/lib/net40/Microsoft.Web.WebPages.OAuth.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebPages.WebData.2.0.20710.0/Microsoft.AspNet.WebPages.WebData.2.0.20710.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebPages.WebData.2.0.20710.0/Microsoft.AspNet.WebPages.WebData.2.0.20710.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.AspNet.WebPages.WebData.2.0.20710.0/lib/net40/WebMatrix.WebData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.AspNet.WebPages.WebData.2.0.20710.0/lib/net40/WebMatrix.WebData.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.Net.Http.2.0.20710.0/lib/net45/_._: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /project/packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll -------------------------------------------------------------------------------- /project/packages/Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0/Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0/Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0.nupkg -------------------------------------------------------------------------------- /project/packages/Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0/Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0/Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0.nupkg -------------------------------------------------------------------------------- /project/packages/Modernizr.2.5.3/Modernizr.2.5.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Modernizr.2.5.3/Modernizr.2.5.3.nupkg -------------------------------------------------------------------------------- /project/packages/Newtonsoft.Json.4.5.6/Newtonsoft.Json.4.5.6.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Newtonsoft.Json.4.5.6/Newtonsoft.Json.4.5.6.nupkg -------------------------------------------------------------------------------- /project/packages/Newtonsoft.Json.4.5.6/lib/net40/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/Newtonsoft.Json.4.5.6/lib/net40/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /project/packages/WebGrease.1.1.0/WebGrease.1.1.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/WebGrease.1.1.0/WebGrease.1.1.0.nupkg -------------------------------------------------------------------------------- /project/packages/WebGrease.1.1.0/lib/Antlr3.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/WebGrease.1.1.0/lib/Antlr3.Runtime.dll -------------------------------------------------------------------------------- /project/packages/WebGrease.1.1.0/lib/WebGrease.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/WebGrease.1.1.0/lib/WebGrease.dll -------------------------------------------------------------------------------- /project/packages/WebGrease.1.1.0/tools/WG.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/WebGrease.1.1.0/tools/WG.exe -------------------------------------------------------------------------------- /project/packages/jQuery.1.7.1.1/Tools/install.ps1: -------------------------------------------------------------------------------- 1 | param($installPath, $toolsPath, $package, $project) 2 | 3 | . (Join-Path $toolsPath common.ps1) 4 | 5 | # VS 11 and above supports the new intellisense JS files 6 | $supportsJsIntelliSenseFile = [System.Version]::Parse($dte.Version).Major -ge 11 7 | 8 | if (-not $supportsJsIntelliSenseFile) { 9 | Write-Host "IntelliSense JS files are not supported by your version of VS: $dte.Version" 10 | exit 11 | } 12 | 13 | if ($scriptsFolderProjectItem -eq $null) { 14 | # No Scripts folder 15 | Write-Host "No Scripts folder found" 16 | exit 17 | } 18 | 19 | # Delete the vsdoc file from the project 20 | try { 21 | $vsDocProjectItem = $scriptsFolderProjectItem.ProjectItems.Item("jquery-$ver-vsdoc.js") 22 | Delete-ProjectItem $vsDocProjectItem 23 | } 24 | catch { 25 | Write-Host "Error deleting vsdoc file: " + $_.Exception -ForegroundColor Red 26 | exit 27 | } 28 | 29 | # Copy the intellisense file to the project from the tools folder 30 | $intelliSenseFileSourcePath = Join-Path $toolsPath $intelliSenseFileName 31 | try { 32 | $scriptsFolderProjectItem.ProjectItems.AddFromFileCopy($intelliSenseFileSourcePath) 33 | } 34 | catch { 35 | # This will throw if the file already exists, so we need to catch here 36 | } 37 | 38 | # Update the _references.js file 39 | AddOrUpdate-Reference $scriptsFolderProjectItem $jqueryFileNameRegEx $jqueryFileName -------------------------------------------------------------------------------- /project/packages/jQuery.1.7.1.1/jQuery.1.7.1.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.1.7.1.1/jQuery.1.7.1.1.nupkg -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.accordion.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Accordion 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Accordion#theming 9 | */ 10 | /* IE/Win - Fix animation bug - #4615 */ 11 | .ui-accordion { width: 100%; } 12 | .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } 13 | .ui-accordion .ui-accordion-li-fix { display: inline; } 14 | .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } 15 | .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } 16 | .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } 17 | .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } 18 | .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } 19 | .ui-accordion .ui-accordion-content-active { display: block; } 20 | -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.all.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI CSS Framework 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Theming 9 | */ 10 | @import "jquery.ui.base.css"; 11 | @import "jquery.ui.theme.css"; 12 | -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.autocomplete.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Autocomplete 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Autocomplete#theming 9 | */ 10 | .ui-autocomplete { position: absolute; cursor: default; } 11 | 12 | /* workarounds */ 13 | * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ 14 | 15 | /* 16 | * jQuery UI Menu 1.8.20 17 | * 18 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) 19 | * Licensed under the MIT license. 20 | * http://jquery.org/license 21 | * 22 | * http://docs.jquery.com/UI/Menu#theming 23 | */ 24 | .ui-menu { 25 | list-style:none; 26 | padding: 2px; 27 | margin: 0; 28 | display:block; 29 | float: left; 30 | } 31 | .ui-menu .ui-menu { 32 | margin-top: -3px; 33 | } 34 | .ui-menu .ui-menu-item { 35 | margin:0; 36 | padding: 0; 37 | zoom: 1; 38 | float: left; 39 | clear: left; 40 | width: 100%; 41 | } 42 | .ui-menu .ui-menu-item a { 43 | text-decoration:none; 44 | display:block; 45 | padding:.2em .4em; 46 | line-height:1.5; 47 | zoom:1; 48 | } 49 | .ui-menu .ui-menu-item a.ui-state-hover, 50 | .ui-menu .ui-menu-item a.ui-state-active { 51 | font-weight: normal; 52 | margin: -1px; 53 | } 54 | -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.base.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI CSS Framework 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Theming 9 | */ 10 | @import url("jquery.ui.core.css"); 11 | 12 | @import url("jquery.ui.accordion.css"); 13 | @import url("jquery.ui.autocomplete.css"); 14 | @import url("jquery.ui.button.css"); 15 | @import url("jquery.ui.datepicker.css"); 16 | @import url("jquery.ui.dialog.css"); 17 | @import url("jquery.ui.progressbar.css"); 18 | @import url("jquery.ui.resizable.css"); 19 | @import url("jquery.ui.selectable.css"); 20 | @import url("jquery.ui.slider.css"); 21 | @import url("jquery.ui.tabs.css"); 22 | -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.dialog.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Dialog 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Dialog#theming 9 | */ 10 | .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } 11 | .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } 12 | .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 13 | .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } 14 | .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } 15 | .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } 16 | .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } 17 | .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } 18 | .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } 19 | .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } 20 | .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } 21 | .ui-draggable .ui-dialog-titlebar { cursor: move; } 22 | -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.progressbar.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Progressbar 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Progressbar#theming 9 | */ 10 | .ui-progressbar { height:2em; text-align: left; overflow: hidden; } 11 | .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.resizable.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Resizable 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Resizable#theming 9 | */ 10 | .ui-resizable { position: relative;} 11 | .ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; } 12 | .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } 13 | .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } 14 | .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } 15 | .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } 16 | .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } 17 | .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } 18 | .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } 19 | .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } 20 | .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.selectable.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Selectable 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Selectable#theming 9 | */ 10 | .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } 11 | -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.slider.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Slider 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Slider#theming 9 | */ 10 | .ui-slider { position: relative; text-align: left; } 11 | .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } 12 | .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } 13 | 14 | .ui-slider-horizontal { height: .8em; } 15 | .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } 16 | .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } 17 | .ui-slider-horizontal .ui-slider-range-min { left: 0; } 18 | .ui-slider-horizontal .ui-slider-range-max { right: 0; } 19 | 20 | .ui-slider-vertical { width: .8em; height: 100px; } 21 | .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } 22 | .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } 23 | .ui-slider-vertical .ui-slider-range-min { bottom: 0; } 24 | .ui-slider-vertical .ui-slider-range-max { top: 0; } -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.tabs.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Tabs 1.8.20 3 | * 4 | * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) 5 | * Licensed under the MIT license. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Tabs#theming 9 | */ 10 | .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ 11 | .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } 12 | .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } 13 | .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } 14 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } 15 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } 16 | .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ 17 | .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } 18 | .ui-tabs .ui-tabs-hide { display: none !important; } 19 | -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.accordion.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.accordion.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-accordion{width:100%}.ui-accordion .ui-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1}.ui-accordion .ui-accordion-li-fix{display:inline}.ui-accordion .ui-accordion-header-active{border-bottom:0!important}.ui-accordion .ui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em .7em}.ui-accordion-icons .ui-accordion-header a{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;margin-top:-2px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none;zoom:1}.ui-accordion .ui-accordion-content-active{display:block} -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.autocomplete.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.autocomplete.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-autocomplete{position:absolute;cursor:default}* html .ui-autocomplete{width:1px}.ui-menu{list-style:none;padding:2px;margin:0;display:block;float:left}.ui-menu .ui-menu{margin-top:-3px}.ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;float:left;clear:left;width:100%}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;zoom:1}.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px} -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.core.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.core.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-helper-hidden{display:none}.ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px);clip:rect(1px,1px,1px,1px)}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%} -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.dialog.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.dialog.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-dialog{position:absolute;padding:.2em;width:300px;overflow:hidden}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 16px .1em 0}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px}.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus{padding:0}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;zoom:1}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin:.5em 0 0 0;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move} -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.progressbar.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.progressbar.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%} -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.resizable.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.resizable.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px} -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.selectable.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.selectable.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black} -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.slider.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.slider.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0} -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.tabs.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.8.20 - 2012-04-30 2 | * https://github.com/jquery/jquery-ui 3 | * Includes: jquery.ui.tabs.css 4 | * Copyright (c) 2012 AUTHORS.txt; Licensed MIT */ 5 | .ui-tabs{position:relative;padding:.2em;zoom:1}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:1px;margin:0 .2em 1px 0;border-bottom:0!important;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-selected{margin-bottom:0;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tabs .ui-tabs-hide{display:none!important} -------------------------------------------------------------------------------- /project/packages/jQuery.UI.Combined.1.8.20.1/jQuery.UI.Combined.1.8.20.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.UI.Combined.1.8.20.1/jQuery.UI.Combined.1.8.20.1.nupkg -------------------------------------------------------------------------------- /project/packages/jQuery.Validation.1.9.0.1/jQuery.Validation.1.9.0.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/jQuery.Validation.1.9.0.1/jQuery.Validation.1.9.0.1.nupkg -------------------------------------------------------------------------------- /project/packages/knockoutjs.2.1.0/knockoutjs.2.1.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/project/packages/knockoutjs.2.1.0/knockoutjs.2.1.0.nupkg -------------------------------------------------------------------------------- /project/packages/repositories.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | -------------------------------------------------------------------------------- /screenshots/Flat-UI-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/screenshots/Flat-UI-2.png -------------------------------------------------------------------------------- /screenshots/Flat-UI-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/screenshots/Flat-UI-3.png -------------------------------------------------------------------------------- /screenshots/Flat-UI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrshaikh/Flat-UI-Template-ASP.NET-MVC/bb8f1260121bdd7248eec50c81f049ecd4be070a/screenshots/Flat-UI.png --------------------------------------------------------------------------------