Guest User

Untitled

a guest
Feb 21st, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.84 KB | None | 0 0
  1. .topbar {
  2.     background: none repeat scroll 0 0 WHITE;
  3.     float: left;
  4.     height: 32px;
  5.     width: 100%;
  6. }
  7.  
  8. .topbarlogo {
  9.     background: url("../../images/oracle_flexcubeDirectWhite.gif") no-repeat scroll 0 0 transparent;
  10.     float: left;
  11.     height: 24px;
  12.     margin-left: 10px;
  13.     width: 390px;
  14. }
  15.  
  16. .custPanel {
  17.     background: none repeat scroll 0 0 #EFEFEF;
  18.     border-bottom: 2px solid #ccc;
  19.     border-top: 2px solid #ccc;
  20.     float: left;
  21.     margin: 0;
  22.     text-align: center;
  23.     width: 100%;
  24. }
  25.  
  26. #topContainer {
  27.     background: white;
  28. }
  29.  
  30. #menu3 .menuactive {
  31.     background: none repeat scroll 0 0 #FFFFFF;
  32.     border-bottom: 2px solid #006F66;
  33.     vertical-align: top;
  34. }
  35.  
  36. #menu3 li {
  37.     display: inline;
  38.     float: left;
  39.     margin: 0 10px;
  40.     white-space: nowrap;
  41. }
  42.  
  43. #menu3 .menuactive a {
  44.     color: #006F66;
  45.     font-weight: bold;
  46. }
  47.  
  48. #menu3 li a {
  49.     color: #006F66;
  50.     font-weight: normal;
  51.     height: 20px;
  52.     line-height: 20px;
  53.     text-decoration: none;
  54.     white-space: nowrap;
  55. }
  56.  
  57. .breadCrumbs, #breadCrumbs {
  58.     background: none repeat scroll 0 0 white;
  59.     color: #333333;
  60.     float: left;
  61.     height: 28px;
  62.     padding-left: 10px;
  63.     padding-top: 0;
  64.     position: relative;
  65.     width: 100%;
  66. }
  67.  
  68. .menuworkarea {
  69.     background: none repeat scroll 0 0 white;
  70.     border-right: 0 solid #0062BD;
  71.     overflow-x: hidden;
  72.     overflow-y: auto;
  73.     width: 180px;
  74. }
  75.  
  76. #mainbox {
  77.     margin-top: 3px;
  78.     text-align: left;
  79.     width: 100%;
  80. }
  81.  
  82. .gridtable caption, .graphtable caption, .formtable caption, .formtablereadonly caption, .infotable caption {
  83.     background: none repeat scroll 0 0 white;
  84.     color: #006F66;
  85.     font-size: 11px;
  86.     font-weight: bold;
  87.     height: 18px;
  88.     margin-top: 0;
  89.     padding-left: 5px;
  90.     padding-top: 2px;
  91.     text-align: left;
  92.     width: 100%;
  93. }
  94.  
  95. .TabsA {
  96.     border-bottom: 2px solid #006F66;
  97.     float: left;
  98.     height: 20px;
  99.     line-height: 20px;
  100.     margin: 0 10px;
  101.     padding: 0;
  102. }
  103.  
  104. .TabsI {
  105.     float: left;
  106.     height: 22px;
  107.     margin: 0 0 0 3px;
  108.     padding-left: 5px;
  109. }
  110.  
  111. .tabpanel {
  112.     overflow: auto;
  113. }
  114.  
  115. .TabsA a, .TabsA a:link, .TabsA a:visited, .TabsA a:active, .TabsA a:hover {
  116.     display: block;
  117.     float: left;
  118.     font-weight: bold;
  119.     margin-left: 0;
  120.     text-decoration: none;
  121. }
  122.  
  123. .TabsI {
  124.     float: left;
  125.     height: 20px;
  126.     line-height: 20px;
  127.     margin: 0 10px;
  128. }
  129.  
  130. .gridtable {
  131.     background-color: #E1E0E3;
  132. }
  133. .gridtable, .graphtable, .formtable, .formtablereadonly {
  134.     border-bottom-left-radius: 5px;
  135.     border-bottom-right-radius: 5px;
  136.     border-spacing: 1px;
  137.     margin-bottom: 0;
  138.     margin-top: 0;
  139.     padding: 1px;
  140.     width: 100%;
  141. }
  142.  
  143. #pageheadingpanel {
  144.     border-bottom: 2px solid #CCCCCC;
  145.     height: 24px;
  146.     margin-bottom: 5px;
  147.     width: 100%;
  148. }
Add Comment
Please, Sign In to add comment