You are here

kwresearch.css in Keyword Research 6

Same filename and directory in other branches
  1. 7 kwresearch.css
/* $Id: kwresearch.css,v 1.1.2.12 2011/01/05 20:42:59 tomdude48 Exp $ */

.kwresearch_actions {
  display: none;
  position: absolute;
  margin-top: -1.2em;
  /* background-color: #FFFFFF; */
}

.kwresearch-tool-button {
  margin-right: 1px;
  float: left;
}

.kwresearch-tool-menu {
  position: absolute;
  margin-top: 0px;
  clear: left;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  color: #333333;
}

.kwresearch-tool-menu  li {  
  list-style: none outside none;  
  margin: 0px 6px;
  padding: 0px;
  background: none;
}
.kwresearch-tool-menu  li:first-child {
  margin-top: 5px;
}
.kwresearch-tool-menu  li:last-child {
  margin-bottom: 5px;
}  
.kwresearch-tool-menu li.active {  
  background-color: #DBE6DE;
}

.kwresearch_keyword.active {
  background-color: #DBE6DE;
  color: #000088;
}

.kwresearch_keyword.processed {
  border-bottom: 1px dashed #CCCCCC;
}

.kwresearch-more-tools a {
  margin-right: 2px;
}

#kwresearch-form-inputs {
  float: left;
}

#kwresearch-form-inputs .form-item {
  margin-top: 0px;
  margin-bottom: 0px;
}

#kwresearch-form-inputs fieldset {
  margin-top: 0px;
  margin-bottom: 0px;
}

#kwresearch-form-buttons {
  float: left;
  padding-top: 1.5em;
  padding-left: 5px;
}

#kwresearch-report {
  clear: left;
}

/* form styling */
#kwresearch-filter-form #edit-priority-wrapper, #kwresearch-filter-form #value-fields-wrapper, #kwresearch-filter-form #page_count-fields-wrapper, #kwresearch-filter-form #daily-fields-wrapper {
  float: left;
  padding: 0.2em 0.4em 0.2em 0.4em;
  border: 1px solid #CCCCCC;
  margin: 0.1em;
}

#kwresearch-site-keywords .page_count {
  text-align: center;   
}

#kwresearch-site-keywords .daily_volume {
  text-align: center;	
}

.stats-indicator {
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    width:80px;
    height: 15px;
}

.stats-indicator-text {
    float: left;
    line-height: 1.25em;
    width: 80px;
    text-align: center;
}

.searches-indicator-bar {
    background-color:#DDFFCC;
    padding: 0 0 0 0;
    height: 15px;
}

.competition-indicator-bar {
    background-color:#FFCCCC;
    padding: 0 0 0 0;
    height: 15px;
}

.bid-indicator-bar {
    background-color:#FFE6B6;
    padding: 0 0 0 0;
    height: 15px;
}

File

kwresearch.css
View source
  1. /* $Id: kwresearch.css,v 1.1.2.12 2011/01/05 20:42:59 tomdude48 Exp $ */
  2. .kwresearch_actions {
  3. display: none;
  4. position: absolute;
  5. margin-top: -1.2em;
  6. /* background-color: #FFFFFF; */
  7. }
  8. .kwresearch-tool-button {
  9. margin-right: 1px;
  10. float: left;
  11. }
  12. .kwresearch-tool-menu {
  13. position: absolute;
  14. margin-top: 0px;
  15. clear: left;
  16. border: 1px solid #CCCCCC;
  17. background-color: #FFFFFF;
  18. color: #333333;
  19. }
  20. .kwresearch-tool-menu li {
  21. list-style: none outside none;
  22. margin: 0px 6px;
  23. padding: 0px;
  24. background: none;
  25. }
  26. .kwresearch-tool-menu li:first-child {
  27. margin-top: 5px;
  28. }
  29. .kwresearch-tool-menu li:last-child {
  30. margin-bottom: 5px;
  31. }
  32. .kwresearch-tool-menu li.active {
  33. background-color: #DBE6DE;
  34. }
  35. .kwresearch_keyword.active {
  36. background-color: #DBE6DE;
  37. color: #000088;
  38. }
  39. .kwresearch_keyword.processed {
  40. border-bottom: 1px dashed #CCCCCC;
  41. }
  42. .kwresearch-more-tools a {
  43. margin-right: 2px;
  44. }
  45. #kwresearch-form-inputs {
  46. float: left;
  47. }
  48. #kwresearch-form-inputs .form-item {
  49. margin-top: 0px;
  50. margin-bottom: 0px;
  51. }
  52. #kwresearch-form-inputs fieldset {
  53. margin-top: 0px;
  54. margin-bottom: 0px;
  55. }
  56. #kwresearch-form-buttons {
  57. float: left;
  58. padding-top: 1.5em;
  59. padding-left: 5px;
  60. }
  61. #kwresearch-report {
  62. clear: left;
  63. }
  64. /* form styling */
  65. #kwresearch-filter-form #edit-priority-wrapper, #kwresearch-filter-form #value-fields-wrapper, #kwresearch-filter-form #page_count-fields-wrapper, #kwresearch-filter-form #daily-fields-wrapper {
  66. float: left;
  67. padding: 0.2em 0.4em 0.2em 0.4em;
  68. border: 1px solid #CCCCCC;
  69. margin: 0.1em;
  70. }
  71. #kwresearch-site-keywords .page_count {
  72. text-align: center;
  73. }
  74. #kwresearch-site-keywords .daily_volume {
  75. text-align: center;
  76. }
  77. .stats-indicator {
  78. background-color:#FFFFFF;
  79. border:1px solid #CCCCCC;
  80. width:80px;
  81. height: 15px;
  82. }
  83. .stats-indicator-text {
  84. float: left;
  85. line-height: 1.25em;
  86. width: 80px;
  87. text-align: center;
  88. }
  89. .searches-indicator-bar {
  90. background-color:#DDFFCC;
  91. padding: 0 0 0 0;
  92. height: 15px;
  93. }
  94. .competition-indicator-bar {
  95. background-color:#FFCCCC;
  96. padding: 0 0 0 0;
  97. height: 15px;
  98. }
  99. .bid-indicator-bar {
  100. background-color:#FFE6B6;
  101. padding: 0 0 0 0;
  102. height: 15px;
  103. }