home *** CD-ROM | disk | FTP | other *** search
/ ifirobotics.com / www.ifirobotics.com.tar / www.ifirobotics.com / app / style.css < prev    next >
Cascading Style Sheet File  |  2011-07-09  |  2KB  |  148 lines

  1. body { 
  2.     background: #fff url('../images/general/grapha.gif');
  3.     font-size: 9pt;
  4.     font-family: Arial
  5.         }
  6.         
  7. a:link {
  8.     color: #0000FF;
  9.     font-weight:bold;
  10.     text-decoration: none;
  11. }
  12.  
  13. a:visited {
  14.     color: #0000FF;
  15.     font-weight:bold;
  16.     text-decoration: none;
  17. }
  18.  
  19. a:hover {
  20.     color: #FF0000;
  21.     font-weight:bold;
  22.     text-decoration: none;
  23. }
  24.         
  25. h1    {
  26.     font-family: Verdana;
  27.     font-size: 24pt;
  28.     font-weight: bold;
  29.     text-align: center;
  30.     line-height: 24pt;
  31.     margin-top: 6px;
  32.     color:#60B6F5;
  33. }
  34.  
  35. table    { 
  36.     text-align: left;
  37.     font-size: 11pt;
  38. }
  39.  
  40. table.top    {
  41.     background: url('../images/general/brushed-aluminum-menu.gif');
  42.     width: 750; 
  43.     height: 116;
  44.     margin-top: 0;
  45. }
  46.         
  47. table.pageheader    {
  48.     background: url('../images/general/chromerivetd.gif');
  49.     width: 750;
  50. }
  51.  
  52. table.info    {
  53.     width: 750;
  54. }
  55.  
  56. table.tech    {
  57.     border-collapse: collapse;
  58.     font-size: 10pt;
  59.     width: 750;
  60. }
  61.  
  62. table.note    {
  63.     border-collapse: collapse;
  64.     font-size: 10pt;
  65.     width: 750;
  66. }
  67.  
  68. table.buynow    {
  69.     border-collapse: collapse;
  70.     font-size: 10pt;
  71.     width: 750;
  72. }
  73.  
  74. table.buynowtop    {
  75.     border-collapse: collapse;
  76.     font-size: 10pt;
  77.     font-weight: bold; 
  78.     width: 750;
  79. }
  80.  
  81. table.buynowrow    {
  82.     border-collapse: collapse;
  83.     font-size: 8pt;
  84.     width: 750;
  85. }
  86.  
  87. table.data    {
  88.     background: url('../images/general/tabmenug.gif');
  89.     height: 28px;
  90.     width: 750px;
  91.     border-collapse: collapse;
  92.     width: 750;
  93. }
  94.  
  95. p    { 
  96.     text-indent: 0;
  97.     line-height: 1.1em; 
  98. }
  99.  
  100. p.bullet    { 
  101.     text-indent: 1em;
  102.     line-height: 3pt; 
  103. }
  104.  
  105. p.numberhead    { 
  106.     text-decoration: underline;
  107.         margin: 1em 0 .1em 0em;
  108.  
  109. p.tablenumhead    { 
  110.     text-decoration: underline;
  111.     margin: .5em 0 0 .3em;
  112. }
  113.  
  114. p.number    { 
  115.     text-indent: 1em;
  116.     line-height: 3pt; 
  117. }
  118.  
  119. ul    { 
  120.     list-style-position: outside; 
  121.     margin: .5em 0 0em 1em;
  122. }
  123.  
  124. ol    { 
  125.     list-style-position: outside; 
  126.     margin: 0 0 0 2em;
  127. }
  128.  
  129. li    { 
  130.     margin: 0 0 0 0;
  131.     padding: 0;
  132. }
  133.  
  134.  
  135. #ifisearch {
  136.    margin: 0;
  137.    padding: 0;
  138.    margin-bottom: 4px;
  139.    text-align: right;
  140.    width: 750px;
  141. }
  142.  
  143. #ifisearch form {
  144.    margin: 0;
  145.    padding: 0;
  146. }
  147.