You are here

smileys-admin.css in Smileys 6

div.smileys-progress-panel {
  background: #CF4342 url(images/loading.gif) no-repeat 3px center;
  color: #fff;
  font-family: Arial, Helvetica, Verdana;
  padding: 1px 4px 1px 22px;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 16px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
}

#smileys-admin-form img {
  vertical-align: middle;
}

#smileys-admin-form span.smiley-selected {
  background: transparent url(images/smileys-selected.png) no-repeat scroll 50% 0%;
  padding: 2px 35px;
  cursor: pointer;
}

#smileys-admin-form span.smiley-deselected {
  background: transparent url(images/smileys-deselected.png) no-repeat scroll 50% 0%;
  padding: 2px 35px;
  cursor: pointer;
  text-align: center;
}

#smileys-admin-form span.smiley-middle {
  background: transparent url(images/smileys-middle.png) no-repeat scroll 50% 0%;
  padding: 2px 35px;
  cursor: pointer;
  text-align: center;
}

#smileys_admin_list tr.category-message {
  font-weight: normal;
  color: #999;
}
#smileys_admin_list tr.category-populated {
  display: none;
}

div.messages.smileys-warning {
  background-image: url(images/warning.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding: 5px 25px;
}

.nub {
  background: url(images/nub.png) no-repeat;
  font: normal 10px/11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
  float: left;
  padding: 7px;
}

.nub a {
  display: block;
  float: left;
  height: 11px;
  text-decoration: underline;
}

#smileys_admin_list a.save {
  background: url(images/save.png) no-repeat;
  font-size: 0;
  line-height: 0;
  margin: 0 4px 0;
  padding: 10px;
  text-indent: -9999px;
  width: 10px;
}

div.nub a.delete {
  background: url(images/delete.gif) no-repeat;
  font-size: 0;
  line-height: 0;
  margin: 1px 4px 0 0;
  text-indent: -9999px;
  width: 10px;
}

div.nub a.edit {
  margin: 1px 4px 0 0;
}

#smileys_admin_list a.tabledrag-handle {
  padding-right: .4em;
}

#smileys_admin_list a.tabledrag-handle .handle {
  background: url(images/reorder.gif) no-repeat;
  cursor: move;
  font-size: 0;
  line-height: 0;
  margin: 1px 0 0;
  text-indent: -9999px;
  width: 11px;
  padding: 7px 0;
}

.nub-td {
  min-width: 120px;
}

File

scripts/admin/smileys-admin.css
View source
  1. div.smileys-progress-panel {
  2. background: #CF4342 url(images/loading.gif) no-repeat 3px center;
  3. color: #fff;
  4. font-family: Arial, Helvetica, Verdana;
  5. padding: 1px 4px 1px 22px;
  6. z-index: 999;
  7. position: fixed;
  8. top: 0;
  9. right: 16px;
  10. -moz-border-radius-bottomleft:5px;
  11. -moz-border-radius-bottomright:5px;
  12. }
  13. #smileys-admin-form img {
  14. vertical-align: middle;
  15. }
  16. #smileys-admin-form span.smiley-selected {
  17. background: transparent url(images/smileys-selected.png) no-repeat scroll 50% 0%;
  18. padding: 2px 35px;
  19. cursor: pointer;
  20. }
  21. #smileys-admin-form span.smiley-deselected {
  22. background: transparent url(images/smileys-deselected.png) no-repeat scroll 50% 0%;
  23. padding: 2px 35px;
  24. cursor: pointer;
  25. text-align: center;
  26. }
  27. #smileys-admin-form span.smiley-middle {
  28. background: transparent url(images/smileys-middle.png) no-repeat scroll 50% 0%;
  29. padding: 2px 35px;
  30. cursor: pointer;
  31. text-align: center;
  32. }
  33. #smileys_admin_list tr.category-message {
  34. font-weight: normal;
  35. color: #999;
  36. }
  37. #smileys_admin_list tr.category-populated {
  38. display: none;
  39. }
  40. div.messages.smileys-warning {
  41. background-image: url(images/warning.png);
  42. background-position: 5px 50%;
  43. background-repeat: no-repeat;
  44. padding: 5px 25px;
  45. }
  46. .nub {
  47. background: url(images/nub.png) no-repeat;
  48. font: normal 10px/11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
  49. float: left;
  50. padding: 7px;
  51. }
  52. .nub a {
  53. display: block;
  54. float: left;
  55. height: 11px;
  56. text-decoration: underline;
  57. }
  58. #smileys_admin_list a.save {
  59. background: url(images/save.png) no-repeat;
  60. font-size: 0;
  61. line-height: 0;
  62. margin: 0 4px 0;
  63. padding: 10px;
  64. text-indent: -9999px;
  65. width: 10px;
  66. }
  67. div.nub a.delete {
  68. background: url(images/delete.gif) no-repeat;
  69. font-size: 0;
  70. line-height: 0;
  71. margin: 1px 4px 0 0;
  72. text-indent: -9999px;
  73. width: 10px;
  74. }
  75. div.nub a.edit {
  76. margin: 1px 4px 0 0;
  77. }
  78. #smileys_admin_list a.tabledrag-handle {
  79. padding-right: .4em;
  80. }
  81. #smileys_admin_list a.tabledrag-handle .handle {
  82. background: url(images/reorder.gif) no-repeat;
  83. cursor: move;
  84. font-size: 0;
  85. line-height: 0;
  86. margin: 1px 0 0;
  87. text-indent: -9999px;
  88. width: 11px;
  89. padding: 7px 0;
  90. }
  91. .nub-td {
  92. min-width: 120px;
  93. }