[ Index ]

PHP Cross Reference of phpwcms V1.4.3 _r380 (23.11.09)

title

Body

[close]

/include/inc_css/ -> additional.css (source)

   1  tr.tableHeadRow {
   2      
   3  }
   4  
   5  tr.tableHeadRow th {
   6      padding:                2px 0 4px 0;
   7      text-align:                center;
   8      font-weight:            normal;
   9      font-size:                10px;
  10      vertical-align:            bottom;
  11      border-top:                1px solid #92a1af;
  12  }
  13  
  14  tr.listrow:hover {
  15      background-color:        #DEF9AC;
  16  }
  17  
  18  #licenseExtensions {
  19      margin-top: 15px;
  20      font-size: 11px;
  21  }
  22  #licenseExtensions ul {
  23      margin: 0 0 0 23px;
  24      padding: 0;
  25  }
  26  #licenseExtensions li {
  27      margin: 0 0 6px 0;
  28      font-size: 11px;
  29      list-style: disc;
  30  }
  31  
  32  select.listrow option {
  33      padding:                2px;
  34      border-bottom:            1px dotted #DDDDDD;
  35  }
  36  select.listrow option:hover, select.optionhover option:hover {
  37      background-color:        #DEF9AC;
  38  }
  39  
  40  form.formRightInput {
  41      margin: 0;
  42      padding: 0;
  43      float: right;
  44  }
  45  form.formRightInput input.smallInputField {
  46      width: 25px;
  47      padding: 0;
  48      font-size: 9px;
  49      font-weight: normal;
  50      text-align: center;
  51  }
  52  table.tdMorepace td {
  53      padding: 0 0 1px 0;
  54  }
  55  
  56  .width15 {    width: 15px;    }
  57  .width15i { width: 15px; margin:0 1px 0 2px; }
  58  .width20 {    width: 20px;    }
  59  .width25 {    width: 25px;    }
  60  .width30 {    width: 30px;    }
  61  .width35 {    width: 35px;    }
  62  .width40 {    width: 40px;    }
  63  .width45 {    width: 45px;    }
  64  .width50 {    width: 50px;    }
  65  .width75 {    width: 75px;    }
  66  .width100 {    width: 100px;    }
  67  .width125 {    width: 125px;    }
  68  .width150 {    width: 150px;    }
  69  .width160 {    width: 160px;    }
  70  .width170 {    width: 170px;    }
  71  .width175 {    width: 175px;    }
  72  .width185 {    width: 185px;    }
  73  .width200 {    width: 200px;    }
  74  .width225 {    width: 225px;    }
  75  .width250 {    width: 250px;    }
  76  .width300 {    width: 300px;    }
  77  .width350 {    width: 350px;    }
  78  .width360 {    width: 360px;    }
  79  .width375 {    width: 375px;    }
  80  .width400 {    width: 400px;    }
  81  .width440 {    width: 440px;    }
  82  .width440p5 {    width: 433px; margin-right: 5px;    }
  83  .width540 {    width: 540px;    }
  84  
  85  .bold {
  86      font-weight:    bold;
  87  }
  88  
  89  .tdleft5 {
  90      padding-left: 5px;
  91  }
  92  .tdleft10 {
  93      padding-left: 10px;
  94  }
  95  
  96  .tdtop3 {
  97      vertical-align: top;
  98      padding-top: 3px;
  99  }
 100  .tdtop4 {
 101      vertical-align: top;
 102      padding-top: 4px;
 103  }
 104  .tdtop5 {
 105      vertical-align: top;
 106      padding-top: 5px;
 107  }
 108  .tdtop6 {
 109      vertical-align: top;
 110      padding-top: 6px;
 111  }
 112  .tdbottom2 {
 113      vertical-align: top;
 114      padding-bottom: 2px;
 115  }
 116  .tdbottom3 {
 117      vertical-align: top;
 118      padding-bottom: 3px;
 119  }
 120  .tdbottom4 {
 121      vertical-align: top;
 122      padding-bottom: 4px;
 123  }
 124  .tdbottom5 {
 125      vertical-align: top;
 126      padding-bottom: 5px;
 127  }
 128  .tdbottom6 {
 129      vertical-align: top;
 130      padding-bottom: 6px;
 131  }
 132  .tdbottom10 {
 133      vertical-align: top;
 134      padding-bottom: 10px;
 135  }
 136  
 137  .rowspacer1x0 {
 138      background-image:        url(../../img/lines/be_dotted_line.gif);
 139      background-position:    left top;
 140      background-repeat:        repeat-x;
 141      padding:                1px 0 0 0;
 142  }
 143  
 144  .rowspacer10x10 {
 145      background-image:        url(../../img/lines/be_dotted_line.gif);
 146      background-position:    left;
 147      background-repeat:        repeat-x;
 148      padding:                10px 0 10px 0;
 149  }
 150  
 151  .rowspacer7x7 {
 152      background-image:        url(../../img/lines/be_dotted_line.gif);
 153      background-position:    left;
 154      background-repeat:        repeat-x;
 155      padding:                7px 0 7px 0;
 156  }
 157  .rowspacer0x7 {
 158      background-image:        url(../../img/lines/be_dotted_line.gif);
 159      background-position:    left top;
 160      background-repeat:        repeat-x;
 161      padding:                1px 0 7px 0;
 162  }
 163  .rowspacer7x0 {
 164      background-image:        url(../../img/lines/be_dotted_line.gif);
 165      background-position:    left bottom;
 166      background-repeat:        repeat-x;
 167      padding:                7px 0 1px 0;
 168  }
 169  .rowspacer0x5 {
 170      background-image:        url(../../img/lines/be_dotted_line.gif);
 171      background-position:    left top;
 172      background-repeat:        repeat-x;
 173      padding:                1px 0 5px 0;
 174  }
 175  .rowspacer5x0 {
 176      background-image:        url(../../img/lines/be_dotted_line.gif);
 177      background-position:    left bottom;
 178      background-repeat:        repeat-x;
 179      padding:                5px 0 1px 0;
 180  }
 181  .rowspacer10x0 {
 182      background-image:        url(../../img/lines/be_dotted_line.gif);
 183      background-position:    left bottom;
 184      background-repeat:        repeat-x;
 185      padding:                10px 0 1px 0;
 186  }
 187  .rowspacer0x10 {
 188      background-image:        url(../../img/lines/be_dotted_line.gif);
 189      background-position:    left top;
 190      background-repeat:        repeat-x;
 191      padding:                1px 0 10px 0;
 192  }
 193  .rowspacer {
 194      background-image:        url(../../img/lines/be_dotted_line.gif);
 195      background-position:    left bottom;
 196      background-repeat:        repeat-x;
 197  }
 198  .rowspacer0x0 {
 199      background-image:        url(../../img/lines/be_dotted_line.gif);
 200      background-position:    left bottom;
 201      background-repeat:        repeat-x;
 202      padding:                0 0 1px 0;
 203  }
 204  
 205  
 206  td.inlineCheckbox checkbox {
 207      margin: 0;
 208      padding: 0;
 209  }
 210  td.inlineCheckbox label {
 211      padding: 0 0 0 0;
 212      margin: 0;
 213      position: relative;
 214      top: -2px;
 215  }
 216  
 217  
 218  /* based on CSS Edit 2.0 and exploding-boy.com*/
 219  
 220  #tabsG {
 221      background:                    #FFFFFF;
 222      font-size:                    11px;
 223      line-height:                normal;
 224      font-family:                 Verdana, Arial, Helvetica, sans-serif;
 225      font-weight:                 bold;
 226      border-bottom:                1px solid #92A1AF;
 227      margin:                        0 0 10px 0;
 228  }
 229  #tabsG ul {
 230      margin:                        0;
 231      padding:                    0;
 232      list-style:                    none;
 233  }
 234  #tabsG li {
 235      display:                    inline;
 236      margin:                        0;
 237      padding:                    0;
 238  }
 239  #tabsG a {
 240      float:                        left;
 241      background:                    url(../../img/tab/tableftG.gif) no-repeat left top;
 242      margin:                        0;
 243      padding:                    0 0 0 4px;
 244      text-decoration:            none;
 245  }
 246  #tabsG a span {
 247      float:                        left;
 248      display:                    block;
 249      background:                    url(../../img/tab/tabrightG.gif) no-repeat right top;
 250      padding:                    5px 12px 4px 6px;
 251      color:                         #6288ad;
 252  }
 253  
 254  /* Commented Backslash Hack hides rule from IE5-Mac \*/
 255  #tabsG a span {float:            none;}
 256  /* End IE5-Mac hack */
 257  
 258  #tabsG a:hover span {
 259      color:                         #325676;
 260  }
 261  #tabsG a:hover {
 262      background-position:        0% -42px;
 263  }
 264  #tabsG a:hover span {
 265      background-position:        100% -42px;
 266  }
 267  #tabsG .activeTab a {
 268      background-position:        0% -42px;
 269      color:                         #325676;
 270  }
 271  #tabsG .activeTab a span {
 272      background-position:        100% -42px;
 273      color:                        #325676;
 274  }
 275  
 276  br.clear {
 277      clear: both;
 278  }
 279  
 280  td.linkcursor:hover {
 281      cursor:                        pointer;
 282  }
 283  
 284  .greyed {
 285      color:                         #727889;
 286  }
 287  
 288  
 289  /* System Status Message */
 290  div.status_message_info {
 291      margin:                        0 0 15px 0;
 292      border:                        1px solid #FFCC00;
 293      background-color:            #FEE16C;
 294      color:                        #363C47;
 295      padding:                    5px 5px 5px 25px;
 296      background-image:            url(../../img/famfamfam/information.png) !important;
 297      background-image:            url(../../img/famfamfam/information.gif);
 298      background-repeat:            no-repeat;
 299      background-position:        4px 4px;
 300      font-size:                    12px;
 301      font-weight:                normal;
 302  }
 303  div.status_message_success {
 304      margin:                        0 0 15px 0;
 305      border:                        1px solid #009900;
 306      background-color:            #DEF9AC;
 307      color:                        #006600;
 308      padding:                    5px 5px 5px 25px;
 309      background-image:            url(../../img/famfamfam/accept.png) !important;
 310      background-image:            url(../../img/famfamfam/accept.gif);
 311      background-repeat:            no-repeat;
 312      background-position:        4px 4px;
 313      font-size:                    12px;
 314      font-weight:                normal;
 315  }
 316  div.status_message_warning {
 317      margin:                        0 0 15px 0;
 318      border:                        1px solid #CC3300;
 319      background-color:            #FFC6C6;
 320      color:                        #CC0033;
 321      padding:                    5px 5px 5px 25px;
 322      background-image:            url(../../img/famfamfam/exclamation.png) !important;
 323      background-image:            url(../../img/famfamfam/exclamation.gif);
 324      background-repeat:            no-repeat;
 325      background-position:        4px 4px;
 326      font-size:                    12px;
 327      font-weight:                normal;
 328  }
 329  
 330  table.settings td {
 331      padding-bottom:                3px;
 332  }
 333  
 334  table.listing {
 335      width: 100%;
 336      border-spacing: 0;
 337      /* border-bottom: 1px solid #92a1af; */
 338  }
 339  table.listing th {
 340      text-align: left;
 341      border-bottom: 1px solid #92a1af;
 342      border-top: 1px solid #92a1af;
 343      font-size: 10px;
 344      padding: 3px 2px 2px 4px;
 345  }
 346  table.listing tr.row.alt {
 347      background-color: #f3f5f8;
 348  }
 349  table.listing tr.row:hover {
 350      background-color: #DEF9AC;
 351  }
 352  table.listing td {
 353      padding: 3px 2px 2px 4px;
 354  }
 355  table.listing tr.row td {
 356      border-bottom: 1px solid #d9dee3;
 357  }
 358  table.listing tr.row.alt td {
 359      border-bottom: 1px solid #d9dee3;
 360  }
 361  table.listing td.collast {
 362      text-align: right;
 363      padding-top: 4px;
 364      padding-bottom: 1px;
 365      white-space: nowrap;
 366  }
 367  table.listing td a {
 368      padding: 0 1px 0 1px;
 369  }
 370  
 371  table.listing th.colfirst,
 372  table.listing td.colfirst {
 373      padding-left: 21px;
 374      white-space: nowrap;
 375  }
 376  table.listing td.colfirst {
 377      background: url(../../img/famfamfam/page_white.gif) no-repeat 1px center;
 378  }
 379  
 380  form.free p {
 381      padding: 0 0 6px 0;
 382      margin: 0 0 0 0;
 383      clear: both;
 384  }
 385  form.free p.footer {
 386      border-top: 1px solid #d9dee3;
 387      padding: 6px 0 10px 130px;
 388  }
 389  form.free div.paragraph {
 390      padding: 6px 0 6px 0;
 391      margin: 0 0 0 0;
 392      clear: both;
 393  }
 394  form.free p.important {
 395      font-weight: bold;
 396  }
 397  form.free p.break {
 398      padding: 6px 0 6px 0;
 399      margin: 0 0 6px 0;
 400      border-bottom: 1px solid #d9dee3;
 401      border-top: 1px solid #d9dee3;
 402  }
 403  form.free p.bottom_break {
 404      padding-bottom: 6px;
 405      margin: 0 0 6px 0;
 406      border-bottom: 1px solid #d9dee3;
 407  }
 408  form.free .border_top {
 409      border-top: 1px solid #d9dee3;
 410  }
 411  form.free .border_bottom {
 412      border-bottom: 1px solid #d9dee3;
 413  }
 414  form.free .space_top {
 415      padding-top: 6px;
 416  }
 417  form.free .filled {
 418      background-color: #f3f5f8;
 419  }
 420  form.free p.morespace {
 421      padding-bottom: 12px;
 422  }
 423  form.free label {
 424      padding: 5px 8px 0 0;
 425      float: left;
 426      width: 130px;
 427      text-align: right;
 428      font-size: 10px;
 429      color: #406C94;
 430  }
 431  form.free td label {
 432      padding: 0 8px 0 0;
 433  }
 434  form.free td.top {
 435      vertical-align: top;
 436      padding-top: 5px;
 437  }
 438  form.free label.normal {
 439      float: none;
 440      padding: 0 8px 0 0;
 441      width: auto;
 442  }
 443  form.free label.checkbox {
 444      float: left;
 445      padding: 0 8px 0 3px;
 446      width: auto;
 447      font-size: 11px;;
 448  }
 449  form.free input,
 450  form.free textarea,
 451  form.free select  {
 452      font-size: 12px;
 453  }
 454  form.free input.text,
 455  form.free textarea,
 456  form.free select {
 457      width: 350px;
 458  }
 459  form.free input.short {
 460      width: 171px;
 461  }
 462  form.free input.veryshort {
 463      width: 40px;
 464  }
 465  form.free input.file {
 466      width: 250px;
 467      color: #727889;
 468      font-size: 11px;
 469  }
 470  form.free input.checkbox_left {
 471      float: left;
 472      padding: 0;
 473      margin: 4px 5px 0 0;
 474  }
 475  
 476  
 477  /* Tooltip */
 478  .tool-tip {
 479      z-index: 13000;
 480      color: #000000;
 481      font-size: 1.1em;
 482      background-color: #F9F3BF;
 483      padding: 2px 6px 2px 6px;
 484      width: auto !important;
 485      width: 150px;
 486      max-width: 150px;
 487      border: 1px solid #CEC998;
 488  }
 489  .tool-title {
 490      font-weight: bold;
 491  }
 492  .tool-text {
 493      margin: 0px;
 494      line-height: 135%;
 495  }
 496  
 497  span.autocompleter-loading {
 498      background: transparent url(../../img/indicator/indicator_arrows_green.gif) no-repeat center center;
 499      padding: 0 10px 0 10px;
 500      line-height: 16px;
 501      font-size: 16px;
 502      position: relative;
 503      top: 1px;
 504  }
 505  
 506  textarea.ajax-loading, input.ajax-loading {
 507      background-image: url(../../img/indicator/indicator_arrows_green_19x19.gif);
 508      background-repeat: no-repeat;
 509      background-position: right top;
 510      padding: 1px;
 511      border: 1px solid #C7E2F1;
 512      border-top-color: #3D7BAD;
 513  }
 514  
 515  ul.autocompleter-choices {
 516      position:                absolute;
 517      margin:                    0;
 518      padding:                0;
 519      list-style:                none;
 520      border:                    1px solid #C7E2F1;
 521      border-bottom-color:    #3D7BAD;
 522      background-color:        white;
 523      text-align:                left;
 524      z-index:                50;
 525  }
 526  
 527  ul.autocompleter-choices li {
 528      position:                relative;
 529      padding:                0.1em 1.5em 0.1em 1em;
 530      cursor:                    pointer;
 531      font-weight:            normal;
 532      font-size:                14px;
 533      list-style:             none;
 534      font-family:            "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
 535      line-height:            135%;
 536  }
 537  
 538  ul.autocompleter-choices li.autocompleter-selected {
 539      background-color:        #444;
 540      color:                    #fff;
 541  }
 542  
 543  ul.autocompleter-choices span.autocompleter-queried {
 544      font-weight:            bold;
 545  }
 546  
 547  ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
 548      color:                    #9FCFFF;
 549  }
 550  
 551  .upload-queue {
 552      list-style:                none;
 553      margin: 0;
 554      padding: 0 0 0 5px;
 555  }
 556  .upload-queue li {
 557      background:                url(../../img/famfamfam/drive_go.gif)  no-repeat 0 5px;
 558      padding:                5px 0 5px 22px;
 559      list-style:                none;
 560  }
 561  
 562  .upload-queue .queue-file {
 563      font-weight:            bold;
 564  }
 565  
 566  .upload-queue .queue-size
 567  {
 568      color:                    #aaa;
 569      margin-left:            1em;
 570      font-size:                0.9em;
 571  }
 572  
 573  .upload-queue .queue-loader {
 574      position:                relative;
 575      margin:                    4px 45px 5px 2px;
 576      font-size:                0.9em;
 577      background-color:        #ddd;
 578      color:                    #fff;
 579      border:                    1px inset #ddd;
 580  }
 581  .upload-queue .queue-subloader {
 582      text-align:                center;
 583      position:                absolute;
 584      background-color:        #81B466;
 585      height:                    100%;
 586      width:                    0%;
 587      left:                    0;
 588      top:                    0;
 589  }
 590  
 591  .upload-queue .input-delete {
 592      width:                    16px;
 593      height:                    16px;
 594      background:                url(../../img/famfamfam/delete.gif) no-repeat 0 0;
 595      text-decoration:        none;
 596      border:                    none;
 597      float:                    right;
 598      margin-right:            28px;
 599  }
 600  .upload_button {
 601  
 602  }
 603  .upload_button input {
 604      font-size: 12px;
 605  }
 606  
 607  
 608  .items-per-page a.active {
 609      font-weight: bold;
 610  }


Generated: Wed Dec 30 05:55:15 2009 Cross-referenced by PHPXref 0.7