home *** CD-ROM | disk | FTP | other *** search
/ 66.142.0.142 / 66.142.0.142.tar / 66.142.0.142 / tfpssnet.css < prev    next >
Cascading Style Sheet File  |  2012-01-30  |  9KB  |  476 lines

  1. /*
  2.  
  3. IMPORTANT NOTES: (PLEASE READ CAREFULLY!)
  4.  
  5. 1. DO NOT MODIFY the system styles section, it is generated by the system,
  6.    your modifications will be overwritten. If you want to change the stylesheet
  7.      template, modify the ew.css in the "themes" subfolder under the installed
  8.      directory. Only modify the ew.css if you have the necessary knowledges in
  9.      CSS.
  10.      
  11. 2. DO NOT REMOVE THE FOLLOWING COMMENTS:
  12.    
  13.    BEGIN_USER_STYLES
  14.    END_USER_STYLES
  15.      
  16.      You MUST write your styles between these two comment lines below, styles
  17.    outside this user styles section will be discarded.
  18.      
  19. 3. If you want to override the system styles, you can copy the styles to the
  20.    User Styles Section, or you can use a separate user stylesheet.
  21.  
  22. */
  23.  
  24. /*BEGIN_SYSTEM_STYLES*/
  25.  
  26. html {
  27.     height: 100%;
  28. }
  29.  
  30. body {
  31.     background-color: inherit; /* background color */
  32.     color: inherit; /* text color */
  33.     font-family: Verdana; /* font name */
  34.     font-size: xx-small; /* font size */
  35.     margin: 0; /* top right bottom left */
  36.     height: 100%;
  37. }
  38.  
  39. .aspnetmaker {
  40.     color: inherit; /* text color */
  41.     font-family: Verdana; /* font name */
  42.     font-size: xx-small; /* font size */    
  43. }
  44.  
  45. input, textarea, select {    
  46.     font-family: Verdana; /* font name */
  47.     font-size: xx-small; /* font size */
  48.  
  49. a:active {
  50.     color: ; /* active link color */
  51. }
  52.  
  53. a:link {
  54.     color: ; /* link color */
  55. }
  56.  
  57. a:visited {
  58.     color: ; /* visited link color */
  59. }
  60.  
  61. /* Menu */
  62. ul.ewMenuBarVertical {
  63.     list-style-type: none;
  64.     list-style-position: outside;
  65.     padding: 2px;
  66.     margin: 0 0 0 6px;
  67. }
  68.  
  69. ul.ewMenuBarVertical ul,li {
  70.     list-style-type: none;
  71.     list-style-position: outside;
  72.     padding: 0;
  73.     margin: 0 0 0 6px;
  74. }
  75.  
  76. /* template layout */
  77. .ewLayout {
  78.     font-family: Verdana; /* font name */
  79.     font-size: xx-small; /* font size */
  80.     width: 100%;
  81.     height: 100%;
  82. }
  83.  
  84. .ewHeaderRow {
  85.     background-color: #000000; /* background color */    
  86. }
  87.  
  88. .ewContentTable {
  89.     font-family: Verdana; /* font name */
  90.     font-size: xx-small; /* font size */    
  91.     width: 100%;
  92.     height: 100%;    
  93. }
  94.  
  95. .ewMenuColumn {
  96.     background-color: #F1F1F1; /* background color */
  97.     width: 160px;
  98.     vertical-align: top;
  99.     padding: 1px;    
  100. }
  101.  
  102. .ewContentColumn {
  103.     background-color: inherit; /* background color */
  104.     vertical-align: top;
  105.     padding: 10px;
  106. }
  107.  
  108. .ewFooterRow {
  109.     background-color: #000000; /* background color */
  110.     color: #FFFFFF; /* footer font color */    
  111.     padding: 4px;
  112. }
  113.  
  114. .ewFooterText {
  115.     font-family: Verdana; /* font name */
  116.     font-size: xx-small; /* font size */    
  117. }
  118.  
  119. .ewForm {
  120.     margin: 0;
  121.     padding: 0;
  122. }
  123.  
  124. .ewGrid {
  125.     border-collapse: separate;
  126. }
  127.  
  128. .ewGridContent {
  129.     padding: 0;    
  130.     border: 1px solid #4E4F51; /* grid border */            
  131. }
  132.  
  133. /* grid pager panel */
  134. .ewGridUpperPanel, .ewGridLowerPanel {
  135.     padding: 3px;    
  136.     border-left: 0;
  137.     border-right: 0;    
  138.     background-color: #EEF2F5; /* grid header color */
  139.     color: #3E6B96;     /* grid header font color */
  140.     font-family: Verdana; /* font name */
  141.     font-size: xx-small; /* font size */            
  142. }
  143.  
  144. .ewGridUpperPanel {
  145.     border-top: 0px;
  146.     border-bottom: 1px solid;
  147.     border-color: #4E4F51; 
  148. }
  149.  
  150. .ewGridMiddlePanel {
  151.     border: 0;    
  152. }
  153.  
  154. .ewGridLowerPanel {
  155.     border-top: 1px solid;
  156.     border-bottom: 0px; 
  157.     border-color: #A4BED1; 
  158. }
  159.  
  160. .ewGridUpperPanel td, .ewGridLowerPanel td {
  161.     color: #3E6B96;     /* grid header font color */
  162.     font-family: Verdana; /* font name */
  163.     font-size: xx-small; /* font size */            
  164. }
  165.  
  166. .ewPager td {
  167.     white-space: nowrap;    
  168. }
  169.  
  170. .ewTabContent {
  171.     padding: 0;
  172.     border: 0;
  173. }
  174.  
  175. .ewMultiColumnTable {
  176.     border: 0;
  177. }
  178.  
  179. .ewMultiColumnTable td {
  180.     padding: 10px;
  181. }
  182.  
  183. /* main table */
  184. .ewTable {
  185.     border: 0;
  186.     border-spacing: 0;
  187.     border-collapse: collapse;
  188.     empty-cells: show;
  189.     width: 100%;
  190.     font-family: Verdana; /* font name */
  191.     font-size: xx-small; /* font size */            
  192. }
  193.  
  194. .ewTableSeparate {    
  195.     border-collapse: separate;        
  196. }
  197.  
  198. .ewTable td {
  199.     padding: 3px; /* cell padding */
  200.     border-bottom: 1px solid; /* border width, horizontal grid line */
  201.     border-top: 0px;
  202.     border-left: 0px;
  203.     border-right: 1px solid; /* border width, vertical grid line */
  204.     border-color: #A4BED1;  /* border color */
  205. }
  206.  
  207. .ewTableAddOpt {
  208.     border: 0;
  209.     border-spacing: 0;
  210.     font-family: Verdana; /* font name */
  211.     font-size: xx-small; /* font size */            
  212. }
  213.  
  214. .ewTableAddOpt td {
  215.     padding: 3px; /* cell padding */
  216.     border: 0;
  217. }
  218.     
  219. .ewTable .ewTableHeader, .ewTable .ewTableHeader td {
  220.     background-color: #282828;    /* header bgcolor */
  221.     color: #FFFFFF; /* header font color */
  222.     border-bottom: 1px solid; /* header border width */
  223.     border-right: 1px solid; /* header border width */
  224.     border-color: #4E4F51; /* header border color */    
  225.     background-image: url(images/darkglass.png); /* header bg image */
  226.     background-repeat: repeat-x;        
  227.     vertical-align: top;     
  228. }
  229.  
  230. .ewPointer {
  231.     cursor: pointer;
  232. }
  233.  
  234. .ewTableHeader a:link, .ewTableHeader a:active, .ewTableHeader a:visited {    
  235.     color: #FFFFFF; /* header font color */
  236.     text-decoration: none;    
  237. }
  238.  
  239. .ewTableHeaderBtn {
  240.     width: 100%;
  241.     font-family: Verdana; /* font name */
  242.     font-size: xx-small; /* font size */                
  243. }
  244.  
  245. .ewTableHeader .ewTableHeaderBtn td {
  246.     background: transparent;
  247.     padding: 0;
  248.     border: 0;
  249. /*    white-space: nowrap;        */
  250. }
  251.  
  252. /* main table row color */
  253. .ewTableRow {
  254.     background-color: #FFFFFF;  /* alt row color 1 */
  255.     color: inherit;
  256. }
  257.  
  258. /* main table alternate row color */
  259. .ewTableAltRow {
  260.     background-color: #E2E2E2; /* alt row color 2 */
  261.     color: inherit;    
  262. }
  263.  
  264. /* main table last row */
  265. .ewTableLastRow td {
  266.     border-bottom: 0px;
  267. }
  268.  
  269. /* main table edit mode row color */
  270. .ewTableEditRow {
  271.     background-color: #D3D3D3; /* edit mode color */
  272.     color: inherit;
  273. }
  274.  
  275. /* main table highlight color */
  276. .ewTableHighlightRow {
  277.     background-color: #A9A9A9; /* highlight color */
  278.     color: #FFFFFF;
  279. }
  280.  
  281. /* main table select color */
  282. .ewTableSelectRow {
  283.     background-color: #4682B4; /* select color */
  284.     color: #FFFFFF;
  285. }
  286.  
  287. /* main table footer */
  288. .ewTableFooter {
  289.     background-color: #B0C4DE; /* footer color */
  290.     color: inherit;
  291. }
  292.  
  293. /* table for export to HTML */
  294. .ewExportTable {
  295.     border-collapse: collapse;
  296.     empty-cells: show; 
  297. }
  298.  
  299. .ewExportTable td {
  300.     padding: 3px; /* cell padding */
  301.     border: 1px solid #C0C0C0;
  302. }
  303.  
  304. .ewBasicSearch {
  305.     font-family: Verdana; /* font name */
  306.     font-size: xx-small; /* font size */
  307.     border: 0px;
  308.     border-collapse: collapse;
  309. }
  310.  
  311. .ewBasicSearch td {
  312.     border: 0px;
  313.     padding: 2px;
  314. }
  315.  
  316. .ewSearchOpr {
  317.     font-family: Verdana; /* font name */
  318.     font-size: xx-small; /* font size */
  319.     color: maroon;
  320. }
  321.  
  322. .ewItemTable td {
  323.     color: inherit; /* text color */
  324.     font-family: Verdana; /* font name */
  325.     font-size: xx-small; /* font size */
  326.     border: 0px;
  327.     padding: 0px;
  328.     vertical-align: top; 
  329. }
  330.  
  331. /* separator */
  332. .ewSeparator {
  333.     color: gray;
  334. }
  335.  
  336. /* classes for report */
  337. .ewReportTable {
  338.     border: 0px;
  339.     border-collapse: collapse;
  340. }
  341.  
  342. .ewReportTable td {
  343.     padding: 3px;
  344. }
  345.  
  346. .ewGroupField {
  347.     font-weight: bold;
  348. }
  349.  
  350. .ewGroupName {
  351.     font-weight: bold;
  352. }
  353.  
  354. .ewGroupHeader {
  355.     border-bottom: 3px double Gray;
  356.     border-top: 3px double Gray;
  357. }
  358.  
  359. .ewGroupSummary {
  360.     border-top: 1px solid Gray;
  361.  
  362. .ewGroupAggregate {
  363.     font-weight: bold;
  364. }
  365.  
  366. .ewGrandSummary {
  367.     border-top: 1px solid Gray;
  368. }
  369.  
  370. /* message */
  371. .ewMessage {
  372.     color: red; /* message color */
  373.     font-family: Verdana; /* font name */
  374.     font-size: xx-small; /* font size */    
  375. }
  376.  
  377. /* required field indicator */
  378. .ewRequired {
  379.     color: red; /* message color */
  380.     font-family: Verdana; /* font name */
  381.     font-size: xx-small; /* font size */    
  382. }
  383.  
  384. /* highlight */
  385. .ewHighlightSearch {
  386.     font-weight: bold;
  387.     background-color: yellow;
  388. }
  389.  
  390. /* Template */
  391. .ewTemplate {
  392.     display: none;
  393. }
  394.  
  395. /* YUI TabView */
  396. .yui-skin-sam .yui-navset .yui-nav  {
  397.     font-family: Verdana; /* font name */
  398.     font-size: xx-small; /* font size */    
  399. }
  400.  
  401. .yui-skin-sam .yui-navset .yui-content {
  402.     padding: 0;
  403.     border: 0;
  404. }
  405.  
  406. /* .yui-navset defaults to .yui-navset-top */
  407. .yui-skin-sam .yui-navset .yui-nav,
  408. .yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
  409.     border-width: 0 0 2px;
  410. }
  411.  
  412. /* YUI Button */
  413. .yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {   
  414.   font-size: xx-small; /* font size */
  415. }
  416.  
  417. /* YUI Panel */
  418. .yui-skin-sam .yui-panel .hd {    
  419.     font-size: xx-small; /* font size */
  420.     line-height: 2.5;     
  421. }
  422.  
  423. .yui-navset .yui-content .yui-hidden {
  424.     display: none;
  425. }
  426.  
  427. /* Auto-Suggest */
  428. .yui-skin-sam .yui-ac { /* DO NOT CHANGE! */
  429.     position: relative; 
  430. }
  431.  
  432. .yui-skin-sam .yui-ac-input { /* DO NOT CHANGE! */
  433.     position: relative;
  434.     width: auto;
  435. }
  436.  
  437. .yui-skin-sam .yui-ac-content ul{
  438.     font-family: Verdana; /* font name */
  439.     font-size: xx-small; /* font size */
  440.     color: #000000; /* text color */ 
  441. }
  442.  
  443. .ewUnmatched {
  444.     background: #FF9F9F;
  445. }
  446.  
  447. /*END_SYSTEM_STYLES*/
  448.  
  449. /*BEGIN_USER_STYLES*/
  450. .tlcBasicSearch {
  451.     font-family: Verdana; /* font name */
  452.     font-size: xx-small; /* font size */
  453.     background: #CCCCCC;
  454.     border-style: solid;
  455.     border-width: 1;
  456.     border-color: black;
  457. }
  458.  
  459. .tlcBasicSearch td {
  460.     border: 0px;
  461.     padding: 0px;
  462. }
  463.  
  464. .tlcBasicSearchHeader {
  465.     font-family: Verdana; /* font name */
  466.     font-size: xx-small; /* font size */
  467.     color: White;
  468.     background: #000000;
  469.     border-style: solid;
  470.     border-width: 1;
  471.     border-color: black;
  472. }
  473.  
  474. /*END_USER_STYLES*/