home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Calibre / calibre-0.8.18.msi / file_304 < prev    next >
Encoding:
Text File  |  2010-09-30  |  2.3 KB  |  143 lines

  1. body {
  2.     background-color: white;
  3. }
  4.  
  5. #banner {
  6.     position: absolute;
  7.     left: 5px; top: 0px;
  8. }
  9.  
  10. /*
  11. Search bar
  12. */
  13. #search_box {
  14.     width: 201px;
  15.     height: 31px;
  16.     background: url(bg_search_box.png);
  17.     top: 5px; right: 20px;
  18.     position: absolute;
  19. }
  20. #search_box #s {
  21.     float: left;
  22.     padding: 0;
  23.     margin: 6px 0 0 6px;
  24.     border-width: 0px;
  25.     font-size: 16px;
  26.     width: 159px;
  27.     background: transparent;
  28. }
  29. #search_box #go {
  30.     float: right;
  31.     margin: 3px 4px 0 0;
  32. }
  33.  
  34. /*
  35. Count bar
  36. */
  37. #count_bar {
  38.     position: absolute;
  39.     right: 30px;
  40.     top: 80px;
  41.     font-size:smaller;
  42.     padding-bottom: 5px;
  43. }
  44.  
  45. #count_bar * img {
  46.     cursor: pointer;
  47. }
  48.  
  49. #count { cursor: default;}
  50.  
  51. /*
  52. Styles for the book list
  53. */
  54. #main {
  55.     width:95%;
  56.     overflow: auto;
  57.     border: solid thin black;
  58.     position: absolute;
  59.     top: 115px; left: 10px;
  60.     z-index: 1;
  61. }
  62.  
  63. table#book_list  thead tr td {
  64.     width: 100%; 
  65.     padding-right: 1em; padding-left: 1em;
  66.     text-align: center;
  67.     font-weight: bold;
  68.     font-size: 130%;
  69.     border-bottom: thick solid black;
  70.     border-top: thick solid black;
  71.     cursor: pointer;
  72.     font-family: serif;
  73.     padding-top: 0.5ex; padding-bottom: 0.5ex;
  74. }
  75.  
  76. table#book_list tbody tr td {
  77.     padding-right: 1em; padding-left: 1em;
  78.     /*border-bottom: thin solid black;*/
  79.     padding-bottom: 0.7ex; padding-top: 0.7ex;
  80.     margin: 0pt;
  81.     cursor: pointer;
  82.     
  83. }
  84.  
  85. table#book_list * .sort_indicator {
  86.     visibility:hidden;
  87.     color: #9f9f9f;
  88. }
  89.  
  90. table#book_list * .rating {
  91.     color: #3fbbe4;
  92. }
  93.  
  94. table#book_list * span.subtitle {
  95.     font-size: smaller;
  96. }
  97.  
  98. table#book_list * a.format {
  99.     text-decoration: none;
  100.     color: blue;
  101.     font-family: monospace;
  102. }
  103.  
  104. table#book_list * a.format:hover {
  105.     color: red;
  106. }
  107.  
  108. table#book_list * a.format:visited {
  109.     color: blue;
  110. }
  111.  
  112. table#book_list * .comments {
  113.     font-size: smaller;
  114.     display: none;
  115. }
  116. /*
  117. Loading message
  118. */
  119. #loading {
  120.     top: 10px; left: 10px;
  121.     position: absolute;
  122.     font-size: 160%; font-family: monospace;
  123.     text-align: center;
  124.     visibility: hidden;
  125.     z-index: 10000;
  126.     background-color: #aaaaaa;
  127.     opacity: 0.8;
  128.     
  129. }
  130.  
  131. #loading div {
  132.     top: 50%; position: relative;
  133. }
  134.  
  135. #cover_pane {
  136.     overflow: auto;
  137.     position: absolute;
  138.     visibility: hidden;
  139.     text-align: right;
  140.     z-index: 2;
  141.     margin: 0pt; padding: 0pt; border-width: 0pt;
  142. }
  143.