[ Index ]

PHP Cross Reference of Nucleus CMS 3.32

title

Body

[close]

/nucleus/styles/ -> bookmarklet.css (source)

   1  /* 
   2      style definitions for the bookmarklet 
   3      
   4      $Id: bookmarklet.css 757 2005-08-12 07:29:40Z dekarma $
   5  */
   6  
   7  body {
   8      font-size: small;
   9      background: #fff;
  10      color: #000;
  11      font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif
  12  }        
  13  
  14  h1 {
  15      border-bottom: 1px dotted gray;
  16      font-size: medium;
  17      color: #596d9d;
  18  }
  19  
  20  /* 
  21      Hide switch buttons initially, we'll enable them again if we are sure
  22      the browser supports DOM
  23  */
  24  #switchbuttons {
  25      display: none;
  26  }
  27  /*
  28      Hide preview also when no DOM is supported
  29  */
  30  #preview {
  31      display: none;
  32  }
  33  
  34  .buttonbar {
  35     margin-bottom: 5px;
  36     background: rgb(187, 187, 204);
  37     padding: 3px;
  38  }
  39  
  40  .buttonbar input {
  41     background: #C5C5D3;
  42      border: 1px solid #CACAD7;
  43      border-right: 2px solid #8E8EAB;
  44      border-bottom: 2px solid #8E8EAB;
  45      color: #000000;
  46      font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;
  47      font-weight: bold;   
  48  }
  49  
  50  .contentblock {
  51      /*background: #ddd;*/
  52      height: 400px;
  53      overflow: auto; /* temporary removed, to make the select box work in Mozilla */
  54      padding: 1px;
  55      margin: 0px;
  56      vertical-align: top;
  57  }
  58  
  59  .shortcuts {
  60      float: right; 
  61      text-align: right;
  62      font-size: x-small;
  63  }
  64  
  65  #options {
  66     margin-top:-15px;
  67     }
  68  #options h2 {
  69     margin:15px 0 0 0;
  70  }
  71  
  72  h2 {
  73     font-size: 1.5em;
  74     color: gray;
  75      margin-top: 0px;
  76      padding-top: 0px;
  77      padding-bottom: 0px;
  78      margin-top: 0px;
  79  }
  80  
  81  a:link, a:visited {
  82      color: #1D3565; 
  83      font-weight: bold;
  84      text-decoration: none;
  85  }
  86  
  87  a:hover {
  88      text-decoration: underline;
  89  }            
  90  
  91  img { 
  92      border: none;
  93  }
  94  
  95  .indent {
  96      margin-left: 40px;
  97  }
  98  
  99  label        { cursor: pointer; }
 100  
 101  table {
 102      border: none;
 103      width: 95%;
 104      border-collapse: collapse;
 105      margin-bottom: 10px;
 106      margin-top: 10px;    
 107  }
 108  
 109  th {
 110      background: #bbc;
 111      color: #000;
 112      font-size: small;
 113  }
 114  
 115  th, td {
 116      padding: 4px;
 117      empty-cells: show;    
 118  }
 119  
 120  td {
 121      background: #fff;
 122      border: 1px solid #ddd;
 123      font-size: small;
 124      vertical-align: top;
 125      text-align: left;
 126  }
 127  
 128  td a:link, td a:visited { 
 129      text-decoration: underline;
 130      color: black;
 131      font-weight: normal;
 132  }
 133  td a:hover {
 134      color: #1D3565;
 135      text-decoration: underline;
 136  }
 137  
 138  td.draft, td.future {
 139      background: #ffe;
 140  }
 141  
 142  tr.highlighted td {
 143      background: green;
 144  }
 145  
 146  ul.nobullets {
 147      list-style-type: none;
 148      padding: 0;
 149      margin: 0;
 150  }


Generated: Tue Feb 12 15:34:36 2008 Cross-referenced by PHPXref 0.7