[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 stylesheet_quick_updates.css

Zen Cart 源代码 stylesheet_quick_updates.css




下载文件

文件名: stylesheet_quick_updates.css
文件类型: CSS文件
文件大小: 2.04 KiB
MD5: 3adaea8adf5208e4353ede471dfdcee3

stylesheet_quick_updates.css - 关闭高亮
  1. /*
  2. styles for the quick updates module
  3. Added by Paul Mathot
  4. */
  5. td.smalltext {
  6. text-align: center;
  7. }
  8.  
  9. #quickUpdatesProductsTable input{
  10. text-align: right;
  11. }
  12. .productsModel input, .productsName input, .productsDescription input{
  13. text-align: left;
  14. }
  15. .productsDescription a {
  16. position: relative;
  17. text-decoration: none;
  18. }
  19. #quickUpdatesProductsTable{
  20. width: 100%;
  21. }
  22. #quickUpdatesProductsTable a{
  23. margin: 0 2px;
  24. }
  25. #quickUpdatesProductsTable td {
  26. text-align: left;
  27. white-space: nowrap;
  28. }
  29. .specialPrice{
  30. background: #e99;
  31. }
  32. .productsPrice{
  33. background: #9e9;
  34. color: black;
  35. }
  36. .productsMargin input{
  37. background: #eee;
  38. color: black;
  39. }
  40. /* bof popup styles */
  41. a:hover {
  42. /* preventing IE hover bug */
  43. border: none;
  44. }
  45. .cssPopup {
  46. display: none;
  47. }
  48. /* added for IE6 */
  49. a:hover {
  50. text-decoration: none;
  51. /* I admit the line below may not be logical, but IE6 even crashes on it! */
  52. /* width: 10em; */
  53. }
  54.  
  55. /* note: IE6 CSS support for this *really* sucks! I give up, better use Firefox (or IE7) */
  56. .productsDescription a:hover span{
  57. display: block;
  58. position: absolute;
  59. background: white;
  60. top: 5em;
  61. left: 2em;
  62. width: 70em;
  63. color: black;
  64. background: #ff9;
  65. padding: 1em;
  66. font-size: 1em;
  67. line-height: 1.5em;
  68. border: 1px outset black;
  69. z-index: 9999;
  70. white-space: normal;
  71. overflow: hidden;
  72. }
  73.  
  74. .productsName div{
  75. height: 2.1em;
  76. position: relative;
  77. /* same as input (?) */
  78. }
  79. .productsName input:hover{
  80. text-align: left !important;
  81. display: block;
  82. width: 30em;
  83. position: absolute;
  84. padding: 0.5em 1em;
  85. top: -0.2em;
  86. left: -1em;
  87. z-index: 99;
  88. border: 1px solid red;
  89. background: #fff;
  90. color: black;
  91. background: white;
  92. }
  93.  
  94. .productsImage a{
  95. /* 30px is the width of th thumbnails */
  96. width: 30px;
  97. display: block;
  98. overflow: hidden;
  99. }
  100. #quick_updates_count th{
  101.   text-align: right;
  102. }
  103. #quickUpdatesWrapper{
  104. width: 100%;
  105. padding: 0;
  106. margin: 0;
  107. }
  108. #quickUpdatesWrapper table{
  109. width: 100%;
  110. padding: 0;
  111. margin: 2px 0;
  112. }
  113. .quTop{
  114. width: 100%;
  115. background: #F3F9FB;
  116. border: 1px solid #D1E7EF;
  117. }
  118. .quFormTable{
  119. padding:0;
  120. border: 1px solid #D1E7EF;
  121. background: #F3F9FB;
  122. }
  123. @media print {
  124. /* bof printing styles */  
  125.  
  126.  
  127. /* eof printing styles */
  128. }