www/style.css
changeset 36 64a0168a6f50
parent 31 09776792a91c
equal deleted inserted replaced
35:73aef1124b67 36:64a0168a6f50
    88 div.paginate li a:hover {
    88 div.paginate li a:hover {
    89     text-decoration: none;
    89     text-decoration: none;
    90     background-color: #666666;
    90     background-color: #666666;
    91 }
    91 }
    92 
    92 
    93 /* taggr */
       
    94 
       
    95 #taggr div#tags,
       
    96 #taggr div#images {
       
    97 	border: 1px solid #666666;
       
    98     padding: 5px;
       
    99 }
       
   100 
       
   101 #taggr ul {
       
   102     margin: 0px;
       
   103     padding: 0px;
       
   104 }
       
   105 
       
   106 #taggr li {
       
   107     padding: 10px;
       
   108 
       
   109     list-style-type: none;
       
   110 }
       
   111 
       
   112 #taggr div#tags {
       
   113     max-height: 300px;
       
   114 
       
   115     overflow: auto;
       
   116 }
       
   117 
       
   118 
       
   119 #taggr div#tags table {
       
   120     width: 100%;
       
   121 
       
   122     border: none;
       
   123     border-collapse: collapse;
       
   124 }
       
   125 
       
   126 #taggr div#tags tr {
       
   127     height: 140px;
       
   128 }
       
   129 
       
   130 #taggr div#tags td {
       
   131     border-top: 1px solid #444444;
       
   132     border-bottom: 1px solid #444444;
       
   133     padding: 3px;
       
   134 }
       
   135 
       
   136 #taggr div#tags td.tag {
       
   137     width: 20%;
       
   138 
       
   139     vertical-align: center;
       
   140     text-align: center
       
   141 }
       
   142 
       
   143 #taggr div#tags td.tag ul {
       
   144     margin: 0px;
       
   145     padding: 0px;
       
   146 }
       
   147 
       
   148 #taggr div#tags td.tag li {
       
   149     padding: 0px;
       
   150     list-style-type: none;
       
   151 }
       
   152 
       
   153 #taggr div#tags td.tag_images {
       
   154 
       
   155     text-align: left;
       
   156     
       
   157     height: 135px;
       
   158     overflow: auto;
       
   159 }
       
   160 
       
   161 #taggr div#tags tr.hover {
       
   162 	background-color: #222222;
       
   163 }
       
   164 
       
   165 #taggr div#images {
       
   166     max-height: 450px;
       
   167     overflow: auto;
       
   168 
       
   169     text-align: center;
       
   170     font-weight: bold;
       
   171 }
       
   172 
       
   173 #taggr div#images ul {
       
   174 }
       
   175 
       
   176 #taggr div#images li {
       
   177     padding: 0px;
       
   178     margin-left: 10px;
       
   179 }
       
   180 
       
   181 #taggr div#images a {
       
   182     display: block;
       
   183     border: 1px solid #444444;
       
   184 
       
   185     padding: 3px;
       
   186 }
       
   187 
       
   188 #taggr div#images div {
       
   189     margin: 0px;
       
   190     border: 1px solid #444444;
       
   191 }
       
   192 
       
   193 #taggr div#images div.images {
       
   194 //    max-height: 255px;
       
   195     overflow: auto;
       
   196     padding-top: 5px;
       
   197     border: none;
       
   198 }
       
   199 
       
   200 img.image {
       
   201     z-index: 800;
       
   202 }
       
   203 
       
   204 img.selection {
       
   205 	border: 1px solid #ffbb00;
       
   206 }
       
   207 
       
   208 #taggr div#toolbar ul {
       
   209     margin: 0px;
       
   210     padding: 0px;
       
   211 
       
   212     line-height: 30px;
       
   213     white-space: nowrap;
       
   214 }
       
   215 
       
   216 #taggr div#toolbar li {
       
   217     list-style-type: none;
       
   218     display: inline;
       
   219 }
       
   220 
       
   221 #taggr div#toolbar input {
       
   222     background-color: #444444;
       
   223     border: 1px solid #333333;
       
   224 }