home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 January / maximum-cd-2011-01.iso / DiscContents / calibre-0.7.26.msi / file_3146 < prev    next >
Encoding:
Text File  |  2010-10-19  |  1.7 KB  |  106 lines

  1. /* CSS for the mobile version of the content server webpage */
  2.  
  3. .body {
  4.     font-family: sans-serif;
  5. }
  6.  
  7. .navigation table.buttons {
  8.     width: 100%;
  9. }
  10.  
  11. .navigation .button {
  12.     width: 50%;
  13. }
  14.  
  15. .button a, .button:visited a {
  16.     padding: 0.5em;
  17.     font-size: 1.25em;
  18.     border: 1px solid black;
  19.     text-color: black;
  20.     text-decoration: none;
  21.     margin-right: 0.5em;
  22.     background-color: #ddd;
  23.     border-top: 1px solid ThreeDLightShadow;
  24.     border-right: 1px solid ButtonShadow;
  25.     border-bottom: 1px solid ButtonShadow;
  26.     border-left: 1 px solid ThreeDLightShadow;
  27.     -moz-border-radius: 0.25em;
  28.     -webkit-border-radius: 0.25em;
  29. }
  30.  
  31. .button:hover a {
  32.     border-top: 1px solid #666;
  33.     border-right: 1px solid #CCC;
  34.     border-bottom: 1 px solid #CCC;
  35.     border-left: 1 px solid #666;
  36.  
  37.  
  38. }
  39.  
  40. div.navigation {
  41.     padding-bottom: 1em;
  42.     clear: both;
  43. }
  44.  
  45. #search_box {
  46.     border: 1px solid #393;
  47.     -moz-border-radius: 0.5em;
  48.     -webkit-border-radius: 0.5em;
  49.     padding: 1em;
  50.     margin-bottom: 0.5em;
  51.     float: right;
  52. }
  53.  
  54. #listing {
  55.     width: 100%;
  56.     border-collapse: collapse;
  57. }
  58. #listing td {
  59.     padding: 0.25em;
  60.     vertical-align: middle;
  61. }
  62.  
  63. #listing td.thumbnail {
  64.     height: 60px;
  65.     width: 60px;
  66. }
  67.  
  68. #listing tr:nth-child(even) {
  69.  
  70.     background: #eee;
  71. }
  72.  
  73. #listing .button a{
  74.     display: inline-block;
  75.     width: 2.5em;
  76.     padding-left: 0em;
  77.     padding-right: 0em;
  78.     overflow: hidden;
  79.     text-align: center;
  80.     text-decoration: none;
  81.     vertical-align: middle;
  82. }
  83.  
  84. #logo {
  85.     float: left;
  86. }
  87.  
  88. #spacer {
  89.     clear: both;
  90. }
  91.  
  92. .data-container {
  93.     display: inline-block;
  94.     vertical-align: middle;
  95. }
  96.  
  97. .first-line {
  98.     font-size: larger;
  99.     font-weight: bold;
  100. }
  101.  
  102. .second-line {
  103.     margin-top: 0.75ex;
  104.     display: block;
  105. }
  106.