You are here

contentanalysis.css in Content Analysis 7

Same filename and directory in other branches
  1. 8 contentanalysis.css
  2. 6 contentanalysis.css
/*
 * modal dialog box styles
 */
#block-contentanalysis-launch fieldset {
    z-index: 1000;
    position: relative;
    margin-top: 4px;
}

#block-contentanalysis-launch .fieldset-wrapper {
    background-color: #FFFFFF;
    color: #333333;
    padding: 3px 5px 3px 5px;
}

#modalContent div.ctools-modal-content .modal-header {
    background: #fff url('images/bg-shade-light.png') repeat-x bottom left;
    color: #777;
    display: block;
    font-weight: 700;
    letter-spacing: normal;
    padding: 0.25em 1em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
}

#modalContent div.ctools-modal-content .modal-title {
    font-size: 120%;
    font-weight: bold;
    text-shadow: #fff 1px 1px 1px;
    color: #555;
}

#modalContent div.ctools-modal-content div.progress {
    margin-left: 180px;
}

#modalContent div.ctools-modal-content a.close {
    color: #666;
    font-weight: normal;
    padding-left: 1.6em;
    background: url('images/sprite.png') no-repeat -166px -1686px;
}

#modalContent div.ctools-modal-content a.close img {
    display: none;
}

/** modal forms CSS **/
#modalContent div.ctools-modal-content .form-item label {
    width: 100%;
    float: none;
    clear: both;
}

#modalContent div.ctools-modal-content .resizable-textarea {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#modalContent div.ctools-modal-content {
    font-size: 12px;
    border: solid 1px #ddd;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-box-shadow: -1em 1em 1em rgba(0, 0, 0, 0.5);
    position: relative;
    display: block;
}

#modal-content {
    position: relative;
    display: block;
    background: #fafafa url(images/bg-content-modal.png) repeat-y top left;
    height: 100%;
    padding-top: 1em;
}

#modalBackdrop {
    position: fixed !important;
    background-color: #000 !important;
}

/*
 * modal left column styles
 */
div.analyzers {
    width: 174px;
    margin-left: -1em;
    float: left;
}

.page-analysis div.analyzers {
    float: none;
}

h2.analyzers {
    font-size: 1.5em;
    color: #5B5B5B;
    margin-bottom: .5em;
}

div.analyzers h3.analyzer.active {
    background: #fff url(images/arrow-active.png) no-repeat scroll right center;
    left: 1px;
    position: relative;
}

div.analyzers h3.analyzer:hover {
    text-decoration: underline;
}

div.analyzers h3.analyzer {
    cursor: pointer;
    color: #5B5B5B;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 2em;
    border-bottom: 1px solid white;
    padding-left: 1em;
    position: relative;
}

div.analysis-results {
    margin-top: -33px;
    margin-left: 180px;
    margin-right: 5px;
}

div.analysis-results .analyzer-analysis {
    display: none;
}

/* ??? not sure this is used anymore
div.page-analysis .analyzers {
  display: none;
}
div.page-analysis div.analysis-results .analyzer-analysis  {
  display: block;
}
*/

/*
 * modal reports section styles
 */
#modalContent .contentanalysis-report {
    position: relative;
}

#modalContent .contentanalysis-results {
    position: absolute;
    margin-top: 3px;
    /* border: 2px solid green; */
    float: left;
    clear: left;
    /*
      margin-top: 40px;
      margin-top: 0\9;  /*IE hack
      top: 40px\9;
      */
}

/* tabs */

.contentanalysis-report-tabs {
    float: left;
    /* border: 2px solid red; */
}

.contentanalysis-report-tab {
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    border-radius-topleft: 0.5em;
    border-radius-topright: 0.5em;
    /* display: inline; */
    float: left;
    cursor: pointer;
    padding: 3px 10px 2px 10px;
    border: 1px solid #e0e0e0;
    border-bottom: 0px;
    margin: 0 3px;
    font-size: 1.1em;
    color: #555;
    background-color: #eee;
    font-weight: bold;
}

.contentanalysis-report-tab.active {
    background-color: #fff;
}

/*???
.content-analysis-results {
  display: none;
  position: absolute;
  margin-top: 50px;
  clear: both;
}

.page-analysis .content-analysis-results {
  display: block;
  position: relative;
}
.page-analysis div.analysis-results {
  margin-left: 10px;
  margin-top: 0px;
}
*/

/* status report table */

.contentanalysis_stats {
    padding-left: 15px;
}

.contentanalysis-results table thead {
    background: #FFFFFF url(images/bg-shade-light.png) repeat-x scroll left bottom;
}

.contentanalysis-results table thead td:first-child,
.contentanalysis-results table {
    -moz-border-radius-topleft: 4px;
    -webkit-border-radius-topleft: 4px;
}

.contentanalysis-results table thead td:last-child,
.contentanalysis-results table {
    -moz-border-radius-topright: 4px;
    -webkit-border-radius-topright: 4px;
}

.contentanalysis-results table {
    border: 1px solid #e0e0e0;
    border-collapse: separate;
    border-spacing: 0px;
    background: #fff;
}

.contentanalysis-results table .messages {
    border: 0;
    padding: 0;
    background: #fff;
}

.contentanalysis-results table thead th {
    border-bottom: 0;
}

.contentanalysis-results table {
    min-width: 100%;
}

.contentanalysis-results table td.section {
    border-right: 1px solid #e0e0e0;
}

.contentanalysis-results table tbody tr td {
    border-bottom: 1px solid #e0e0e0;
    /* background-color: #FFFFFF; */
}

.contentanalysis-results table tbody tr:last-child td {
    border-bottom: 0;
}

.status_report td.messages li {
    min-width: 300px;
    padding-right: 15px;
}

.status_report td:first-child {
    width: 150px;
}

#modalContent div.contentanalysis-results h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #333333;
}

#modalContent div.contentanalysis-results h4 {
    font-size: 1.0em;
    font-weight: bold;
    color: #333333;
}

.contentanalysis_analysis table {
    font-size: 100%;
}

.contentanalysis_analysis h3 {
    padding: 0 5px 0 5px;
    margin: 0 0 0 0;
}

.contentanalysis_stats {
    padding: 12px 12px 12px 15px;
    color: #333;
    background: #fff;
}

.analysis-results pre {
    padding: 0 5px 0 5px;
    background-color: #FFFFFF;
}

/* Status Report */

.analysis-results .status_report .sections {
    width: 120px;
}

.analysis-results .status_report .section {
    text-align: center;
}

.analysis-results .status_report .messages .status,
.analysis-results .status_report .messages .complete,
.analysis-results .status_report .messages .pass,
.analysis-results .status_report .messages .warning,
.analysis-results .status_report .messages .error {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 15px center;
    min-height: 16px;
    list-style-image: none;
    list-style-type: none;
}

/* inline report styling */
fieldset.contentanalysis_section_analysis {
    padding: 0 0 0 0;
}

fieldset.contentanalysis_section_analysis .fieldset-legend {
    position: static;
}

/* fix to work with admin theme */

#content .analysis-results .status_report .messages li.status,
#content .analysis-results .status_report .messages li.complete,
#content .analysis-results .status_report .messages li.pass,
#content .analysis-results .status_report .messages li.warning,
#content .analysis-results .status_report .messages li.error {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 15px center;
    min-height: 16px;
}

.analysis-results .status_report li {
    margin: 0;
    padding: 5px 0;
    line-height: 140%;
}

#content .contentanalysis_analysis .status_report ul li {
    list-style: none outside none;
    margin-left: 0px;
}

#modal-content .contentanalysis-results .status_report ul li {
    list-style: none outside none;
    margin-left: 0px;
}

.analysis-results .status_report .status {
    color: #333333;
    background-color: #FFFFFF;
}

.analysis-results .status_report .messages .status {
    background-color: #FFFFFF;
}

.analysis-results .status_report .complete {
    color: #333333;
    background-color: #DDFFAA;
}

.analysis-results .status_report .messages .complete {
    background-image: url('icons/complete.png');
}

.analysis-results .status_report .pass {
    color: #333333;
    background-color: #DDFFAA;
}

.analysis-results .status_report .messages .pass {
    background-image: url('icons/pass.png');
}

.analysis-results .status_report .warning {
    color: #333333;
    background-color: #FFFFCC;
}

.analysis-results .status_report .messages .warning {
    background-image: url('icons/warning.png');
}

.analysis-results .status_report .error {
    color: #333333;
    background-color: #FFCCCC;
}

.analysis-results .status_report .messages .error {
    background-image: url('icons/error.png');
}

/* button styling */
a.contentanalysis-button {
    line-height: 15px;
    padding: 3px 10px;
    white-space: nowrap;
}

.contentanalysis-button {
    text-shadow: 0 1px 0 #FFFFFF;
    -moz-border-radius: 11px 11px 11px 11px;
    -moz-box-sizing: content-box;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 11px !important;
    line-height: 14px;
    padding: 2px 8px;
    text-decoration: none;
}

.contentanalysis-button:active {
    background: url("images/white-grad-active.png") repeat-x scroll left top #EEEEEE;
}

.contentanalysis-button:hover {
    /* border-color:#666666; */
    color: #FF4444;
}

.contentanalysis-button:active,
.contentanalysis-button:focus {
    color: #FF4444;
}

/* analyzer form cleanup */
#edit-contentanalysis fieldset {
    position: static;
}

/**
 * slider styling
 */
.ui-slider {
    width: 400px;
}

/* @end */



File

contentanalysis.css
View source
  1. /*
  2. * modal dialog box styles
  3. */
  4. #block-contentanalysis-launch fieldset {
  5. z-index: 1000;
  6. position: relative;
  7. margin-top: 4px;
  8. }
  9. #block-contentanalysis-launch .fieldset-wrapper {
  10. background-color: #FFFFFF;
  11. color: #333333;
  12. padding: 3px 5px 3px 5px;
  13. }
  14. #modalContent div.ctools-modal-content .modal-header {
  15. background: #fff url('images/bg-shade-light.png') repeat-x bottom left;
  16. color: #777;
  17. display: block;
  18. font-weight: 700;
  19. letter-spacing: normal;
  20. padding: 0.25em 1em;
  21. -moz-border-radius-topleft: 0.5em;
  22. -moz-border-radius-topright: 0.5em;
  23. -webkit-border-top-left-radius: 0.5em;
  24. -webkit-border-top-right-radius: 0.5em;
  25. }
  26. #modalContent div.ctools-modal-content .modal-title {
  27. font-size: 120%;
  28. font-weight: bold;
  29. text-shadow: #fff 1px 1px 1px;
  30. color: #555;
  31. }
  32. #modalContent div.ctools-modal-content div.progress {
  33. margin-left: 180px;
  34. }
  35. #modalContent div.ctools-modal-content a.close {
  36. color: #666;
  37. font-weight: normal;
  38. padding-left: 1.6em;
  39. background: url('images/sprite.png') no-repeat -166px -1686px;
  40. }
  41. #modalContent div.ctools-modal-content a.close img {
  42. display: none;
  43. }
  44. /** modal forms CSS **/
  45. #modalContent div.ctools-modal-content .form-item label {
  46. width: 100%;
  47. float: none;
  48. clear: both;
  49. }
  50. #modalContent div.ctools-modal-content .resizable-textarea {
  51. width: 100%;
  52. margin-left: 0;
  53. margin-right: 0;
  54. }
  55. #modalContent div.ctools-modal-content {
  56. font-size: 12px;
  57. border: solid 1px #ddd;
  58. -webkit-border-radius: 0.5em;
  59. -moz-border-radius: 0.5em;
  60. -webkit-box-shadow: -1em 1em 1em rgba(0, 0, 0, 0.5);
  61. position: relative;
  62. display: block;
  63. }
  64. #modal-content {
  65. position: relative;
  66. display: block;
  67. background: #fafafa url(images/bg-content-modal.png) repeat-y top left;
  68. height: 100%;
  69. padding-top: 1em;
  70. }
  71. #modalBackdrop {
  72. position: fixed !important;
  73. background-color: #000 !important;
  74. }
  75. /*
  76. * modal left column styles
  77. */
  78. div.analyzers {
  79. width: 174px;
  80. margin-left: -1em;
  81. float: left;
  82. }
  83. .page-analysis div.analyzers {
  84. float: none;
  85. }
  86. h2.analyzers {
  87. font-size: 1.5em;
  88. color: #5B5B5B;
  89. margin-bottom: .5em;
  90. }
  91. div.analyzers h3.analyzer.active {
  92. background: #fff url(images/arrow-active.png) no-repeat scroll right center;
  93. left: 1px;
  94. position: relative;
  95. }
  96. div.analyzers h3.analyzer:hover {
  97. text-decoration: underline;
  98. }
  99. div.analyzers h3.analyzer {
  100. cursor: pointer;
  101. color: #5B5B5B;
  102. font-size: 1.1em;
  103. font-weight: bold;
  104. line-height: 2em;
  105. border-bottom: 1px solid white;
  106. padding-left: 1em;
  107. position: relative;
  108. }
  109. div.analysis-results {
  110. margin-top: -33px;
  111. margin-left: 180px;
  112. margin-right: 5px;
  113. }
  114. div.analysis-results .analyzer-analysis {
  115. display: none;
  116. }
  117. /* ??? not sure this is used anymore
  118. div.page-analysis .analyzers {
  119. display: none;
  120. }
  121. div.page-analysis div.analysis-results .analyzer-analysis {
  122. display: block;
  123. }
  124. */
  125. /*
  126. * modal reports section styles
  127. */
  128. #modalContent .contentanalysis-report {
  129. position: relative;
  130. }
  131. #modalContent .contentanalysis-results {
  132. position: absolute;
  133. margin-top: 3px;
  134. /* border: 2px solid green; */
  135. float: left;
  136. clear: left;
  137. /*
  138. margin-top: 40px;
  139. margin-top: 0\9; /*IE hack
  140. top: 40px\9;
  141. */
  142. }
  143. /* tabs */
  144. .contentanalysis-report-tabs {
  145. float: left;
  146. /* border: 2px solid red; */
  147. }
  148. .contentanalysis-report-tab {
  149. -webkit-border-radius-topleft: 0.5em;
  150. -webkit-border-radius-topright: 0.5em;
  151. -moz-border-radius-topleft: 0.5em;
  152. -moz-border-radius-topright: 0.5em;
  153. border-radius-topleft: 0.5em;
  154. border-radius-topright: 0.5em;
  155. /* display: inline; */
  156. float: left;
  157. cursor: pointer;
  158. padding: 3px 10px 2px 10px;
  159. border: 1px solid #e0e0e0;
  160. border-bottom: 0px;
  161. margin: 0 3px;
  162. font-size: 1.1em;
  163. color: #555;
  164. background-color: #eee;
  165. font-weight: bold;
  166. }
  167. .contentanalysis-report-tab.active {
  168. background-color: #fff;
  169. }
  170. /*???
  171. .content-analysis-results {
  172. display: none;
  173. position: absolute;
  174. margin-top: 50px;
  175. clear: both;
  176. }
  177. .page-analysis .content-analysis-results {
  178. display: block;
  179. position: relative;
  180. }
  181. .page-analysis div.analysis-results {
  182. margin-left: 10px;
  183. margin-top: 0px;
  184. }
  185. */
  186. /* status report table */
  187. .contentanalysis_stats {
  188. padding-left: 15px;
  189. }
  190. .contentanalysis-results table thead {
  191. background: #FFFFFF url(images/bg-shade-light.png) repeat-x scroll left bottom;
  192. }
  193. .contentanalysis-results table thead td:first-child,
  194. .contentanalysis-results table {
  195. -moz-border-radius-topleft: 4px;
  196. -webkit-border-radius-topleft: 4px;
  197. }
  198. .contentanalysis-results table thead td:last-child,
  199. .contentanalysis-results table {
  200. -moz-border-radius-topright: 4px;
  201. -webkit-border-radius-topright: 4px;
  202. }
  203. .contentanalysis-results table {
  204. border: 1px solid #e0e0e0;
  205. border-collapse: separate;
  206. border-spacing: 0px;
  207. background: #fff;
  208. }
  209. .contentanalysis-results table .messages {
  210. border: 0;
  211. padding: 0;
  212. background: #fff;
  213. }
  214. .contentanalysis-results table thead th {
  215. border-bottom: 0;
  216. }
  217. .contentanalysis-results table {
  218. min-width: 100%;
  219. }
  220. .contentanalysis-results table td.section {
  221. border-right: 1px solid #e0e0e0;
  222. }
  223. .contentanalysis-results table tbody tr td {
  224. border-bottom: 1px solid #e0e0e0;
  225. /* background-color: #FFFFFF; */
  226. }
  227. .contentanalysis-results table tbody tr:last-child td {
  228. border-bottom: 0;
  229. }
  230. .status_report td.messages li {
  231. min-width: 300px;
  232. padding-right: 15px;
  233. }
  234. .status_report td:first-child {
  235. width: 150px;
  236. }
  237. #modalContent div.contentanalysis-results h3 {
  238. font-size: 1.2em;
  239. font-weight: bold;
  240. color: #333333;
  241. }
  242. #modalContent div.contentanalysis-results h4 {
  243. font-size: 1.0em;
  244. font-weight: bold;
  245. color: #333333;
  246. }
  247. .contentanalysis_analysis table {
  248. font-size: 100%;
  249. }
  250. .contentanalysis_analysis h3 {
  251. padding: 0 5px 0 5px;
  252. margin: 0 0 0 0;
  253. }
  254. .contentanalysis_stats {
  255. padding: 12px 12px 12px 15px;
  256. color: #333;
  257. background: #fff;
  258. }
  259. .analysis-results pre {
  260. padding: 0 5px 0 5px;
  261. background-color: #FFFFFF;
  262. }
  263. /* Status Report */
  264. .analysis-results .status_report .sections {
  265. width: 120px;
  266. }
  267. .analysis-results .status_report .section {
  268. text-align: center;
  269. }
  270. .analysis-results .status_report .messages .status,
  271. .analysis-results .status_report .messages .complete,
  272. .analysis-results .status_report .messages .pass,
  273. .analysis-results .status_report .messages .warning,
  274. .analysis-results .status_report .messages .error {
  275. padding-left: 50px;
  276. background-repeat: no-repeat;
  277. background-position: 15px center;
  278. min-height: 16px;
  279. list-style-image: none;
  280. list-style-type: none;
  281. }
  282. /* inline report styling */
  283. fieldset.contentanalysis_section_analysis {
  284. padding: 0 0 0 0;
  285. }
  286. fieldset.contentanalysis_section_analysis .fieldset-legend {
  287. position: static;
  288. }
  289. /* fix to work with admin theme */
  290. #content .analysis-results .status_report .messages li.status,
  291. #content .analysis-results .status_report .messages li.complete,
  292. #content .analysis-results .status_report .messages li.pass,
  293. #content .analysis-results .status_report .messages li.warning,
  294. #content .analysis-results .status_report .messages li.error {
  295. padding-left: 50px;
  296. background-repeat: no-repeat;
  297. background-position: 15px center;
  298. min-height: 16px;
  299. }
  300. .analysis-results .status_report li {
  301. margin: 0;
  302. padding: 5px 0;
  303. line-height: 140%;
  304. }
  305. #content .contentanalysis_analysis .status_report ul li {
  306. list-style: none outside none;
  307. margin-left: 0px;
  308. }
  309. #modal-content .contentanalysis-results .status_report ul li {
  310. list-style: none outside none;
  311. margin-left: 0px;
  312. }
  313. .analysis-results .status_report .status {
  314. color: #333333;
  315. background-color: #FFFFFF;
  316. }
  317. .analysis-results .status_report .messages .status {
  318. background-color: #FFFFFF;
  319. }
  320. .analysis-results .status_report .complete {
  321. color: #333333;
  322. background-color: #DDFFAA;
  323. }
  324. .analysis-results .status_report .messages .complete {
  325. background-image: url('icons/complete.png');
  326. }
  327. .analysis-results .status_report .pass {
  328. color: #333333;
  329. background-color: #DDFFAA;
  330. }
  331. .analysis-results .status_report .messages .pass {
  332. background-image: url('icons/pass.png');
  333. }
  334. .analysis-results .status_report .warning {
  335. color: #333333;
  336. background-color: #FFFFCC;
  337. }
  338. .analysis-results .status_report .messages .warning {
  339. background-image: url('icons/warning.png');
  340. }
  341. .analysis-results .status_report .error {
  342. color: #333333;
  343. background-color: #FFCCCC;
  344. }
  345. .analysis-results .status_report .messages .error {
  346. background-image: url('icons/error.png');
  347. }
  348. /* button styling */
  349. a.contentanalysis-button {
  350. line-height: 15px;
  351. padding: 3px 10px;
  352. white-space: nowrap;
  353. }
  354. .contentanalysis-button {
  355. text-shadow: 0 1px 0 #FFFFFF;
  356. -moz-border-radius: 11px 11px 11px 11px;
  357. -moz-box-sizing: content-box;
  358. border-style: solid;
  359. border-width: 1px;
  360. cursor: pointer;
  361. font-size: 11px !important;
  362. line-height: 14px;
  363. padding: 2px 8px;
  364. text-decoration: none;
  365. }
  366. .contentanalysis-button:active {
  367. background: url("images/white-grad-active.png") repeat-x scroll left top #EEEEEE;
  368. }
  369. .contentanalysis-button:hover {
  370. /* border-color:#666666; */
  371. color: #FF4444;
  372. }
  373. .contentanalysis-button:active,
  374. .contentanalysis-button:focus {
  375. color: #FF4444;
  376. }
  377. /* analyzer form cleanup */
  378. #edit-contentanalysis fieldset {
  379. position: static;
  380. }
  381. /**
  382. * slider styling
  383. */
  384. .ui-slider {
  385. width: 400px;
  386. }
  387. /* @end */