jTableWithSignalR_SourceCodes.zip
jTableWithSignalR
jTableSampleDatabaseLayer
bin
Release
EntityFramework.dll
jTableSampleDatabaseLayer.dll
jTableSampleDatabaseLayer.pdb
Models
Properties
Repositories
Memory
Sessions
jTableWithSignalR.suo
jTableWithSignalR
bin
SignalR.dll
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
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
redmond
images
ui-bg_flat_0_aaaaaa_40x100.png
ui-bg_flat_55_fbec88_40x100.png
ui-bg_glass_75_d0e5f5_1x400.png
ui-bg_glass_85_dfeffc_1x400.png
ui-bg_glass_95_fef1ec_1x400.png
ui-bg_gloss-wave_55_5c9ccc_500x100.png
ui-bg_inset-hard_100_f5f8f9_1x100.png
ui-bg_inset-hard_100_fcfdfd_1x100.png
ui-icons_217bc0_256x240.png
ui-icons_2e83ff_256x240.png
ui-icons_469bdd_256x240.png
ui-icons_6da8d5_256x240.png
ui-icons_cd0a0a_256x240.png
ui-icons_d8e7f3_256x240.png
ui-icons_f9bd01_256x240.png
Controllers
Global.asax
jTableWithSignalR.csproj.user
Models
Properties
Scripts
jtable
extensions
external
themes
empty
standard
blue
header-bg.gif
loading.gif
title-bg.png
close.png
column-asc.png
column-desc.png
column-sortable.png
delete.png
edit.png
green
header-bg.gif
loading.gif
title-bg.png
purple
loading.gif
red
header-bg.gif
loading.gif
title-bg.png
Views
Home
Shared
|
/******************************************************************************
* Name : jtable jQuery plug-in 'standard red' theme
* Author : Halil İbrahim KALKAN
* Description : This file defines 'red' colors for jtable standart theme.
*****************************************************************************/
/* IMPORTS *******************************************************************/
@import '../jtable_standard_base.css';
/* MAIN ELEMENTS *************************************************************/
/* Main container of all elements those are created by jtable plugin */
div.jtable-main-container
{
color: #000000;
}
/* A div that contains title of the table (if any title supplied in options) */
div.jtable-title
{
color: #FFFFFF;
background:url('title-bg.png') left;
border-color: #e1c6c6;
}
/* Main table tag */
table.jtable
{
background-color: #e1c6c6;
}
/* A panel below the table that contains some commands */
div.jtable-bottom-panel
{
background-color: #e8e0e0;
border-color:#e1c6c6;
}
/* HEADER ********************************************************************/
/* All header cells in the table */
table.jtable th
{
background:url('header-bg.gif') left;
color:#e7cfcf;
}
/* PAGING ********************************************************************/
/* Page numbers */
.jtable-page-number,
/* First page link */
.jtable-page-number-first,
/* Last page link */
.jtable-page-number-last,
/* Previous page link */
.jtable-page-number-previous,
/* Next page link */
.jtable-page-number-next
{
background-color: #e7cfcf;
border: 1px solid #d6a3a3;
}
/* Page numbers */
.jtable-page-number:hover,
/* First page link */
.jtable-page-number-first:hover,
/* Last page link */
.jtable-page-number-last:hover,
/* Previous page link */
.jtable-page-number-previous:hover,
/* Next page link */
.jtable-page-number-next:hover
{
background-color: #e99e9e;
}
/* Active/current page link */
.jtable-page-number-active
{
background-color: #b04848;
border: 1px solid #d6a3a3;
color: #fff;
font-weight: bold;
}
/* ROWS **********************************************************************/
/* All rows in the table */
table.jtable tr
{
background-color: #FFFFFF;
}
/* Even rows */
table.jtable tr.jtable-row-even
{
color: #550000;
background-color: #F6ECEC;
}
/* Rows when mouse over */
table.jtable tr:hover
{
background-color: #edcece;
}
/* Selected row */
table.jtable tr.jtable-row-selected
{
color: #ffffff;
background-color: #da3e3e;
}
/* Style for a child row */
table.jtable tr.jtable-child-row
{
background-color: #ffb1b1;
}
/* ROW ANIMATIONS ***********************************************************/
/* A 'new created row' style for animation */
table.jtable tr.jtable-row-created
{
background-color: #00FF89;
}
/* An 'updated row style' for animation */
table.jtable tr.jtable-row-updated
{
background-color: #00FFFF;
}
/* A 'deleting row style' for animation */
table.jtable tr.jtable-row-deleting
{
background-color: #FF0000;
}
/* COMMAND BUTTONS ***********************************************************/
/* 'add new record' link */
span.jtable-add-record a
{
color: #ff1e20;
}
/* FORMS *********************************************************************/
/* A form to edit/create records */
form.jtable-dialog-form
{
font-family: 'Verdana';
font-size: 10px;
}
/* FORM INPUT ELEMENTS *******************************************************/
/* A div that contains a label (title) and input field */
div.jtable-input-field-container
{
background-color: #F6ECEC;
border-color: #e1c6c6;
}
/* BUSY MESSAGE AND PANEL ****************************************************/
/* A panel to block table UI while is busy */
div.jtable-busy-panel-background
{
background-color: #000000;
}
/* A div that contains a message while table UI is busy */
div.jtable-busy-message
{
color: #000000;
border-color: #000000;
background: url('loading.gif') no-repeat;
background-position: 5px;
background-color: #ff8a8a;
}
|
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please
let us know and we'll add colourisation support for it.
I have started programming at 14 years old using Pascal as hobby. Then I interested in web development (HTML, JavaScript, ASP...) before university.
I graduated from Sakarya University Computer Engineering. At university, I learned C++, Visual Basic.NET, C#, ASP.NET and Java. I partly implemented ARP, IP and TCP protocols in Java as my final term project.
Now, I am working in a private company in Istanbul as a professional software developer. I have been working on windows and web based software development using C#.NET for five years.
http://www.halilibrahimkalkan.com